fixincludeguards.sh: sdext

Change-Id: I5cb8f7fb35121f41aedeff46f50d51d2ee039206
This commit is contained in:
Thomas Arnhold 2013-11-05 02:20:56 +01:00
parent bfbe8c0b5b
commit cefed9792d
67 changed files with 148 additions and 148 deletions

View File

@ -18,8 +18,8 @@
*/ */
#ifndef _CONFIGURATION_ACCESS_HXX_ #ifndef INCLUDED_SDEXT_SOURCE_MINIMIZER_CONFIGURATIONACCESS_HXX
#define _CONFIGURATION_ACCESS_HXX_ #define INCLUDED_SDEXT_SOURCE_MINIMIZER_CONFIGURATIONACCESS_HXX
#include <vector> #include <vector>
#include "pppoptimizertoken.hxx" #include "pppoptimizertoken.hxx"
#include <com/sun/star/awt/Size.hpp> #include <com/sun/star/awt/Size.hpp>
@ -127,6 +127,6 @@ class ConfigurationAccess
const com::sun::star::uno::Reference< com::sun::star::uno::XInterface >& xRoot, const OUString& sPathToNode ); const com::sun::star::uno::Reference< com::sun::star::uno::XInterface >& xRoot, const OUString& sPathToNode );
}; };
#endif // _CONFIGURATION_ACCESS_HXX_ #endif // INCLUDED_SDEXT_SOURCE_MINIMIZER_CONFIGURATIONACCESS_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@ -18,8 +18,8 @@
*/ */
#ifndef _FILEOPEN_DIALOG_HXX_ #ifndef INCLUDED_SDEXT_SOURCE_MINIMIZER_FILEOPENDIALOG_HXX
#define _FILEOPEN_DIALOG_HXX_ #define INCLUDED_SDEXT_SOURCE_MINIMIZER_FILEOPENDIALOG_HXX
#include <vector> #include <vector>
#include <com/sun/star/beans/StringPair.hpp> #include <com/sun/star/beans/StringPair.hpp>
@ -59,6 +59,6 @@ public :
OUString getFilterName() const; OUString getFilterName() const;
}; };
#endif // _FILEOPEN_DIALOG_HXX_ #endif // INCLUDED_SDEXT_SOURCE_MINIMIZER_FILEOPENDIALOG_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef GRAPHICCOLLECTOR_HXX #ifndef INCLUDED_SDEXT_SOURCE_MINIMIZER_GRAPHICCOLLECTOR_HXX
#define GRAPHICCOLLECTOR_HXX #define INCLUDED_SDEXT_SOURCE_MINIMIZER_GRAPHICCOLLECTOR_HXX
#include <com/sun/star/uno/XComponentContext.hpp> #include <com/sun/star/uno/XComponentContext.hpp>
#include <com/sun/star/awt/DeviceInfo.hpp> #include <com/sun/star/awt/DeviceInfo.hpp>
@ -94,6 +94,6 @@ class GraphicCollector
// -------------------- // --------------------
#endif // GRAPHICCOLLECTOR_HXX #endif // INCLUDED_SDEXT_SOURCE_MINIMIZER_GRAPHICCOLLECTOR_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef IMPOPTIMIZER_HXX #ifndef INCLUDED_SDEXT_SOURCE_MINIMIZER_IMPOPTIMIZER_HXX
#define IMPOPTIMIZER_HXX #define INCLUDED_SDEXT_SOURCE_MINIMIZER_IMPOPTIMIZER_HXX
#include "pppoptimizertoken.hxx" #include "pppoptimizertoken.hxx"
#include "optimizationstats.hxx" #include "optimizationstats.hxx"

View File

@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef INFORMATIONDIALOG_HXX #ifndef INCLUDED_SDEXT_SOURCE_MINIMIZER_INFORMATIONDIALOG_HXX
#define INFORMATIONDIALOG_HXX #define INCLUDED_SDEXT_SOURCE_MINIMIZER_INFORMATIONDIALOG_HXX
#include "unodialog.hxx" #include "unodialog.hxx"
#include "configurationaccess.hxx" #include "configurationaccess.hxx"
#include "pppoptimizertoken.hxx" #include "pppoptimizertoken.hxx"

View File

@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef OPTIMIZATIONSTATS_HXX #ifndef INCLUDED_SDEXT_SOURCE_MINIMIZER_OPTIMIZATIONSTATS_HXX
#define OPTIMIZATIONSTATS_HXX #define INCLUDED_SDEXT_SOURCE_MINIMIZER_OPTIMIZATIONSTATS_HXX
#include <com/sun/star/uno/Sequence.h> #include <com/sun/star/uno/Sequence.h>
#include <com/sun/star/beans/PropertyValues.hpp> #include <com/sun/star/beans/PropertyValues.hpp>
@ -52,6 +52,6 @@ class OptimizationStats
}; };
#endif // OPTIMIZATIONSTATS_HXX #endif // INCLUDED_SDEXT_SOURCE_MINIMIZER_OPTIMIZATIONSTATS_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef OPTIMIZERDIALOG_HXX #ifndef INCLUDED_SDEXT_SOURCE_MINIMIZER_OPTIMIZERDIALOG_HXX
#define OPTIMIZERDIALOG_HXX #define INCLUDED_SDEXT_SOURCE_MINIMIZER_OPTIMIZERDIALOG_HXX
#include "optimizerdialog.hrc" #include "optimizerdialog.hrc"
#include <vector> #include <vector>
#include "unodialog.hxx" #include "unodialog.hxx"
@ -233,6 +233,6 @@ private:
}; };
#endif // OPTIMIZERDIALOG_HXX #endif // INCLUDED_SDEXT_SOURCE_MINIMIZER_OPTIMIZERDIALOG_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef PAGECOLLECTOR_HXX #ifndef INCLUDED_SDEXT_SOURCE_MINIMIZER_PAGECOLLECTOR_HXX
#define PAGECOLLECTOR_HXX #define INCLUDED_SDEXT_SOURCE_MINIMIZER_PAGECOLLECTOR_HXX
#include <com/sun/star/frame/XModel.hpp> #include <com/sun/star/frame/XModel.hpp>
#include <com/sun/star/drawing/XDrawPagesSupplier.hpp> #include <com/sun/star/drawing/XDrawPagesSupplier.hpp>
@ -38,6 +38,6 @@ class PageCollector
static void CollectMasterPages( const com::sun::star::uno::Reference< com::sun::star::frame::XModel >&, std::vector< MasterPageEntity >& ); static void CollectMasterPages( const com::sun::star::uno::Reference< com::sun::star::frame::XModel >&, std::vector< MasterPageEntity >& );
}; };
#endif // PAGECOLLECTOR_HXX #endif // INCLUDED_SDEXT_SOURCE_MINIMIZER_PAGECOLLECTOR_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef PPPOPTIMIZER_HXX #ifndef INCLUDED_SDEXT_SOURCE_MINIMIZER_PPPOPTIMIZER_HXX
#define PPPOPTIMIZER_HXX #define INCLUDED_SDEXT_SOURCE_MINIMIZER_PPPOPTIMIZER_HXX
#include <cppuhelper/implbase2.hxx> #include <cppuhelper/implbase2.hxx>
#include <com/sun/star/frame/XDispatch.hpp> #include <com/sun/star/frame/XDispatch.hpp>
@ -68,6 +68,6 @@ public:
static sal_Int64 GetFileSize( const OUString& rURL ); static sal_Int64 GetFileSize( const OUString& rURL );
}; };
#endif // PPPOPTIMIZER_HXX #endif // INCLUDED_SDEXT_SOURCE_MINIMIZER_PPPOPTIMIZER_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef PPPOPTIMIZERDIALOG_HXX #ifndef INCLUDED_SDEXT_SOURCE_MINIMIZER_PPPOPTIMIZERDIALOG_HXX
#define PPPOPTIMIZERDIALOG_HXX #define INCLUDED_SDEXT_SOURCE_MINIMIZER_PPPOPTIMIZERDIALOG_HXX
#include <com/sun/star/uno/Sequence.h> #include <com/sun/star/uno/Sequence.h>
#include <com/sun/star/document/XExporter.hpp> #include <com/sun/star/document/XExporter.hpp>
@ -98,6 +98,6 @@ com::sun::star::uno::Reference< com::sun::star::uno::XInterface > PPPOptimizerDi
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
#endif // PPPOPTIMIZERDIALOG_HXX #endif // INCLUDED_SDEXT_SOURCE_MINIMIZER_PPPOPTIMIZERDIALOG_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef _PPPOPTIMIZER_TOKEN_HXX #ifndef INCLUDED_SDEXT_SOURCE_MINIMIZER_PPPOPTIMIZERTOKEN_HXX
#define _PPPOPTIMIZER_TOKEN_HXX #define INCLUDED_SDEXT_SOURCE_MINIMIZER_PPPOPTIMIZERTOKEN_HXX
#include <rtl/ustring.hxx> #include <rtl/ustring.hxx>

View File

@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef UNODIALOG_HXX #ifndef INCLUDED_SDEXT_SOURCE_MINIMIZER_UNODIALOG_HXX
#define UNODIALOG_HXX #define INCLUDED_SDEXT_SOURCE_MINIMIZER_UNODIALOG_HXX
#include <com/sun/star/uno/Sequence.h> #include <com/sun/star/uno/Sequence.h>
#include <com/sun/star/lang/XSingleServiceFactory.hpp> #include <com/sun/star/lang/XSingleServiceFactory.hpp>
@ -127,6 +127,6 @@ public :
sal_Bool mbStatus; sal_Bool mbStatus;
}; };
#endif // UNODIALOG_HXX #endif // INCLUDED_SDEXT_SOURCE_MINIMIZER_UNODIALOG_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef INCLUDED_PDFI_FILTERDET_HXX #ifndef INCLUDED_SDEXT_SOURCE_PDFIMPORT_FILTERDET_HXX
#define INCLUDED_PDFI_FILTERDET_HXX #define INCLUDED_SDEXT_SOURCE_PDFIMPORT_FILTERDET_HXX
#include <com/sun/star/document/XExtendedFilterDetection.hpp> #include <com/sun/star/document/XExtendedFilterDetection.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/lang/XServiceInfo.hpp>

View File

@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef INCLUDED_PDFI_CONTENTSINK_HXX #ifndef INCLUDED_SDEXT_SOURCE_PDFIMPORT_INC_CONTENTSINK_HXX
#define INCLUDED_PDFI_CONTENTSINK_HXX #define INCLUDED_SDEXT_SOURCE_PDFIMPORT_INC_CONTENTSINK_HXX
#include <com/sun/star/uno/Reference.hxx> #include <com/sun/star/uno/Reference.hxx>
#include <com/sun/star/uno/Sequence.hxx> #include <com/sun/star/uno/Sequence.hxx>
@ -171,6 +171,6 @@ namespace pdfi
typedef boost::shared_ptr<ContentSink> ContentSinkSharedPtr; typedef boost::shared_ptr<ContentSink> ContentSinkSharedPtr;
} }
#endif /* INCLUDED_PDFI_CONTENTSINK_HXX */ #endif // INCLUDED_SDEXT_SOURCE_PDFIMPORT_INC_CONTENTSINK_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef INCLUDED_PDFI_ODFEMITTER_HXX #ifndef INCLUDED_SDEXT_SOURCE_PDFIMPORT_INC_ODFEMITTER_HXX
#define INCLUDED_PDFI_ODFEMITTER_HXX #define INCLUDED_SDEXT_SOURCE_PDFIMPORT_INC_ODFEMITTER_HXX
#include "xmlemitter.hxx" #include "xmlemitter.hxx"
#include <com/sun/star/uno/Reference.hxx> #include <com/sun/star/uno/Reference.hxx>
@ -34,6 +34,6 @@ namespace pdfi
com::sun::star::io::XOutputStream>& xOut ); com::sun::star::io::XOutputStream>& xOut );
} }
#endif /* INCLUDED_PDFI_ODFEMITTER_HXX */ #endif // INCLUDED_SDEXT_SOURCE_PDFIMPORT_INC_ODFEMITTER_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef INCLUDED_PDFI_HELPER_HXX #ifndef INCLUDED_SDEXT_SOURCE_PDFIMPORT_INC_PDFIHELPER_HXX
#define INCLUDED_PDFI_HELPER_HXX #define INCLUDED_SDEXT_SOURCE_PDFIMPORT_INC_PDFIHELPER_HXX
#include "contentsink.hxx" #include "contentsink.hxx"

View File

@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef INCLUDED_PDFI_PDFPARSE_HXX #ifndef INCLUDED_SDEXT_SOURCE_PDFIMPORT_INC_PDFPARSE_HXX
#define INCLUDED_PDFI_PDFPARSE_HXX #define INCLUDED_SDEXT_SOURCE_PDFIMPORT_INC_PDFPARSE_HXX
#include <sal/types.h> #include <sal/types.h>
#include <rtl/ustring.hxx> #include <rtl/ustring.hxx>

View File

@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef INCLUDED_PDFI_SAXEMITTER_HXX #ifndef INCLUDED_SDEXT_SOURCE_PDFIMPORT_INC_SAXEMITTER_HXX
#define INCLUDED_PDFI_SAXEMITTER_HXX #define INCLUDED_SDEXT_SOURCE_PDFIMPORT_INC_SAXEMITTER_HXX
#include "xmlemitter.hxx" #include "xmlemitter.hxx"
#include <com/sun/star/uno/Reference.hxx> #include <com/sun/star/uno/Reference.hxx>
@ -35,6 +35,6 @@ namespace pdfi
com::sun::star::xml::sax::XDocumentHandler >& xDocHdl ); com::sun::star::xml::sax::XDocumentHandler >& xDocHdl );
} }
#endif /* INCLUDED_PDFI_SAXEMITTER_HXX */ #endif // INCLUDED_SDEXT_SOURCE_PDFIMPORT_INC_SAXEMITTER_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef INCLUDED_PDFI_TREEVISITORFACTORY_HXX #ifndef INCLUDED_SDEXT_SOURCE_PDFIMPORT_INC_TREEVISITORFACTORY_HXX
#define INCLUDED_PDFI_TREEVISITORFACTORY_HXX #define INCLUDED_SDEXT_SOURCE_PDFIMPORT_INC_TREEVISITORFACTORY_HXX
#include "pdfihelper.hxx" #include "pdfihelper.hxx"
#include <boost/shared_ptr.hpp> #include <boost/shared_ptr.hpp>

View File

@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef INCLUDED_PDFI_WRAPPER_HXX #ifndef INCLUDED_SDEXT_SOURCE_PDFIMPORT_INC_WRAPPER_HXX
#define INCLUDED_PDFI_WRAPPER_HXX #define INCLUDED_SDEXT_SOURCE_PDFIMPORT_INC_WRAPPER_HXX
#include "contentsink.hxx" #include "contentsink.hxx"
#include <com/sun/star/uno/Reference.hxx> #include <com/sun/star/uno/Reference.hxx>
@ -51,6 +51,6 @@ namespace pdfi
com::sun::star::uno::XComponentContext >& xContext ); com::sun::star::uno::XComponentContext >& xContext );
} }
#endif /* INCLUDED_PDFI_WRAPPER_HXX */ #endif // INCLUDED_SDEXT_SOURCE_PDFIMPORT_INC_WRAPPER_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef INCLUDED_PDFI_XMLEMITTER_HXX #ifndef INCLUDED_SDEXT_SOURCE_PDFIMPORT_INC_XMLEMITTER_HXX
#define INCLUDED_PDFI_XMLEMITTER_HXX #define INCLUDED_SDEXT_SOURCE_PDFIMPORT_INC_XMLEMITTER_HXX
#include "pdfihelper.hxx" #include "pdfihelper.hxx"
#include <boost/shared_ptr.hpp> #include <boost/shared_ptr.hpp>

View File

@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef INCLUDED_PDFIADAPTOR_HXX #ifndef INCLUDED_SDEXT_SOURCE_PDFIMPORT_PDFIADAPTOR_HXX
#define INCLUDED_PDFIADAPTOR_HXX #define INCLUDED_SDEXT_SOURCE_PDFIMPORT_PDFIADAPTOR_HXX
#include "xmlemitter.hxx" #include "xmlemitter.hxx"
#include "treevisitorfactory.hxx" #include "treevisitorfactory.hxx"

View File

@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef INCLUDED_PDFI_EMITCONTEXT_HXX #ifndef INCLUDED_SDEXT_SOURCE_PDFIMPORT_SAX_EMITCONTEXT_HXX
#define INCLUDED_PDFI_EMITCONTEXT_HXX #define INCLUDED_SDEXT_SOURCE_PDFIMPORT_SAX_EMITCONTEXT_HXX
#include "xmlemitter.hxx" #include "xmlemitter.hxx"

View File

@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef INCLUDED_PDFI_SAXATTRLIST_HXX #ifndef INCLUDED_SDEXT_SOURCE_PDFIMPORT_SAX_SAXATTRLIST_HXX
#define INCLUDED_PDFI_SAXATTRLIST_HXX #define INCLUDED_SDEXT_SOURCE_PDFIMPORT_SAX_SAXATTRLIST_HXX
#include <rtl/ustring.hxx> #include <rtl/ustring.hxx>
#include <vector> #include <vector>

View File

@ -18,8 +18,8 @@
*/ */
#ifndef INCLUDED_PDFIMPORT_OUTPUTWRAP_HXX #ifndef INCLUDED_SDEXT_SOURCE_PDFIMPORT_TEST_OUTPUTWRAP_HXX
#define INCLUDED_PDFIMPORT_OUTPUTWRAP_HXX #define INCLUDED_SDEXT_SOURCE_PDFIMPORT_TEST_OUTPUTWRAP_HXX
#include <cppuhelper/basemutex.hxx> #include <cppuhelper/basemutex.hxx>
#include <cppuhelper/compbase1.hxx> #include <cppuhelper/compbase1.hxx>

View File

@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef INCLUDED_PDFI_DRAWTREEVISITING_HXX #ifndef INCLUDED_SDEXT_SOURCE_PDFIMPORT_TREE_DRAWTREEVISITING_HXX
#define INCLUDED_PDFI_DRAWTREEVISITING_HXX #define INCLUDED_SDEXT_SOURCE_PDFIMPORT_TREE_DRAWTREEVISITING_HXX
#include "treevisiting.hxx" #include "treevisiting.hxx"

View File

@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef INCLUDED_PDFI_GENERICELEMENTS_HXX #ifndef INCLUDED_SDEXT_SOURCE_PDFIMPORT_TREE_GENERICELEMENTS_HXX
#define INCLUDED_PDFI_GENERICELEMENTS_HXX #define INCLUDED_SDEXT_SOURCE_PDFIMPORT_TREE_GENERICELEMENTS_HXX
#include "pdfihelper.hxx" #include "pdfihelper.hxx"
#include "treevisiting.hxx" #include "treevisiting.hxx"

View File

@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef INCLUDED_PDFI_IMAGECONTAINER_HXX #ifndef INCLUDED_SDEXT_SOURCE_PDFIMPORT_TREE_IMAGECONTAINER_HXX
#define INCLUDED_PDFI_IMAGECONTAINER_HXX #define INCLUDED_SDEXT_SOURCE_PDFIMPORT_TREE_IMAGECONTAINER_HXX
#include "pdfihelper.hxx" #include "pdfihelper.hxx"

View File

@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef INCLUDED_PDFI_PROCESSOR_HXX #ifndef INCLUDED_SDEXT_SOURCE_PDFIMPORT_TREE_PDFIPROCESSOR_HXX
#define INCLUDED_PDFI_PROCESSOR_HXX #define INCLUDED_SDEXT_SOURCE_PDFIMPORT_TREE_PDFIPROCESSOR_HXX
#include <com/sun/star/util/XStringMapping.hpp> #include <com/sun/star/util/XStringMapping.hpp>
#include <com/sun/star/xml/sax/XDocumentHandler.hpp> #include <com/sun/star/xml/sax/XDocumentHandler.hpp>

View File

@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef INCLUDED_PDFI_STYLE_HXX #ifndef INCLUDED_SDEXT_SOURCE_PDFIMPORT_TREE_STYLE_HXX
#define INCLUDED_PDFI_STYLE_HXX #define INCLUDED_SDEXT_SOURCE_PDFIMPORT_TREE_STYLE_HXX
#include "pdfihelper.hxx" #include "pdfihelper.hxx"
#include <boost/unordered_map.hpp> #include <boost/unordered_map.hpp>

View File

@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef INCLUDED_PDFI_TREEVISITING_HXX #ifndef INCLUDED_SDEXT_SOURCE_PDFIMPORT_TREE_TREEVISITING_HXX
#define INCLUDED_PDFI_TREEVISITING_HXX #define INCLUDED_SDEXT_SOURCE_PDFIMPORT_TREE_TREEVISITING_HXX
#include <sal/config.h> #include <sal/config.h>
#include <list> #include <list>

View File

@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef INCLUDED_PDFI_WRITERTREEVISITING_HXX #ifndef INCLUDED_SDEXT_SOURCE_PDFIMPORT_TREE_WRITERTREEVISITING_HXX
#define INCLUDED_PDFI_WRITERTREEVISITING_HXX #define INCLUDED_SDEXT_SOURCE_PDFIMPORT_TREE_WRITERTREEVISITING_HXX
#include "treevisiting.hxx" #include "treevisiting.hxx"

View File

@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef INCLUDED_PDFI_OUTDEV_HXX #ifndef INCLUDED_SDEXT_SOURCE_PDFIMPORT_XPDFWRAPPER_PDFIOUTDEV_GPL_HXX
#define INCLUDED_PDFI_OUTDEV_HXX #define INCLUDED_SDEXT_SOURCE_PDFIMPORT_XPDFWRAPPER_PDFIOUTDEV_GPL_HXX
#include <sal/types.h> #include <sal/types.h>
@ -278,6 +278,6 @@ extern FILE* g_binary_out;
typedef Guchar Output_t; typedef Guchar Output_t;
typedef std::vector< Output_t > OutputBuffer; typedef std::vector< Output_t > OutputBuffer;
#endif /* INCLUDED_PDFI_OUTDEV_HXX */ #endif // INCLUDED_SDEXT_SOURCE_PDFIMPORT_XPDFWRAPPER_PDFIOUTDEV_GPL_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef _IPDF_PNGHELPER_HXX #ifndef INCLUDED_SDEXT_SOURCE_PDFIMPORT_XPDFWRAPPER_PNGHELPER_HXX
#define _IPDF_PNGHELPER_HXX #define INCLUDED_SDEXT_SOURCE_PDFIMPORT_XPDFWRAPPER_PNGHELPER_HXX
#include "sal/types.h" #include "sal/types.h"
#include "pdfioutdev_gpl.hxx" #include "pdfioutdev_gpl.hxx"

View File

@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef SDEXT_PRESENTER_PRESENTER_ACCESSIBILITY_HXX #ifndef INCLUDED_SDEXT_SOURCE_PRESENTER_PRESENTERACCESSIBILITY_HXX
#define SDEXT_PRESENTER_PRESENTER_ACCESSIBILITY_HXX #define INCLUDED_SDEXT_SOURCE_PRESENTER_PRESENTERACCESSIBILITY_HXX
#include "PresenterPaneContainer.hxx" #include "PresenterPaneContainer.hxx"

View File

@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef SDEXT_PRESENTER_BITMAP_CONTAINER_HXX #ifndef INCLUDED_SDEXT_SOURCE_PRESENTER_PRESENTERBITMAPCONTAINER_HXX
#define SDEXT_PRESENTER_BITMAP_CONTAINER_HXX #define INCLUDED_SDEXT_SOURCE_PRESENTER_PRESENTERBITMAPCONTAINER_HXX
#include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/container/XHierarchicalNameAccess.hpp> #include <com/sun/star/container/XHierarchicalNameAccess.hpp>

View File

@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef SDEXT_PRESENTER_PRESENTER_BUTTON_HXX #ifndef INCLUDED_SDEXT_SOURCE_PRESENTER_PRESENTERBUTTON_HXX
#define SDEXT_PRESENTER_PRESENTER_BUTTON_HXX #define INCLUDED_SDEXT_SOURCE_PRESENTER_PRESENTERBUTTON_HXX
#include "PresenterBitmapContainer.hxx" #include "PresenterBitmapContainer.hxx"
#include "PresenterTheme.hxx" #include "PresenterTheme.hxx"

View File

@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef SDEXT_PRESENTER_PRESENTER_CANVAS_HELPER_HXX #ifndef INCLUDED_SDEXT_SOURCE_PRESENTER_PRESENTERCANVASHELPER_HXX
#define SDEXT_PRESENTER_PRESENTER_CANVAS_HELPER_HXX #define INCLUDED_SDEXT_SOURCE_PRESENTER_PRESENTERCANVASHELPER_HXX
#include "PresenterTheme.hxx" #include "PresenterTheme.hxx"
#include <com/sun/star/awt/Point.hpp> #include <com/sun/star/awt/Point.hpp>

View File

@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef SDEXT_PRESENTER_CONFIGURATION_ACCESS_HXX #ifndef INCLUDED_SDEXT_SOURCE_PRESENTER_PRESENTERCONFIGURATIONACCESS_HXX
#define SDEXT_PRESENTER_CONFIGURATION_ACCESS_HXX #define INCLUDED_SDEXT_SOURCE_PRESENTER_PRESENTERCONFIGURATIONACCESS_HXX
#include <rtl/ustring.hxx> #include <rtl/ustring.hxx>
#include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/beans/XPropertySet.hpp>

View File

@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef SDEXT_PRESENTER_CONTROLLER_HXX #ifndef INCLUDED_SDEXT_SOURCE_PRESENTER_PRESENTERCONTROLLER_HXX
#define SDEXT_PRESENTER_CONTROLLER_HXX #define INCLUDED_SDEXT_SOURCE_PRESENTER_PRESENTERCONTROLLER_HXX
#include "PresenterAccessibility.hxx" #include "PresenterAccessibility.hxx"
#include "PresenterPaneContainer.hxx" #include "PresenterPaneContainer.hxx"

View File

@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef SDEXT_PRESENTER_PRESENTER_FRAMEWORK_OBSERVER_HXX #ifndef INCLUDED_SDEXT_SOURCE_PRESENTER_PRESENTERFRAMEWORKOBSERVER_HXX
#define SDEXT_PRESENTER_PRESENTER_FRAMEWORK_OBSERVER_HXX #define INCLUDED_SDEXT_SOURCE_PRESENTER_PRESENTERFRAMEWORKOBSERVER_HXX
#include <com/sun/star/drawing/framework/XConfigurationChangeListener.hpp> #include <com/sun/star/drawing/framework/XConfigurationChangeListener.hpp>
#include <com/sun/star/drawing/framework/XConfigurationController.hpp> #include <com/sun/star/drawing/framework/XConfigurationController.hpp>

View File

@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef SDEXT_PRESENTER_PRESENTER_GEOMETRY_HELPER_HXX #ifndef INCLUDED_SDEXT_SOURCE_PRESENTER_PRESENTERGEOMETRYHELPER_HXX
#define SDEXT_PRESENTER_PRESENTER_GEOMETRY_HELPER_HXX #define INCLUDED_SDEXT_SOURCE_PRESENTER_PRESENTERGEOMETRYHELPER_HXX
#include <com/sun/star/awt/Point.hpp> #include <com/sun/star/awt/Point.hpp>
#include <com/sun/star/awt/Rectangle.hpp> #include <com/sun/star/awt/Rectangle.hpp>

View File

@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef SDEXT_PRESENTER_HELP_VIEW_HXX #ifndef INCLUDED_SDEXT_SOURCE_PRESENTER_PRESENTERHELPVIEW_HXX
#define SDEXT_PRESENTER_HELP_VIEW_HXX #define INCLUDED_SDEXT_SOURCE_PRESENTER_PRESENTERHELPVIEW_HXX
#include "PresenterController.hxx" #include "PresenterController.hxx"
#include <cppuhelper/basemutex.hxx> #include <cppuhelper/basemutex.hxx>

View File

@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef SDEXT_PRESENTER_VIEW_HELPER_HXX #ifndef INCLUDED_SDEXT_SOURCE_PRESENTER_PRESENTERHELPER_HXX
#define SDEXT_PRESENTER_VIEW_HELPER_HXX #define INCLUDED_SDEXT_SOURCE_PRESENTER_PRESENTERHELPER_HXX
#include <com/sun/star/graphic/XGraphic.hpp> #include <com/sun/star/graphic/XGraphic.hpp>
#include <com/sun/star/frame/XController.hpp> #include <com/sun/star/frame/XController.hpp>

View File

@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef SDEXT_PRESENTER_NOTES_VIEW2_HXX #ifndef INCLUDED_SDEXT_SOURCE_PRESENTER_PRESENTERNOTESVIEW_HXX
#define SDEXT_PRESENTER_NOTES_VIEW2_HXX #define INCLUDED_SDEXT_SOURCE_PRESENTER_PRESENTERNOTESVIEW_HXX
#include "PresenterController.hxx" #include "PresenterController.hxx"
#include "PresenterToolBar.hxx" #include "PresenterToolBar.hxx"

View File

@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef SDEXT_PRESENTER_PRESENTER_PAINT_MANAGER_HXX #ifndef INCLUDED_SDEXT_SOURCE_PRESENTER_PRESENTERPAINTMANAGER_HXX
#define SDEXT_PRESENTER_PRESENTER_PAINT_MANAGER_HXX #define INCLUDED_SDEXT_SOURCE_PRESENTER_PRESENTERPAINTMANAGER_HXX
#include <com/sun/star/awt/XWindow.hpp> #include <com/sun/star/awt/XWindow.hpp>
#include <com/sun/star/awt/XWindowPeer.hpp> #include <com/sun/star/awt/XWindowPeer.hpp>

View File

@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef SD_PRESENTER_PRESENTER_PANE_HXX #ifndef INCLUDED_SDEXT_SOURCE_PRESENTER_PRESENTERPANE_HXX
#define SD_PRESENTER_PRESENTER_PANE_HXX #define INCLUDED_SDEXT_SOURCE_PRESENTER_PRESENTERPANE_HXX
#include "PresenterPaneBase.hxx" #include "PresenterPaneBase.hxx"
#include <com/sun/star/awt/XMouseListener.hpp> #include <com/sun/star/awt/XMouseListener.hpp>

View File

@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef SD_PRESENTER_PRESENTER_PANE_BASE_HXX #ifndef INCLUDED_SDEXT_SOURCE_PRESENTER_PRESENTERPANEBASE_HXX
#define SD_PRESENTER_PRESENTER_PANE_BASE_HXX #define INCLUDED_SDEXT_SOURCE_PRESENTER_PRESENTERPANEBASE_HXX
#include "PresenterTheme.hxx" #include "PresenterTheme.hxx"
#include <cppuhelper/basemutex.hxx> #include <cppuhelper/basemutex.hxx>

View File

@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef SDEXT_PRESENTER_PRESENTER_PANE_BORDER_MANAGER_HXX #ifndef INCLUDED_SDEXT_SOURCE_PRESENTER_PRESENTERPANEBORDERMANAGER_HXX
#define SDEXT_PRESENTER_PRESENTER_PANE_BORDER_MANAGER_HXX #define INCLUDED_SDEXT_SOURCE_PRESENTER_PRESENTERPANEBORDERMANAGER_HXX
// The body of this file is only used when PresenterWindowManager defines // The body of this file is only used when PresenterWindowManager defines
// the preprocessor symbol ENABLE_PANE_RESIZING, which by default is not the // the preprocessor symbol ENABLE_PANE_RESIZING, which by default is not the

View File

@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef SDEXT_PRESENTER_PRESENTER_PANE_BORDER_PAINTER_HXX #ifndef INCLUDED_SDEXT_SOURCE_PRESENTER_PRESENTERPANEBORDERPAINTER_HXX
#define SDEXT_PRESENTER_PRESENTER_PANE_BORDER_PAINTER_HXX #define INCLUDED_SDEXT_SOURCE_PRESENTER_PRESENTERPANEBORDERPAINTER_HXX
#include <com/sun/star/uno/XComponentContext.hpp> #include <com/sun/star/uno/XComponentContext.hpp>
#include <com/sun/star/awt/Rectangle.hpp> #include <com/sun/star/awt/Rectangle.hpp>

View File

@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef SDEXT_PRESENTER_PANE_CONTAINER_HXX #ifndef INCLUDED_SDEXT_SOURCE_PRESENTER_PRESENTERPANECONTAINER_HXX
#define SDEXT_PRESENTER_PANE_CONTAINER_HXX #define INCLUDED_SDEXT_SOURCE_PRESENTER_PRESENTERPANECONTAINER_HXX
#include "PresenterTheme.hxx" #include "PresenterTheme.hxx"
#include <com/sun/star/awt/Point.hpp> #include <com/sun/star/awt/Point.hpp>

View File

@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef SDEXT_PRESENTER_PANE_FACTORY_HXX #ifndef INCLUDED_SDEXT_SOURCE_PRESENTER_PRESENTERPANEFACTORY_HXX
#define SDEXT_PRESENTER_PANE_FACTORY_HXX #define INCLUDED_SDEXT_SOURCE_PRESENTER_PRESENTERPANEFACTORY_HXX
#include <cppuhelper/compbase1.hxx> #include <cppuhelper/compbase1.hxx>
#include <cppuhelper/basemutex.hxx> #include <cppuhelper/basemutex.hxx>

View File

@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef SDEXT_PRESENTER_PRESENTER_PROTOCOL_HANDLER_HXX #ifndef INCLUDED_SDEXT_SOURCE_PRESENTER_PRESENTERPROTOCOLHANDLER_HXX
#define SDEXT_PRESENTER_PRESENTER_PROTOCOL_HANDLER_HXX #define INCLUDED_SDEXT_SOURCE_PRESENTER_PRESENTERPROTOCOLHANDLER_HXX
#include <cppuhelper/compbase2.hxx> #include <cppuhelper/compbase2.hxx>
#include <cppuhelper/basemutex.hxx> #include <cppuhelper/basemutex.hxx>

View File

@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef SDEXT_PRESENTER_PRESENTER_SCREEN_HXX #ifndef INCLUDED_SDEXT_SOURCE_PRESENTER_PRESENTERSCREEN_HXX
#define SDEXT_PRESENTER_PRESENTER_SCREEN_HXX #define INCLUDED_SDEXT_SOURCE_PRESENTER_PRESENTERSCREEN_HXX
#include "PresenterConfigurationAccess.hxx" #include "PresenterConfigurationAccess.hxx"
#include "PresenterPaneContainer.hxx" #include "PresenterPaneContainer.hxx"

View File

@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef SDEXT_PRESENTER_PRESENTER_SCROLL_BAR_HXX #ifndef INCLUDED_SDEXT_SOURCE_PRESENTER_PRESENTERSCROLLBAR_HXX
#define SDEXT_PRESENTER_PRESENTER_SCROLL_BAR_HXX #define INCLUDED_SDEXT_SOURCE_PRESENTER_PRESENTERSCROLLBAR_HXX
#include "PresenterBitmapContainer.hxx" #include "PresenterBitmapContainer.hxx"
#include <com/sun/star/awt/Point.hpp> #include <com/sun/star/awt/Point.hpp>

View File

@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef SDEXT_PRESENTER_SLIDE_PREVIEW_HXX #ifndef INCLUDED_SDEXT_SOURCE_PRESENTER_PRESENTERSLIDEPREVIEW_HXX
#define SDEXT_PRESENTER_SLIDE_PREVIEW_HXX #define INCLUDED_SDEXT_SOURCE_PRESENTER_PRESENTERSLIDEPREVIEW_HXX
#include "PresenterController.hxx" #include "PresenterController.hxx"

View File

@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef SDEXT_PRESENTER_SLIDE_SHOW_VIEW_HXX #ifndef INCLUDED_SDEXT_SOURCE_PRESENTER_PRESENTERSLIDESHOWVIEW_HXX
#define SDEXT_PRESENTER_SLIDE_SHOW_VIEW_HXX #define INCLUDED_SDEXT_SOURCE_PRESENTER_PRESENTERSLIDESHOWVIEW_HXX
#include "PresenterViewFactory.hxx" #include "PresenterViewFactory.hxx"
#include <com/sun/star/presentation/XSlideShowView.hpp> #include <com/sun/star/presentation/XSlideShowView.hpp>

View File

@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef SDEXT_PRESENTER_PRESENTER_SLIDE_SORTER_HXX #ifndef INCLUDED_SDEXT_SOURCE_PRESENTER_PRESENTERSLIDESORTER_HXX
#define SDEXT_PRESENTER_PRESENTER_SLIDE_SORTER_HXX #define INCLUDED_SDEXT_SOURCE_PRESENTER_PRESENTERSLIDESORTER_HXX
#include "PresenterController.hxx" #include "PresenterController.hxx"
#include "PresenterPaneContainer.hxx" #include "PresenterPaneContainer.hxx"

View File

@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef SDEXT_PRESENTER_PRESENTER_SPRITE_HXX #ifndef INCLUDED_SDEXT_SOURCE_PRESENTER_PRESENTERSPRITE_HXX
#define SDEXT_PRESENTER_PRESENTER_SPRITE_HXX #define INCLUDED_SDEXT_SOURCE_PRESENTER_PRESENTERSPRITE_HXX
#include <com/sun/star/rendering/XCustomSprite.hpp> #include <com/sun/star/rendering/XCustomSprite.hpp>
#include <com/sun/star/rendering/XSpriteCanvas.hpp> #include <com/sun/star/rendering/XSpriteCanvas.hpp>

View File

@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef SD_PRESENTER_PRESENTER_SPRITE_PANE_HXX #ifndef INCLUDED_SDEXT_SOURCE_PRESENTER_PRESENTERSPRITEPANE_HXX
#define SD_PRESENTER_PRESENTER_SPRITE_PANE_HXX #define INCLUDED_SDEXT_SOURCE_PRESENTER_PRESENTERSPRITEPANE_HXX
#include "PresenterPaneBase.hxx" #include "PresenterPaneBase.hxx"
#include "PresenterSprite.hxx" #include "PresenterSprite.hxx"

View File

@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef SDEXT_PRESENTER_TEXT_VIEW_HXX #ifndef INCLUDED_SDEXT_SOURCE_PRESENTER_PRESENTERTEXTVIEW_HXX
#define SDEXT_PRESENTER_TEXT_VIEW_HXX #define INCLUDED_SDEXT_SOURCE_PRESENTER_PRESENTERTEXTVIEW_HXX
#include "PresenterTheme.hxx" #include "PresenterTheme.hxx"
#include <com/sun/star/accessibility/XAccessibleText.hpp> #include <com/sun/star/accessibility/XAccessibleText.hpp>

View File

@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef SDEXT_PRESENTER_PRESENTER_THEME_HXX #ifndef INCLUDED_SDEXT_SOURCE_PRESENTER_PRESENTERTHEME_HXX
#define SDEXT_PRESENTER_PRESENTER_THEME_HXX #define INCLUDED_SDEXT_SOURCE_PRESENTER_PRESENTERTHEME_HXX
#include "PresenterBitmapContainer.hxx" #include "PresenterBitmapContainer.hxx"
#include "PresenterConfigurationAccess.hxx" #include "PresenterConfigurationAccess.hxx"

View File

@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef SDEXT_PRESENTER_TIMER_HXX #ifndef INCLUDED_SDEXT_SOURCE_PRESENTER_PRESENTERTIMER_HXX
#define SDEXT_PRESENTER_TIMER_HXX #define INCLUDED_SDEXT_SOURCE_PRESENTER_PRESENTERTIMER_HXX
#include <com/sun/star/awt/XCallback.hpp> #include <com/sun/star/awt/XCallback.hpp>
#include <com/sun/star/awt/XRequestCallback.hpp> #include <com/sun/star/awt/XRequestCallback.hpp>

View File

@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef SDEXT_PRESENTER_TOOL_BAR_HXX #ifndef INCLUDED_SDEXT_SOURCE_PRESENTER_PRESENTERTOOLBAR_HXX
#define SDEXT_PRESENTER_TOOL_BAR_HXX #define INCLUDED_SDEXT_SOURCE_PRESENTER_PRESENTERTOOLBAR_HXX
#include "PresenterController.hxx" #include "PresenterController.hxx"
#include "PresenterViewFactory.hxx" #include "PresenterViewFactory.hxx"

View File

@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef SDEXT_PRESENTER_PRESENTER_UI_PAINTER_HXX #ifndef INCLUDED_SDEXT_SOURCE_PRESENTER_PRESENTERUIPAINTER_HXX
#define SDEXT_PRESENTER_PRESENTER_UI_PAINTER_HXX #define INCLUDED_SDEXT_SOURCE_PRESENTER_PRESENTERUIPAINTER_HXX
#include "PresenterTheme.hxx" #include "PresenterTheme.hxx"
#include <com/sun/star/awt/Rectangle.hpp> #include <com/sun/star/awt/Rectangle.hpp>

View File

@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef SDEXT_PRESENTER_VIEW_FACTORY_HXX #ifndef INCLUDED_SDEXT_SOURCE_PRESENTER_PRESENTERVIEWFACTORY_HXX
#define SDEXT_PRESENTER_VIEW_FACTORY_HXX #define INCLUDED_SDEXT_SOURCE_PRESENTER_PRESENTERVIEWFACTORY_HXX
#include "PresenterController.hxx" #include "PresenterController.hxx"
#include <cppuhelper/compbase1.hxx> #include <cppuhelper/compbase1.hxx>

View File

@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef SDEXT_PRESENTER_PRESENTER_WINDOW_MANAGER_HXX #ifndef INCLUDED_SDEXT_SOURCE_PRESENTER_PRESENTERWINDOWMANAGER_HXX
#define SDEXT_PRESENTER_PRESENTER_WINDOW_MANAGER_HXX #define INCLUDED_SDEXT_SOURCE_PRESENTER_PRESENTERWINDOWMANAGER_HXX
#include "PresenterPaneContainer.hxx" #include "PresenterPaneContainer.hxx"
#include "PresenterTheme.hxx" #include "PresenterTheme.hxx"