summaryrefslogtreecommitdiff
path: root/xmloff/source/style
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-10-23 19:30:56 +0200
committerThomas Arnhold <thomas@arnhold.org>2013-10-23 23:22:32 +0200
commita45953ed7c69a33dbe6609e85770b29da29a2167 (patch)
tree9239d88c1decc6cba9b7f3584284e0650eb7391f /xmloff/source/style
parent9e775eee3ec964806209656509446b7e1bb92063 (diff)
fixincludeguards.sh: xmloff
Change-Id: I0e7d9daac1ad88fad8d240373e91ef323966bb47
Diffstat (limited to 'xmloff/source/style')
-rw-r--r--xmloff/source/style/DrawAspectHdl.hxx6
-rw-r--r--xmloff/source/style/FillStyleContext.hxx6
-rw-r--r--xmloff/source/style/PageHeaderFooterContext.hxx4
-rw-r--r--xmloff/source/style/PageMasterExportPropMapper.hxx4
-rw-r--r--xmloff/source/style/PageMasterImportPropMapper.hxx4
-rw-r--r--xmloff/source/style/PageMasterPropHdl.hxx4
-rw-r--r--xmloff/source/style/PageMasterPropHdlFactory.hxx4
-rw-r--r--xmloff/source/style/PageMasterPropMapper.hxx4
-rw-r--r--xmloff/source/style/PagePropertySetContext.hxx7
-rw-r--r--xmloff/source/style/XMLFontStylesContext_impl.hxx4
-rw-r--r--xmloff/source/style/XMLFootnoteSeparatorExport.hxx4
-rw-r--r--xmloff/source/style/XMLFootnoteSeparatorImport.hxx4
-rw-r--r--xmloff/source/style/adjushdl.hxx6
-rw-r--r--xmloff/source/style/backhdl.hxx6
-rw-r--r--xmloff/source/style/bordrhdl.hxx6
-rw-r--r--xmloff/source/style/breakhdl.hxx6
-rw-r--r--xmloff/source/style/cdouthdl.hxx6
-rw-r--r--xmloff/source/style/chrhghdl.hxx6
-rw-r--r--xmloff/source/style/chrlohdl.hxx6
-rw-r--r--xmloff/source/style/csmaphdl.hxx6
-rw-r--r--xmloff/source/style/durationhdl.hxx4
-rw-r--r--xmloff/source/style/escphdl.hxx6
-rw-r--r--xmloff/source/style/fonthdl.hxx6
-rw-r--r--xmloff/source/style/impastpl.hxx4
-rw-r--r--xmloff/source/style/kernihdl.hxx6
-rw-r--r--xmloff/source/style/lspachdl.hxx6
-rw-r--r--xmloff/source/style/opaquhdl.hxx6
-rw-r--r--xmloff/source/style/postuhdl.hxx6
-rw-r--r--xmloff/source/style/shadwhdl.hxx6
-rw-r--r--xmloff/source/style/shdwdhdl.hxx6
-rw-r--r--xmloff/source/style/tabsthdl.hxx6
-rw-r--r--xmloff/source/style/undlihdl.hxx6
-rw-r--r--xmloff/source/style/weighhdl.hxx6
-rw-r--r--xmloff/source/style/xmlbahdl.hxx6
34 files changed, 91 insertions, 92 deletions
diff --git a/xmloff/source/style/DrawAspectHdl.hxx b/xmloff/source/style/DrawAspectHdl.hxx
index e73242a0855f..4082bfb0c546 100644
--- a/xmloff/source/style/DrawAspectHdl.hxx
+++ b/xmloff/source/style/DrawAspectHdl.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _XMLOFF_DRAWASPECTHDL_HXX
-#define _XMLOFF_DRAWASPECTHDL_HXX
+#ifndef INCLUDED_XMLOFF_SOURCE_STYLE_DRAWASPECTHDL_HXX
+#define INCLUDED_XMLOFF_SOURCE_STYLE_DRAWASPECTHDL_HXX
#include <xmloff/xmlprhdl.hxx>
@@ -34,6 +34,6 @@ public:
virtual bool exportXML( OUString& rStrExpValue, const ::com::sun::star::uno::Any& rValue, const SvXMLUnitConverter& rUnitConverter ) const;
};
-#endif // _XMLOFF_DRAWASPECTHDL_HXX
+#endif // INCLUDED_XMLOFF_SOURCE_STYLE_DRAWASPECTHDL_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/xmloff/source/style/FillStyleContext.hxx b/xmloff/source/style/FillStyleContext.hxx
index 336e55626d20..a009078ec989 100644
--- a/xmloff/source/style/FillStyleContext.hxx
+++ b/xmloff/source/style/FillStyleContext.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _XMLOFF_FILLSTYLECONTEXTS_HXX_
-#define _XMLOFF_FILLSTYLECONTEXTS_HXX_
+#ifndef INCLUDED_XMLOFF_SOURCE_STYLE_FILLSTYLECONTEXT_HXX
+#define INCLUDED_XMLOFF_SOURCE_STYLE_FILLSTYLECONTEXT_HXX
#include <com/sun/star/io/XOutputStream.hpp>
#include <xmloff/xmlstyle.hxx>
@@ -150,6 +150,6 @@ public:
virtual sal_Bool IsTransient() const;
};
-#endif // _XMLOFF_FILLSTYLECONTEXTS_HXX_
+#endif // INCLUDED_XMLOFF_SOURCE_STYLE_FILLSTYLECONTEXT_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/xmloff/source/style/PageHeaderFooterContext.hxx b/xmloff/source/style/PageHeaderFooterContext.hxx
index 21710ee69f4a..bf245e24eae8 100644
--- a/xmloff/source/style/PageHeaderFooterContext.hxx
+++ b/xmloff/source/style/PageHeaderFooterContext.hxx
@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _XMLOFF_PAGEHEADERFOOTERCONTEXT_HXX
-#define _XMLOFF_PAGEHEADERFOOTERCONTEXT_HXX
+#ifndef INCLUDED_XMLOFF_SOURCE_STYLE_PAGEHEADERFOOTERCONTEXT_HXX
+#define INCLUDED_XMLOFF_SOURCE_STYLE_PAGEHEADERFOOTERCONTEXT_HXX
#include <xmloff/xmlimp.hxx>
diff --git a/xmloff/source/style/PageMasterExportPropMapper.hxx b/xmloff/source/style/PageMasterExportPropMapper.hxx
index 7e3c022c4d66..d9c19aa6dbda 100644
--- a/xmloff/source/style/PageMasterExportPropMapper.hxx
+++ b/xmloff/source/style/PageMasterExportPropMapper.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _XMLOFF_PAGEMASTEREXPORTPROPMAPPER_HXX
-#define _XMLOFF_PAGEMASTEREXPORTPROPMAPPER_HXX
+#ifndef INCLUDED_XMLOFF_SOURCE_STYLE_PAGEMASTEREXPORTPROPMAPPER_HXX
+#define INCLUDED_XMLOFF_SOURCE_STYLE_PAGEMASTEREXPORTPROPMAPPER_HXX
#include <xmloff/xmlexppr.hxx>
#include "XMLBackgroundImageExport.hxx"
diff --git a/xmloff/source/style/PageMasterImportPropMapper.hxx b/xmloff/source/style/PageMasterImportPropMapper.hxx
index effb6c61a129..bec8d7e76cb8 100644
--- a/xmloff/source/style/PageMasterImportPropMapper.hxx
+++ b/xmloff/source/style/PageMasterImportPropMapper.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _XMLOFF_PAGEMASTERIMPORTPROPMAPPER_HXX
-#define _XMLOFF_PAGEMASTERIMPORTPROPMAPPER_HXX
+#ifndef INCLUDED_XMLOFF_SOURCE_STYLE_PAGEMASTERIMPORTPROPMAPPER_HXX
+#define INCLUDED_XMLOFF_SOURCE_STYLE_PAGEMASTERIMPORTPROPMAPPER_HXX
#include <xmloff/xmlimppr.hxx>
diff --git a/xmloff/source/style/PageMasterPropHdl.hxx b/xmloff/source/style/PageMasterPropHdl.hxx
index f12389cfce82..b9ba281bbcb2 100644
--- a/xmloff/source/style/PageMasterPropHdl.hxx
+++ b/xmloff/source/style/PageMasterPropHdl.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _XMLOFF_PAGEMASTERPROPHDL_HXX_
-#define _XMLOFF_PAGEMASTERPROPHDL_HXX_
+#ifndef INCLUDED_XMLOFF_SOURCE_STYLE_PAGEMASTERPROPHDL_HXX
+#define INCLUDED_XMLOFF_SOURCE_STYLE_PAGEMASTERPROPHDL_HXX
#include <xmloff/xmlprhdl.hxx>
#include <rtl/ustring.hxx>
diff --git a/xmloff/source/style/PageMasterPropHdlFactory.hxx b/xmloff/source/style/PageMasterPropHdlFactory.hxx
index 8da183618b7e..80e7b6e73df6 100644
--- a/xmloff/source/style/PageMasterPropHdlFactory.hxx
+++ b/xmloff/source/style/PageMasterPropHdlFactory.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _XMLOFF_PAGEMASTERPROPHDLFACTORY_HXX
-#define _XMLOFF_PAGEMASTERPROPHDLFACTORY_HXX
+#ifndef INCLUDED_XMLOFF_SOURCE_STYLE_PAGEMASTERPROPHDLFACTORY_HXX
+#define INCLUDED_XMLOFF_SOURCE_STYLE_PAGEMASTERPROPHDLFACTORY_HXX
#include <xmloff/prhdlfac.hxx>
diff --git a/xmloff/source/style/PageMasterPropMapper.hxx b/xmloff/source/style/PageMasterPropMapper.hxx
index db2f237d382f..0ee9f7793a32 100644
--- a/xmloff/source/style/PageMasterPropMapper.hxx
+++ b/xmloff/source/style/PageMasterPropMapper.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _XMLOFF_PAGEMASTERPROPMAPPER_HXX_
-#define _XMLOFF_PAGEMASTERPROPMAPPER_HXX_
+#ifndef INCLUDED_XMLOFF_SOURCE_STYLE_PAGEMASTERPROPMAPPER_HXX
+#define INCLUDED_XMLOFF_SOURCE_STYLE_PAGEMASTERPROPMAPPER_HXX
#include <xmloff/xmlprmap.hxx>
diff --git a/xmloff/source/style/PagePropertySetContext.hxx b/xmloff/source/style/PagePropertySetContext.hxx
index 45c68b46b208..2d7f3d2ee7f1 100644
--- a/xmloff/source/style/PagePropertySetContext.hxx
+++ b/xmloff/source/style/PagePropertySetContext.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _XMLOFF_PAGEPROPERTYSETCONTEXT_HXX
-#define _XMLOFF_PAGEPROPERTYSETCONTEXT_HXX
+#ifndef INCLUDED_XMLOFF_SOURCE_STYLE_PAGEPROPERTYSETCONTEXT_HXX
+#define INCLUDED_XMLOFF_SOURCE_STYLE_PAGEPROPERTYSETCONTEXT_HXX
#include <xmloff/xmlprcon.hxx>
@@ -54,7 +54,6 @@ public:
const XMLPropertyState& rProp);
};
-
-#endif // _XMLOFF_XMLTEXTPROPERTYSETCONTEXT_HXX
+#endif // INCLUDED_XMLOFF_SOURCE_STYLE_PAGEPROPERTYSETCONTEXT_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/xmloff/source/style/XMLFontStylesContext_impl.hxx b/xmloff/source/style/XMLFontStylesContext_impl.hxx
index 6a794b9668bc..81e1b7afdaa2 100644
--- a/xmloff/source/style/XMLFontStylesContext_impl.hxx
+++ b/xmloff/source/style/XMLFontStylesContext_impl.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _XMLOFF_XMLFONTSTYLESCONTEXT_IMPL_HXX_
-#define _XMLOFF_XMLFONTSTYLESCONTEXT_IMPL_HXX_
+#ifndef INCLUDED_XMLOFF_SOURCE_STYLE_XMLFONTSTYLESCONTEXT_IMPL_HXX
+#define INCLUDED_XMLOFF_SOURCE_STYLE_XMLFONTSTYLESCONTEXT_IMPL_HXX
#include <xmloff/xmlstyle.hxx>
diff --git a/xmloff/source/style/XMLFootnoteSeparatorExport.hxx b/xmloff/source/style/XMLFootnoteSeparatorExport.hxx
index 9b3ef89712d0..6b53c5974757 100644
--- a/xmloff/source/style/XMLFootnoteSeparatorExport.hxx
+++ b/xmloff/source/style/XMLFootnoteSeparatorExport.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _XMLOFF_XMLFOOTNOTESEPARATOREXPORT_HXX
-#define _XMLOFF_XMLFOOTNOTESEPARATOREXPORT_HXX
+#ifndef INCLUDED_XMLOFF_SOURCE_STYLE_XMLFOOTNOTESEPARATOREXPORT_HXX
+#define INCLUDED_XMLOFF_SOURCE_STYLE_XMLFOOTNOTESEPARATOREXPORT_HXX
#include <sal/types.h>
diff --git a/xmloff/source/style/XMLFootnoteSeparatorImport.hxx b/xmloff/source/style/XMLFootnoteSeparatorImport.hxx
index eb8b38836cae..03d6cce38e7e 100644
--- a/xmloff/source/style/XMLFootnoteSeparatorImport.hxx
+++ b/xmloff/source/style/XMLFootnoteSeparatorImport.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _XMLOFF_XMLFOOTNOTESEPARATORIMPORT_HXX
-#define _XMLOFF_XMLFOOTNOTESEPARATORIMPORT_HXX
+#ifndef INCLUDED_XMLOFF_SOURCE_STYLE_XMLFOOTNOTESEPARATORIMPORT_HXX
+#define INCLUDED_XMLOFF_SOURCE_STYLE_XMLFOOTNOTESEPARATORIMPORT_HXX
diff --git a/xmloff/source/style/adjushdl.hxx b/xmloff/source/style/adjushdl.hxx
index 00d53d91c8cf..cb2623ccb1e8 100644
--- a/xmloff/source/style/adjushdl.hxx
+++ b/xmloff/source/style/adjushdl.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _XMLOFF_PROPERTYHANDLER_ADJUSTTYPES_HXX
-#define _XMLOFF_PROPERTYHANDLER_ADJUSTTYPES_HXX
+#ifndef INCLUDED_XMLOFF_SOURCE_STYLE_ADJUSHDL_HXX
+#define INCLUDED_XMLOFF_SOURCE_STYLE_ADJUSHDL_HXX
#include <xmloff/xmlprhdl.hxx>
@@ -46,6 +46,6 @@ public:
virtual bool exportXML( OUString& rStrExpValue, const ::com::sun::star::uno::Any& rValue, const SvXMLUnitConverter& rUnitConverter ) const;
};
-#endif // _XMLOFF_PROPERTYHANDLER_ADJUSTTYPES_HXX
+#endif // INCLUDED_XMLOFF_SOURCE_STYLE_ADJUSHDL_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/xmloff/source/style/backhdl.hxx b/xmloff/source/style/backhdl.hxx
index 29343ce143e9..10d4e0fb3de7 100644
--- a/xmloff/source/style/backhdl.hxx
+++ b/xmloff/source/style/backhdl.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _XMLOFF_PROPERTYHANDLER_BRUSHTYPES_HXX
-#define _XMLOFF_PROPERTYHANDLER_BRUSHTYPES_HXX
+#ifndef INCLUDED_XMLOFF_SOURCE_STYLE_BACKHDL_HXX
+#define INCLUDED_XMLOFF_SOURCE_STYLE_BACKHDL_HXX
#include <xmloff/xmlprhdl.hxx>
#include <com/sun/star/style/GraphicLocation.hpp>
@@ -41,6 +41,6 @@ private:
void MergeXMLVertPos( ::com::sun::star::style::GraphicLocation& ePos, ::com::sun::star::style::GraphicLocation eVert ) const;
};
-#endif // _XMLOFF_PROPERTYHANDLER_BRUSHTYPES_HXX
+#endif // INCLUDED_XMLOFF_SOURCE_STYLE_BACKHDL_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/xmloff/source/style/bordrhdl.hxx b/xmloff/source/style/bordrhdl.hxx
index 6485ba2f25f9..f3a2ac42f30d 100644
--- a/xmloff/source/style/bordrhdl.hxx
+++ b/xmloff/source/style/bordrhdl.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _XMLOFF_PROPERTYHANDLER_BORDERTYPES_HXX
-#define _XMLOFF_PROPERTYHANDLER_BORDERTYPES_HXX
+#ifndef INCLUDED_XMLOFF_SOURCE_STYLE_BORDRHDL_HXX
+#define INCLUDED_XMLOFF_SOURCE_STYLE_BORDRHDL_HXX
#include <xmloff/xmlprhdl.hxx>
@@ -43,6 +43,6 @@ public:
virtual bool exportXML( OUString& rStrExpValue, const ::com::sun::star::uno::Any& rValue, const SvXMLUnitConverter& rUnitConverter ) const;
};
-#endif // _XMLOFF_PROPERTYHANDLER_CHARLOCALETYPES_HXX
+#endif // INCLUDED_XMLOFF_SOURCE_STYLE_BORDRHDL_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/xmloff/source/style/breakhdl.hxx b/xmloff/source/style/breakhdl.hxx
index 2faf4c84c1a6..1986d92f151b 100644
--- a/xmloff/source/style/breakhdl.hxx
+++ b/xmloff/source/style/breakhdl.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _XMLOFF_PROPERTYHANDLER_BREAKTYPES_HXX
-#define _XMLOFF_PROPERTYHANDLER_BREAKTYPES_HXX
+#ifndef INCLUDED_XMLOFF_SOURCE_STYLE_BREAKHDL_HXX
+#define INCLUDED_XMLOFF_SOURCE_STYLE_BREAKHDL_HXX
#include <xmloff/xmlprhdl.hxx>
@@ -46,6 +46,6 @@ public:
virtual bool exportXML( OUString& rStrExpValue, const ::com::sun::star::uno::Any& rValue, const SvXMLUnitConverter& rUnitConverter ) const;
};
-#endif // _XMLOFF_PROPERTYHANDLER_BREAKTYPES_HXX
+#endif // INCLUDED_XMLOFF_SOURCE_STYLE_BREAKHDL_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/xmloff/source/style/cdouthdl.hxx b/xmloff/source/style/cdouthdl.hxx
index d738df67dae6..c80fb99b3608 100644
--- a/xmloff/source/style/cdouthdl.hxx
+++ b/xmloff/source/style/cdouthdl.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _XMLOFF_PROPERTYHANDLER_CROSSEDOUTTYPES_HXX
-#define _XMLOFF_PROPERTYHANDLER_CROSSEDOUTTYPES_HXX
+#ifndef INCLUDED_XMLOFF_SOURCE_STYLE_CDOUTHDL_HXX
+#define INCLUDED_XMLOFF_SOURCE_STYLE_CDOUTHDL_HXX
#include <xmloff/xmlprhdl.hxx>
@@ -61,6 +61,6 @@ public:
virtual bool exportXML( OUString& rStrExpValue, const ::com::sun::star::uno::Any& rValue, const SvXMLUnitConverter& rUnitConverter ) const;
};
-#endif // _XMLOFF_PROPERTYHANDLER_CROSSEDOUTTYPES_HXX
+#endif // INCLUDED_XMLOFF_SOURCE_STYLE_CDOUTHDL_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/xmloff/source/style/chrhghdl.hxx b/xmloff/source/style/chrhghdl.hxx
index 7703b6fe681a..7016755b8dcf 100644
--- a/xmloff/source/style/chrhghdl.hxx
+++ b/xmloff/source/style/chrhghdl.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _XMLOFF_PROPERTYHANDLER_CHARHEIGHTTYPES_HXX
-#define _XMLOFF_PROPERTYHANDLER_CHARHEIGHTTYPES_HXX
+#ifndef INCLUDED_XMLOFF_SOURCE_STYLE_CHRHGHDL_HXX
+#define INCLUDED_XMLOFF_SOURCE_STYLE_CHRHGHDL_HXX
#include <xmloff/xmlprhdl.hxx>
@@ -52,6 +52,6 @@ public:
virtual bool exportXML( OUString& rStrExpValue, const ::com::sun::star::uno::Any& rValue, const SvXMLUnitConverter& rUnitConverter ) const;
};
-#endif // _XMLOFF_PROPERTYHANDLER_CHARHEIGHTTYPES_HXX
+#endif // INCLUDED_XMLOFF_SOURCE_STYLE_CHRHGHDL_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/xmloff/source/style/chrlohdl.hxx b/xmloff/source/style/chrlohdl.hxx
index 49a8d1f63e52..fbae00fe72c5 100644
--- a/xmloff/source/style/chrlohdl.hxx
+++ b/xmloff/source/style/chrlohdl.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _XMLOFF_PROPERTYHANDLER_CHARLOCALETYPES_HXX
-#define _XMLOFF_PROPERTYHANDLER_CHARLOCALETYPES_HXX
+#ifndef INCLUDED_XMLOFF_SOURCE_STYLE_CHRLOHDL_HXX
+#define INCLUDED_XMLOFF_SOURCE_STYLE_CHRLOHDL_HXX
#include <xmloff/xmlprhdl.hxx>
@@ -69,6 +69,6 @@ public:
virtual bool exportXML( OUString& rStrExpValue, const ::com::sun::star::uno::Any& rValue, const SvXMLUnitConverter& rUnitConverter ) const;
};
-#endif // _XMLOFF_PROPERTYHANDLER_CHARLOCALETYPES_HXX
+#endif // INCLUDED_XMLOFF_SOURCE_STYLE_CHRLOHDL_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/xmloff/source/style/csmaphdl.hxx b/xmloff/source/style/csmaphdl.hxx
index 3258ff7ca03c..b35a1545e91a 100644
--- a/xmloff/source/style/csmaphdl.hxx
+++ b/xmloff/source/style/csmaphdl.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _XMLOFF_PROPERTYHANDLER_CASEMAPTYPES_HXX
-#define _XMLOFF_PROPERTYHANDLER_CASEMAPTYPES_HXX
+#ifndef INCLUDED_XMLOFF_SOURCE_STYLE_CSMAPHDL_HXX
+#define INCLUDED_XMLOFF_SOURCE_STYLE_CSMAPHDL_HXX
#include <xmloff/xmlprhdl.hxx>
@@ -43,6 +43,6 @@ public:
virtual bool exportXML( OUString& rStrExpValue, const ::com::sun::star::uno::Any& rValue, const SvXMLUnitConverter& rUnitConverter ) const;
};
-#endif // _XMLOFF_PROPERTYHANDLER_CASEMAPTYPES_HXX
+#endif // INCLUDED_XMLOFF_SOURCE_STYLE_CSMAPHDL_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/xmloff/source/style/durationhdl.hxx b/xmloff/source/style/durationhdl.hxx
index 8888674a21fb..d2e095c75382 100644
--- a/xmloff/source/style/durationhdl.hxx
+++ b/xmloff/source/style/durationhdl.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _XMLOFF_PROPERTYHANDLER_DURATIONS_HXX
-#define _XMLOFF_PROPERTYHANDLER_DURATIONS_HXX
+#ifndef INCLUDED_XMLOFF_SOURCE_STYLE_DURATIONHDL_HXX
+#define INCLUDED_XMLOFF_SOURCE_STYLE_DURATIONHDL_HXX
#include <xmloff/xmlprhdl.hxx>
diff --git a/xmloff/source/style/escphdl.hxx b/xmloff/source/style/escphdl.hxx
index 901166f04496..35a2a3b6094c 100644
--- a/xmloff/source/style/escphdl.hxx
+++ b/xmloff/source/style/escphdl.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _XMLOFF_PROPERTYHANDLER_ESCAPETYPES_HXX
-#define _XMLOFF_PROPERTYHANDLER_ESCAPETYPES_HXX
+#ifndef INCLUDED_XMLOFF_SOURCE_STYLE_ESCPHDL_HXX
+#define INCLUDED_XMLOFF_SOURCE_STYLE_ESCPHDL_HXX
#include <xmloff/xmlprhdl.hxx>
@@ -43,6 +43,6 @@ public:
virtual bool exportXML( OUString& rStrExpValue, const ::com::sun::star::uno::Any& rValue, const SvXMLUnitConverter& rUnitConverter ) const;
};
-#endif // _XMLOFF_PROPERTYHANDLER_ESCAPETYPES_HXX
+#endif // INCLUDED_XMLOFF_SOURCE_STYLE_ESCPHDL_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/xmloff/source/style/fonthdl.hxx b/xmloff/source/style/fonthdl.hxx
index d1bb67f0ae3e..7a1a79b01800 100644
--- a/xmloff/source/style/fonthdl.hxx
+++ b/xmloff/source/style/fonthdl.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef XMLOFF_PROPERTYHANDLER_FONTTYPES_HXX
-#define XMLOFF_PROPERTYHANDLER_FONTTYPES_HXX
+#ifndef INCLUDED_XMLOFF_SOURCE_STYLE_FONTHDL_HXX
+#define INCLUDED_XMLOFF_SOURCE_STYLE_FONTHDL_HXX
#include <xmloff/xmlprhdl.hxx>
@@ -71,6 +71,6 @@ public:
};
-#endif // XMLOFF_PROPERTYHANDLER_FONTTYPES_HXX
+#endif // INCLUDED_XMLOFF_SOURCE_STYLE_FONTHDL_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/xmloff/source/style/impastpl.hxx b/xmloff/source/style/impastpl.hxx
index 409ac0cdb6a5..42933721c64f 100644
--- a/xmloff/source/style/impastpl.hxx
+++ b/xmloff/source/style/impastpl.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _XMLOFF_XMLASTPL_IMPL_HXX
-#define _XMLOFF_XMLASTPL_IMPL_HXX
+#ifndef INCLUDED_XMLOFF_SOURCE_STYLE_IMPASTPL_HXX
+#define INCLUDED_XMLOFF_SOURCE_STYLE_IMPASTPL_HXX
#include <boost/ptr_container/ptr_set.hpp>
#include <sal/types.h>
diff --git a/xmloff/source/style/kernihdl.hxx b/xmloff/source/style/kernihdl.hxx
index e640dedc71aa..c158cfc1dd53 100644
--- a/xmloff/source/style/kernihdl.hxx
+++ b/xmloff/source/style/kernihdl.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _XMLOFF_PROPERTYHANDLER_KERNINGTYPES_HXX
-#define _XMLOFF_PROPERTYHANDLER_KERNINGTYPES_HXX
+#ifndef INCLUDED_XMLOFF_SOURCE_STYLE_KERNIHDL_HXX
+#define INCLUDED_XMLOFF_SOURCE_STYLE_KERNIHDL_HXX
#include <xmloff/xmlprhdl.hxx>
@@ -34,6 +34,6 @@ public:
virtual bool exportXML( OUString& rStrExpValue, const ::com::sun::star::uno::Any& rValue, const SvXMLUnitConverter& rUnitConverter ) const;
};
-#endif // _XMLOFF_PROPERTYHANDLER_KERNINGTYPES_HXX
+#endif // INCLUDED_XMLOFF_SOURCE_STYLE_KERNIHDL_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/xmloff/source/style/lspachdl.hxx b/xmloff/source/style/lspachdl.hxx
index bf522396c50b..4aef1086fb0b 100644
--- a/xmloff/source/style/lspachdl.hxx
+++ b/xmloff/source/style/lspachdl.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _XMLOFF_PROPERTYHANDLER_LINESPACETYPES_HXX
-#define _XMLOFF_PROPERTYHANDLER_LINESPACETYPES_HXX
+#ifndef INCLUDED_XMLOFF_SOURCE_STYLE_LSPACHDL_HXX
+#define INCLUDED_XMLOFF_SOURCE_STYLE_LSPACHDL_HXX
#include <xmloff/xmlprhdl.hxx>
@@ -52,6 +52,6 @@ public:
virtual bool exportXML( OUString& rStrExpValue, const ::com::sun::star::uno::Any& rValue, const SvXMLUnitConverter& rUnitConverter ) const;
};
-#endif // _XMLOFF_PROPERTYHANDLER_CHARHEIGHTTYPES_HXX
+#endif // INCLUDED_XMLOFF_SOURCE_STYLE_LSPACHDL_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/xmloff/source/style/opaquhdl.hxx b/xmloff/source/style/opaquhdl.hxx
index 0093e1f32c94..e748339320dc 100644
--- a/xmloff/source/style/opaquhdl.hxx
+++ b/xmloff/source/style/opaquhdl.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _XMLOFF_PROPERTYHANDLER_OPAQUETYPES_HXX
-#define _XMLOFF_PROPERTYHANDLER_OPAQUETYPES_HXX
+#ifndef INCLUDED_XMLOFF_SOURCE_STYLE_OPAQUHDL_HXX
+#define INCLUDED_XMLOFF_SOURCE_STYLE_OPAQUHDL_HXX
#include <xmloff/xmlprhdl.hxx>
@@ -34,6 +34,6 @@ public:
virtual bool exportXML( OUString& rStrExpValue, const ::com::sun::star::uno::Any& rValue, const SvXMLUnitConverter& rUnitConverter ) const;
};
-#endif // _XMLOFF_PROPERTYHANDLER_OPAQUETYPES_HXX
+#endif // INCLUDED_XMLOFF_SOURCE_STYLE_OPAQUHDL_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/xmloff/source/style/postuhdl.hxx b/xmloff/source/style/postuhdl.hxx
index 05e03761c116..bf2edeef2f8c 100644
--- a/xmloff/source/style/postuhdl.hxx
+++ b/xmloff/source/style/postuhdl.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _XMLOFF_PROPERTYHANDLER_POSTURETYPES_HXX
-#define _XMLOFF_PROPERTYHANDLER_POSTURETYPES_HXX
+#ifndef INCLUDED_XMLOFF_SOURCE_STYLE_POSTUHDL_HXX
+#define INCLUDED_XMLOFF_SOURCE_STYLE_POSTUHDL_HXX
#include <xmloff/xmlprhdl.hxx>
@@ -34,6 +34,6 @@ public:
virtual bool exportXML( OUString& rStrExpValue, const ::com::sun::star::uno::Any& rValue, const SvXMLUnitConverter& rUnitConverter ) const;
};
-#endif // _XMLOFF_PROPERTYHANDLER_POSTURETYPES_HXX
+#endif // INCLUDED_XMLOFF_SOURCE_STYLE_POSTUHDL_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/xmloff/source/style/shadwhdl.hxx b/xmloff/source/style/shadwhdl.hxx
index e9718b210834..8fec33751465 100644
--- a/xmloff/source/style/shadwhdl.hxx
+++ b/xmloff/source/style/shadwhdl.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _XMLOFF_PROPERTYHANDLER_SHADOWTYPES_HXX
-#define _XMLOFF_PROPERTYHANDLER_SHADOWTYPES_HXX
+#ifndef INCLUDED_XMLOFF_SOURCE_STYLE_SHADWHDL_HXX
+#define INCLUDED_XMLOFF_SOURCE_STYLE_SHADWHDL_HXX
#include <xmloff/xmlprhdl.hxx>
@@ -34,6 +34,6 @@ public:
virtual bool exportXML( OUString& rStrExpValue, const ::com::sun::star::uno::Any& rValue, const SvXMLUnitConverter& rUnitConverter ) const;
};
-#endif // _XMLOFF_PROPERTYHANDLER_BASICTYPES_HXX
+#endif // INCLUDED_XMLOFF_SOURCE_STYLE_SHADWHDL_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/xmloff/source/style/shdwdhdl.hxx b/xmloff/source/style/shdwdhdl.hxx
index d056b64e54db..54eac28324d4 100644
--- a/xmloff/source/style/shdwdhdl.hxx
+++ b/xmloff/source/style/shdwdhdl.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _XMLOFF_PROPERTYHANDLER_SHADOWEDTYPES_HXX
-#define _XMLOFF_PROPERTYHANDLER_SHADOWEDTYPES_HXX
+#ifndef INCLUDED_XMLOFF_SOURCE_STYLE_SHDWDHDL_HXX
+#define INCLUDED_XMLOFF_SOURCE_STYLE_SHDWDHDL_HXX
#include <xmloff/xmlprhdl.hxx>
@@ -34,6 +34,6 @@ public:
virtual bool exportXML( OUString& rStrExpValue, const ::com::sun::star::uno::Any& rValue, const SvXMLUnitConverter& rUnitConverter ) const;
};
-#endif // _XMLOFF_PROPERTYHANDLER_SHADOWEDTYPES_HXX
+#endif // INCLUDED_XMLOFF_SOURCE_STYLE_SHDWDHDL_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/xmloff/source/style/tabsthdl.hxx b/xmloff/source/style/tabsthdl.hxx
index f498c7c81757..cad325c4b8fe 100644
--- a/xmloff/source/style/tabsthdl.hxx
+++ b/xmloff/source/style/tabsthdl.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _XMLOFF_PROPERTYHANDLER_TABSTOPTYPES_HXX
-#define _XMLOFF_PROPERTYHANDLER_TABSTOPTYPES_HXX
+#ifndef INCLUDED_XMLOFF_SOURCE_STYLE_TABSTHDL_HXX
+#define INCLUDED_XMLOFF_SOURCE_STYLE_TABSTHDL_HXX
#include <xmloff/xmlprhdl.hxx>
@@ -37,6 +37,6 @@ public:
virtual bool exportXML( OUString& rStrExpValue, const ::com::sun::star::uno::Any& rValue, const SvXMLUnitConverter& rUnitConverter ) const;
};
-#endif // _XMLOFF_PROPERTYHANDLER_TABSTOPTYPES_HXX
+#endif // INCLUDED_XMLOFF_SOURCE_STYLE_TABSTHDL_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/xmloff/source/style/undlihdl.hxx b/xmloff/source/style/undlihdl.hxx
index 399376c936ae..00c143d97779 100644
--- a/xmloff/source/style/undlihdl.hxx
+++ b/xmloff/source/style/undlihdl.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _XMLOFF_PROPERTYHANDLER_UNDERLINETYPES_HXX
-#define _XMLOFF_PROPERTYHANDLER_UNDERLINETYPES_HXX
+#ifndef INCLUDED_XMLOFF_SOURCE_STYLE_UNDLIHDL_HXX
+#define INCLUDED_XMLOFF_SOURCE_STYLE_UNDLIHDL_HXX
#include <xmloff/xmlprhdl.hxx>
@@ -52,6 +52,6 @@ public:
virtual bool exportXML( OUString& rStrExpValue, const ::com::sun::star::uno::Any& rValue, const SvXMLUnitConverter& rUnitConverter ) const;
};
-#endif // _XMLOFF_PROPERTYHANDLER_UNDERLINETYPES_HXX
+#endif // INCLUDED_XMLOFF_SOURCE_STYLE_UNDLIHDL_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/xmloff/source/style/weighhdl.hxx b/xmloff/source/style/weighhdl.hxx
index 3bea25bab9e5..6a419789bd0d 100644
--- a/xmloff/source/style/weighhdl.hxx
+++ b/xmloff/source/style/weighhdl.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _XMLOFF_PROPERTYHANDLER_FONTWEIGHTTYPES_HXX
-#define _XMLOFF_PROPERTYHANDLER_FONTWEIGHTTYPES_HXX
+#ifndef INCLUDED_XMLOFF_SOURCE_STYLE_WEIGHHDL_HXX
+#define INCLUDED_XMLOFF_SOURCE_STYLE_WEIGHHDL_HXX
#include <xmloff/xmlprhdl.hxx>
@@ -35,6 +35,6 @@ public:
};
-#endif // _XMLOFF_PROPERTYHANDLER_FONTWEIGHTTYPES_HXX
+#endif // INCLUDED_XMLOFF_SOURCE_STYLE_WEIGHHDL_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/xmloff/source/style/xmlbahdl.hxx b/xmloff/source/style/xmlbahdl.hxx
index e4526e6c00a1..58c6dc18691b 100644
--- a/xmloff/source/style/xmlbahdl.hxx
+++ b/xmloff/source/style/xmlbahdl.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _XMLOFF_PROPERTYHANDLER_BASICTYPES_HXX
-#define _XMLOFF_PROPERTYHANDLER_BASICTYPES_HXX
+#ifndef INCLUDED_XMLOFF_SOURCE_STYLE_XMLBAHDL_HXX
+#define INCLUDED_XMLOFF_SOURCE_STYLE_XMLBAHDL_HXX
#include <xmloff/xmlprhdl.hxx>
#include <rtl/ustrbuf.hxx>
@@ -318,6 +318,6 @@ public:
virtual bool exportXML( OUString& rStrExpValue, const ::com::sun::star::uno::Any& rValue, const SvXMLUnitConverter& rUnitConverter ) const;
};
-#endif // _XMLOFF_PROPERTYHANDLER_BASICTYPES_HXX
+#endif // INCLUDED_XMLOFF_SOURCE_STYLE_XMLBAHDL_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */