diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:37:31 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:46:02 +0200 |
commit | e6ecc6e428a49c725484547dfa4454bab3aba882 (patch) | |
tree | 3e857cd74783ede2ee80b726298d9a64f5d91494 /lotuswordpro/inc | |
parent | 60de56cf1ae694fd86a2ce20711cf97958228656 (diff) |
loplugin:includeform: lotuswordpro
Change-Id: I1ff35dd6242accf0a8e71086a14a72e85eef1c5a
Diffstat (limited to 'lotuswordpro/inc')
87 files changed, 197 insertions, 197 deletions
diff --git a/lotuswordpro/inc/xfilter/ixfstyle.hxx b/lotuswordpro/inc/xfilter/ixfstyle.hxx index 16c3abd4d21e..322e0b6b440e 100644 --- a/lotuswordpro/inc/xfilter/ixfstyle.hxx +++ b/lotuswordpro/inc/xfilter/ixfstyle.hxx @@ -60,7 +60,7 @@ #ifndef INCLUDED_LOTUSWORDPRO_INC_XFILTER_IXFSTYLE_HXX #define INCLUDED_LOTUSWORDPRO_INC_XFILTER_IXFSTYLE_HXX -#include "xfilter/xfglobal.hxx" +#include <xfilter/xfglobal.hxx> /** * @descr * Interface for all style object. diff --git a/lotuswordpro/inc/xfilter/xfannotation.hxx b/lotuswordpro/inc/xfilter/xfannotation.hxx index c0040a554216..9821d8243a21 100644 --- a/lotuswordpro/inc/xfilter/xfannotation.hxx +++ b/lotuswordpro/inc/xfilter/xfannotation.hxx @@ -60,9 +60,9 @@ #ifndef INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFANNOTATION_HXX #define INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFANNOTATION_HXX -#include "xfilter/xfglobal.hxx" -#include "xfilter/xfcontent.hxx" -#include "xfilter/xfcontentcontainer.hxx" +#include <xfilter/xfglobal.hxx> +#include <xfilter/xfcontent.hxx> +#include <xfilter/xfcontentcontainer.hxx> class XFAnnotation : public XFContentContainer { diff --git a/lotuswordpro/inc/xfilter/xfarrowstyle.hxx b/lotuswordpro/inc/xfilter/xfarrowstyle.hxx index 76c72318b827..a1f622b32549 100644 --- a/lotuswordpro/inc/xfilter/xfarrowstyle.hxx +++ b/lotuswordpro/inc/xfilter/xfarrowstyle.hxx @@ -60,7 +60,7 @@ #ifndef INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFARROWSTYLE_HXX #define INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFARROWSTYLE_HXX -#include "xfilter/xfstyle.hxx" +#include <xfilter/xfstyle.hxx> class XFArrowStyle : public XFStyle { diff --git a/lotuswordpro/inc/xfilter/xfbgimage.hxx b/lotuswordpro/inc/xfilter/xfbgimage.hxx index 1622c12ced02..8f2e75208fbb 100644 --- a/lotuswordpro/inc/xfilter/xfbgimage.hxx +++ b/lotuswordpro/inc/xfilter/xfbgimage.hxx @@ -60,7 +60,7 @@ #ifndef INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFBGIMAGE_HXX #define INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFBGIMAGE_HXX -#include "xfilter/xfstyle.hxx" +#include <xfilter/xfstyle.hxx> /** * @brief diff --git a/lotuswordpro/inc/xfilter/xfbookmark.hxx b/lotuswordpro/inc/xfilter/xfbookmark.hxx index a03869bf3686..2c2a684f2bd9 100644 --- a/lotuswordpro/inc/xfilter/xfbookmark.hxx +++ b/lotuswordpro/inc/xfilter/xfbookmark.hxx @@ -62,9 +62,9 @@ #include <sal/config.h> -#include "xfilter/ixfattrlist.hxx" -#include "xfilter/ixfstream.hxx" -#include "xfilter/xfcontent.hxx" +#include <xfilter/ixfattrlist.hxx> +#include <xfilter/ixfstream.hxx> +#include <xfilter/xfcontent.hxx> /** * @brief diff --git a/lotuswordpro/inc/xfilter/xfborders.hxx b/lotuswordpro/inc/xfilter/xfborders.hxx index e46b11c0c879..b9da6a4abe9f 100644 --- a/lotuswordpro/inc/xfilter/xfborders.hxx +++ b/lotuswordpro/inc/xfilter/xfborders.hxx @@ -60,8 +60,8 @@ #ifndef INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFBORDERS_HXX #define INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFBORDERS_HXX -#include "xfilter/xfglobal.hxx" -#include "xfilter/xfcolor.hxx" +#include <xfilter/xfglobal.hxx> +#include <xfilter/xfcolor.hxx> /** * @brief diff --git a/lotuswordpro/inc/xfilter/xfbreaks.hxx b/lotuswordpro/inc/xfilter/xfbreaks.hxx index f8b078c4d7b8..a5a1bc443a5b 100644 --- a/lotuswordpro/inc/xfilter/xfbreaks.hxx +++ b/lotuswordpro/inc/xfilter/xfbreaks.hxx @@ -60,7 +60,7 @@ #ifndef INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFBREAKS_HXX #define INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFBREAKS_HXX -#include "xfilter/xfglobal.hxx" +#include <xfilter/xfglobal.hxx> /** * @descr Page|Column break object. diff --git a/lotuswordpro/inc/xfilter/xfcell.hxx b/lotuswordpro/inc/xfilter/xfcell.hxx index 04bfadb782d9..9199b5a1aba1 100644 --- a/lotuswordpro/inc/xfilter/xfcell.hxx +++ b/lotuswordpro/inc/xfilter/xfcell.hxx @@ -61,8 +61,8 @@ #ifndef INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFCELL_HXX #define INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFCELL_HXX -#include "xfilter/xfcontent.hxx" -#include "xfilter/xfcontentcontainer.hxx" +#include <xfilter/xfcontent.hxx> +#include <xfilter/xfcontentcontainer.hxx> #include <vector> class XFTable; diff --git a/lotuswordpro/inc/xfilter/xfcellstyle.hxx b/lotuswordpro/inc/xfilter/xfcellstyle.hxx index ead57146a8da..ee3a2c6a8b4a 100644 --- a/lotuswordpro/inc/xfilter/xfcellstyle.hxx +++ b/lotuswordpro/inc/xfilter/xfcellstyle.hxx @@ -64,11 +64,11 @@ #include <rtl/ref.hxx> -#include "xfilter/xfstyle.hxx" -#include "xfilter/xfcolor.hxx" -#include "xfilter/xfmargins.hxx" -#include "xfilter/xfpadding.hxx" -#include "xfilter/xfshadow.hxx" +#include <xfilter/xfstyle.hxx> +#include <xfilter/xfcolor.hxx> +#include <xfilter/xfmargins.hxx> +#include <xfilter/xfpadding.hxx> +#include <xfilter/xfshadow.hxx> #include <memory> diff --git a/lotuswordpro/inc/xfilter/xfchange.hxx b/lotuswordpro/inc/xfilter/xfchange.hxx index c6914adf756a..4d759cb03aec 100644 --- a/lotuswordpro/inc/xfilter/xfchange.hxx +++ b/lotuswordpro/inc/xfilter/xfchange.hxx @@ -61,10 +61,10 @@ #ifndef INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFCHANGE_HXX #define INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFCHANGE_HXX -#include "xfilter/xfglobal.hxx" -#include "xfilter/ixfstream.hxx" -#include "xfilter/xfcontent.hxx" -#include "xfilter/xfcontentcontainer.hxx" +#include <xfilter/xfglobal.hxx> +#include <xfilter/ixfstream.hxx> +#include <xfilter/xfcontent.hxx> +#include <xfilter/xfcontentcontainer.hxx> #include <rtl/ustring.hxx> class XFChangeList : public XFContentContainer diff --git a/lotuswordpro/inc/xfilter/xfcolor.hxx b/lotuswordpro/inc/xfilter/xfcolor.hxx index dcc7ea047e35..b7ec2f32cb99 100644 --- a/lotuswordpro/inc/xfilter/xfcolor.hxx +++ b/lotuswordpro/inc/xfilter/xfcolor.hxx @@ -60,7 +60,7 @@ #ifndef INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFCOLOR_HXX #define INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFCOLOR_HXX -#include "xfilter/xfglobal.hxx" +#include <xfilter/xfglobal.hxx> /** * @brief diff --git a/lotuswordpro/inc/xfilter/xfcolstyle.hxx b/lotuswordpro/inc/xfilter/xfcolstyle.hxx index 5fdfe6b22c67..563fd0134031 100644 --- a/lotuswordpro/inc/xfilter/xfcolstyle.hxx +++ b/lotuswordpro/inc/xfilter/xfcolstyle.hxx @@ -60,7 +60,7 @@ #ifndef INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFCOLSTYLE_HXX #define INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFCOLSTYLE_HXX -#include "xfilter/xfstyle.hxx" +#include <xfilter/xfstyle.hxx> /** * @brief diff --git a/lotuswordpro/inc/xfilter/xfcolumns.hxx b/lotuswordpro/inc/xfilter/xfcolumns.hxx index bdfc04cd4272..e3add23822f9 100644 --- a/lotuswordpro/inc/xfilter/xfcolumns.hxx +++ b/lotuswordpro/inc/xfilter/xfcolumns.hxx @@ -60,8 +60,8 @@ #ifndef INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFCOLUMNS_HXX #define INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFCOLUMNS_HXX -#include "xfilter/xfglobal.hxx" -#include "xfilter/xfcolor.hxx" +#include <xfilter/xfglobal.hxx> +#include <xfilter/xfcolor.hxx> #include <vector> #define XFCOLUMNS_FLAG_SEPARATOR 0X00000001 diff --git a/lotuswordpro/inc/xfilter/xfconfigmanager.hxx b/lotuswordpro/inc/xfilter/xfconfigmanager.hxx index 941020be85eb..ded25e948ff1 100644 --- a/lotuswordpro/inc/xfilter/xfconfigmanager.hxx +++ b/lotuswordpro/inc/xfilter/xfconfigmanager.hxx @@ -60,11 +60,11 @@ #ifndef INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFCONFIGMANAGER_HXX #define INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFCONFIGMANAGER_HXX -#include "xfilter/xfstylecont.hxx" -#include "xfilter/xflinenumberconfig.hxx" -#include "xfilter/xffootnoteconfig.hxx" -#include "xfilter/xfendnoteconfig.hxx" -#include "xfilter/xfdefs.hxx" +#include <xfilter/xfstylecont.hxx> +#include <xfilter/xflinenumberconfig.hxx> +#include <xfilter/xffootnoteconfig.hxx> +#include <xfilter/xfendnoteconfig.hxx> +#include <xfilter/xfdefs.hxx> /** * @brief diff --git a/lotuswordpro/inc/xfilter/xfcontent.hxx b/lotuswordpro/inc/xfilter/xfcontent.hxx index a262238ffaa2..611f9daaa719 100644 --- a/lotuswordpro/inc/xfilter/xfcontent.hxx +++ b/lotuswordpro/inc/xfilter/xfcontent.hxx @@ -66,7 +66,7 @@ #include <salhelper/simplereferenceobject.hxx> #include <stdexcept> -#include "xfilter/xfdefs.hxx" +#include <xfilter/xfdefs.hxx> class IXFStream; diff --git a/lotuswordpro/inc/xfilter/xfcontentcontainer.hxx b/lotuswordpro/inc/xfilter/xfcontentcontainer.hxx index 0717e3f4a371..08a12d9b14ed 100644 --- a/lotuswordpro/inc/xfilter/xfcontentcontainer.hxx +++ b/lotuswordpro/inc/xfilter/xfcontentcontainer.hxx @@ -66,7 +66,7 @@ #include <rtl/ref.hxx> -#include "xfilter/xfcontent.hxx" +#include <xfilter/xfcontent.hxx> /** * @brief diff --git a/lotuswordpro/inc/xfilter/xfcrossref.hxx b/lotuswordpro/inc/xfilter/xfcrossref.hxx index 22240ea6f02c..9126f712b24d 100644 --- a/lotuswordpro/inc/xfilter/xfcrossref.hxx +++ b/lotuswordpro/inc/xfilter/xfcrossref.hxx @@ -60,7 +60,7 @@ #ifndef INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFCROSSREF_HXX #define INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFCROSSREF_HXX -#include "xfilter/xfcontent.hxx" +#include <xfilter/xfcontent.hxx> /** * @brief diff --git a/lotuswordpro/inc/xfilter/xfdate.hxx b/lotuswordpro/inc/xfilter/xfdate.hxx index 66a4f385f99a..73393eb9f5c6 100644 --- a/lotuswordpro/inc/xfilter/xfdate.hxx +++ b/lotuswordpro/inc/xfilter/xfdate.hxx @@ -60,8 +60,8 @@ #ifndef INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFDATE_HXX #define INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFDATE_HXX -#include "xfilter/xfglobal.hxx" -#include "xfilter/xfcontent.hxx" +#include <xfilter/xfglobal.hxx> +#include <xfilter/xfcontent.hxx> /** * @descr Date object. diff --git a/lotuswordpro/inc/xfilter/xfdatestyle.hxx b/lotuswordpro/inc/xfilter/xfdatestyle.hxx index 89f2f69fc164..6b1b2aa0223b 100644 --- a/lotuswordpro/inc/xfilter/xfdatestyle.hxx +++ b/lotuswordpro/inc/xfilter/xfdatestyle.hxx @@ -60,10 +60,10 @@ #ifndef INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFDATESTYLE_HXX #define INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFDATESTYLE_HXX -#include "xfilter/xfglobal.hxx" -#include "xfilter/xfstyle.hxx" -#include "xfilter/xftimestyle.hxx" -#include "xfilter/xfstylecont.hxx" +#include <xfilter/xfglobal.hxx> +#include <xfilter/xfstyle.hxx> +#include <xfilter/xftimestyle.hxx> +#include <xfilter/xfstylecont.hxx> #include <vector> class XFDatePart : public XFTimePart diff --git a/lotuswordpro/inc/xfilter/xfdocfield.hxx b/lotuswordpro/inc/xfilter/xfdocfield.hxx index 2c99ff846d20..35710eec72eb 100644 --- a/lotuswordpro/inc/xfilter/xfdocfield.hxx +++ b/lotuswordpro/inc/xfilter/xfdocfield.hxx @@ -60,8 +60,8 @@ #ifndef INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFDOCFIELD_HXX #define INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFDOCFIELD_HXX -#include "xfilter/xfcontent.hxx" -#include "xfilter/xfpagecount.hxx" +#include <xfilter/xfcontent.hxx> +#include <xfilter/xfpagecount.hxx> class XFFileName : public XFContent { diff --git a/lotuswordpro/inc/xfilter/xfdrawgroup.hxx b/lotuswordpro/inc/xfilter/xfdrawgroup.hxx index 3874ec1f713b..60d561078e2d 100644 --- a/lotuswordpro/inc/xfilter/xfdrawgroup.hxx +++ b/lotuswordpro/inc/xfilter/xfdrawgroup.hxx @@ -60,9 +60,9 @@ #ifndef INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFDRAWGROUP_HXX #define INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFDRAWGROUP_HXX -#include "xfilter/xfdrawobj.hxx" -#include "xfilter/xfframe.hxx" -#include "xfilter/xfcontentcontainer.hxx" +#include <xfilter/xfdrawobj.hxx> +#include <xfilter/xfframe.hxx> +#include <xfilter/xfcontentcontainer.hxx> /** * @brief diff --git a/lotuswordpro/inc/xfilter/xfdrawline.hxx b/lotuswordpro/inc/xfilter/xfdrawline.hxx index b1d9dc9342f1..32985e53cc8c 100644 --- a/lotuswordpro/inc/xfilter/xfdrawline.hxx +++ b/lotuswordpro/inc/xfilter/xfdrawline.hxx @@ -60,8 +60,8 @@ #ifndef INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFDRAWLINE_HXX #define INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFDRAWLINE_HXX -#include "xfilter/xfdrawobj.hxx" -#include "xfilter/xfpoint.hxx" +#include <xfilter/xfdrawobj.hxx> +#include <xfilter/xfpoint.hxx> /** * @brief diff --git a/lotuswordpro/inc/xfilter/xfdrawlinestyle.hxx b/lotuswordpro/inc/xfilter/xfdrawlinestyle.hxx index faddd411ea13..20df6dc436bd 100644 --- a/lotuswordpro/inc/xfilter/xfdrawlinestyle.hxx +++ b/lotuswordpro/inc/xfilter/xfdrawlinestyle.hxx @@ -60,8 +60,8 @@ #ifndef INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFDRAWLINESTYLE_HXX #define INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFDRAWLINESTYLE_HXX -#include "xfilter/xfstyle.hxx" -#include "xfilter/xfcolor.hxx" +#include <xfilter/xfstyle.hxx> +#include <xfilter/xfcolor.hxx> /** * @brief diff --git a/lotuswordpro/inc/xfilter/xfdrawobj.hxx b/lotuswordpro/inc/xfilter/xfdrawobj.hxx index 8299b2be5112..cecd196e6aeb 100644 --- a/lotuswordpro/inc/xfilter/xfdrawobj.hxx +++ b/lotuswordpro/inc/xfilter/xfdrawobj.hxx @@ -60,8 +60,8 @@ #ifndef INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFDRAWOBJ_HXX #define INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFDRAWOBJ_HXX -#include "xfilter/xfframe.hxx" -#include "xfilter/xfrect.hxx" +#include <xfilter/xfframe.hxx> +#include <xfilter/xfrect.hxx> #define XFDRAWOBJECT_FLAG_ROTATE 0X00000001 #define XFDRAWOBJECT_FLAG_TRANSLATE 0X00000002 diff --git a/lotuswordpro/inc/xfilter/xfdrawpath.hxx b/lotuswordpro/inc/xfilter/xfdrawpath.hxx index 50f5785f7d5e..c18c07eb14a9 100644 --- a/lotuswordpro/inc/xfilter/xfdrawpath.hxx +++ b/lotuswordpro/inc/xfilter/xfdrawpath.hxx @@ -60,7 +60,7 @@ #ifndef INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFDRAWPATH_HXX #define INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFDRAWPATH_HXX -#include "xfilter/xfdrawobj.hxx" +#include <xfilter/xfdrawobj.hxx> #include <vector> /** diff --git a/lotuswordpro/inc/xfilter/xfdrawpolygon.hxx b/lotuswordpro/inc/xfilter/xfdrawpolygon.hxx index 929f21072375..b64de2e504ed 100644 --- a/lotuswordpro/inc/xfilter/xfdrawpolygon.hxx +++ b/lotuswordpro/inc/xfilter/xfdrawpolygon.hxx @@ -60,7 +60,7 @@ #ifndef INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFDRAWPOLYGON_HXX #define INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFDRAWPOLYGON_HXX -#include "xfilter/xfdrawpolyline.hxx" +#include <xfilter/xfdrawpolyline.hxx> #include <vector> /** diff --git a/lotuswordpro/inc/xfilter/xfdrawpolyline.hxx b/lotuswordpro/inc/xfilter/xfdrawpolyline.hxx index 00c1d28e42a3..4e7ff34c760e 100644 --- a/lotuswordpro/inc/xfilter/xfdrawpolyline.hxx +++ b/lotuswordpro/inc/xfilter/xfdrawpolyline.hxx @@ -60,7 +60,7 @@ #ifndef INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFDRAWPOLYLINE_HXX #define INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFDRAWPOLYLINE_HXX -#include "xfilter/xfdrawobj.hxx" +#include <xfilter/xfdrawobj.hxx> #include <vector> class XFDrawPolyline : public XFDrawObject diff --git a/lotuswordpro/inc/xfilter/xfdrawrect.hxx b/lotuswordpro/inc/xfilter/xfdrawrect.hxx index 6b20858b7af2..e6036a9fa3eb 100644 --- a/lotuswordpro/inc/xfilter/xfdrawrect.hxx +++ b/lotuswordpro/inc/xfilter/xfdrawrect.hxx @@ -60,7 +60,7 @@ #ifndef INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFDRAWRECT_HXX #define INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFDRAWRECT_HXX -#include "xfilter/xfdrawobj.hxx" +#include <xfilter/xfdrawobj.hxx> class XFDrawRect : public XFDrawObject { diff --git a/lotuswordpro/inc/xfilter/xfdrawstyle.hxx b/lotuswordpro/inc/xfilter/xfdrawstyle.hxx index d5235ef953f2..e6ea960100ca 100644 --- a/lotuswordpro/inc/xfilter/xfdrawstyle.hxx +++ b/lotuswordpro/inc/xfilter/xfdrawstyle.hxx @@ -60,8 +60,8 @@ #ifndef INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFDRAWSTYLE_HXX #define INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFDRAWSTYLE_HXX -#include "xfilter/xfstyle.hxx" -#include "xfilter/xfcolor.hxx" +#include <xfilter/xfstyle.hxx> +#include <xfilter/xfcolor.hxx> #include <cassert> class XFDrawLineStyle; diff --git a/lotuswordpro/inc/xfilter/xfdropcap.hxx b/lotuswordpro/inc/xfilter/xfdropcap.hxx index 1856a73ef55b..d5f9213a8212 100644 --- a/lotuswordpro/inc/xfilter/xfdropcap.hxx +++ b/lotuswordpro/inc/xfilter/xfdropcap.hxx @@ -60,7 +60,7 @@ #ifndef INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFDROPCAP_HXX #define INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFDROPCAP_HXX -#include "xfilter/xfglobal.hxx" +#include <xfilter/xfglobal.hxx> class XFDropcap { diff --git a/lotuswordpro/inc/xfilter/xfendnote.hxx b/lotuswordpro/inc/xfilter/xfendnote.hxx index 239bd38930d4..1d70943a0aa6 100644 --- a/lotuswordpro/inc/xfilter/xfendnote.hxx +++ b/lotuswordpro/inc/xfilter/xfendnote.hxx @@ -60,9 +60,9 @@ #ifndef INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFENDNOTE_HXX #define INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFENDNOTE_HXX -#include "xfilter/xfglobal.hxx" -#include "xfilter/xfcontent.hxx" -#include "xfilter/xfcontentcontainer.hxx" +#include <xfilter/xfglobal.hxx> +#include <xfilter/xfcontent.hxx> +#include <xfilter/xfcontentcontainer.hxx> /** * @brief diff --git a/lotuswordpro/inc/xfilter/xfentry.hxx b/lotuswordpro/inc/xfilter/xfentry.hxx index 1c1d50cec47a..6f7f974306c7 100644 --- a/lotuswordpro/inc/xfilter/xfentry.hxx +++ b/lotuswordpro/inc/xfilter/xfentry.hxx @@ -60,7 +60,7 @@ #ifndef INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFENTRY_HXX #define INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFENTRY_HXX -#include "xfilter/xfcontent.hxx" +#include <xfilter/xfcontent.hxx> /** * @brief diff --git a/lotuswordpro/inc/xfilter/xffloatframe.hxx b/lotuswordpro/inc/xfilter/xffloatframe.hxx index 9f01e551d8d4..9ca225d4017d 100644 --- a/lotuswordpro/inc/xfilter/xffloatframe.hxx +++ b/lotuswordpro/inc/xfilter/xffloatframe.hxx @@ -60,7 +60,7 @@ #ifndef INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFFLOATFRAME_HXX #define INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFFLOATFRAME_HXX -#include "xfilter/xfframe.hxx" +#include <xfilter/xfframe.hxx> #include <vector> /** diff --git a/lotuswordpro/inc/xfilter/xffont.hxx b/lotuswordpro/inc/xfilter/xffont.hxx index b5b472456789..43c6fa21aca9 100644 --- a/lotuswordpro/inc/xfilter/xffont.hxx +++ b/lotuswordpro/inc/xfilter/xffont.hxx @@ -64,8 +64,8 @@ #include <salhelper/simplereferenceobject.hxx> -#include "xfilter/xfglobal.hxx" -#include "xfilter/xfcolor.hxx" +#include <xfilter/xfglobal.hxx> +#include <xfilter/xfcolor.hxx> #define XFFONT_FLAG_NAME 0X00000001 #define XFFONT_FLAG_NAME_ASIA 0X00000002 diff --git a/lotuswordpro/inc/xfilter/xffontdecl.hxx b/lotuswordpro/inc/xfilter/xffontdecl.hxx index a65b267265a5..95e273e36ddb 100644 --- a/lotuswordpro/inc/xfilter/xffontdecl.hxx +++ b/lotuswordpro/inc/xfilter/xffontdecl.hxx @@ -61,7 +61,7 @@ #ifndef INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFFONTDECL_HXX #define INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFFONTDECL_HXX -#include "xfilter/xfglobal.hxx" +#include <xfilter/xfglobal.hxx> /** * @brief diff --git a/lotuswordpro/inc/xfilter/xffontfactory.hxx b/lotuswordpro/inc/xfilter/xffontfactory.hxx index 47bc5db7b561..def08f3a24d2 100644 --- a/lotuswordpro/inc/xfilter/xffontfactory.hxx +++ b/lotuswordpro/inc/xfilter/xffontfactory.hxx @@ -64,8 +64,8 @@ #include <rtl/ref.hxx> -#include "xfilter/xfglobal.hxx" -#include "xfilter/xffont.hxx" +#include <xfilter/xfglobal.hxx> +#include <xfilter/xffont.hxx> #include <vector> /** diff --git a/lotuswordpro/inc/xfilter/xffooter.hxx b/lotuswordpro/inc/xfilter/xffooter.hxx index 4f6326a28253..9821154c53f5 100644 --- a/lotuswordpro/inc/xfilter/xffooter.hxx +++ b/lotuswordpro/inc/xfilter/xffooter.hxx @@ -60,7 +60,7 @@ #ifndef INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFFOOTER_HXX #define INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFFOOTER_HXX -#include "xfilter/xfcontentcontainer.hxx" +#include <xfilter/xfcontentcontainer.hxx> #include <vector> /** diff --git a/lotuswordpro/inc/xfilter/xffooterstyle.hxx b/lotuswordpro/inc/xfilter/xffooterstyle.hxx index b3cc2a1a7d7c..ecddefcaaee2 100644 --- a/lotuswordpro/inc/xfilter/xffooterstyle.hxx +++ b/lotuswordpro/inc/xfilter/xffooterstyle.hxx @@ -60,8 +60,8 @@ #ifndef INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFFOOTERSTYLE_HXX #define INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFFOOTERSTYLE_HXX -#include "xfilter/xfheaderstyle.hxx" -#include "xfilter/xfmargins.hxx" +#include <xfilter/xfheaderstyle.hxx> +#include <xfilter/xfmargins.hxx> class XFFooterStyle : public XFHeaderStyle { diff --git a/lotuswordpro/inc/xfilter/xffootnote.hxx b/lotuswordpro/inc/xfilter/xffootnote.hxx index 03c795714f41..575860a9a7be 100644 --- a/lotuswordpro/inc/xfilter/xffootnote.hxx +++ b/lotuswordpro/inc/xfilter/xffootnote.hxx @@ -60,9 +60,9 @@ #ifndef INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFFOOTNOTE_HXX #define INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFFOOTNOTE_HXX -#include "xfilter/xfglobal.hxx" -#include "xfilter/xfcontent.hxx" -#include "xfilter/xfcontentcontainer.hxx" +#include <xfilter/xfglobal.hxx> +#include <xfilter/xfcontent.hxx> +#include <xfilter/xfcontentcontainer.hxx> /** * @brief diff --git a/lotuswordpro/inc/xfilter/xffootnoteconfig.hxx b/lotuswordpro/inc/xfilter/xffootnoteconfig.hxx index 95684ed61d78..916c81c9f610 100644 --- a/lotuswordpro/inc/xfilter/xffootnoteconfig.hxx +++ b/lotuswordpro/inc/xfilter/xffootnoteconfig.hxx @@ -60,7 +60,7 @@ #ifndef INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFFOOTNOTECONFIG_HXX #define INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFFOOTNOTECONFIG_HXX -#include "xfilter/xfstyle.hxx" +#include <xfilter/xfstyle.hxx> class XFFootnoteConfig : public XFStyle { diff --git a/lotuswordpro/inc/xfilter/xfframe.hxx b/lotuswordpro/inc/xfilter/xfframe.hxx index b67fac5f6c2f..1f25082d8eb1 100644 --- a/lotuswordpro/inc/xfilter/xfframe.hxx +++ b/lotuswordpro/inc/xfilter/xfframe.hxx @@ -61,10 +61,10 @@ #ifndef INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFFRAME_HXX #define INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFFRAME_HXX -#include "xfilter/xfglobal.hxx" -#include "xfilter/xfcontent.hxx" -#include "xfilter/xfrect.hxx" -#include "xfilter/xfcontentcontainer.hxx" +#include <xfilter/xfglobal.hxx> +#include <xfilter/xfcontent.hxx> +#include <xfilter/xfrect.hxx> +#include <xfilter/xfcontentcontainer.hxx> #define XFFRAME_FLAG_HEIGHT 0x00000001 #define XFFRAME_FLAG_MINHEIGHT 0x00000002 diff --git a/lotuswordpro/inc/xfilter/xfframestyle.hxx b/lotuswordpro/inc/xfilter/xfframestyle.hxx index aee192104892..11db8a900896 100644 --- a/lotuswordpro/inc/xfilter/xfframestyle.hxx +++ b/lotuswordpro/inc/xfilter/xfframestyle.hxx @@ -61,11 +61,11 @@ #ifndef INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFFRAMESTYLE_HXX #define INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFFRAMESTYLE_HXX -#include "xfilter/xfglobal.hxx" -#include "xfilter/xfstyle.hxx" -#include "xfilter/xfmargins.hxx" -#include "xfilter/xfcolor.hxx" -#include "xfilter/xfpadding.hxx" +#include <xfilter/xfglobal.hxx> +#include <xfilter/xfstyle.hxx> +#include <xfilter/xfmargins.hxx> +#include <xfilter/xfcolor.hxx> +#include <xfilter/xfpadding.hxx> class XFBorders; class XFColumns; diff --git a/lotuswordpro/inc/xfilter/xfglobal.hxx b/lotuswordpro/inc/xfilter/xfglobal.hxx index 5b829a8382c4..088e24611124 100644 --- a/lotuswordpro/inc/xfilter/xfglobal.hxx +++ b/lotuswordpro/inc/xfilter/xfglobal.hxx @@ -67,11 +67,11 @@ #include <rtl/ustring.hxx> -#include "xfilter/ixfstream.hxx" -#include "xfilter/ixfattrlist.hxx" +#include <xfilter/ixfstream.hxx> +#include <xfilter/ixfattrlist.hxx> -#include "xfilter/xfutil.hxx" -#include "xfilter/xfdefs.hxx" +#include <xfilter/xfutil.hxx> +#include <xfilter/xfdefs.hxx> #define PI 3.1415926 #define FLOAT_MIN 0.001 diff --git a/lotuswordpro/inc/xfilter/xfheader.hxx b/lotuswordpro/inc/xfilter/xfheader.hxx index 511a7036f6d1..0d9b6bbf69f3 100644 --- a/lotuswordpro/inc/xfilter/xfheader.hxx +++ b/lotuswordpro/inc/xfilter/xfheader.hxx @@ -60,8 +60,8 @@ #ifndef INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFHEADER_HXX #define INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFHEADER_HXX -#include "xfilter/xfcontentcontainer.hxx" -#include "xfilter/xfparagraph.hxx" +#include <xfilter/xfcontentcontainer.hxx> +#include <xfilter/xfparagraph.hxx> #include <vector> class XFHeader : public XFContentContainer diff --git a/lotuswordpro/inc/xfilter/xfheaderstyle.hxx b/lotuswordpro/inc/xfilter/xfheaderstyle.hxx index 8b87589e3d76..16795bcf56d1 100644 --- a/lotuswordpro/inc/xfilter/xfheaderstyle.hxx +++ b/lotuswordpro/inc/xfilter/xfheaderstyle.hxx @@ -60,11 +60,11 @@ #ifndef INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFHEADERSTYLE_HXX #define INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFHEADERSTYLE_HXX -#include "xfilter/xfstyle.hxx" -#include "xfilter/xfmargins.hxx" -#include "xfilter/xfborders.hxx" -#include "xfilter/xfpadding.hxx" -#include "xfilter/xfshadow.hxx" +#include <xfilter/xfstyle.hxx> +#include <xfilter/xfmargins.hxx> +#include <xfilter/xfborders.hxx> +#include <xfilter/xfpadding.hxx> +#include <xfilter/xfshadow.hxx> /** * @brief diff --git a/lotuswordpro/inc/xfilter/xfimage.hxx b/lotuswordpro/inc/xfilter/xfimage.hxx index 7a16f16d8970..019e509167a5 100644 --- a/lotuswordpro/inc/xfilter/xfimage.hxx +++ b/lotuswordpro/inc/xfilter/xfimage.hxx @@ -60,7 +60,7 @@ #ifndef INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFIMAGE_HXX #define INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFIMAGE_HXX -#include "xfilter/xfframe.hxx" +#include <xfilter/xfframe.hxx> /** * @brief diff --git a/lotuswordpro/inc/xfilter/xfimagestyle.hxx b/lotuswordpro/inc/xfilter/xfimagestyle.hxx index 5c2de63c79d2..1bbf96a152c4 100644 --- a/lotuswordpro/inc/xfilter/xfimagestyle.hxx +++ b/lotuswordpro/inc/xfilter/xfimagestyle.hxx @@ -60,8 +60,8 @@ #ifndef INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFIMAGESTYLE_HXX #define INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFIMAGESTYLE_HXX -#include "xfilter/xfframestyle.hxx" -#include "xfilter/xfrect.hxx" +#include <xfilter/xfframestyle.hxx> +#include <xfilter/xfrect.hxx> class XFImageStyle : public XFFrameStyle { diff --git a/lotuswordpro/inc/xfilter/xfindex.hxx b/lotuswordpro/inc/xfilter/xfindex.hxx index 890d7f92e4c6..4fb0aa127e41 100644 --- a/lotuswordpro/inc/xfilter/xfindex.hxx +++ b/lotuswordpro/inc/xfilter/xfindex.hxx @@ -62,9 +62,9 @@ #include <map> #include <vector> -#include "xfilter/xfcontent.hxx" -#include "xfilter/xfcontentcontainer.hxx" -#include "xfilter/xftabstop.hxx" +#include <xfilter/xfcontent.hxx> +#include <xfilter/xfcontentcontainer.hxx> +#include <xfilter/xftabstop.hxx> class XFIndex; class XFIndexTemplate; diff --git a/lotuswordpro/inc/xfilter/xfinputlist.hxx b/lotuswordpro/inc/xfilter/xfinputlist.hxx index e938c42ac755..455522f41f1b 100644 --- a/lotuswordpro/inc/xfilter/xfinputlist.hxx +++ b/lotuswordpro/inc/xfilter/xfinputlist.hxx @@ -60,7 +60,7 @@ #ifndef INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFINPUTLIST_HXX #define INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFINPUTLIST_HXX -#include "xfilter/xfcontent.hxx" +#include <xfilter/xfcontent.hxx> /** * @brief diff --git a/lotuswordpro/inc/xfilter/xflinebreak.hxx b/lotuswordpro/inc/xfilter/xflinebreak.hxx index 9052c35a4cad..5267b4e157b3 100644 --- a/lotuswordpro/inc/xfilter/xflinebreak.hxx +++ b/lotuswordpro/inc/xfilter/xflinebreak.hxx @@ -60,8 +60,8 @@ #ifndef INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFLINEBREAK_HXX #define INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFLINEBREAK_HXX -#include "xfilter/xfglobal.hxx" -#include "xfilter/xfcontent.hxx" +#include <xfilter/xfglobal.hxx> +#include <xfilter/xfcontent.hxx> class XFLineBreak : public XFContent { diff --git a/lotuswordpro/inc/xfilter/xflinenumberconfig.hxx b/lotuswordpro/inc/xfilter/xflinenumberconfig.hxx index 93fe00ae0d5b..46ab46e01aaf 100644 --- a/lotuswordpro/inc/xfilter/xflinenumberconfig.hxx +++ b/lotuswordpro/inc/xfilter/xflinenumberconfig.hxx @@ -60,7 +60,7 @@ #ifndef INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFLINENUMBERCONFIG_HXX #define INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFLINENUMBERCONFIG_HXX -#include "xfilter/xfstyle.hxx" +#include <xfilter/xfstyle.hxx> class XFLineNumberConfig : public XFStyle { diff --git a/lotuswordpro/inc/xfilter/xflist.hxx b/lotuswordpro/inc/xfilter/xflist.hxx index 865ee6c3ac12..4f2e1f01e22b 100644 --- a/lotuswordpro/inc/xfilter/xflist.hxx +++ b/lotuswordpro/inc/xfilter/xflist.hxx @@ -61,7 +61,7 @@ #define INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFLIST_HXX #include "xflistitem.hxx" -#include "xfilter/xfcontentcontainer.hxx" +#include <xfilter/xfcontentcontainer.hxx> class XFListItem; diff --git a/lotuswordpro/inc/xfilter/xflistitem.hxx b/lotuswordpro/inc/xfilter/xflistitem.hxx index 1073be60ef63..bc11fb129f37 100644 --- a/lotuswordpro/inc/xfilter/xflistitem.hxx +++ b/lotuswordpro/inc/xfilter/xflistitem.hxx @@ -60,9 +60,9 @@ #ifndef INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFLISTITEM_HXX #define INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFLISTITEM_HXX -#include "xfilter/xfcontent.hxx" -#include "xfilter/xfcontentcontainer.hxx" -#include "xfilter/xfparagraph.hxx" +#include <xfilter/xfcontent.hxx> +#include <xfilter/xfcontentcontainer.hxx> +#include <xfilter/xfparagraph.hxx> class XFListItem : public XFContentContainer { diff --git a/lotuswordpro/inc/xfilter/xfliststyle.hxx b/lotuswordpro/inc/xfilter/xfliststyle.hxx index fd993c322ea0..24838063ae38 100644 --- a/lotuswordpro/inc/xfilter/xfliststyle.hxx +++ b/lotuswordpro/inc/xfilter/xfliststyle.hxx @@ -60,10 +60,10 @@ #ifndef INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFLISTSTYLE_HXX #define INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFLISTSTYLE_HXX -#include "xfilter/xfglobal.hxx" -#include "xfilter/xfstyle.hxx" -#include "xfilter/xfnumfmt.hxx" -#include "unicode/utypes.h" +#include <xfilter/xfglobal.hxx> +#include <xfilter/xfstyle.hxx> +#include <xfilter/xfnumfmt.hxx> +#include <unicode/utypes.h> #include <memory> #include <vector> diff --git a/lotuswordpro/inc/xfilter/xfmargins.hxx b/lotuswordpro/inc/xfilter/xfmargins.hxx index 56b964477b8b..2705304d3004 100644 --- a/lotuswordpro/inc/xfilter/xfmargins.hxx +++ b/lotuswordpro/inc/xfilter/xfmargins.hxx @@ -60,7 +60,7 @@ #ifndef INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFMARGINS_HXX #define INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFMARGINS_HXX -#include "xfilter/xfglobal.hxx" +#include <xfilter/xfglobal.hxx> #define XFMARGINS_FLAG_LEFT 0x00000001 #define XFMARGINS_FLAG_RIGHT 0x00000002 diff --git a/lotuswordpro/inc/xfilter/xfmasterpage.hxx b/lotuswordpro/inc/xfilter/xfmasterpage.hxx index 5c8c17140ff8..649aca9c57af 100644 --- a/lotuswordpro/inc/xfilter/xfmasterpage.hxx +++ b/lotuswordpro/inc/xfilter/xfmasterpage.hxx @@ -60,8 +60,8 @@ #ifndef INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFMASTERPAGE_HXX #define INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFMASTERPAGE_HXX -#include "xfilter/xfstyle.hxx" -#include "xfilter/xfcontentcontainer.hxx" +#include <xfilter/xfstyle.hxx> +#include <xfilter/xfcontentcontainer.hxx> class XFFooter; class XFHeader; diff --git a/lotuswordpro/inc/xfilter/xfnumberstyle.hxx b/lotuswordpro/inc/xfilter/xfnumberstyle.hxx index 4d4693a54c51..f84d0755c9cc 100644 --- a/lotuswordpro/inc/xfilter/xfnumberstyle.hxx +++ b/lotuswordpro/inc/xfilter/xfnumberstyle.hxx @@ -60,9 +60,9 @@ #ifndef INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFNUMBERSTYLE_HXX #define INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFNUMBERSTYLE_HXX -#include "xfilter/xfstyle.hxx" -#include "xfilter/xfstylemanager.hxx" -#include "xfilter/xfcolor.hxx" +#include <xfilter/xfstyle.hxx> +#include <xfilter/xfstylemanager.hxx> +#include <xfilter/xfcolor.hxx> #include <rtl/ustring.hxx> class XFNumberStyle : public XFStyle diff --git a/lotuswordpro/inc/xfilter/xfnumfmt.hxx b/lotuswordpro/inc/xfilter/xfnumfmt.hxx index e61d01058ae3..dad4b0018749 100644 --- a/lotuswordpro/inc/xfilter/xfnumfmt.hxx +++ b/lotuswordpro/inc/xfilter/xfnumfmt.hxx @@ -60,7 +60,7 @@ #ifndef INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFNUMFMT_HXX #define INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFNUMFMT_HXX -#include "xfilter/xfglobal.hxx" +#include <xfilter/xfglobal.hxx> /** * @brief diff --git a/lotuswordpro/inc/xfilter/xfofficemeta.hxx b/lotuswordpro/inc/xfilter/xfofficemeta.hxx index 970dd4229a27..0b6334a5e51a 100644 --- a/lotuswordpro/inc/xfilter/xfofficemeta.hxx +++ b/lotuswordpro/inc/xfilter/xfofficemeta.hxx @@ -61,7 +61,7 @@ #ifndef INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFOFFICEMETA_HXX #define INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFOFFICEMETA_HXX -#include "xfilter/xfglobal.hxx" +#include <xfilter/xfglobal.hxx> class XFOfficeMeta final { diff --git a/lotuswordpro/inc/xfilter/xfpadding.hxx b/lotuswordpro/inc/xfilter/xfpadding.hxx index d357a0e2172d..10b639a605a1 100644 --- a/lotuswordpro/inc/xfilter/xfpadding.hxx +++ b/lotuswordpro/inc/xfilter/xfpadding.hxx @@ -60,7 +60,7 @@ #ifndef INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFPADDING_HXX #define INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFPADDING_HXX -#include "xfilter/xfglobal.hxx" +#include <xfilter/xfglobal.hxx> #define XFPADDING_FLAG_LEFT 0X00000001 #define XFPADDING_FLAG_RIGHT 0X00000002 diff --git a/lotuswordpro/inc/xfilter/xfpagecount.hxx b/lotuswordpro/inc/xfilter/xfpagecount.hxx index 984e5f60da94..8344d2abd1f0 100644 --- a/lotuswordpro/inc/xfilter/xfpagecount.hxx +++ b/lotuswordpro/inc/xfilter/xfpagecount.hxx @@ -60,9 +60,9 @@ #ifndef INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFPAGECOUNT_HXX #define INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFPAGECOUNT_HXX -#include "xfilter/xfglobal.hxx" -#include "xfilter/xfcontent.hxx" -#include "xfilter/xfnumfmt.hxx" +#include <xfilter/xfglobal.hxx> +#include <xfilter/xfcontent.hxx> +#include <xfilter/xfnumfmt.hxx> /** * @brief diff --git a/lotuswordpro/inc/xfilter/xfpagemaster.hxx b/lotuswordpro/inc/xfilter/xfpagemaster.hxx index b9f1d125471f..3a1e5cdcae50 100644 --- a/lotuswordpro/inc/xfilter/xfpagemaster.hxx +++ b/lotuswordpro/inc/xfilter/xfpagemaster.hxx @@ -61,10 +61,10 @@ #ifndef INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFPAGEMASTER_HXX #define INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFPAGEMASTER_HXX -#include "xfilter/xfglobal.hxx" -#include "xfilter/xfstyle.hxx" -#include "xfilter/xfcolor.hxx" -#include "xfilter/xfmargins.hxx" +#include <xfilter/xfglobal.hxx> +#include <xfilter/xfstyle.hxx> +#include <xfilter/xfcolor.hxx> +#include <xfilter/xfmargins.hxx> class XFBorders; class XFShadow; diff --git a/lotuswordpro/inc/xfilter/xfpagenumber.hxx b/lotuswordpro/inc/xfilter/xfpagenumber.hxx index 9de71288eaa8..9e051764a852 100644 --- a/lotuswordpro/inc/xfilter/xfpagenumber.hxx +++ b/lotuswordpro/inc/xfilter/xfpagenumber.hxx @@ -60,9 +60,9 @@ #ifndef INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFPAGENUMBER_HXX #define INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFPAGENUMBER_HXX -#include "xfilter/xfglobal.hxx" -#include "xfilter/xfcontent.hxx" -#include "xfilter/xfnumfmt.hxx" +#include <xfilter/xfglobal.hxx> +#include <xfilter/xfcontent.hxx> +#include <xfilter/xfnumfmt.hxx> /** * @brief diff --git a/lotuswordpro/inc/xfilter/xfparagraph.hxx b/lotuswordpro/inc/xfilter/xfparagraph.hxx index b78ea1d28692..20ad256cc769 100644 --- a/lotuswordpro/inc/xfilter/xfparagraph.hxx +++ b/lotuswordpro/inc/xfilter/xfparagraph.hxx @@ -60,8 +60,8 @@ #ifndef INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFPARAGRAPH_HXX #define INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFPARAGRAPH_HXX -#include "xfilter/xfglobal.hxx" -#include "xfilter/xfcontentcontainer.hxx" +#include <xfilter/xfglobal.hxx> +#include <xfilter/xfcontentcontainer.hxx> #include <vector> class IXFStream; diff --git a/lotuswordpro/inc/xfilter/xfparastyle.hxx b/lotuswordpro/inc/xfilter/xfparastyle.hxx index 9bfb67c392f1..2992a3bc0fa2 100644 --- a/lotuswordpro/inc/xfilter/xfparastyle.hxx +++ b/lotuswordpro/inc/xfilter/xfparastyle.hxx @@ -66,17 +66,17 @@ #include <rtl/ref.hxx> -#include "xfilter/xffont.hxx" -#include "xfilter/xfglobal.hxx" -#include "xfilter/xfstyle.hxx" -#include "xfilter/xfcolor.hxx" -#include "xfilter/xfmargins.hxx" -#include "xfilter/xfbreaks.hxx" -#include "xfilter/xfpadding.hxx" -#include "xfilter/xfshadow.hxx" -#include "xfilter/xfdropcap.hxx" -#include "xfilter/xfstylecont.hxx" -#include "xfilter/xflineheight.hxx" +#include <xfilter/xffont.hxx> +#include <xfilter/xfglobal.hxx> +#include <xfilter/xfstyle.hxx> +#include <xfilter/xfcolor.hxx> +#include <xfilter/xfmargins.hxx> +#include <xfilter/xfbreaks.hxx> +#include <xfilter/xfpadding.hxx> +#include <xfilter/xfshadow.hxx> +#include <xfilter/xfdropcap.hxx> +#include <xfilter/xfstylecont.hxx> +#include <xfilter/xflineheight.hxx> #define XFPARA_FLAG_FONT 0X00000001 #define XFPARA_FLAG_DROPCAP 0X00000002 diff --git a/lotuswordpro/inc/xfilter/xfplaceholder.hxx b/lotuswordpro/inc/xfilter/xfplaceholder.hxx index b5e2992d4fc1..2d4f65a138c4 100644 --- a/lotuswordpro/inc/xfilter/xfplaceholder.hxx +++ b/lotuswordpro/inc/xfilter/xfplaceholder.hxx @@ -60,7 +60,7 @@ #ifndef INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFPLACEHOLDER_HXX #define INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFPLACEHOLDER_HXX -#include "xfilter/xfcontent.hxx" +#include <xfilter/xfcontent.hxx> /** * @brief diff --git a/lotuswordpro/inc/xfilter/xfrect.hxx b/lotuswordpro/inc/xfilter/xfrect.hxx index 7bd89eaf2d52..406e2cf158f3 100644 --- a/lotuswordpro/inc/xfilter/xfrect.hxx +++ b/lotuswordpro/inc/xfilter/xfrect.hxx @@ -60,7 +60,7 @@ #ifndef INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFRECT_HXX #define INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFRECT_HXX -#include "xfilter/xfpoint.hxx" +#include <xfilter/xfpoint.hxx> class XFRect { diff --git a/lotuswordpro/inc/xfilter/xfrow.hxx b/lotuswordpro/inc/xfilter/xfrow.hxx index 01f078e91eb1..1f2a1e430e03 100644 --- a/lotuswordpro/inc/xfilter/xfrow.hxx +++ b/lotuswordpro/inc/xfilter/xfrow.hxx @@ -60,7 +60,7 @@ #ifndef INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFROW_HXX #define INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFROW_HXX -#include "xfilter/xfcontent.hxx" +#include <xfilter/xfcontent.hxx> #include <rtl/ref.hxx> #include <map> diff --git a/lotuswordpro/inc/xfilter/xfrowstyle.hxx b/lotuswordpro/inc/xfilter/xfrowstyle.hxx index b8b20531703e..41fc1c2adc76 100644 --- a/lotuswordpro/inc/xfilter/xfrowstyle.hxx +++ b/lotuswordpro/inc/xfilter/xfrowstyle.hxx @@ -60,9 +60,9 @@ #ifndef INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFROWSTYLE_HXX #define INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFROWSTYLE_HXX -#include "xfilter/xfglobal.hxx" -#include "xfilter/xfstyle.hxx" -#include "xfilter/xfcolor.hxx" +#include <xfilter/xfglobal.hxx> +#include <xfilter/xfstyle.hxx> +#include <xfilter/xfcolor.hxx> class XFBGImage; class XFRowStyle : public XFStyle diff --git a/lotuswordpro/inc/xfilter/xfruby.hxx b/lotuswordpro/inc/xfilter/xfruby.hxx index fd0e64e45147..e5be9f30c92b 100644 --- a/lotuswordpro/inc/xfilter/xfruby.hxx +++ b/lotuswordpro/inc/xfilter/xfruby.hxx @@ -60,7 +60,7 @@ #ifndef INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFRUBY_HXX #define INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFRUBY_HXX -#include "xfilter/xfcontent.hxx" +#include <xfilter/xfcontent.hxx> class XFRubyStart : public XFContent { diff --git a/lotuswordpro/inc/xfilter/xfrubystyle.hxx b/lotuswordpro/inc/xfilter/xfrubystyle.hxx index e89dbf51c8b3..3789fba7c73b 100644 --- a/lotuswordpro/inc/xfilter/xfrubystyle.hxx +++ b/lotuswordpro/inc/xfilter/xfrubystyle.hxx @@ -60,9 +60,9 @@ #ifndef INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFRUBYSTYLE_HXX #define INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFRUBYSTYLE_HXX -#include "xfilter/xfglobal.hxx" -#include "xfilter/xfstyle.hxx" -#include "xfilter/xfdefs.hxx" +#include <xfilter/xfglobal.hxx> +#include <xfilter/xfstyle.hxx> +#include <xfilter/xfdefs.hxx> class XFRubyStyle : public XFStyle { diff --git a/lotuswordpro/inc/xfilter/xfsaxstream.hxx b/lotuswordpro/inc/xfilter/xfsaxstream.hxx index 25191c463f07..36be72a3823f 100644 --- a/lotuswordpro/inc/xfilter/xfsaxstream.hxx +++ b/lotuswordpro/inc/xfilter/xfsaxstream.hxx @@ -60,7 +60,7 @@ #ifndef INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFSAXSTREAM_HXX #define INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFSAXSTREAM_HXX -#include "xfilter/ixfstream.hxx" +#include <xfilter/ixfstream.hxx> #include <memory> #include <cppuhelper/factory.hxx> diff --git a/lotuswordpro/inc/xfilter/xfsection.hxx b/lotuswordpro/inc/xfilter/xfsection.hxx index 5c464d27f454..7ed02943d7b7 100644 --- a/lotuswordpro/inc/xfilter/xfsection.hxx +++ b/lotuswordpro/inc/xfilter/xfsection.hxx @@ -60,9 +60,9 @@ #ifndef INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFSECTION_HXX #define INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFSECTION_HXX -#include "xfilter/xfcontentcontainer.hxx" -#include "xfilter/xfcontent.hxx" -#include "xfilter/xfcolor.hxx" +#include <xfilter/xfcontentcontainer.hxx> +#include <xfilter/xfcontent.hxx> +#include <xfilter/xfcolor.hxx> #include <vector> /** diff --git a/lotuswordpro/inc/xfilter/xfsectionstyle.hxx b/lotuswordpro/inc/xfilter/xfsectionstyle.hxx index 8dd73b5be836..2906ea132c28 100644 --- a/lotuswordpro/inc/xfilter/xfsectionstyle.hxx +++ b/lotuswordpro/inc/xfilter/xfsectionstyle.hxx @@ -60,10 +60,10 @@ #ifndef INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFSECTIONSTYLE_HXX #define INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFSECTIONSTYLE_HXX -#include "xfilter/xfglobal.hxx" -#include "xfilter/xfstyle.hxx" -#include "xfilter/xfbgimage.hxx" -#include "xfilter/xfcolor.hxx" +#include <xfilter/xfglobal.hxx> +#include <xfilter/xfstyle.hxx> +#include <xfilter/xfbgimage.hxx> +#include <xfilter/xfcolor.hxx> #include <memory> class XFColumns; diff --git a/lotuswordpro/inc/xfilter/xfshadow.hxx b/lotuswordpro/inc/xfilter/xfshadow.hxx index 72602488fb9d..114a5debae93 100644 --- a/lotuswordpro/inc/xfilter/xfshadow.hxx +++ b/lotuswordpro/inc/xfilter/xfshadow.hxx @@ -60,8 +60,8 @@ #ifndef INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFSHADOW_HXX #define INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFSHADOW_HXX -#include "xfilter/xfglobal.hxx" -#include "xfilter/xfcolor.hxx" +#include <xfilter/xfglobal.hxx> +#include <xfilter/xfcolor.hxx> /** * @brief diff --git a/lotuswordpro/inc/xfilter/xfstyle.hxx b/lotuswordpro/inc/xfilter/xfstyle.hxx index d0a3cb9374f6..1e82c92e9642 100644 --- a/lotuswordpro/inc/xfilter/xfstyle.hxx +++ b/lotuswordpro/inc/xfilter/xfstyle.hxx @@ -60,7 +60,7 @@ #ifndef INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFSTYLE_HXX #define INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFSTYLE_HXX -#include "xfilter/ixfstyle.hxx" +#include <xfilter/ixfstyle.hxx> /** * @brief diff --git a/lotuswordpro/inc/xfilter/xfstylecont.hxx b/lotuswordpro/inc/xfilter/xfstylecont.hxx index 5adfe71185b0..12b6c751d3aa 100644 --- a/lotuswordpro/inc/xfilter/xfstylecont.hxx +++ b/lotuswordpro/inc/xfilter/xfstylecont.hxx @@ -60,7 +60,7 @@ #ifndef INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFSTYLECONT_HXX #define INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFSTYLECONT_HXX -#include "xfilter/xfglobal.hxx" +#include <xfilter/xfglobal.hxx> #include <vector> class IXFStyle; diff --git a/lotuswordpro/inc/xfilter/xfstylemanager.hxx b/lotuswordpro/inc/xfilter/xfstylemanager.hxx index 9a2c5ca0cec3..fa5649b6492f 100644 --- a/lotuswordpro/inc/xfilter/xfstylemanager.hxx +++ b/lotuswordpro/inc/xfilter/xfstylemanager.hxx @@ -60,10 +60,10 @@ #ifndef INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFSTYLEMANAGER_HXX #define INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFSTYLEMANAGER_HXX -#include "xfilter/xfglobal.hxx" -#include "xfilter/xffontdecl.hxx" -#include "xfilter/xfstylecont.hxx" -#include "xfilter/xfconfigmanager.hxx" +#include <xfilter/xfglobal.hxx> +#include <xfilter/xffontdecl.hxx> +#include <xfilter/xfstylecont.hxx> +#include <xfilter/xfconfigmanager.hxx> #include <map> #include <vector> diff --git a/lotuswordpro/inc/xfilter/xftable.hxx b/lotuswordpro/inc/xfilter/xftable.hxx index fd5130c435d3..2ba1199f47ec 100644 --- a/lotuswordpro/inc/xfilter/xftable.hxx +++ b/lotuswordpro/inc/xfilter/xftable.hxx @@ -60,10 +60,10 @@ #ifndef INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFTABLE_HXX #define INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFTABLE_HXX -#include "xfilter/xfcontent.hxx" -#include "xfilter/xfrow.hxx" -#include "xfilter/xfcell.hxx" -#include "xfilter/xfcontentcontainer.hxx" +#include <xfilter/xfcontent.hxx> +#include <xfilter/xfrow.hxx> +#include <xfilter/xfcell.hxx> +#include <xfilter/xfcontentcontainer.hxx> #include <map> #include <vector> diff --git a/lotuswordpro/inc/xfilter/xftablestyle.hxx b/lotuswordpro/inc/xfilter/xftablestyle.hxx index 899ea33b8822..55b318c4f0a9 100644 --- a/lotuswordpro/inc/xfilter/xftablestyle.hxx +++ b/lotuswordpro/inc/xfilter/xftablestyle.hxx @@ -60,11 +60,11 @@ #ifndef INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFTABLESTYLE_HXX #define INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFTABLESTYLE_HXX -#include "xfilter/xfstyle.hxx" -#include "xfilter/xfmargins.hxx" -#include "xfilter/xfshadow.hxx" -#include "xfilter/xfcolor.hxx" -#include "xfilter/xfbreaks.hxx" +#include <xfilter/xfstyle.hxx> +#include <xfilter/xfmargins.hxx> +#include <xfilter/xfshadow.hxx> +#include <xfilter/xfcolor.hxx> +#include <xfilter/xfbreaks.hxx> #include <memory> class XFBGImage; diff --git a/lotuswordpro/inc/xfilter/xftabstop.hxx b/lotuswordpro/inc/xfilter/xftabstop.hxx index 2b569d48e681..ebdfc8adca44 100644 --- a/lotuswordpro/inc/xfilter/xftabstop.hxx +++ b/lotuswordpro/inc/xfilter/xftabstop.hxx @@ -60,8 +60,8 @@ #ifndef INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFTABSTOP_HXX #define INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFTABSTOP_HXX -#include "xfilter/xfglobal.hxx" -#include "xfilter/xfcontent.hxx" +#include <xfilter/xfglobal.hxx> +#include <xfilter/xfcontent.hxx> class XFTabStop : public XFContent { diff --git a/lotuswordpro/inc/xfilter/xftextboxstyle.hxx b/lotuswordpro/inc/xfilter/xftextboxstyle.hxx index b6b1aa72e7e8..02594509d1d7 100644 --- a/lotuswordpro/inc/xfilter/xftextboxstyle.hxx +++ b/lotuswordpro/inc/xfilter/xftextboxstyle.hxx @@ -56,11 +56,11 @@ #ifndef INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFTEXTBOXSTYLE_HXX #define INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFTEXTBOXSTYLE_HXX -#include "xfilter/xfglobal.hxx" -#include "xfilter/xfstyle.hxx" -#include "xfilter/xfmargins.hxx" -#include "xfilter/xfcolor.hxx" -#include "xfilter/xfpadding.hxx" +#include <xfilter/xfglobal.hxx> +#include <xfilter/xfstyle.hxx> +#include <xfilter/xfmargins.hxx> +#include <xfilter/xfcolor.hxx> +#include <xfilter/xfpadding.hxx> /** * @brief diff --git a/lotuswordpro/inc/xfilter/xftextcontent.hxx b/lotuswordpro/inc/xfilter/xftextcontent.hxx index 5995e43b074c..7bce6c8bd4dd 100644 --- a/lotuswordpro/inc/xfilter/xftextcontent.hxx +++ b/lotuswordpro/inc/xfilter/xftextcontent.hxx @@ -57,8 +57,8 @@ #ifndef INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFTEXTCONTENT_HXX #define INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFTEXTCONTENT_HXX -#include "xfilter/xfglobal.hxx" -#include "xfilter/xfcontent.hxx" +#include <xfilter/xfglobal.hxx> +#include <xfilter/xfcontent.hxx> class IXFStream; diff --git a/lotuswordpro/inc/xfilter/xftextspan.hxx b/lotuswordpro/inc/xfilter/xftextspan.hxx index 7596c6cc148d..500d002174d3 100644 --- a/lotuswordpro/inc/xfilter/xftextspan.hxx +++ b/lotuswordpro/inc/xfilter/xftextspan.hxx @@ -66,8 +66,8 @@ #include <rtl/ref.hxx> -#include "xfilter/xfglobal.hxx" -#include "xfilter/xfcontent.hxx" +#include <xfilter/xfglobal.hxx> +#include <xfilter/xfcontent.hxx> class IXFStream; diff --git a/lotuswordpro/inc/xfilter/xftextstyle.hxx b/lotuswordpro/inc/xfilter/xftextstyle.hxx index 9dbfd99cec28..24653ebbcf94 100644 --- a/lotuswordpro/inc/xfilter/xftextstyle.hxx +++ b/lotuswordpro/inc/xfilter/xftextstyle.hxx @@ -65,8 +65,8 @@ #include <rtl/ref.hxx> -#include "xfilter/xfglobal.hxx" -#include "xfilter/xfstyle.hxx" +#include <xfilter/xfglobal.hxx> +#include <xfilter/xfstyle.hxx> class IXFStream; class XFFont; diff --git a/lotuswordpro/inc/xfilter/xftimestyle.hxx b/lotuswordpro/inc/xfilter/xftimestyle.hxx index cc3ece2f5858..a6a388f06ee6 100644 --- a/lotuswordpro/inc/xfilter/xftimestyle.hxx +++ b/lotuswordpro/inc/xfilter/xftimestyle.hxx @@ -60,8 +60,8 @@ #ifndef INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFTIMESTYLE_HXX #define INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFTIMESTYLE_HXX -#include "xfilter/xfglobal.hxx" -#include "xfilter/xfstyle.hxx" +#include <xfilter/xfglobal.hxx> +#include <xfilter/xfstyle.hxx> #include <vector> class XFDateTimePart : public XFStyle diff --git a/lotuswordpro/inc/xfilter/xfutil.hxx b/lotuswordpro/inc/xfilter/xfutil.hxx index 076a35ac2c3f..31259acc7568 100644 --- a/lotuswordpro/inc/xfilter/xfutil.hxx +++ b/lotuswordpro/inc/xfilter/xfutil.hxx @@ -61,7 +61,7 @@ #ifndef INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFUTIL_HXX #define INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFUTIL_HXX -#include "xfilter/xfdefs.hxx" +#include <xfilter/xfdefs.hxx> #include <rtl/ustring.hxx> #include <string> |