diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-05-10 18:19:39 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-05-11 01:55:39 +0200 |
commit | 2bac61013e57013bccac8c9d76482b34b5db7f69 (patch) | |
tree | 4a4cdae419248459eae6c276152b2864138980dd | |
parent | 2ce779cd0cc750a0e2f6a10ae7f2cb0e6fbcdab5 (diff) |
fix-includes.pl: sc
Change-Id: Iade3fedac5d2f8e978b7dd9c30f001d7d1564946
312 files changed, 704 insertions, 808 deletions
diff --git a/sc/inc/AccessibleFilterMenu.hxx b/sc/inc/AccessibleFilterMenu.hxx index a78fa209a289..65da10f1e4f9 100644 --- a/sc/inc/AccessibleFilterMenu.hxx +++ b/sc/inc/AccessibleFilterMenu.hxx @@ -21,7 +21,7 @@ #define INCLUDED_SC_INC_ACCESSIBLEFILTERMENU_HXX #include "AccessibleContextBase.hxx" -#include "cppuhelper/implbase1.hxx" +#include <cppuhelper/implbase1.hxx> #include <com/sun/star/accessibility/XAccessibleSelection.hpp> #include <com/sun/star/accessibility/XAccessibleText.hpp> diff --git a/sc/inc/AccessibleFilterMenuItem.hxx b/sc/inc/AccessibleFilterMenuItem.hxx index e01bdeca48c8..b659b47716c8 100644 --- a/sc/inc/AccessibleFilterMenuItem.hxx +++ b/sc/inc/AccessibleFilterMenuItem.hxx @@ -21,7 +21,7 @@ #define INCLUDED_SC_INC_ACCESSIBLEFILTERMENUITEM_HXX #include "AccessibleContextBase.hxx" -#include "cppuhelper/implbase1.hxx" +#include <cppuhelper/implbase1.hxx> #include <com/sun/star/accessibility/XAccessibleAction.hpp> diff --git a/sc/inc/AccessibleFilterTopWindow.hxx b/sc/inc/AccessibleFilterTopWindow.hxx index 23039791ee8b..59831508eb2b 100644 --- a/sc/inc/AccessibleFilterTopWindow.hxx +++ b/sc/inc/AccessibleFilterTopWindow.hxx @@ -21,7 +21,7 @@ #define INCLUDED_SC_INC_ACCESSIBLEFILTERTOPWINDOW_HXX #include "AccessibleFilterMenu.hxx" -#include "cppuhelper/implbase1.hxx" +#include <cppuhelper/implbase1.hxx> class ScCheckListMenuWindow; diff --git a/sc/inc/AccessibleGlobal.hxx b/sc/inc/AccessibleGlobal.hxx index abcc263cf53c..0df34de462be 100644 --- a/sc/inc/AccessibleGlobal.hxx +++ b/sc/inc/AccessibleGlobal.hxx @@ -21,7 +21,7 @@ #define INCLUDED_SC_INC_ACCESSIBLEGLOBAL_HXX #include <com/sun/star/accessibility/XAccessibleStateSet.hpp> -#include "cppuhelper/implbase1.hxx" +#include <cppuhelper/implbase1.hxx> #include <set> diff --git a/sc/inc/address.hxx b/sc/inc/address.hxx index f856f3d578d5..7fcdee159da9 100644 --- a/sc/inc/address.hxx +++ b/sc/inc/address.hxx @@ -26,7 +26,7 @@ #include <limits> #include "scdllapi.h" -#include <types.hxx> +#include "types.hxx" #include <formula/grammar.hxx> #include <com/sun/star/uno/Sequence.hxx> diff --git a/sc/inc/brdcst.hxx b/sc/inc/brdcst.hxx index 77cd7fe19460..39c0b86f7766 100644 --- a/sc/inc/brdcst.hxx +++ b/sc/inc/brdcst.hxx @@ -21,7 +21,7 @@ #include "global.hxx" #include "address.hxx" -#include <simplehintids.hxx> +#include "simplehintids.hxx" #include <tools/rtti.hxx> #include <svl/hint.hxx> diff --git a/sc/inc/calcconfig.hxx b/sc/inc/calcconfig.hxx index df342f5d5068..33d31c749a7f 100644 --- a/sc/inc/calcconfig.hxx +++ b/sc/inc/calcconfig.hxx @@ -11,9 +11,9 @@ #define INCLUDED_SC_INC_CALCCONFIG_HXX #include "scdllapi.h" -#include "formula/grammar.hxx" +#include <formula/grammar.hxx> -#include "rtl/ustring.hxx" +#include <rtl/ustring.hxx> // have to match the registry values enum ScRecalcOptions diff --git a/sc/inc/cellform.hxx b/sc/inc/cellform.hxx index dd82df64b598..9798dac2de55 100644 --- a/sc/inc/cellform.hxx +++ b/sc/inc/cellform.hxx @@ -22,7 +22,7 @@ #include <tools/solar.h> #include "scdllapi.h" -#include "rtl/ustring.hxx" +#include <rtl/ustring.hxx> class SvNumberFormatter; class Color; diff --git a/sc/inc/cellvalues.hxx b/sc/inc/cellvalues.hxx index 4263250201ee..4f4c50fab4fd 100644 --- a/sc/inc/cellvalues.hxx +++ b/sc/inc/cellvalues.hxx @@ -10,7 +10,7 @@ #ifndef INCLUDED_SC_INC_CELLVALUES_HXX #define INCLUDED_SC_INC_CELLVALUES_HXX -#include <address.hxx> +#include "address.hxx" class ScColumn; diff --git a/sc/inc/clipcontext.hxx b/sc/inc/clipcontext.hxx index e6e759721f59..7791a938fddc 100644 --- a/sc/inc/clipcontext.hxx +++ b/sc/inc/clipcontext.hxx @@ -11,7 +11,7 @@ #define INCLUDED_SC_INC_CLIPCONTEXT_HXX #include "address.hxx" -#include <cellvalue.hxx> +#include "cellvalue.hxx" #include <vector> #include <boost/unordered_map.hpp> diff --git a/sc/inc/colorscale.hxx b/sc/inc/colorscale.hxx index 7d89c12a5c0d..6639741dced6 100644 --- a/sc/inc/colorscale.hxx +++ b/sc/inc/colorscale.hxx @@ -14,7 +14,7 @@ #include <boost/scoped_ptr.hpp> #include <formula/grammar.hxx> #include <tools/color.hxx> -#include <rangelst.hxx> +#include "rangelst.hxx" #include "conditio.hxx" #include <svl/listener.hxx> diff --git a/sc/inc/column.hxx b/sc/inc/column.hxx index 526c8e3af598..0376d5ab2aa1 100644 --- a/sc/inc/column.hxx +++ b/sc/inc/column.hxx @@ -26,7 +26,7 @@ #include "rangenam.hxx" #include "types.hxx" #include "mtvelements.hxx" -#include "formula/types.hxx" +#include <formula/types.hxx> #include <set> #include <vector> diff --git a/sc/inc/compare.hxx b/sc/inc/compare.hxx index f072d577c7f7..5f99ef2db4aa 100644 --- a/sc/inc/compare.hxx +++ b/sc/inc/compare.hxx @@ -22,7 +22,7 @@ #include "queryentry.hxx" -#include "svl/sharedstring.hxx" +#include <svl/sharedstring.hxx> class ScDocument; diff --git a/sc/inc/compiler.hxx b/sc/inc/compiler.hxx index b1fa059f5f93..8ea5c770e8ce 100644 --- a/sc/inc/compiler.hxx +++ b/sc/inc/compiler.hxx @@ -26,8 +26,8 @@ #include "scdllapi.h" #include "global.hxx" #include "refdata.hxx" -#include "formula/token.hxx" -#include "formula/grammar.hxx" +#include <formula/token.hxx> +#include <formula/grammar.hxx> #include <unotools/charclass.hxx> #include <rtl/ustrbuf.hxx> #include <com/sun/star/sheet/ExternalLinkInfo.hpp> diff --git a/sc/inc/conditio.hxx b/sc/inc/conditio.hxx index 2ded89313dbd..730855a7e10f 100644 --- a/sc/inc/conditio.hxx +++ b/sc/inc/conditio.hxx @@ -22,7 +22,7 @@ #include "global.hxx" #include "address.hxx" -#include "formula/grammar.hxx" +#include <formula/grammar.hxx> #include "scdllapi.h" #include "rangelst.hxx" diff --git a/sc/inc/datauno.hxx b/sc/inc/datauno.hxx index 7f650f9836c1..e3196ba988a8 100644 --- a/sc/inc/datauno.hxx +++ b/sc/inc/datauno.hxx @@ -48,8 +48,8 @@ #include <cppuhelper/implbase4.hxx> #include <cppuhelper/implbase5.hxx> #include <cppuhelper/implbase6.hxx> -#include "svl/itemprop.hxx" -#include "svl/lstner.hxx" +#include <svl/itemprop.hxx> +#include <svl/lstner.hxx> #include <boost/ptr_container/ptr_vector.hpp> class ScDBData; diff --git a/sc/inc/defaultsoptions.hxx b/sc/inc/defaultsoptions.hxx index c34e977953ba..e87f61697eba 100644 --- a/sc/inc/defaultsoptions.hxx +++ b/sc/inc/defaultsoptions.hxx @@ -12,7 +12,7 @@ #include <svl/poolitem.hxx> #include <unotools/configitem.hxx> -#include "formula/grammar.hxx" +#include <formula/grammar.hxx> #include "scdllapi.h" #include "global.hxx" diff --git a/sc/inc/docoptio.hxx b/sc/inc/docoptio.hxx index 8d80279acc29..9e06437fb65c 100644 --- a/sc/inc/docoptio.hxx +++ b/sc/inc/docoptio.hxx @@ -27,7 +27,7 @@ #include "scmod.hxx" #include "optutil.hxx" -#include "formula/grammar.hxx" +#include <formula/grammar.hxx> class SC_DLLPUBLIC ScDocOptions { diff --git a/sc/inc/document.hxx b/sc/inc/document.hxx index 3d8bcda3b2ca..b2516904c963 100644 --- a/sc/inc/document.hxx +++ b/sc/inc/document.hxx @@ -31,8 +31,8 @@ #include "tabopparams.hxx" #include "sortparam.hxx" #include "types.hxx" -#include "formula/grammar.hxx" -#include "formula/types.hxx" +#include <formula/grammar.hxx> +#include <formula/types.hxx> #include <com/sun/star/chart2/XChartDocument.hpp> #include "typedstrdata.hxx" #include "compressedarray.hxx" diff --git a/sc/inc/documentimport.hxx b/sc/inc/documentimport.hxx index 0b2450deb7f8..4b84f0d8fe4a 100644 --- a/sc/inc/documentimport.hxx +++ b/sc/inc/documentimport.hxx @@ -13,7 +13,7 @@ #include "scdllapi.h" #include "address.hxx" -#include "rtl/ustring.hxx" +#include <rtl/ustring.hxx> #include <boost/noncopyable.hpp> diff --git a/sc/inc/dpcache.hxx b/sc/inc/dpcache.hxx index 6129ca401485..4647227a43e8 100644 --- a/sc/inc/dpcache.hxx +++ b/sc/inc/dpcache.hxx @@ -22,7 +22,7 @@ #include "global.hxx" #include "dpnumgroupinfo.hxx" #include "calcmacros.hxx" -#include "tools/date.hxx" +#include <tools/date.hxx> #include <boost/noncopyable.hpp> #include <boost/scoped_ptr.hpp> diff --git a/sc/inc/dpfilteredcache.hxx b/sc/inc/dpfilteredcache.hxx index 64ba5027b603..a740a929cbe8 100644 --- a/sc/inc/dpfilteredcache.hxx +++ b/sc/inc/dpfilteredcache.hxx @@ -20,8 +20,8 @@ #ifndef INCLUDED_SC_INC_DPFILTEREDCACHE_HXX #define INCLUDED_SC_INC_DPFILTEREDCACHE_HXX -#include "sal/types.h" -#include "osl/mutex.hxx" +#include <sal/types.h> +#include <osl/mutex.hxx> #include "global.hxx" #include "dpitemdata.hxx" #include "calcmacros.hxx" diff --git a/sc/inc/dpitemdata.hxx b/sc/inc/dpitemdata.hxx index 6bb2502a8b13..5ab1b1ac76d3 100644 --- a/sc/inc/dpitemdata.hxx +++ b/sc/inc/dpitemdata.hxx @@ -13,8 +13,8 @@ #include "scdllapi.h" #include "address.hxx" -#include "sal/types.h" -#include "rtl/ustring.hxx" +#include <sal/types.h> +#include <rtl/ustring.hxx> #include "calcmacros.hxx" #include "dpglobal.hxx" diff --git a/sc/inc/dptabdat.hxx b/sc/inc/dptabdat.hxx index 9981d856cbff..bde9dd1ac8cb 100644 --- a/sc/inc/dptabdat.hxx +++ b/sc/inc/dptabdat.hxx @@ -26,7 +26,7 @@ #include "dpcache.hxx" #include "calcmacros.hxx" -#include "svl/zforlist.hxx" +#include <svl/zforlist.hxx> #include <vector> #include <set> diff --git a/sc/inc/dptabsrc.hxx b/sc/inc/dptabsrc.hxx index aaea244150e6..6d9d73e21028 100644 --- a/sc/inc/dptabsrc.hxx +++ b/sc/inc/dptabsrc.hxx @@ -44,7 +44,7 @@ #include <cppuhelper/implbase3.hxx> #include <cppuhelper/implbase5.hxx> #include <cppuhelper/implbase6.hxx> -#include "rtl/ref.hxx" +#include <rtl/ref.hxx> #include "dptabdat.hxx" #include "dpglobal.hxx" diff --git a/sc/inc/dptypes.hxx b/sc/inc/dptypes.hxx index cb905119b390..7e272ff0a57f 100644 --- a/sc/inc/dptypes.hxx +++ b/sc/inc/dptypes.hxx @@ -10,7 +10,7 @@ #ifndef INCLUDED_SC_INC_DPTYPES_HXX #define INCLUDED_SC_INC_DPTYPES_HXX -#include "rtl/ustring.hxx" +#include <rtl/ustring.hxx> #include <boost/unordered_set.hpp> diff --git a/sc/inc/dputil.hxx b/sc/inc/dputil.hxx index 6381dd41f386..002389e33b1b 100644 --- a/sc/inc/dputil.hxx +++ b/sc/inc/dputil.hxx @@ -10,7 +10,7 @@ #ifndef INCLUDED_SC_INC_DPUTIL_HXX #define INCLUDED_SC_INC_DPUTIL_HXX -#include "rtl/ustring.hxx" +#include <rtl/ustring.hxx> #include "scdllapi.h" #include "global.hxx" diff --git a/sc/inc/dragdata.hxx b/sc/inc/dragdata.hxx index 7f98a0591b47..77f23c89db86 100644 --- a/sc/inc/dragdata.hxx +++ b/sc/inc/dragdata.hxx @@ -10,7 +10,7 @@ #ifndef INCLUDED_SC_INC_DRAGDATA_HXX #define INCLUDED_SC_INC_DRAGDATA_HXX -#include "rtl/ustring.hxx" +#include <rtl/ustring.hxx> class ScTransferObj; class ScDrawTransferObj; diff --git a/sc/inc/editdataarray.hxx b/sc/inc/editdataarray.hxx index 21ecb8d49b9f..4eb57b990135 100644 --- a/sc/inc/editdataarray.hxx +++ b/sc/inc/editdataarray.hxx @@ -21,7 +21,7 @@ #define INCLUDED_SC_INC_EDITDATAARRAY_HXX #include "address.hxx" -#include "editeng/editobj.hxx" +#include <editeng/editobj.hxx> #include <vector> #include <boost/shared_ptr.hpp> diff --git a/sc/inc/externalrefmgr.hxx b/sc/inc/externalrefmgr.hxx index 10e87a9d0709..00b968d1ff23 100644 --- a/sc/inc/externalrefmgr.hxx +++ b/sc/inc/externalrefmgr.hxx @@ -22,17 +22,17 @@ #include "global.hxx" #include "address.hxx" -#include "sfx2/objsh.hxx" -#include "sfx2/lnkbase.hxx" -#include "sfx2/event.hxx" -#include "tools/time.hxx" -#include "vcl/timer.hxx" -#include "svl/zforlist.hxx" -#include "svl/lstner.hxx" +#include <sfx2/objsh.hxx> +#include <sfx2/lnkbase.hxx> +#include <sfx2/event.hxx> +#include <tools/time.hxx> +#include <vcl/timer.hxx> +#include <svl/zforlist.hxx> +#include <svl/lstner.hxx> #include "types.hxx" #include "rangelst.hxx" -#include "formula/token.hxx" -#include "osl/mutex.hxx" +#include <formula/token.hxx> +#include <osl/mutex.hxx> #include <boost/unordered_map.hpp> #include <boost/unordered_set.hpp> diff --git a/sc/inc/formulagroup.hxx b/sc/inc/formulagroup.hxx index de10a461cfbe..a063cdfa3143 100644 --- a/sc/inc/formulagroup.hxx +++ b/sc/inc/formulagroup.hxx @@ -13,9 +13,9 @@ #include "address.hxx" #include "types.hxx" #include "platforminfo.hxx" -#include <stlalgorithm.hxx> +#include "stlalgorithm.hxx" -#include "svl/sharedstringpool.hxx" +#include <svl/sharedstringpool.hxx> #include <vector> #include <boost/noncopyable.hpp> diff --git a/sc/inc/formulaopt.hxx b/sc/inc/formulaopt.hxx index 4e195abbecf8..906804efee84 100644 --- a/sc/inc/formulaopt.hxx +++ b/sc/inc/formulaopt.hxx @@ -14,7 +14,7 @@ #include <svl/poolitem.hxx> #include <unotools/configitem.hxx> #include <unotools/localedatawrapper.hxx> -#include "formula/grammar.hxx" +#include <formula/grammar.hxx> #include "scdllapi.h" #include "global.hxx" #include "calcconfig.hxx" diff --git a/sc/inc/helpids.h b/sc/inc/helpids.h index b5303e221803..26465041bf3a 100644 --- a/sc/inc/helpids.h +++ b/sc/inc/helpids.h @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sfx2/sfxcommands.h" -#include "svx/svxcommands.h" +#include <sfx2/sfxcommands.h> +#include <svx/svxcommands.h> #include "sccommands.h" #define HID_INSWIN_POS "SC_HID_INSWIN_POS" diff --git a/sc/inc/importfilterdata.hxx b/sc/inc/importfilterdata.hxx index 9144f9d4c9ef..089f427d2bfc 100644 --- a/sc/inc/importfilterdata.hxx +++ b/sc/inc/importfilterdata.hxx @@ -10,7 +10,7 @@ #ifndef INCLUDED_SC_INC_IMPORTFILTERDATA_HXX #define INCLUDED_SC_INC_IMPORTFILTERDATA_HXX -#include <address.hxx> +#include "address.hxx" #include <boost/noncopyable.hpp> #include <boost/scoped_ptr.hpp> diff --git a/sc/inc/lookupcache.hxx b/sc/inc/lookupcache.hxx index 88f5f0b954c8..411ae6c54763 100644 --- a/sc/inc/lookupcache.hxx +++ b/sc/inc/lookupcache.hxx @@ -22,7 +22,7 @@ #include "address.hxx" #include "global.hxx" -#include "formula/token.hxx" +#include <formula/token.hxx> #include <svl/listener.hxx> #include <boost/unordered_map.hpp> diff --git a/sc/inc/macromgr.hxx b/sc/inc/macromgr.hxx index 2c7c30eba452..ecbf08f30c0a 100644 --- a/sc/inc/macromgr.hxx +++ b/sc/inc/macromgr.hxx @@ -12,7 +12,7 @@ #include <com/sun/star/container/XContainerListener.hpp> -#include "rtl/ustring.hxx" +#include <rtl/ustring.hxx> #include "scdllapi.h" #include <boost/unordered_map.hpp> diff --git a/sc/inc/mtvelements.hxx b/sc/inc/mtvelements.hxx index 836e6dd1b13c..b09f70dc5dbb 100644 --- a/sc/inc/mtvelements.hxx +++ b/sc/inc/mtvelements.hxx @@ -12,12 +12,12 @@ #include "address.hxx" #include "formulacell.hxx" -#include "svl/broadcast.hxx" -#include "svl/sharedstring.hxx" -#include "editeng/editobj.hxx" +#include <svl/broadcast.hxx> +#include <svl/sharedstring.hxx> +#include <editeng/editobj.hxx> #include "calcmacros.hxx" #include "postit.hxx" -#include "osl/mutex.hxx" +#include <osl/mutex.hxx> #if DEBUG_COLUMN_STORAGE #ifdef NDEBUG diff --git a/sc/inc/nameuno.hxx b/sc/inc/nameuno.hxx index a92f894cebfa..1c76955da094 100644 --- a/sc/inc/nameuno.hxx +++ b/sc/inc/nameuno.hxx @@ -22,7 +22,7 @@ #include <svl/lstner.hxx> #include "address.hxx" -#include "formula/grammar.hxx" +#include <formula/grammar.hxx> #include <com/sun/star/sheet/XLabelRange.hpp> #include <com/sun/star/sheet/XLabelRanges.hpp> #include <com/sun/star/sheet/XCellRangeReferrer.hpp> diff --git a/sc/inc/orcusfilters.hxx b/sc/inc/orcusfilters.hxx index 79aec8bca486..2df40a6f6fb5 100644 --- a/sc/inc/orcusfilters.hxx +++ b/sc/inc/orcusfilters.hxx @@ -10,7 +10,7 @@ #ifndef INCLUDED_SC_INC_ORCUSFILTERS_HXX #define INCLUDED_SC_INC_ORCUSFILTERS_HXX -#include "rtl/ustring.hxx" +#include <rtl/ustring.hxx> class ScDocument; class SvTreeListBox; diff --git a/sc/inc/orcusxml.hxx b/sc/inc/orcusxml.hxx index 6ff9190311a5..cc41f3b6c3e0 100644 --- a/sc/inc/orcusxml.hxx +++ b/sc/inc/orcusxml.hxx @@ -12,7 +12,7 @@ #include "scdllapi.h" #include "address.hxx" -#include "vcl/image.hxx" +#include <vcl/image.hxx> #include <vector> #include <boost/ptr_container/ptr_vector.hpp> diff --git a/sc/inc/pch/precompiled_sc.hxx b/sc/inc/pch/precompiled_sc.hxx index 8e32152a07ee..fec06222d76f 100644 --- a/sc/inc/pch/precompiled_sc.hxx +++ b/sc/inc/pch/precompiled_sc.hxx @@ -14,104 +14,7 @@ also fixes all possible problems, so it's usually better to use it). */ -#include "basegfx/matrix/b2dhommatrix.hxx" -#include "basegfx/polygon/b2dpolygon.hxx" -#include "basegfx/polygon/b2dpolygontools.hxx" -#include "basegfx/range/b2drange.hxx" -#include "basic/basmgr.hxx" -#include "comphelper/processfactory.hxx" -#include "comphelper/string.hxx" -#include "cppuhelper/implbase1.hxx" -#include "drawinglayer/primitive2d/baseprimitive2d.hxx" -#include "drawinglayer/primitive2d/polypolygonprimitive2d.hxx" -#include "editeng/autokernitem.hxx" -#include "editeng/charreliefitem.hxx" -#include "editeng/charscaleitem.hxx" -#include "editeng/colritem.hxx" -#include "editeng/contouritem.hxx" -#include "editeng/crossedoutitem.hxx" -#include "editeng/editdata.hxx" -#include "editeng/editobj.hxx" -#include "editeng/editstat.hxx" -#include "editeng/eeitem.hxx" -#include "editeng/emphasismarkitem.hxx" -#include "editeng/escapementitem.hxx" -#include "editeng/fhgtitem.hxx" -#include "editeng/fieldupdater.hxx" -#include "editeng/flditem.hxx" -#include "editeng/fontitem.hxx" -#include "editeng/kernitem.hxx" -#include "editeng/langitem.hxx" -#include "editeng/misspellrange.hxx" -#include "editeng/outliner.hxx" -#include "editeng/postitem.hxx" -#include "editeng/section.hxx" -#include "editeng/shdditem.hxx" -#include "editeng/udlnitem.hxx" -#include "editeng/unoedsrc.hxx" -#include "editeng/unolingu.hxx" -#include "editeng/wghtitem.hxx" -#include "editeng/wrlmitem.hxx" -#include "editeng/xmlcnitm.hxx" -#include "formula/FormulaCompiler.hxx" -#include "formula/errorcodes.hxx" -#include "formula/grammar.hxx" -#include "formula/opcode.hxx" -#include "formula/token.hxx" -#include "formula/vectortoken.hxx" -#include "i18nlangtag/lang.h" -#include "i18nlangtag/mslangid.hxx" #include "libxml/xpath.h" -#include "rtl/bootstrap.hxx" -#include "rtl/math.hxx" -#include "rtl/strbuf.hxx" -#include "rtl/ustring.hxx" -#include "sal/types.h" -#include "sfx2/app.hxx" -#include "sfx2/docfile.hxx" -#include "sfx2/docfilt.hxx" -#include "sfx2/fcontnr.hxx" -#include "sfx2/linkmgr.hxx" -#include "sfx2/objsh.hxx" -#include "svl/PasswordHelper.hxx" -#include "svl/broadcast.hxx" -#include "svl/intitem.hxx" -#include "svl/itemset.hxx" -#include "svl/sharedstring.hxx" -#include "svl/sharedstringpool.hxx" -#include "svl/smplhint.hxx" -#include "svl/stritem.hxx" -#include "svl/urihelper.hxx" -#include "svl/zforlist.hxx" -#include "svl/zformat.hxx" -#include "svtools/fmtfield.hxx" -#include "svtools/svlbitm.hxx" -#include "svtools/treelistbox.hxx" -#include "svtools/treelistentry.hxx" -#include "svtools/viewdataentry.hxx" -#include "svx/dataaccessdescriptor.hxx" -#include "svx/sdr/overlay/overlaymanager.hxx" -#include "svx/unoapi.hxx" -#include "tools/color.hxx" -#include "tools/fract.hxx" -#include "tools/gen.hxx" -#include "tools/urlobj.hxx" -#include "unotools/calendarwrapper.hxx" -#include "unotools/collatorwrapper.hxx" -#include "unotools/localedatawrapper.hxx" -#include "unotools/localfilehelper.hxx" -#include "unotools/pathoptions.hxx" -#include "unotools/textsearch.hxx" -#include "unotools/ucbhelper.hxx" -#include "vcl/lineinfo.hxx" -#include "vcl/msgbox.hxx" -#include "vcl/outdev.hxx" -#include "vcl/svapp.hxx" -#include "vcl/unohelp.hxx" -#include "vcl/waitobj.hxx" -#include "xmloff/nmspmap.hxx" -#include "xmloff/prstylei.hxx" -#include "xmloff/xmlnmspe.hxx" #include <algorithm> #include <avmedia/mediaitem.hxx> #include <avmedia/mediaplayer.hxx> @@ -121,6 +24,7 @@ #include <basegfx/point/b2dpoint.hxx> #include <basegfx/polygon/b2dpolygon.hxx> #include <basegfx/polygon/b2dpolygontools.hxx> +#include <basegfx/range/b2drange.hxx> #include <basegfx/tools/zoomtools.hxx> #include <basic/basmgr.hxx> #include <basic/sbmeth.hxx> @@ -526,6 +430,7 @@ #include <cppuhelper/bootstrap.hxx> #include <cppuhelper/component_context.hxx> #include <cppuhelper/factory.hxx> +#include <cppuhelper/implbase1.hxx> #include <cppuhelper/implbase2.hxx> #include <cppuhelper/supportsservice.hxx> #include <cstddef> @@ -534,6 +439,8 @@ #include <cstring> #include <ctype.h> #include <drawinglayer/geometry/viewinformation2d.hxx> +#include <drawinglayer/primitive2d/baseprimitive2d.hxx> +#include <drawinglayer/primitive2d/polypolygonprimitive2d.hxx> #include <drawinglayer/processor2d/baseprocessor2d.hxx> #include <drawinglayer/processor2d/processorfromoutputdevice.hxx> #include <editeng/acorrcfg.hxx> @@ -543,6 +450,7 @@ #include <editeng/boxitem.hxx> #include <editeng/brushitem.hxx> #include <editeng/charreliefitem.hxx> +#include <editeng/charscaleitem.hxx> #include <editeng/colritem.hxx> #include <editeng/contouritem.hxx> #include <editeng/crossedoutitem.hxx> @@ -555,6 +463,7 @@ #include <editeng/emphasismarkitem.hxx> #include <editeng/escapementitem.hxx> #include <editeng/fhgtitem.hxx> +#include <editeng/fieldupdater.hxx> #include <editeng/flditem.hxx> #include <editeng/flstitem.hxx> #include <editeng/fontitem.hxx> @@ -571,6 +480,7 @@ #include <editeng/lineitem.hxx> #include <editeng/lrspitem.hxx> #include <editeng/lspcitem.hxx> +#include <editeng/misspellrange.hxx> #include <editeng/numitem.hxx> #include <editeng/orphitem.hxx> #include <editeng/outliner.hxx> @@ -580,6 +490,7 @@ #include <editeng/postitem.hxx> #include <editeng/scriptspaceitem.hxx> #include <editeng/scripttypeitem.hxx> +#include <editeng/section.hxx> #include <editeng/shaditem.hxx> #include <editeng/shdditem.hxx> #include <editeng/sizeitem.hxx> @@ -590,6 +501,7 @@ #include <editeng/udlnitem.hxx> #include <editeng/ulspitem.hxx> #include <editeng/unoedhlp.hxx> +#include <editeng/unoedsrc.hxx> #include <editeng/unofield.hxx> #include <editeng/unofored.hxx> #include <editeng/unoipset.hxx> @@ -603,10 +515,12 @@ #include <editeng/wrlmitem.hxx> #include <editeng/xmlcnitm.hxx> #include <float.h> +#include <formula/FormulaCompiler.hxx> #include <formula/IFunctionDescription.hxx> #include <formula/errorcodes.hxx> #include <formula/formulahelper.hxx> #include <formula/grammar.hxx> +#include <formula/opcode.hxx> #include <formula/token.hxx> #include <formula/vectortoken.hxx> #include <functional> @@ -638,6 +552,7 @@ #include <osl/time.h> #include <queue> #include <rsc/rscsfx.hxx> +#include <rtl/bootstrap.hxx> #include <rtl/crc.h> #include <rtl/instance.hxx> #include <rtl/math.hxx> @@ -739,6 +654,7 @@ #include <svl/ptitem.hxx> #include <svl/rectitem.hxx> #include <svl/sharecontrolfile.hxx> +#include <svl/sharedstring.hxx> #include <svl/sharedstringpool.hxx> #include <svl/slstitm.hxx> #include <svl/smplhint.hxx> @@ -758,6 +674,7 @@ #include <svtools/ehdl.hxx> #include <svtools/embedhlp.hxx> #include <svtools/embedtransfer.hxx> +#include <svtools/fmtfield.hxx> #include <svtools/imapobj.hxx> #include <svtools/inettbc.hxx> #include <svtools/insdlg.hxx> @@ -775,6 +692,7 @@ #include <svtools/treelistentry.hxx> #include <svtools/unoevent.hxx> #include <svtools/unoimap.hxx> +#include <svtools/viewdataentry.hxx> #include <svtools/xwindowitem.hxx> #include <svx/AccessibleControlShape.hxx> #include <svx/AccessibleShape.hxx> @@ -947,10 +865,12 @@ #include <toolkit/awt/vclxdevice.hxx> #include <toolkit/helper/convert.hxx> #include <toolkit/helper/vclunohelper.hxx> +#include <tools/color.hxx> #include <tools/date.hxx> #include <tools/datetime.hxx> #include <tools/debug.hxx> #include <tools/diagnose_ex.h> +#include <tools/fract.hxx> #include <tools/gen.hxx> #include <tools/globname.hxx> #include <tools/mempool.hxx> @@ -991,6 +911,7 @@ #include <unotools/tempfile.hxx> #include <unotools/textsearch.hxx> #include <unotools/transliterationwrapper.hxx> +#include <unotools/ucbhelper.hxx> #include <unotools/ucbstreamhelper.hxx> #include <unotools/useroptions.hxx> #include <utility> @@ -1043,6 +964,7 @@ #include <xmloff/i18nmap.hxx> #include <xmloff/nmspmap.hxx> #include <xmloff/numehelp.hxx> +#include <xmloff/prstylei.hxx> #include <xmloff/txtparae.hxx> #include <xmloff/txtprmap.hxx> #include <xmloff/xmlaustp.hxx> @@ -1059,5 +981,4 @@ #include <xmloff/xmltoken.hxx> #include <xmloff/xmltypes.hxx> #include <xmloff/xmluconv.hxx> - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sc/inc/pch/precompiled_scfilt.hxx b/sc/inc/pch/precompiled_scfilt.hxx index aaad32c2b621..08f8d64fae39 100644 --- a/sc/inc/pch/precompiled_scfilt.hxx +++ b/sc/inc/pch/precompiled_scfilt.hxx @@ -14,54 +14,7 @@ also fixes all possible problems, so it's usually better to use it). */ -#include "cppuhelper/factory.hxx" -#include "cppuhelper/implementationentry.hxx" -#include "editeng/editstat.hxx" -#include "formula/errorcodes.hxx" #include "officecfg/Office/Common.hxx" -#include "oox/core/filterbase.hxx" -#include "oox/core/relations.hxx" -#include "oox/core/xmlfilterbase.hxx" -#include "oox/drawingml/chart/datasourcemodel.hxx" -#include "oox/drawingml/connectorshapecontext.hxx" -#include "oox/drawingml/fillproperties.hxx" -#include "oox/drawingml/graphicshapecontext.hxx" -#include "oox/drawingml/lineproperties.hxx" -#include "oox/drawingml/shapepropertymap.hxx" -#include "oox/drawingml/theme.hxx" -#include "oox/drawingml/themefragmenthandler.hxx" -#include "oox/helper/attributelist.hxx" -#include "oox/helper/binaryinputstream.hxx" -#include "oox/helper/binaryoutputstream.hxx" -#include "oox/helper/containerhelper.hxx" -#include "oox/helper/graphichelper.hxx" -#include "oox/helper/helper.hxx" -#include "oox/helper/progressbar.hxx" -#include "oox/helper/propertymap.hxx" -#include "oox/helper/propertyset.hxx" -#include "oox/ole/olestorage.hxx" -#include "oox/ole/vbaproject.hxx" -#include "oox/token/properties.hxx" -#include "oox/token/tokens.hxx" -#include "oox/vml/vmlshape.hxx" -#include "oox/vml/vmlshapecontainer.hxx" -#include "rtl/strbuf.hxx" -#include "sal/config.h" -#include "sal/types.h" -#include "svl/poolcach.hxx" -#include "svl/sharedstring.hxx" -#include "svl/sharedstringpool.hxx" -#include "svx/algitem.hxx" -#include "svx/sdr/properties/properties.hxx" -#include "svx/sdtaitm.hxx" -#include "svx/sxmspitm.hxx" -#include "svx/unoapi.hxx" -#include "svx/xflclit.hxx" -#include "svx/xlnstit.hxx" -#include "svx/xlnstwit.hxx" -#include "tools/urlobj.hxx" -#include "vcl/mapmod.hxx" -#include "vcl/msgbox.hxx" #include <algorithm> #include <basegfx/point/b2dpoint.hxx> #include <basegfx/polygon/b2dpolygon.hxx> @@ -341,7 +294,9 @@ #include <comphelper/types.hxx> #include <config_orcus.h> #include <cppuhelper/component_context.hxx> +#include <cppuhelper/factory.hxx> #include <cppuhelper/implbase1.hxx> +#include <cppuhelper/implementationentry.hxx> #include <cppuhelper/supportsservice.hxx> #include <cstring> #include <ctype.h> @@ -388,6 +343,7 @@ #include <filter/msfilter/msvbahelper.hxx> #include <filter/msfilter/svxmsbas.hxx> #include <filter/msfilter/util.hxx> +#include <formula/errorcodes.hxx> #include <formula/grammar.hxx> #include <fstream> #include <iostream> @@ -403,14 +359,28 @@ #include <oox/core/contexthandler.hxx> #include <oox/core/fastparser.hxx> #include <oox/core/filterbase.hxx> +#include <oox/core/relations.hxx> #include <oox/core/xmlfilterbase.hxx> +#include <oox/drawingml/chart/datasourcemodel.hxx> +#include <oox/drawingml/connectorshapecontext.hxx> +#include <oox/drawingml/fillproperties.hxx> +#include <oox/drawingml/graphicshapecontext.hxx> +#include <oox/drawingml/lineproperties.hxx> +#include <oox/drawingml/shapepropertymap.hxx> +#include <oox/drawingml/theme.hxx> +#include <oox/drawingml/themefragmenthandler.hxx> #include <oox/export/chartexport.hxx> #include <oox/export/drawingml.hxx> #include <oox/export/shapes.hxx> #include <oox/export/utils.hxx> #include <oox/export/vmlexport.hxx> #include <oox/helper/attributelist.hxx> +#include <oox/helper/binaryinputstream.hxx> +#include <oox/helper/binaryoutputstream.hxx> #include <oox/helper/containerhelper.hxx> +#include <oox/helper/graphichelper.hxx> +#include <oox/helper/helper.hxx> +#include <oox/helper/progressbar.hxx> #include <oox/helper/propertymap.hxx> #include <oox/helper/propertyset.hxx> #include <oox/ole/olehelper.hxx> @@ -418,6 +388,8 @@ #include <oox/ole/vbaproject.hxx> #include <oox/token/properties.hxx> #include <oox/token/tokens.hxx> +#include <oox/vml/vmlshape.hxx> +#include <oox/vml/vmlshapecontainer.hxx> #include <osl/conditn.hxx> #include <osl/diagnose.h> #include <osl/endian.h> @@ -437,6 +409,7 @@ #include <sal/log.hxx> #include <sal/macros.h> #include <sal/mathconf.h> +#include <sal/types.h> #include <salhelper/thread.hxx> #include <sax/fshelper.hxx> #include <sax/tools/converter.hxx> @@ -463,7 +436,9 @@ #include <svl/itempool.hxx> #include <svl/itemset.hxx> #include <svl/languageoptions.hxx> +#include <svl/poolcach.hxx> #include <svl/poolitem.hxx> +#include <svl/sharedstring.hxx> #include <svl/sharedstringpool.hxx> #include <svl/stritem.hxx> #include <svl/style.hxx> @@ -488,6 +463,7 @@ #include <svx/pageitem.hxx> #include <svx/rotmodit.hxx> #include <svx/sdasitm.hxx> +#include <svx/sdr/properties/properties.hxx> #include <svx/sdtaitm.hxx> #include <svx/svdattr.hxx> #include <svx/svditer.hxx> @@ -505,6 +481,7 @@ #include <svx/svdpage.hxx> #include <svx/svdpool.hxx> #include <svx/svdxcgv.hxx> +#include <svx/sxmspitm.hxx> #include <svx/unoapi.hxx> #include <svx/unomid.hxx> #include <svx/xbitmap.hxx> @@ -515,6 +492,8 @@ #include <svx/xfltrit.hxx> #include <svx/xlineit.hxx> #include <svx/xlinjoit.hxx> +#include <svx/xlnstit.hxx> +#include <svx/xlnstwit.hxx> #include <svx/xlntrit.hxx> #include <svx/xoutbmp.hxx> #include <toolkit/helper/vclunohelper.hxx> @@ -546,6 +525,8 @@ #include <vcl/font.hxx> #include <vcl/graph.hxx> #include <vcl/graphicfilter.hxx> +#include <vcl/mapmod.hxx> +#include <vcl/msgbox.hxx> #include <vcl/outdev.hxx> #include <vcl/settings.hxx> #include <vcl/svapp.hxx> @@ -553,5 +534,4 @@ #include <vcl/virdev.hxx> #include <vcl/wmf.hxx> #include <vector> - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sc/inc/pch/precompiled_scopencl.hxx b/sc/inc/pch/precompiled_scopencl.hxx index 23d754ff50f0..82714668d2fa 100644 --- a/sc/inc/pch/precompiled_scopencl.hxx +++ b/sc/inc/pch/precompiled_scopencl.hxx @@ -14,14 +14,13 @@ also fixes all possible problems, so it's usually better to use it). */ -#include "formula/vectortoken.hxx" -#include "sal/config.h" #include <algorithm> #include <boost/scoped_array.hpp> #include <boost/scoped_ptr.hpp> #include <cmath> #include <config_folders.h> #include <float.h> +#include <formula/vectortoken.hxx> #include <iostream> #include <list> #include <map> @@ -31,6 +30,7 @@ #include <rtl/digest.h> #include <rtl/strbuf.hxx> #include <rtl/ustring.hxx> +#include <sal/config.h> #include <sstream> #include <stdio.h> #include <stdlib.h> diff --git a/sc/inc/pch/precompiled_scui.hxx b/sc/inc/pch/precompiled_scui.hxx index 0b69759f71a8..42b3f846eb60 100644 --- a/sc/inc/pch/precompiled_scui.hxx +++ b/sc/inc/pch/precompiled_scui.hxx @@ -14,17 +14,6 @@ also fixes all possible problems, so it's usually better to use it). */ -#include "formula/grammar.hxx" -#include "formula/opcode.hxx" -#include "rtl/ustrbuf.hxx" -#include "sal/types.h" -#include "svl/sharedstringpool.hxx" -#include "svtools/svlbitm.hxx" -#include "svtools/treelistentry.hxx" -#include "vcl/msgbox.hxx" -#include "vcl/settings.hxx" -#include "vcl/svapp.hxx" -#include "vcl/window.hxx" #include <basic/sbmeth.hxx> #include <basic/sbmod.hxx> #include <basic/sbstar.hxx> @@ -66,12 +55,16 @@ #include <editeng/shdditem.hxx> #include <editeng/udlnitem.hxx> #include <editeng/wghtitem.hxx> +#include <formula/grammar.hxx> +#include <formula/opcode.hxx> #include <i18nlangtag/languagetag.hxx> #include <limits.h> #include <math.h> #include <osl/thread.h> #include <rtl/math.hxx> #include <rtl/tencinfo.h> +#include <rtl/ustrbuf.hxx> +#include <sal/types.h> #include <sfx2/app.hxx> #include <sfx2/basedlgs.hxx> #include <sfx2/childwin.hxx> @@ -88,12 +81,15 @@ #include <svl/cjkoptions.hxx> #include <svl/eitem.hxx> #include <svl/intitem.hxx> +#include <svl/sharedstringpool.hxx> #include <svl/stritem.hxx> #include <svl/style.hxx> #include <svl/zforlist.hxx> #include <svtools/collatorres.hxx> #include <svtools/ehdl.hxx> #include <svtools/sfxecode.hxx> +#include <svtools/svlbitm.hxx> +#include <svtools/treelistentry.hxx> #include <svx/algitem.hxx> #include <svx/dlgutil.hxx> #include <svx/drawitem.hxx> @@ -116,6 +112,6 @@ #include <vcl/settings.hxx> #include <vcl/svapp.hxx> #include <vcl/waitobj.hxx> +#include <vcl/window.hxx> #include <vector> - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sc/inc/pch/precompiled_vbaobj.hxx b/sc/inc/pch/precompiled_vbaobj.hxx index 679b85db1a11..867fec2e460d 100644 --- a/sc/inc/pch/precompiled_vbaobj.hxx +++ b/sc/inc/pch/precompiled_vbaobj.hxx @@ -14,10 +14,6 @@ also fixes all possible problems, so it's usually better to use it). */ -#include "com/sun/star/lang/XMultiServiceFactory.hpp" -#include "com/sun/star/registry/XRegistryKey.hpp" -#include "comphelper/servicedecl.hxx" -#include "cppuhelper/implementationentry.hxx" #include <algorithm> #include <basic/sberrors.hxx> #include <basic/sbmeth.hxx> @@ -88,8 +84,10 @@ #include <com/sun/star/lang/IndexOutOfBoundsException.hpp> #include <com/sun/star/lang/XComponent.hpp> #include <com/sun/star/lang/XMultiComponentFactory.hpp> +#include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/reflection/XIdlMethod.hpp> +#include <com/sun/star/registry/XRegistryKey.hpp> #include <com/sun/star/script/ArrayWrapper.hpp> #include <com/sun/star/script/BasicErrorException.hpp> #include <com/sun/star/script/ModuleInfo.hpp> @@ -203,6 +201,7 @@ #include <com/sun/star/xml/AttributeData.hpp> #include <comphelper/anytostring.hxx> #include <comphelper/processfactory.hxx> +#include <comphelper/servicedecl.hxx> #include <comphelper/servicehelper.hxx> #include <comphelper/unwrapargs.hxx> #include <cppuhelper/bootstrap.hxx> @@ -210,6 +209,7 @@ #include <cppuhelper/implbase1.hxx> #include <cppuhelper/implbase3.hxx> #include <cppuhelper/implbase4.hxx> +#include <cppuhelper/implementationentry.hxx> #include <cppuhelper/queryinterface.hxx> #include <filter/msfilter/msvbahelper.hxx> #include <filter/msfilter/util.hxx> @@ -327,5 +327,4 @@ #include <vcl/window.hxx> #include <vcl/wrkwin.hxx> #include <vector> - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sc/inc/queryentry.hxx b/sc/inc/queryentry.hxx index a39e87e43856..1c3a067a3f6f 100644 --- a/sc/inc/queryentry.hxx +++ b/sc/inc/queryentry.hxx @@ -22,7 +22,7 @@ #include "address.hxx" #include "global.hxx" -#include "svl/sharedstring.hxx" +#include <svl/sharedstring.hxx> #include <vector> diff --git a/sc/inc/rangenam.hxx b/sc/inc/rangenam.hxx index dbf7eb47e7eb..5d782e99e525 100644 --- a/sc/inc/rangenam.hxx +++ b/sc/inc/rangenam.hxx @@ -22,7 +22,7 @@ #include "global.hxx" #include "address.hxx" -#include "formula/grammar.hxx" +#include <formula/grammar.hxx> #include "scdllapi.h" #include "calcmacros.hxx" diff --git a/sc/inc/refhint.hxx b/sc/inc/refhint.hxx index 9ded863d5f98..1f927312327b 100644 --- a/sc/inc/refhint.hxx +++ b/sc/inc/refhint.hxx @@ -10,8 +10,8 @@ #ifndef INCLUDED_SC_INC_REFHINT_HXX #define INCLUDED_SC_INC_REFHINT_HXX -#include <address.hxx> -#include <simplehintids.hxx> +#include "address.hxx" +#include "simplehintids.hxx" namespace sc { diff --git a/sc/inc/refreshtimer.hxx b/sc/inc/refreshtimer.hxx index c392b9c939a3..0c1726db4ee1 100644 --- a/sc/inc/refreshtimer.hxx +++ b/sc/inc/refreshtimer.hxx @@ -22,7 +22,7 @@ #include <vcl/timer.hxx> #include <osl/mutex.hxx> -#include <scdllapi.h> +#include "scdllapi.h" class ScRefreshTimerControl { diff --git a/sc/inc/rowheightcontext.hxx b/sc/inc/rowheightcontext.hxx index 50d2109a54c4..21e9ee4e9e09 100644 --- a/sc/inc/rowheightcontext.hxx +++ b/sc/inc/rowheightcontext.hxx @@ -10,7 +10,7 @@ #ifndef INCLUDED_SC_INC_ROWHEIGHTCONTEXT_HXX #define INCLUDED_SC_INC_ROWHEIGHTCONTEXT_HXX -#include <scdllapi.h> +#include "scdllapi.h" #include <tools/fract.hxx> diff --git a/sc/inc/scabstdlg.hxx b/sc/inc/scabstdlg.hxx index 3ac772a91369..2028a0105e02 100644 --- a/sc/inc/scabstdlg.hxx +++ b/sc/inc/scabstdlg.hxx @@ -28,7 +28,7 @@ #include "sc.hrc" #include "global.hxx" #include "pivot.hxx" -#include "i18nlangtag/lang.h" +#include <i18nlangtag/lang.h> #include "asciiopt.hxx" #include <tabvwsh.hxx> diff --git a/sc/inc/scdllapi.h b/sc/inc/scdllapi.h index 83c3feafe475..2e88ef197444 100644 --- a/sc/inc/scdllapi.h +++ b/sc/inc/scdllapi.h @@ -20,7 +20,7 @@ #ifndef INCLUDED_SC_INC_SCDLLAPI_H #define INCLUDED_SC_INC_SCDLLAPI_H -#include "sal/types.h" +#include <sal/types.h> #if defined(SC_DLLIMPLEMENTATION) #define SC_DLLPUBLIC SAL_DLLPUBLIC_EXPORT diff --git a/sc/inc/scmatrix.hxx b/sc/inc/scmatrix.hxx index 26bb20fb86a6..1eab349abc1d 100644 --- a/sc/inc/scmatrix.hxx +++ b/sc/inc/scmatrix.hxx @@ -22,10 +22,10 @@ #include "global.hxx" #include "types.hxx" -#include "formula/errorcodes.hxx" +#include <formula/errorcodes.hxx> #include "scdllapi.h" #include <rtl/ustring.hxx> -#include "svl/sharedstring.hxx" +#include <svl/sharedstring.hxx> #include <boost/intrusive_ptr.hpp> #include <boost/interprocess/smart_ptr/unique_ptr.hpp> diff --git a/sc/inc/scopetools.hxx b/sc/inc/scopetools.hxx index 7f9819246aec..443ceafc0b28 100644 --- a/sc/inc/scopetools.hxx +++ b/sc/inc/scopetools.hxx @@ -10,7 +10,7 @@ #ifndef INCLUDED_SC_INC_SCOPETOOLS_HXX #define INCLUDED_SC_INC_SCOPETOOLS_HXX -#include <scdllapi.h> +#include "scdllapi.h" class ScDocument; diff --git a/sc/inc/spellcheckcontext.hxx b/sc/inc/spellcheckcontext.hxx index e07e972ebd78..3804c37cff07 100644 --- a/sc/inc/spellcheckcontext.hxx +++ b/sc/inc/spellcheckcontext.hxx @@ -11,7 +11,7 @@ #define INCLUDED_SC_INC_SPELLCHECKCONTEXT_HXX #include "address.hxx" -#include "editeng/misspellrange.hxx" +#include <editeng/misspellrange.hxx> #include <boost/unordered_map.hpp> diff --git a/sc/inc/tabbgcolor.hxx b/sc/inc/tabbgcolor.hxx index c359301a724b..e93385bd2b73 100644 --- a/sc/inc/tabbgcolor.hxx +++ b/sc/inc/tabbgcolor.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_SC_INC_TABBGCOLOR_HXX #define INCLUDED_SC_INC_TABBGCOLOR_HXX -#include "tools/color.hxx" +#include <tools/color.hxx> #include "address.hxx" #include <vector> diff --git a/sc/inc/table.hxx b/sc/inc/table.hxx index 16680dca0413..1581e72e8266 100644 --- a/sc/inc/table.hxx +++ b/sc/inc/table.hxx @@ -31,7 +31,7 @@ #include "postit.hxx" #include "types.hxx" #include "cellvalue.hxx" -#include "formula/types.hxx" +#include <formula/types.hxx> #include "calcmacros.hxx" #include <set> diff --git a/sc/inc/tabprotection.hxx b/sc/inc/tabprotection.hxx index 577716432a9d..f1d2799ac2e6 100644 --- a/sc/inc/tabprotection.hxx +++ b/sc/inc/tabprotection.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_SC_INC_TABPROTECTION_HXX #define INCLUDED_SC_INC_TABPROTECTION_HXX -#include "sal/types.h" +#include <sal/types.h> #include <com/sun/star/uno/Sequence.hxx> #include "global.hxx" diff --git a/sc/inc/textuno.hxx b/sc/inc/textuno.hxx index b02271124f56..9de49885a45b 100644 --- a/sc/inc/textuno.hxx +++ b/sc/inc/textuno.hxx @@ -32,7 +32,7 @@ #include <cppuhelper/implbase3.hxx> #include <cppuhelper/implbase5.hxx> -#include "rtl/ref.hxx" +#include <rtl/ref.hxx> #include "scdllapi.h" #include <boost/noncopyable.hpp> diff --git a/sc/inc/token.hxx b/sc/inc/token.hxx index ec0bfc2821a2..6c15cbdf3ebe 100644 --- a/sc/inc/token.hxx +++ b/sc/inc/token.hxx @@ -23,12 +23,12 @@ #include <vector> #include <boost/intrusive_ptr.hpp> -#include "formula/opcode.hxx" +#include <formula/opcode.hxx> #include "refdata.hxx" #include <tools/mempool.hxx> #include "scdllapi.h" -#include "formula/IFunctionDescription.hxx" -#include "formula/token.hxx" +#include <formula/IFunctionDescription.hxx> +#include <formula/token.hxx> #include "scmatrix.hxx" #include "calcmacros.hxx" diff --git a/sc/inc/tokenarray.hxx b/sc/inc/tokenarray.hxx index c7ff3dcb1b93..c2191a8a934c 100644 --- a/sc/inc/tokenarray.hxx +++ b/sc/inc/tokenarray.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_SC_INC_TOKENARRAY_HXX #define INCLUDED_SC_INC_TOKENARRAY_HXX -#include "formula/token.hxx" +#include <formula/token.hxx> #include "scdllapi.h" #include "types.hxx" #include "calcmacros.hxx" diff --git a/sc/inc/typedstrdata.hxx b/sc/inc/typedstrdata.hxx index aeb59153fd94..4e393b790baa 100644 --- a/sc/inc/typedstrdata.hxx +++ b/sc/inc/typedstrdata.hxx @@ -10,7 +10,7 @@ #ifndef INCLUDED_SC_INC_TYPEDSTRDATA_HXX #define INCLUDED_SC_INC_TYPEDSTRDATA_HXX -#include "rtl/ustring.hxx" +#include <rtl/ustring.hxx> #include "scdllapi.h" #include <set> diff --git a/sc/inc/types.hxx b/sc/inc/types.hxx index 216a58d2fdf5..8d37ad45e6a3 100644 --- a/sc/inc/types.hxx +++ b/sc/inc/types.hxx @@ -10,7 +10,7 @@ #ifndef INCLUDED_SC_INC_TYPES_HXX #define INCLUDED_SC_INC_TYPES_HXX -#include "sal/types.h" +#include <sal/types.h> #include <boost/intrusive_ptr.hpp> #include <boost/unordered_map.hpp> diff --git a/sc/inc/viewuno.hxx b/sc/inc/viewuno.hxx index dcfbb9b14f07..e1ebe6d47ae3 100644 --- a/sc/inc/viewuno.hxx +++ b/sc/inc/viewuno.hxx @@ -41,7 +41,7 @@ #include <com/sun/star/datatransfer/XTransferableSupplier.hpp> #include "address.hxx" -#include "boost/ptr_container/ptr_vector.hpp" +#include <boost/ptr_container/ptr_vector.hpp> class ScTabViewShell; class ScPreviewShell; diff --git a/sc/inc/xmlwrap.hxx b/sc/inc/xmlwrap.hxx index c3d44fd0b096..8bb78af88f8c 100644 --- a/sc/inc/xmlwrap.hxx +++ b/sc/inc/xmlwrap.hxx @@ -23,7 +23,7 @@ #include <com/sun/star/uno/Reference.hxx> #include <com/sun/star/uno/Sequence.hxx> #include <com/sun/star/frame/XModel.hpp> -#include <importfilterdata.hxx> +#include "importfilterdata.hxx" #include <sal/types.h> class ScDocument; diff --git a/sc/qa/unit/helper/csv_handler.hxx b/sc/qa/unit/helper/csv_handler.hxx index 69d9ba79ce70..787c32974e0f 100644 --- a/sc/qa/unit/helper/csv_handler.hxx +++ b/sc/qa/unit/helper/csv_handler.hxx @@ -20,7 +20,7 @@ #include "cellform.hxx" #include "cellvalue.hxx" -#include "rtl/strbuf.hxx" +#include <rtl/strbuf.hxx> #include <test/bootstrapfixture.hxx> diff --git a/sc/qa/unit/helper/qahelper.cxx b/sc/qa/unit/helper/qahelper.cxx index e97329f394a3..951cd613b64a 100644 --- a/sc/qa/unit/helper/qahelper.cxx +++ b/sc/qa/unit/helper/qahelper.cxx @@ -14,8 +14,8 @@ #include "conditio.hxx" #include "stlsheet.hxx" #include "formulacell.hxx" -#include "svx/svdpage.hxx" -#include "svx/svdoole2.hxx" +#include <svx/svdpage.hxx> +#include <svx/svdoole2.hxx> #include <editeng/brushitem.hxx> #include <editeng/justifyitem.hxx> diff --git a/sc/qa/unit/helper/qahelper.hxx b/sc/qa/unit/helper/qahelper.hxx index 0b93cc4f9f23..915d167b10fb 100644 --- a/sc/qa/unit/helper/qahelper.hxx +++ b/sc/qa/unit/helper/qahelper.hxx @@ -23,14 +23,14 @@ #include <unotools/tempfile.hxx> #include <comphelper/storagehelper.hxx> #include <sfx2/docfilt.hxx> -#include "sfx2/docfile.hxx" -#include "svl/stritem.hxx" -#include "formula/grammar.hxx" +#include <sfx2/docfile.hxx> +#include <svl/stritem.hxx> +#include <formula/grammar.hxx> #include <string> #include <sstream> -#include "sal/types.h" +#include <sal/types.h> #if defined(SCQAHELPER_DLLIMPLEMENTATION) #define SCQAHELPER_DLLPUBLIC SAL_DLLPUBLIC_EXPORT diff --git a/sc/qa/unit/subsequent_export-test.cxx b/sc/qa/unit/subsequent_export-test.cxx index cf1233b51f86..f984e69e7e59 100644 --- a/sc/qa/unit/subsequent_export-test.cxx +++ b/sc/qa/unit/subsequent_export-test.cxx @@ -34,14 +34,14 @@ #include <postit.hxx> #include <tokenstringcontext.hxx> -#include "svx/svdoole2.hxx" +#include <svx/svdoole2.hxx> #include "tabprotection.hxx" -#include "editeng/wghtitem.hxx" -#include "editeng/postitem.hxx" -#include "editeng/editdata.hxx" -#include "editeng/eeitem.hxx" -#include "editeng/editobj.hxx" -#include "editeng/section.hxx" +#include <editeng/wghtitem.hxx> +#include <editeng/postitem.hxx> +#include <editeng/editdata.hxx> +#include <editeng/eeitem.hxx> +#include <editeng/editobj.hxx> +#include <editeng/section.hxx> #include <editeng/crossedoutitem.hxx> #include <editeng/borderline.hxx> #include <formula/grammar.hxx> diff --git a/sc/qa/unit/subsequent_filters-test.cxx b/sc/qa/unit/subsequent_filters-test.cxx index 7983e4cec8e6..2b4d6893b3a0 100644 --- a/sc/qa/unit/subsequent_filters-test.cxx +++ b/sc/qa/unit/subsequent_filters-test.cxx @@ -20,14 +20,14 @@ #include <svl/stritem.hxx> #include "drwlayer.hxx" -#include "svx/svdpage.hxx" -#include "svx/svdoole2.hxx" -#include "editeng/wghtitem.hxx" -#include "editeng/postitem.hxx" -#include "editeng/udlnitem.hxx" -#include "editeng/editobj.hxx" +#include <svx/svdpage.hxx> +#include <svx/svdoole2.hxx> +#include <editeng/wghtitem.hxx> +#include <editeng/postitem.hxx> +#include <editeng/udlnitem.hxx> +#include <editeng/editobj.hxx> #include <editeng/borderline.hxx> -#include "editeng/flditem.hxx" +#include <editeng/flditem.hxx> #include <dbdata.hxx> #include "validat.hxx" #include "formulacell.hxx" diff --git a/sc/qa/unit/ucalc.cxx b/sc/qa/unit/ucalc.cxx index d44274166df5..e433454e9d98 100644 --- a/sc/qa/unit/ucalc.cxx +++ b/sc/qa/unit/ucalc.cxx @@ -64,21 +64,21 @@ #include <globalnames.hxx> #include <inputopt.hxx> -#include "formula/IFunctionDescription.hxx" +#include <formula/IFunctionDescription.hxx> #include <basegfx/polygon/b2dpolygon.hxx> #include <editeng/boxitem.hxx> #include <editeng/brushitem.hxx> -#include "editeng/wghtitem.hxx" -#include "editeng/postitem.hxx" +#include <editeng/wghtitem.hxx> +#include <editeng/postitem.hxx> #include <svx/svdograf.hxx> #include <svx/svdpage.hxx> #include <svx/svdocirc.hxx> #include <svx/svdopath.hxx> #include <svx/svdocapt.hxx> -#include "svl/srchitem.hxx" -#include "svl/sharedstringpool.hxx" +#include <svl/srchitem.hxx> +#include <svl/sharedstringpool.hxx> #include <sfx2/docfile.hxx> diff --git a/sc/qa/unit/ucalc_column.cxx b/sc/qa/unit/ucalc_column.cxx index 40793bd16df6..394738d29dd5 100644 --- a/sc/qa/unit/ucalc_column.cxx +++ b/sc/qa/unit/ucalc_column.cxx @@ -7,7 +7,7 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#include <ucalc.hxx> +#include "ucalc.hxx" #include <editutil.hxx> #include <cellvalue.hxx> #include <svl/languageoptions.hxx> diff --git a/sc/qa/unit/ucalc_formula.cxx b/sc/qa/unit/ucalc_formula.cxx index 3f75db8389d2..ce508af2ae1b 100644 --- a/sc/qa/unit/ucalc_formula.cxx +++ b/sc/qa/unit/ucalc_formula.cxx @@ -24,7 +24,7 @@ #include "tokenstringcontext.hxx" #include "dbdata.hxx" -#include "formula/vectortoken.hxx" +#include <formula/vectortoken.hxx> #include <boost/scoped_ptr.hpp> diff --git a/sc/qa/unit/ucalc_sharedformula.cxx b/sc/qa/unit/ucalc_sharedformula.cxx index a3b9049c5a15..d3fc16b16916 100644 --- a/sc/qa/unit/ucalc_sharedformula.cxx +++ b/sc/qa/unit/ucalc_sharedformula.cxx @@ -20,9 +20,9 @@ #include <tokenstringcontext.hxx> #include <globalnames.hxx> -#include "svl/sharedstring.hxx" +#include <svl/sharedstring.hxx> -#include "formula/grammar.hxx" +#include <formula/grammar.hxx> void Test::testSharedFormulas() { diff --git a/sc/source/core/data/cellvalue.cxx b/sc/source/core/data/cellvalue.cxx index 3155f98d3969..797b59eaccc6 100644 --- a/sc/source/core/data/cellvalue.cxx +++ b/sc/source/core/data/cellvalue.cxx @@ -11,13 +11,13 @@ #include "document.hxx" #include "column.hxx" #include "formulacell.hxx" -#include "editeng/editobj.hxx" -#include "editeng/editstat.hxx" +#include <editeng/editobj.hxx> +#include <editeng/editstat.hxx> #include "stringutil.hxx" #include "editutil.hxx" #include "tokenarray.hxx" -#include "formula/token.hxx" -#include "svl/sharedstring.hxx" +#include <formula/token.hxx> +#include <svl/sharedstring.hxx> namespace { diff --git a/sc/source/core/data/colorscale.cxx b/sc/source/core/data/colorscale.cxx index c3c6e457748c..c5001497e0dc 100644 --- a/sc/source/core/data/colorscale.cxx +++ b/sc/source/core/data/colorscale.cxx @@ -16,7 +16,7 @@ #include "tokenarray.hxx" #include "refupdatecontext.hxx" -#include "formula/token.hxx" +#include <formula/token.hxx> #include <algorithm> diff --git a/sc/source/core/data/column.cxx b/sc/source/core/data/column.cxx index a76e746adc89..443d8fd2f5db 100644 --- a/sc/source/core/data/column.cxx +++ b/sc/source/core/data/column.cxx @@ -48,9 +48,9 @@ #include <svl/poolcach.hxx> #include <svl/zforlist.hxx> -#include "svl/sharedstringpool.hxx" +#include <svl/sharedstringpool.hxx> #include <editeng/scripttypeitem.hxx> -#include "editeng/fieldupdater.hxx" +#include <editeng/fieldupdater.hxx> #include <cstring> #include <map> diff --git a/sc/source/core/data/column2.cxx b/sc/source/core/data/column2.cxx index 32324971a002..56fe643b0732 100644 --- a/sc/source/core/data/column2.cxx +++ b/sc/source/core/data/column2.cxx @@ -62,8 +62,8 @@ #include <svl/zforlist.hxx> #include <svl/broadcast.hxx> #include <vcl/outdev.hxx> -#include "formula/errorcodes.hxx" -#include "formula/vectortoken.hxx" +#include <formula/errorcodes.hxx> +#include <formula/vectortoken.hxx> #include <boost/scoped_ptr.hpp> diff --git a/sc/source/core/data/column3.cxx b/sc/source/core/data/column3.cxx index 5db4625e72d5..e8769823ea40 100644 --- a/sc/source/core/data/column3.cxx +++ b/sc/source/core/data/column3.cxx @@ -26,8 +26,8 @@ #include "patattr.hxx" #include "cellform.hxx" #include "typedstrdata.hxx" -#include "formula/errorcodes.hxx" -#include "formula/token.hxx" +#include <formula/errorcodes.hxx> +#include <formula/token.hxx> #include "brdcst.hxx" #include "docoptio.hxx" #include "subtotal.hxx" @@ -58,8 +58,8 @@ #include <svl/zforlist.hxx> #include <svl/zformat.hxx> #include <svl/broadcast.hxx> -#include "svl/sharedstringpool.hxx" -#include "editeng/editstat.hxx" +#include <svl/sharedstringpool.hxx> +#include <editeng/editstat.hxx> #include <cstdio> diff --git a/sc/source/core/data/dbdocutl.cxx b/sc/source/core/data/dbdocutl.cxx index 147f312a15e0..2465518c53ba 100644 --- a/sc/source/core/data/dbdocutl.cxx +++ b/sc/source/core/data/dbdocutl.cxx @@ -24,7 +24,7 @@ #include "dbdocutl.hxx" #include "document.hxx" -#include "formula/errorcodes.hxx" +#include <formula/errorcodes.hxx> #include "stringutil.hxx" #include "globalnames.hxx" diff --git a/sc/source/core/data/dociter.cxx b/sc/source/core/data/dociter.cxx index 3c9d15d65b69..d92858628127 100644 --- a/sc/source/core/data/dociter.cxx +++ b/sc/source/core/data/dociter.cxx @@ -40,9 +40,9 @@ #include "scmatrix.hxx" #include <rowheightcontext.hxx> -#include "tools/fract.hxx" -#include "editeng/editobj.hxx" -#include "svl/sharedstring.hxx" +#include <tools/fract.hxx> +#include <editeng/editobj.hxx> +#include <svl/sharedstring.hxx> #include <vector> diff --git a/sc/source/core/data/documen2.cxx b/sc/source/core/data/documen2.cxx index 28f3ca7625d8..e0ed47422c49 100644 --- a/sc/source/core/data/documen2.cxx +++ b/sc/source/core/data/documen2.cxx @@ -36,7 +36,7 @@ #include <vcl/virdev.hxx> #include <comphelper/processfactory.hxx> #include <svl/PasswordHelper.hxx> -#include "svl/sharedstringpool.hxx" +#include <svl/sharedstringpool.hxx> #include <tools/tenccvt.hxx> #include <tools/urlobj.hxx> #include <rtl/crc.h> diff --git a/sc/source/core/data/documen7.cxx b/sc/source/core/data/documen7.cxx index e79ff3393c12..a4897d7f266d 100644 --- a/sc/source/core/data/documen7.cxx +++ b/sc/source/core/data/documen7.cxx @@ -23,7 +23,7 @@ #include "brdcst.hxx" #include "bcaslot.hxx" #include "formulacell.hxx" -#include "formula/errorcodes.hxx" +#include <formula/errorcodes.hxx> #include "scerrors.hxx" #include "docoptio.hxx" #include "refupdat.hxx" diff --git a/sc/source/core/data/document.cxx b/sc/source/core/data/document.cxx index 414abd434953..d0db4bdd906d 100644 --- a/sc/source/core/data/document.cxx +++ b/sc/source/core/data/document.cxx @@ -22,7 +22,7 @@ #include <editeng/boxitem.hxx> #include <editeng/frmdiritem.hxx> -#include "editeng/editobj.hxx" +#include <editeng/editobj.hxx> #include <svx/pageitem.hxx> #include <editeng/editeng.hxx> #include <svx/sdrundomanager.hxx> @@ -98,7 +98,7 @@ #include <tokenarray.hxx> #include <tokenstringcontext.hxx> -#include "formula/vectortoken.hxx" +#include <formula/vectortoken.hxx> #include <map> #include <limits> diff --git a/sc/source/core/data/documentimport.cxx b/sc/source/core/data/documentimport.cxx index 3ca06c544e62..32ff6fb0e778 100644 --- a/sc/source/core/data/documentimport.cxx +++ b/sc/source/core/data/documentimport.cxx @@ -21,7 +21,7 @@ #include "paramisc.hxx" #include "listenercontext.hxx" -#include "svl/sharedstringpool.hxx" +#include <svl/sharedstringpool.hxx> struct ScDocumentImportImpl { diff --git a/sc/source/core/data/documentstreamaccess.cxx b/sc/source/core/data/documentstreamaccess.cxx index 58c1e2490e18..1eacfc978be1 100644 --- a/sc/source/core/data/documentstreamaccess.cxx +++ b/sc/source/core/data/documentstreamaccess.cxx @@ -13,7 +13,7 @@ #include "column.hxx" #include "mtvelements.hxx" -#include "svl/sharedstringpool.hxx" +#include <svl/sharedstringpool.hxx> namespace sc { diff --git a/sc/source/core/data/dpitemdata.cxx b/sc/source/core/data/dpitemdata.cxx index 0598379dc586..94f66762adeb 100644 --- a/sc/source/core/data/dpitemdata.cxx +++ b/sc/source/core/data/dpitemdata.cxx @@ -24,7 +24,7 @@ #include "formulacell.hxx" #include "globstr.hrc" #include "dptabdat.hxx" -#include "rtl/math.hxx" +#include <rtl/math.hxx> const sal_Int32 ScDPItemData::DateFirst = -1; const sal_Int32 ScDPItemData::DateLast = 10000; diff --git a/sc/source/core/data/dpoutput.cxx b/sc/source/core/data/dpoutput.cxx index 1bae406b31fa..21e958f555d9 100644 --- a/sc/source/core/data/dpoutput.cxx +++ b/sc/source/core/data/dpoutput.cxx @@ -33,7 +33,7 @@ #include "docpool.hxx" #include "markdata.hxx" #include "attrib.hxx" -#include "formula/errorcodes.hxx" +#include <formula/errorcodes.hxx> #include "miscuno.hxx" #include "globstr.hrc" #include "stlpool.hxx" diff --git a/sc/source/core/data/dpsave.cxx b/sc/source/core/data/dpsave.cxx index d26cfd8ece0b..761a369a208e 100644 --- a/sc/source/core/data/dpsave.cxx +++ b/sc/source/core/data/dpsave.cxx @@ -27,7 +27,7 @@ #include "dputil.hxx" #include <sal/types.h> -#include "comphelper/string.hxx" +#include <comphelper/string.hxx> #include <com/sun/star/sheet/GeneralFunction.hpp> #include <com/sun/star/sheet/DataPilotFieldAutoShowInfo.hpp> diff --git a/sc/source/core/data/dptabsrc.cxx b/sc/source/core/data/dptabsrc.cxx index 973f0092e11c..cd0b425773f0 100644 --- a/sc/source/core/data/dptabsrc.cxx +++ b/sc/source/core/data/dptabsrc.cxx @@ -56,7 +56,7 @@ #include <com/sun/star/sheet/DataPilotFieldAutoShowInfo.hpp> #include <com/sun/star/table/CellAddress.hpp> -#include "comphelper/string.hxx" +#include <comphelper/string.hxx> #include <unotools/collatorwrapper.hxx> #include <unotools/calendarwrapper.hxx> #include <com/sun/star/i18n/CalendarDisplayIndex.hpp> diff --git a/sc/source/core/data/dputil.cxx b/sc/source/core/data/dputil.cxx index 73fc4d775b22..4b4010765a30 100644 --- a/sc/source/core/data/dputil.cxx +++ b/sc/source/core/data/dputil.cxx @@ -13,11 +13,11 @@ #include "globalnames.hxx" #include "globstr.hrc" -#include "comphelper/string.hxx" -#include "unotools/localedatawrapper.hxx" -#include "unotools/calendarwrapper.hxx" -#include "svl/zforlist.hxx" -#include "rtl/math.hxx" +#include <comphelper/string.hxx> +#include <unotools/localedatawrapper.hxx> +#include <unotools/calendarwrapper.hxx> +#include <svl/zforlist.hxx> +#include <rtl/math.hxx> #include <com/sun/star/sheet/DataPilotFieldGroupBy.hpp> #include <com/sun/star/i18n/CalendarDisplayIndex.hpp> diff --git a/sc/source/core/data/drwlayer.cxx b/sc/source/core/data/drwlayer.cxx index 57bc0880e784..534ae823acae 100644 --- a/sc/source/core/data/drwlayer.cxx +++ b/sc/source/core/data/drwlayer.cxx @@ -74,7 +74,7 @@ #include "postit.hxx" #include "attrib.hxx" #include "charthelper.hxx" -#include "basegfx/matrix/b2dhommatrix.hxx" +#include <basegfx/matrix/b2dhommatrix.hxx> #include <vcl/field.hxx> #include <boost/scoped_array.hpp> diff --git a/sc/source/core/data/formulacell.cxx b/sc/source/core/data/formulacell.cxx index 2c21e4a0c780..0c2755bb132f 100644 --- a/sc/source/core/data/formulacell.cxx +++ b/sc/source/core/data/formulacell.cxx @@ -45,10 +45,10 @@ #include "tokenarray.hxx" #include "clkernelthread.hxx" -#include "formula/errorcodes.hxx" -#include "formula/vectortoken.hxx" -#include "svl/intitem.hxx" -#include "rtl/strbuf.hxx" +#include <formula/errorcodes.hxx> +#include <formula/vectortoken.hxx> +#include <svl/intitem.hxx> +#include <rtl/strbuf.hxx> #include "formulagroup.hxx" #include "listenercontext.hxx" #include "types.hxx" diff --git a/sc/source/core/data/formulaiter.cxx b/sc/source/core/data/formulaiter.cxx index d055ecba6836..e101a79fd38c 100644 --- a/sc/source/core/data/formulaiter.cxx +++ b/sc/source/core/data/formulaiter.cxx @@ -21,7 +21,7 @@ #include "formulacell.hxx" #include "tokenarray.hxx" -#include "formula/token.hxx" +#include <formula/token.hxx> using namespace formula; diff --git a/sc/source/core/data/pivot2.cxx b/sc/source/core/data/pivot2.cxx index a88de02ffc51..93f327e9947b 100644 --- a/sc/source/core/data/pivot2.cxx +++ b/sc/source/core/data/pivot2.cxx @@ -33,7 +33,7 @@ #include "userlist.hxx" #include "pivot.hxx" #include "rechead.hxx" -#include "formula/errorcodes.hxx" +#include <formula/errorcodes.hxx> #include "refupdat.hxx" #include "stlpool.hxx" #include "stlsheet.hxx" diff --git a/sc/source/core/data/table1.cxx b/sc/source/core/data/table1.cxx index 4827541d36d2..e6033373765d 100644 --- a/sc/source/core/data/table1.cxx +++ b/sc/source/core/data/table1.cxx @@ -50,7 +50,7 @@ #include "refupdatecontext.hxx" #include <rowheightcontext.hxx> -#include "formula/vectortoken.hxx" +#include <formula/vectortoken.hxx> #include <vector> #include <boost/scoped_array.hpp> diff --git a/sc/source/core/data/table2.cxx b/sc/source/core/data/table2.cxx index 8c1842c135fa..738d5e19fee6 100644 --- a/sc/source/core/data/table2.cxx +++ b/sc/source/core/data/table2.cxx @@ -55,7 +55,7 @@ #include "scitems.hxx" #include <editeng/boxitem.hxx> -#include "editeng/editobj.hxx" +#include <editeng/editobj.hxx> #include <svl/poolcach.hxx> #include <unotools/charclass.hxx> #include <math.h> diff --git a/sc/source/core/data/table3.cxx b/sc/source/core/data/table3.cxx index f32d5597c2ca..22a2a09da47f 100644 --- a/sc/source/core/data/table3.cxx +++ b/sc/source/core/data/table3.cxx @@ -62,7 +62,7 @@ #include <sharedformula.hxx> #include <refhint.hxx> -#include "svl/sharedstringpool.hxx" +#include <svl/sharedstringpool.hxx> #include <vector> #include <boost/scoped_ptr.hpp> diff --git a/sc/source/core/data/table4.cxx b/sc/source/core/data/table4.cxx index 96acd2c2f5ca..f378c89c6511 100644 --- a/sc/source/core/data/table4.cxx +++ b/sc/source/core/data/table4.cxx @@ -53,7 +53,7 @@ #include "userlist.hxx" #include "zforauto.hxx" #include "subtotal.hxx" -#include "formula/errorcodes.hxx" +#include <formula/errorcodes.hxx> #include "rangenam.hxx" #include "docpool.hxx" #include "progress.hxx" diff --git a/sc/source/core/data/tabprotection.cxx b/sc/source/core/data/tabprotection.cxx index 9beb2063507a..73b03c567d87 100644 --- a/sc/source/core/data/tabprotection.cxx +++ b/sc/source/core/data/tabprotection.cxx @@ -18,7 +18,7 @@ */ #include "tabprotection.hxx" -#include "svl/PasswordHelper.hxx" +#include <svl/PasswordHelper.hxx> #include <comphelper/docpasswordhelper.hxx> #include "document.hxx" diff --git a/sc/source/core/data/validat.cxx b/sc/source/core/data/validat.cxx index 6ac7b1e1b886..528f9585778a 100644 --- a/sc/source/core/data/validat.cxx +++ b/sc/source/core/data/validat.cxx @@ -29,7 +29,7 @@ #include <basic/sbx.hxx> #include <svl/zforlist.hxx> -#include "svl/sharedstringpool.hxx" +#include <svl/sharedstringpool.hxx> #include <vcl/msgbox.hxx> #include <rtl/math.hxx> diff --git a/sc/source/core/inc/cellkeytranslator.hxx b/sc/source/core/inc/cellkeytranslator.hxx index e9e3add727a3..d756a22d00b9 100644 --- a/sc/source/core/inc/cellkeytranslator.hxx +++ b/sc/source/core/inc/cellkeytranslator.hxx @@ -21,8 +21,8 @@ #define INCLUDED_SC_SOURCE_CORE_INC_CELLKEYTRANSLATOR_HXX #include "global.hxx" -#include "formula/opcode.hxx" -#include "unotools/transliterationwrapper.hxx" +#include <formula/opcode.hxx> +#include <unotools/transliterationwrapper.hxx> #include <boost/unordered_map.hpp> #include <list> #include <memory> diff --git a/sc/source/core/inc/interpre.hxx b/sc/source/core/inc/interpre.hxx index 660ecf3c3dd0..0c14d32d5266 100644 --- a/sc/source/core/inc/interpre.hxx +++ b/sc/source/core/inc/interpre.hxx @@ -23,8 +23,8 @@ #include <math.h> #include <rtl/math.hxx> #include <rtl/ustring.hxx> -#include "formula/errorcodes.hxx" -#include "formula/tokenarray.hxx" +#include <formula/errorcodes.hxx> +#include <formula/tokenarray.hxx> #include "scdll.hxx" #include "types.hxx" #include "externalrefmgr.hxx" diff --git a/sc/source/core/inc/jumpmatrix.hxx b/sc/source/core/inc/jumpmatrix.hxx index 6ac29e91032c..63e2ee20f1bd 100644 --- a/sc/source/core/inc/jumpmatrix.hxx +++ b/sc/source/core/inc/jumpmatrix.hxx @@ -20,8 +20,8 @@ #ifndef INCLUDED_SC_SOURCE_CORE_INC_JUMPMATRIX_HXX #define INCLUDED_SC_SOURCE_CORE_INC_JUMPMATRIX_HXX -#include "formula/token.hxx" -#include "formula/errorcodes.hxx" +#include <formula/token.hxx> +#include <formula/errorcodes.hxx> #include <vector> #include "types.hxx" #include "address.hxx" diff --git a/sc/source/core/inc/parclass.hxx b/sc/source/core/inc/parclass.hxx index 188387e7dddc..881dbc23f87f 100644 --- a/sc/source/core/inc/parclass.hxx +++ b/sc/source/core/inc/parclass.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_SC_SOURCE_CORE_INC_PARCLASS_HXX #define INCLUDED_SC_SOURCE_CORE_INC_PARCLASS_HXX -#include "formula/opcode.hxx" +#include <formula/opcode.hxx> #include <sys/types.h> namespace formula diff --git a/sc/source/core/inc/poolhelp.hxx b/sc/source/core/inc/poolhelp.hxx index 8d7a78573972..6186f7539db6 100644 --- a/sc/source/core/inc/poolhelp.hxx +++ b/sc/source/core/inc/poolhelp.hxx @@ -23,7 +23,7 @@ #include <rtl/ref.hxx> #include <salhelper/simplereferenceobject.hxx> #include "docoptio.hxx" -#include "osl/mutex.hxx" +#include <osl/mutex.hxx> class ScDocument; class ScDocumentPool; diff --git a/sc/source/core/opencl/formulagroupcl.cxx b/sc/source/core/opencl/formulagroupcl.cxx index c9b23e6b5b64..d4873b64ef28 100644 --- a/sc/source/core/opencl/formulagroupcl.cxx +++ b/sc/source/core/opencl/formulagroupcl.cxx @@ -15,7 +15,7 @@ #include "tokenarray.hxx" #include "compiler.hxx" #include "interpre.hxx" -#include "formula/vectortoken.hxx" +#include <formula/vectortoken.hxx> #include "scmatrix.hxx" #include "openclwrapper.hxx" diff --git a/sc/source/core/opencl/op_addin.cxx b/sc/source/core/opencl/op_addin.cxx index 3f11ae9c3a5f..06c4fbb8b542 100644 --- a/sc/source/core/opencl/op_addin.cxx +++ b/sc/source/core/opencl/op_addin.cxx @@ -15,7 +15,7 @@ #include "tokenarray.hxx" #include "compiler.hxx" #include "interpre.hxx" -#include "formula/vectortoken.hxx" +#include <formula/vectortoken.hxx> #include <sstream> using namespace formula; diff --git a/sc/source/core/opencl/op_array.cxx b/sc/source/core/opencl/op_array.cxx index 4311ab6dcaff..b642c3b187ea 100644 --- a/sc/source/core/opencl/op_array.cxx +++ b/sc/source/core/opencl/op_array.cxx @@ -15,7 +15,7 @@ #include "tokenarray.hxx" #include "compiler.hxx" #include "interpre.hxx" -#include "formula/vectortoken.hxx" +#include <formula/vectortoken.hxx> #include <sstream> using namespace formula; diff --git a/sc/source/core/opencl/op_database.cxx b/sc/source/core/opencl/op_database.cxx index 1c321f6441d3..a77ce7fa337d 100644 --- a/sc/source/core/opencl/op_database.cxx +++ b/sc/source/core/opencl/op_database.cxx @@ -15,7 +15,7 @@ #include "tokenarray.hxx" #include "compiler.hxx" #include "interpre.hxx" -#include "formula/vectortoken.hxx" +#include <formula/vectortoken.hxx> #include <sstream> diff --git a/sc/source/core/opencl/op_financial.cxx b/sc/source/core/opencl/op_financial.cxx index 3972639a9fd0..ef669e74dd0d 100644 --- a/sc/source/core/opencl/op_financial.cxx +++ b/sc/source/core/opencl/op_financial.cxx @@ -15,7 +15,7 @@ #include "tokenarray.hxx" #include "compiler.hxx" #include "interpre.hxx" -#include "formula/vectortoken.hxx" +#include <formula/vectortoken.hxx> #include <sstream> using namespace formula; diff --git a/sc/source/core/opencl/op_logical.cxx b/sc/source/core/opencl/op_logical.cxx index b20fd09cc665..cb80ec7843e1 100644 --- a/sc/source/core/opencl/op_logical.cxx +++ b/sc/source/core/opencl/op_logical.cxx @@ -15,7 +15,7 @@ #include "tokenarray.hxx" #include "compiler.hxx" #include "interpre.hxx" -#include "formula/vectortoken.hxx" +#include <formula/vectortoken.hxx> #include <sstream> diff --git a/sc/source/core/opencl/op_math.cxx b/sc/source/core/opencl/op_math.cxx index d1b1ed6fa987..ccd0f3da4785 100644 --- a/sc/source/core/opencl/op_math.cxx +++ b/sc/source/core/opencl/op_math.cxx @@ -15,7 +15,7 @@ #include "tokenarray.hxx" #include "compiler.hxx" #include "interpre.hxx" -#include "formula/vectortoken.hxx" +#include <formula/vectortoken.hxx> #include "opinlinefun_math.hxx" #include <sstream> diff --git a/sc/source/core/opencl/op_spreadsheet.cxx b/sc/source/core/opencl/op_spreadsheet.cxx index 59a67592908c..d2b78c907a3f 100644 --- a/sc/source/core/opencl/op_spreadsheet.cxx +++ b/sc/source/core/opencl/op_spreadsheet.cxx @@ -15,7 +15,7 @@ #include "tokenarray.hxx" #include "compiler.hxx" #include "interpre.hxx" -#include "formula/vectortoken.hxx" +#include <formula/vectortoken.hxx> #include <sstream> using namespace formula; diff --git a/sc/source/core/opencl/op_statistical.cxx b/sc/source/core/opencl/op_statistical.cxx index 6bbbe53e5e43..3c6b8800d5b3 100644 --- a/sc/source/core/opencl/op_statistical.cxx +++ b/sc/source/core/opencl/op_statistical.cxx @@ -15,7 +15,7 @@ #include "tokenarray.hxx" #include "compiler.hxx" #include "interpre.hxx" -#include "formula/vectortoken.hxx" +#include <formula/vectortoken.hxx> #include <sstream> #include "opinlinefun_statistical.cxx" diff --git a/sc/source/core/opencl/opbase.hxx b/sc/source/core/opencl/opbase.hxx index 30fcd32b4ce9..6cd04a9ee23e 100644 --- a/sc/source/core/opencl/opbase.hxx +++ b/sc/source/core/opencl/opbase.hxx @@ -14,8 +14,8 @@ #include "clcc/clew.h" -#include "formula/token.hxx" -#include "formula/vectortoken.hxx" +#include <formula/token.hxx> +#include <formula/vectortoken.hxx> #include <boost/shared_ptr.hpp> #include <boost/noncopyable.hpp> #include <set> diff --git a/sc/source/core/opencl/openclwrapper.cxx b/sc/source/core/opencl/openclwrapper.cxx index b1a8ecc3aee8..4f8764479106 100644 --- a/sc/source/core/opencl/openclwrapper.cxx +++ b/sc/source/core/opencl/openclwrapper.cxx @@ -17,7 +17,7 @@ #include <rtl/bootstrap.hxx> #include <boost/scoped_array.hpp> -#include "sal/config.h" +#include <sal/config.h> #include <osl/file.hxx> #include "opencl_device.hxx" diff --git a/sc/source/core/tool/addincol.cxx b/sc/source/core/tool/addincol.cxx index 50cf24782f9b..49b3ab2ebcfb 100644 --- a/sc/source/core/tool/addincol.cxx +++ b/sc/source/core/tool/addincol.cxx @@ -43,14 +43,14 @@ #include "compiler.hxx" #include "scmatrix.hxx" #include "addinlis.hxx" -#include "formula/errorcodes.hxx" +#include <formula/errorcodes.hxx> #include "scfuncs.hrc" #include "optutil.hxx" #include "addincfg.hxx" #include "scmod.hxx" #include "rangeseq.hxx" #include "funcdesc.hxx" -#include "svl/sharedstring.hxx" +#include <svl/sharedstring.hxx> #include "formulaopt.hxx" #include <boost/scoped_array.hpp> diff --git a/sc/source/core/tool/cellform.cxx b/sc/source/core/tool/cellform.cxx index 804088dcfcf6..a2e0f34f44bd 100644 --- a/sc/source/core/tool/cellform.cxx +++ b/sc/source/core/tool/cellform.cxx @@ -22,12 +22,12 @@ #include <sfx2/objsh.hxx> #include <svl/smplhint.hxx> #include <svl/zforlist.hxx> -#include "svl/sharedstring.hxx" +#include <svl/sharedstring.hxx> #include "formulacell.hxx" #include "document.hxx" #include "cellvalue.hxx" -#include "formula/errorcodes.hxx" +#include <formula/errorcodes.hxx> #include "sc.hrc" #include <editutil.hxx> diff --git a/sc/source/core/tool/cellkeytranslator.cxx b/sc/source/core/tool/cellkeytranslator.cxx index fb2e3833f415..8df2576e140d 100644 --- a/sc/source/core/tool/cellkeytranslator.cxx +++ b/sc/source/core/tool/cellkeytranslator.cxx @@ -19,10 +19,10 @@ #include "cellkeytranslator.hxx" -#include "comphelper/processfactory.hxx" -#include "i18nlangtag/mslangid.hxx" -#include "i18nlangtag/lang.h" -#include "rtl/ustring.hxx" +#include <comphelper/processfactory.hxx> +#include <i18nlangtag/mslangid.hxx> +#include <i18nlangtag/lang.h> +#include <rtl/ustring.hxx> #include <com/sun/star/i18n/TransliterationModules.hpp> diff --git a/sc/source/core/tool/compare.cxx b/sc/source/core/tool/compare.cxx index 8c0f1f74223c..6395f2f31a01 100644 --- a/sc/source/core/tool/compare.cxx +++ b/sc/source/core/tool/compare.cxx @@ -22,7 +22,7 @@ #include "document.hxx" #include "docoptio.hxx" -#include "unotools/textsearch.hxx" +#include <unotools/textsearch.hxx> namespace sc { diff --git a/sc/source/core/tool/compiler.cxx b/sc/source/core/tool/compiler.cxx index 884b870df0ff..888f774df935 100644 --- a/sc/source/core/tool/compiler.cxx +++ b/sc/source/core/tool/compiler.cxx @@ -24,7 +24,7 @@ #include <basic/sbmeth.hxx> #include <basic/sbstar.hxx> #include <svl/zforlist.hxx> -#include "svl/sharedstringpool.hxx" +#include <svl/sharedstringpool.hxx> #include <sal/macros.h> #include <tools/rcid.h> #include <tools/solar.h> diff --git a/sc/source/core/tool/consoli.cxx b/sc/source/core/tool/consoli.cxx index 5a36fbaf2e4b..cacd7ddccf28 100644 --- a/sc/source/core/tool/consoli.cxx +++ b/sc/source/core/tool/consoli.cxx @@ -22,7 +22,7 @@ #include "olinetab.hxx" #include "globstr.hrc" #include "subtotal.hxx" -#include "formula/errorcodes.hxx" +#include <formula/errorcodes.hxx> #include "formulacell.hxx" #include "tokenarray.hxx" diff --git a/sc/source/core/tool/ddelink.cxx b/sc/source/core/tool/ddelink.cxx index 0336ce4bebff..f7bf3cdf3131 100644 --- a/sc/source/core/tool/ddelink.cxx +++ b/sc/source/core/tool/ddelink.cxx @@ -22,7 +22,7 @@ #include <sfx2/linkmgr.hxx> #include <sfx2/bindings.hxx> #include <svl/zforlist.hxx> -#include "svl/sharedstringpool.hxx" +#include <svl/sharedstringpool.hxx> #include "ddelink.hxx" #include "brdcst.hxx" diff --git a/sc/source/core/tool/doubleref.cxx b/sc/source/core/tool/doubleref.cxx index e6ed4e1e1e05..4b8887cc1adf 100644 --- a/sc/source/core/tool/doubleref.cxx +++ b/sc/source/core/tool/doubleref.cxx @@ -26,7 +26,7 @@ #include "globstr.hrc" #include "scmatrix.hxx" -#include "svl/sharedstringpool.hxx" +#include <svl/sharedstringpool.hxx> #include <memory> #include <vector> diff --git a/sc/source/core/tool/formulagroup.cxx b/sc/source/core/tool/formulagroup.cxx index d4e37103b829..997d8b7852b1 100644 --- a/sc/source/core/tool/formulagroup.cxx +++ b/sc/source/core/tool/formulagroup.cxx @@ -18,8 +18,8 @@ #include "scmatrix.hxx" #include "globalnames.hxx" -#include "formula/vectortoken.hxx" -#include "rtl/bootstrap.hxx" +#include <formula/vectortoken.hxx> +#include <rtl/bootstrap.hxx> #include <vector> #include <boost/scoped_array.hpp> diff --git a/sc/source/core/tool/interpr1.cxx b/sc/source/core/tool/interpr1.cxx index 2114c35dc46f..ab82fc3f92f2 100644 --- a/sc/source/core/tool/interpr1.cxx +++ b/sc/source/core/tool/interpr1.cxx @@ -62,7 +62,7 @@ #include <comphelper/processfactory.hxx> #include <comphelper/string.hxx> -#include "svl/sharedstringpool.hxx" +#include <svl/sharedstringpool.hxx> #include <stdlib.h> #include <string.h> diff --git a/sc/source/core/tool/interpr2.cxx b/sc/source/core/tool/interpr2.cxx index 949bc9f2647d..51453ddc892f 100644 --- a/sc/source/core/tool/interpr2.cxx +++ b/sc/source/core/tool/interpr2.cxx @@ -25,7 +25,7 @@ #include <sfx2/objsh.hxx> #include <svl/stritem.hxx> #include <svl/zforlist.hxx> -#include "svl/sharedstringpool.hxx" +#include <svl/sharedstringpool.hxx> #include <sal/macros.h> #include "attrib.hxx" diff --git a/sc/source/core/tool/interpr4.cxx b/sc/source/core/tool/interpr4.cxx index 83197fd3bf33..e414337eca7e 100644 --- a/sc/source/core/tool/interpr4.cxx +++ b/sc/source/core/tool/interpr4.cxx @@ -31,7 +31,7 @@ #include <basic/sbxobj.hxx> #include <basic/sbuno.hxx> #include <svl/zforlist.hxx> -#include "svl/sharedstringpool.hxx" +#include <svl/sharedstringpool.hxx> #include <stdlib.h> #include <string.h> #include <signal.h> @@ -58,7 +58,7 @@ #include "jumpmatrix.hxx" #include "parclass.hxx" #include "externalrefmgr.hxx" -#include "formula/FormulaCompiler.hxx" +#include <formula/FormulaCompiler.hxx> #include "macromgr.hxx" #include "doubleref.hxx" #include "queryparam.hxx" diff --git a/sc/source/core/tool/interpr6.cxx b/sc/source/core/tool/interpr6.cxx index 84d459999136..9ae88f9700ea 100644 --- a/sc/source/core/tool/interpr6.cxx +++ b/sc/source/core/tool/interpr6.cxx @@ -26,7 +26,7 @@ #include "dociter.hxx" #include "mtvcellfunc.hxx" -#include "formula/token.hxx" +#include <formula/token.hxx> using namespace formula; diff --git a/sc/source/core/tool/orcusxml.cxx b/sc/source/core/tool/orcusxml.cxx index b5f51b4daf41..04de9a87d558 100644 --- a/sc/source/core/tool/orcusxml.cxx +++ b/sc/source/core/tool/orcusxml.cxx @@ -9,9 +9,9 @@ #include "orcusxml.hxx" -#include "svtools/treelistbox.hxx" -#include "svtools/treelistentry.hxx" -#include "rtl/strbuf.hxx" +#include <svtools/treelistbox.hxx> +#include <svtools/treelistentry.hxx> +#include <rtl/strbuf.hxx> ScOrcusXMLTreeParam::EntryData::EntryData(EntryType eType) : mnNamespaceID(0) diff --git a/sc/source/core/tool/queryparam.cxx b/sc/source/core/tool/queryparam.cxx index 3e65c4f84d9b..26cb756b85d3 100644 --- a/sc/source/core/tool/queryparam.cxx +++ b/sc/source/core/tool/queryparam.cxx @@ -21,7 +21,7 @@ #include "queryentry.hxx" #include "scmatrix.hxx" -#include "svl/sharedstringpool.hxx" +#include <svl/sharedstringpool.hxx> namespace { diff --git a/sc/source/core/tool/rangenam.cxx b/sc/source/core/tool/rangenam.cxx index fef017fe1a2d..3fb839edc710 100644 --- a/sc/source/core/tool/rangenam.cxx +++ b/sc/source/core/tool/rangenam.cxx @@ -35,7 +35,7 @@ #include "refupdatecontext.hxx" #include <tokenstringcontext.hxx> -#include "formula/errorcodes.hxx" +#include <formula/errorcodes.hxx> using namespace formula; using ::std::pair; diff --git a/sc/source/core/tool/reftokenhelper.cxx b/sc/source/core/tool/reftokenhelper.cxx index 6b13b76ce467..770f4dc64935 100644 --- a/sc/source/core/tool/reftokenhelper.cxx +++ b/sc/source/core/tool/reftokenhelper.cxx @@ -23,9 +23,9 @@ #include "compiler.hxx" #include "tokenarray.hxx" -#include "rtl/ustring.hxx" -#include "formula/grammar.hxx" -#include "formula/token.hxx" +#include <rtl/ustring.hxx> +#include <formula/grammar.hxx> +#include <formula/token.hxx> #include <boost/scoped_ptr.hpp> diff --git a/sc/source/core/tool/scmatrix.cxx b/sc/source/core/tool/scmatrix.cxx index f21baeda9ed7..8b3cc2581029 100644 --- a/sc/source/core/tool/scmatrix.cxx +++ b/sc/source/core/tool/scmatrix.cxx @@ -20,14 +20,14 @@ #include "scmatrix.hxx" #include "global.hxx" #include "address.hxx" -#include "formula/errorcodes.hxx" +#include <formula/errorcodes.hxx> #include "interpre.hxx" #include "mtvelements.hxx" #include "compare.hxx" #include <boost/noncopyable.hpp> #include <svl/zforlist.hxx> -#include "svl/sharedstring.hxx" +#include <svl/sharedstring.hxx> #include <tools/stream.hxx> #include <rtl/math.hxx> diff --git a/sc/source/core/tool/stringutil.cxx b/sc/source/core/tool/stringutil.cxx index 5bdc2c2fe752..ce83c33d6af5 100644 --- a/sc/source/core/tool/stringutil.cxx +++ b/sc/source/core/tool/stringutil.cxx @@ -19,7 +19,7 @@ #include "stringutil.hxx" #include "global.hxx" -#include "svl/zforlist.hxx" +#include <svl/zforlist.hxx> #include <rtl/ustrbuf.hxx> #include <rtl/strbuf.hxx> diff --git a/sc/source/core/tool/token.cxx b/sc/source/core/tool/token.cxx index f6b3741d3dc9..0bc46f9a2f4f 100644 --- a/sc/source/core/tool/token.cxx +++ b/sc/source/core/tool/token.cxx @@ -42,7 +42,7 @@ #include "types.hxx" #include "globstr.hrc" #include "addincol.hxx" -#include "svl/sharedstring.hxx" +#include <svl/sharedstring.hxx> using ::std::vector; diff --git a/sc/source/core/tool/typedstrdata.cxx b/sc/source/core/tool/typedstrdata.cxx index 2ffd773b9539..ad0142beb02a 100644 --- a/sc/source/core/tool/typedstrdata.cxx +++ b/sc/source/core/tool/typedstrdata.cxx @@ -10,7 +10,7 @@ #include "typedstrdata.hxx" #include "global.hxx" -#include "unotools/collatorwrapper.hxx" +#include <unotools/collatorwrapper.hxx> bool ScTypedStrData::LessCaseSensitive::operator() (const ScTypedStrData& left, const ScTypedStrData& right) const { diff --git a/sc/source/filter/dif/difexp.cxx b/sc/source/filter/dif/difexp.cxx index 0419c9f107cf..e5a2fc785e51 100644 --- a/sc/source/filter/dif/difexp.cxx +++ b/sc/source/filter/dif/difexp.cxx @@ -31,7 +31,7 @@ #include <rtl/tencinfo.h> #include "ftools.hxx" #include "cellvalue.hxx" -#include "rtl/strbuf.hxx" +#include <rtl/strbuf.hxx> FltError ScFormatFilterPluginImpl::ScExportDif( SvStream& rStream, ScDocument* pDoc, const ScAddress& rOutPos, const rtl_TextEncoding eNach, sal_uInt32 nDifOption ) diff --git a/sc/source/filter/excel/excform.cxx b/sc/source/filter/excel/excform.cxx index 07174ea8fecb..2610eb4cddb1 100644 --- a/sc/source/filter/excel/excform.cxx +++ b/sc/source/filter/excel/excform.cxx @@ -26,8 +26,8 @@ #include "global.hxx" #include "scmatrix.hxx" -#include "formula/errorcodes.hxx" -#include "svl/sharedstringpool.hxx" +#include <formula/errorcodes.hxx> +#include <svl/sharedstringpool.hxx> #include "imp_op.hxx" #include "root.hxx" diff --git a/sc/source/filter/excel/excimp8.cxx b/sc/source/filter/excel/excimp8.cxx index d0269961e1f8..736b116ad48f 100644 --- a/sc/source/filter/excel/excimp8.cxx +++ b/sc/source/filter/excel/excimp8.cxx @@ -54,7 +54,7 @@ #include <sot/exchange.hxx> #include <svl/stritem.hxx> -#include "svl/sharedstringpool.hxx" +#include <svl/sharedstringpool.hxx> #include <rtl/math.hxx> #include <rtl/ustring.hxx> diff --git a/sc/source/filter/excel/excrecds.cxx b/sc/source/filter/excel/excrecds.cxx index 796b95ca543e..b7ce3249ec48 100644 --- a/sc/source/filter/excel/excrecds.cxx +++ b/sc/source/filter/excel/excrecds.cxx @@ -67,7 +67,7 @@ #include "stlsheet.hxx" #include "stlpool.hxx" #include "editutil.hxx" -#include "formula/errorcodes.hxx" +#include <formula/errorcodes.hxx> #include "queryentry.hxx" #include "queryparam.hxx" diff --git a/sc/source/filter/excel/impop.cxx b/sc/source/filter/excel/impop.cxx index 27cf7de4dbef..ba281b863a34 100644 --- a/sc/source/filter/excel/impop.cxx +++ b/sc/source/filter/excel/impop.cxx @@ -36,7 +36,7 @@ #include <svl/zforlist.hxx> #include <sfx2/objsh.hxx> -#include "tools/urlobj.hxx" +#include <tools/urlobj.hxx> #include "docuno.hxx" #include "formulacell.hxx" diff --git a/sc/source/filter/excel/xeescher.cxx b/sc/source/filter/excel/xeescher.cxx index cc45d02fc406..c4c1abf9d26b 100644 --- a/sc/source/filter/excel/xeescher.cxx +++ b/sc/source/filter/excel/xeescher.cxx @@ -59,20 +59,20 @@ #include "xestyle.hxx" #include "userdat.hxx" #include "drwlayer.hxx" -#include "svx/unoapi.hxx" -#include "svx/algitem.hxx" +#include <svx/unoapi.hxx> +#include <svx/algitem.hxx> #include "scitems.hxx" #include <editeng/justifyitem.hxx> -#include "svx/sdtaitm.hxx" +#include <svx/sdtaitm.hxx> #include "attrib.hxx" #include "document.hxx" #include <svx/svdattr.hxx> -#include "svx/sdr/properties/properties.hxx" +#include <svx/sdr/properties/properties.hxx> #include "detfunc.hxx" -#include "svx/xflclit.hxx" -#include "svx/xlnstwit.hxx" -#include "svx/xlnstit.hxx" -#include "svx/sxmspitm.hxx" +#include <svx/xflclit.hxx> +#include <svx/xlnstwit.hxx> +#include <svx/xlnstit.hxx> +#include <svx/sxmspitm.hxx> #include <oox/token/tokens.hxx> #include <oox/export/drawingml.hxx> diff --git a/sc/source/filter/excel/xihelper.cxx b/sc/source/filter/excel/xihelper.cxx index 6d17288efe52..28d8ec53b784 100644 --- a/sc/source/filter/excel/xihelper.cxx +++ b/sc/source/filter/excel/xihelper.cxx @@ -19,7 +19,7 @@ #include "xihelper.hxx" #include <svl/itemset.hxx> -#include "svl/sharedstringpool.hxx" +#include <svl/sharedstringpool.hxx> #include <editeng/editobj.hxx> #include <tools/urlobj.hxx> #include "scitems.hxx" diff --git a/sc/source/filter/excel/xilink.cxx b/sc/source/filter/excel/xilink.cxx index 4891dbdaf146..0e26d5eb5c54 100644 --- a/sc/source/filter/excel/xilink.cxx +++ b/sc/source/filter/excel/xilink.cxx @@ -29,7 +29,7 @@ #include "tokenarray.hxx" #include "externalrefmgr.hxx" #include "scmatrix.hxx" -#include "svl/sharedstringpool.hxx" +#include <svl/sharedstringpool.hxx> #include <vector> #include <boost/ptr_container/ptr_vector.hpp> diff --git a/sc/source/filter/excel/xistyle.cxx b/sc/source/filter/excel/xistyle.cxx index a09c777cecd6..59ce92e072ab 100644 --- a/sc/source/filter/excel/xistyle.cxx +++ b/sc/source/filter/excel/xistyle.cxx @@ -57,7 +57,7 @@ #include "root.hxx" #include "colrowst.hxx" -#include "svl/poolcach.hxx" +#include <svl/poolcach.hxx> #include <list> diff --git a/sc/source/filter/excel/xltools.cxx b/sc/source/filter/excel/xltools.cxx index f436152a60b6..a3940de1da1d 100644 --- a/sc/source/filter/excel/xltools.cxx +++ b/sc/source/filter/excel/xltools.cxx @@ -30,7 +30,7 @@ #include "document.hxx" #include "docuno.hxx" #include "editutil.hxx" -#include "formula/errorcodes.hxx" +#include <formula/errorcodes.hxx> #include "globstr.hrc" #include "xlstyle.hxx" #include "xlname.hxx" diff --git a/sc/source/filter/inc/autofilterbuffer.hxx b/sc/source/filter/inc/autofilterbuffer.hxx index 4707d1f3fc41..b96c753e868c 100644 --- a/sc/source/filter/inc/autofilterbuffer.hxx +++ b/sc/source/filter/inc/autofilterbuffer.hxx @@ -21,7 +21,7 @@ #define INCLUDED_SC_SOURCE_FILTER_INC_AUTOFILTERBUFFER_HXX #include <com/sun/star/table/CellRangeAddress.hpp> -#include "oox/helper/refvector.hxx" +#include <oox/helper/refvector.hxx> #include "workbookhelper.hxx" namespace com { namespace sun { namespace star { diff --git a/sc/source/filter/inc/biffcodec.hxx b/sc/source/filter/inc/biffcodec.hxx index d89de5f190eb..53acf7dd8681 100644 --- a/sc/source/filter/inc/biffcodec.hxx +++ b/sc/source/filter/inc/biffcodec.hxx @@ -22,7 +22,7 @@ #include <vector> #include <comphelper/docpasswordhelper.hxx> -#include "oox/core/binarycodec.hxx" +#include <oox/core/binarycodec.hxx> #include "workbookhelper.hxx" namespace oox { diff --git a/sc/source/filter/inc/biffhelper.hxx b/sc/source/filter/inc/biffhelper.hxx index 826fbff8e27a..80086bd3e055 100644 --- a/sc/source/filter/inc/biffhelper.hxx +++ b/sc/source/filter/inc/biffhelper.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_SC_SOURCE_FILTER_INC_BIFFHELPER_HXX #define INCLUDED_SC_SOURCE_FILTER_INC_BIFFHELPER_HXX -#include "oox/helper/binarystreambase.hxx" +#include <oox/helper/binarystreambase.hxx> namespace oox { class SequenceInputStream; } diff --git a/sc/source/filter/inc/biffinputstream.hxx b/sc/source/filter/inc/biffinputstream.hxx index 280a4ad2f475..411f16da7e4b 100644 --- a/sc/source/filter/inc/biffinputstream.hxx +++ b/sc/source/filter/inc/biffinputstream.hxx @@ -21,7 +21,7 @@ #define INCLUDED_SC_SOURCE_FILTER_INC_BIFFINPUTSTREAM_HXX #include <vector> -#include "oox/helper/binaryinputstream.hxx" +#include <oox/helper/binaryinputstream.hxx> #include "biffhelper.hxx" #include "biffcodec.hxx" diff --git a/sc/source/filter/inc/connectionsbuffer.hxx b/sc/source/filter/inc/connectionsbuffer.hxx index 5b6ad62b3ed7..00cd1d03c73c 100644 --- a/sc/source/filter/inc/connectionsbuffer.hxx +++ b/sc/source/filter/inc/connectionsbuffer.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_SC_SOURCE_FILTER_INC_CONNECTIONSBUFFER_HXX #define INCLUDED_SC_SOURCE_FILTER_INC_CONNECTIONSBUFFER_HXX -#include "oox/helper/refvector.hxx" +#include <oox/helper/refvector.hxx> #include "workbookhelper.hxx" namespace oox { diff --git a/sc/source/filter/inc/drawingbase.hxx b/sc/source/filter/inc/drawingbase.hxx index 1a6231256a84..31c63cce7ca3 100644 --- a/sc/source/filter/inc/drawingbase.hxx +++ b/sc/source/filter/inc/drawingbase.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_SC_SOURCE_FILTER_INC_DRAWINGBASE_HXX #define INCLUDED_SC_SOURCE_FILTER_INC_DRAWINGBASE_HXX -#include "oox/drawingml/drawingmltypes.hxx" +#include <oox/drawingml/drawingmltypes.hxx> #include "worksheethelper.hxx" #include <com/sun/star/drawing/XShape.hpp> diff --git a/sc/source/filter/inc/drawingfragment.hxx b/sc/source/filter/inc/drawingfragment.hxx index 0acd9e4150a4..58ce0bafb0e5 100644 --- a/sc/source/filter/inc/drawingfragment.hxx +++ b/sc/source/filter/inc/drawingfragment.hxx @@ -22,13 +22,13 @@ #include <com/sun/star/awt/Rectangle.hpp> #include <com/sun/star/awt/Size.hpp> -#include "oox/drawingml/shapegroupcontext.hxx" -#include "oox/ole/axcontrol.hxx" -#include "oox/drawingml/shape.hxx" -#include "oox/ole/vbaproject.hxx" -#include "oox/vml/vmldrawing.hxx" -#include "oox/vml/vmldrawingfragment.hxx" -#include "oox/vml/vmltextbox.hxx" +#include <oox/drawingml/shapegroupcontext.hxx> +#include <oox/ole/axcontrol.hxx> +#include <oox/drawingml/shape.hxx> +#include <oox/ole/vbaproject.hxx> +#include <oox/vml/vmldrawing.hxx> +#include <oox/vml/vmldrawingfragment.hxx> +#include <oox/vml/vmltextbox.hxx> #include "drawingbase.hxx" #include "excelhandlers.hxx" diff --git a/sc/source/filter/inc/excelchartconverter.hxx b/sc/source/filter/inc/excelchartconverter.hxx index 1f8dd6ee2a8a..383c1d561dc3 100644 --- a/sc/source/filter/inc/excelchartconverter.hxx +++ b/sc/source/filter/inc/excelchartconverter.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_SC_SOURCE_FILTER_INC_EXCELCHARTCONVERTER_HXX #define INCLUDED_SC_SOURCE_FILTER_INC_EXCELCHARTCONVERTER_HXX -#include "oox/drawingml/chart/chartconverter.hxx" +#include <oox/drawingml/chart/chartconverter.hxx> #include "workbookhelper.hxx" namespace oox { diff --git a/sc/source/filter/inc/excelfilter.hxx b/sc/source/filter/inc/excelfilter.hxx index 21d445e77d4a..42430180d360 100644 --- a/sc/source/filter/inc/excelfilter.hxx +++ b/sc/source/filter/inc/excelfilter.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_SC_SOURCE_FILTER_INC_EXCELFILTER_HXX #define INCLUDED_SC_SOURCE_FILTER_INC_EXCELFILTER_HXX -#include "oox/core/xmlfilterbase.hxx" +#include <oox/core/xmlfilterbase.hxx> namespace oox { namespace xls { diff --git a/sc/source/filter/inc/excelhandlers.hxx b/sc/source/filter/inc/excelhandlers.hxx index c52813aa7bfe..581b750f6131 100644 --- a/sc/source/filter/inc/excelhandlers.hxx +++ b/sc/source/filter/inc/excelhandlers.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_SC_SOURCE_FILTER_INC_EXCELHANDLERS_HXX #define INCLUDED_SC_SOURCE_FILTER_INC_EXCELHANDLERS_HXX -#include "oox/core/fragmenthandler2.hxx" +#include <oox/core/fragmenthandler2.hxx> #include "worksheethelper.hxx" namespace oox { diff --git a/sc/source/filter/inc/excelvbaproject.hxx b/sc/source/filter/inc/excelvbaproject.hxx index 45ef1501eeff..56d41cf170b7 100644 --- a/sc/source/filter/inc/excelvbaproject.hxx +++ b/sc/source/filter/inc/excelvbaproject.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_SC_SOURCE_FILTER_INC_EXCELVBAPROJECT_HXX #define INCLUDED_SC_SOURCE_FILTER_INC_EXCELVBAPROJECT_HXX -#include "oox/ole/vbaproject.hxx" +#include <oox/ole/vbaproject.hxx> namespace com { namespace sun { namespace star { namespace sheet { class XSpreadsheetDocument; } diff --git a/sc/source/filter/inc/externallinkbuffer.hxx b/sc/source/filter/inc/externallinkbuffer.hxx index a0c44725f346..6954f1c6e739 100644 --- a/sc/source/filter/inc/externallinkbuffer.hxx +++ b/sc/source/filter/inc/externallinkbuffer.hxx @@ -21,7 +21,7 @@ #define INCLUDED_SC_SOURCE_FILTER_INC_EXTERNALLINKBUFFER_HXX #include <com/sun/star/sheet/ExternalLinkInfo.hpp> -#include "oox/helper/containerhelper.hxx" +#include <oox/helper/containerhelper.hxx> #include "defnamesbuffer.hxx" namespace com { namespace sun { namespace star { diff --git a/sc/source/filter/inc/formulabase.hxx b/sc/source/filter/inc/formulabase.hxx index 3745a4a2186b..8c2765f0f2e5 100644 --- a/sc/source/filter/inc/formulabase.hxx +++ b/sc/source/filter/inc/formulabase.hxx @@ -26,8 +26,8 @@ #include <com/sun/star/table/CellAddress.hpp> #include <com/sun/star/table/CellRangeAddress.hpp> #include <com/sun/star/uno/Sequence.hxx> -#include "oox/helper/propertyset.hxx" -#include "oox/helper/refvector.hxx" +#include <oox/helper/propertyset.hxx> +#include <oox/helper/refvector.hxx> #include "addressconverter.hxx" namespace com { namespace sun { namespace star { diff --git a/sc/source/filter/inc/formulabuffer.hxx b/sc/source/filter/inc/formulabuffer.hxx index 9eb5ce68101e..7b45e8957662 100644 --- a/sc/source/filter/inc/formulabuffer.hxx +++ b/sc/source/filter/inc/formulabuffer.hxx @@ -11,10 +11,10 @@ #define INCLUDED_SC_SOURCE_FILTER_INC_FORMULABUFFER_HXX #include <utility> -#include "oox/helper/refmap.hxx" -#include "oox/helper/refvector.hxx" -#include "salhelper/thread.hxx" -#include "osl/mutex.hxx" +#include <oox/helper/refmap.hxx> +#include <oox/helper/refvector.hxx> +#include <salhelper/thread.hxx> +#include <osl/mutex.hxx> #include "workbookhelper.hxx" #include <com/sun/star/table/CellAddress.hpp> #include <com/sun/star/table/CellRangeAddress.hpp> diff --git a/sc/source/filter/inc/imp_op.hxx b/sc/source/filter/inc/imp_op.hxx index d4767bedf55c..39063ff9c6d9 100644 --- a/sc/source/filter/inc/imp_op.hxx +++ b/sc/source/filter/inc/imp_op.hxx @@ -30,7 +30,7 @@ #include "otlnbuff.hxx" #include "colrowst.hxx" #include "excdefs.hxx" -#include "rtl/ref.hxx" +#include <rtl/ref.hxx> #include <boost/shared_ptr.hpp> #include <boost/ptr_container/ptr_vector.hpp> diff --git a/sc/source/filter/inc/orcusinterface.hxx b/sc/source/filter/inc/orcusinterface.hxx index be7ceb91322d..9c37aae9ae68 100644 --- a/sc/source/filter/inc/orcusinterface.hxx +++ b/sc/source/filter/inc/orcusinterface.hxx @@ -15,7 +15,7 @@ #include "sharedformulagroups.hxx" -#include "rtl/strbuf.hxx" +#include <rtl/strbuf.hxx> #define __ORCUS_STATIC_LIB #include <orcus/spreadsheet/import_interface.hpp> diff --git a/sc/source/filter/inc/pivotcachebuffer.hxx b/sc/source/filter/inc/pivotcachebuffer.hxx index b6bca832826c..ffac9cff134a 100644 --- a/sc/source/filter/inc/pivotcachebuffer.hxx +++ b/sc/source/filter/inc/pivotcachebuffer.hxx @@ -23,8 +23,8 @@ #include <com/sun/star/table/CellAddress.hpp> #include <com/sun/star/table/CellRangeAddress.hpp> #include <com/sun/star/util/DateTime.hpp> -#include "oox/helper/containerhelper.hxx" -#include "oox/helper/refvector.hxx" +#include <oox/helper/containerhelper.hxx> +#include <oox/helper/refvector.hxx> #include "workbookhelper.hxx" namespace com { namespace sun { namespace star { diff --git a/sc/source/filter/inc/richstring.hxx b/sc/source/filter/inc/richstring.hxx index fc1055d26284..d26ce765c8ee 100644 --- a/sc/source/filter/inc/richstring.hxx +++ b/sc/source/filter/inc/richstring.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_SC_SOURCE_FILTER_INC_RICHSTRING_HXX #define INCLUDED_SC_SOURCE_FILTER_INC_RICHSTRING_HXX -#include "oox/helper/refvector.hxx" +#include <oox/helper/refvector.hxx> #include "stylesbuffer.hxx" class EditTextObject; diff --git a/sc/source/filter/inc/scenariobuffer.hxx b/sc/source/filter/inc/scenariobuffer.hxx index 8459350512f5..6afad59b8b8c 100644 --- a/sc/source/filter/inc/scenariobuffer.hxx +++ b/sc/source/filter/inc/scenariobuffer.hxx @@ -21,8 +21,8 @@ #define INCLUDED_SC_SOURCE_FILTER_INC_SCENARIOBUFFER_HXX #include <com/sun/star/table/CellAddress.hpp> -#include "oox/helper/refmap.hxx" -#include "oox/helper/refvector.hxx" +#include <oox/helper/refmap.hxx> +#include <oox/helper/refvector.hxx> #include "workbookhelper.hxx" namespace oox { diff --git a/sc/source/filter/inc/stylesbuffer.hxx b/sc/source/filter/inc/stylesbuffer.hxx index b65c1349b877..7f3a73242522 100644 --- a/sc/source/filter/inc/stylesbuffer.hxx +++ b/sc/source/filter/inc/stylesbuffer.hxx @@ -26,10 +26,10 @@ #include <com/sun/star/table/CellVertJustify2.hpp> #include <com/sun/star/table/BorderLine2.hpp> #include <com/sun/star/util/CellProtection.hpp> -#include "oox/drawingml/color.hxx" -#include "oox/helper/graphichelper.hxx" -#include "oox/helper/refmap.hxx" -#include "oox/helper/refvector.hxx" +#include <oox/drawingml/color.hxx> +#include <oox/helper/graphichelper.hxx> +#include <oox/helper/refmap.hxx> +#include <oox/helper/refvector.hxx> #include "numberformatsbuffer.hxx" #include "patattr.hxx" #include "stlsheet.hxx" diff --git a/sc/source/filter/inc/themebuffer.hxx b/sc/source/filter/inc/themebuffer.hxx index 8657d7edaa23..0617c2128762 100644 --- a/sc/source/filter/inc/themebuffer.hxx +++ b/sc/source/filter/inc/themebuffer.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_SC_SOURCE_FILTER_INC_THEMEBUFFER_HXX #define INCLUDED_SC_SOURCE_FILTER_INC_THEMEBUFFER_HXX -#include "oox/drawingml/theme.hxx" +#include <oox/drawingml/theme.hxx> #include "workbookhelper.hxx" namespace oox { diff --git a/sc/source/filter/inc/workbookhelper.hxx b/sc/source/filter/inc/workbookhelper.hxx index ef3977b69f24..892992543912 100644 --- a/sc/source/filter/inc/workbookhelper.hxx +++ b/sc/source/filter/inc/workbookhelper.hxx @@ -22,8 +22,8 @@ #include <boost/shared_ptr.hpp> #include <rtl/ref.hxx> -#include "oox/helper/storagebase.hxx" -#include "oox/drawingml/chart/chartconverter.hxx" +#include <oox/helper/storagebase.hxx> +#include <oox/drawingml/chart/chartconverter.hxx> #include "biffhelper.hxx" #include "rangenam.hxx" diff --git a/sc/source/filter/inc/worksheetbuffer.hxx b/sc/source/filter/inc/worksheetbuffer.hxx index f34ceb30dd54..69fafa118af1 100644 --- a/sc/source/filter/inc/worksheetbuffer.hxx +++ b/sc/source/filter/inc/worksheetbuffer.hxx @@ -21,8 +21,8 @@ #define INCLUDED_SC_SOURCE_FILTER_INC_WORKSHEETBUFFER_HXX #include <utility> -#include "oox/helper/refmap.hxx" -#include "oox/helper/refvector.hxx" +#include <oox/helper/refmap.hxx> +#include <oox/helper/refvector.hxx> #include "workbookhelper.hxx" namespace com { namespace sun { namespace star { diff --git a/sc/source/filter/inc/worksheethelper.hxx b/sc/source/filter/inc/worksheethelper.hxx index 63f889095a9f..26c69995f133 100644 --- a/sc/source/filter/inc/worksheethelper.hxx +++ b/sc/source/filter/inc/worksheethelper.hxx @@ -20,9 +20,9 @@ #ifndef INCLUDED_SC_SOURCE_FILTER_INC_WORKSHEETHELPER_HXX #define INCLUDED_SC_SOURCE_FILTER_INC_WORKSHEETHELPER_HXX -#include "oox/helper/containerhelper.hxx" -#include "oox/helper/progressbar.hxx" -#include "oox/ole/olehelper.hxx" +#include <oox/helper/containerhelper.hxx> +#include <oox/helper/progressbar.hxx> +#include <oox/ole/olehelper.hxx> #include "addressconverter.hxx" #include "formulabase.hxx" diff --git a/sc/source/filter/inc/xeescher.hxx b/sc/source/filter/inc/xeescher.hxx index b58dc62ce992..599cc5eb7838 100644 --- a/sc/source/filter/inc/xeescher.hxx +++ b/sc/source/filter/inc/xeescher.hxx @@ -25,9 +25,9 @@ #include "xcl97rec.hxx" #include "xlescher.hxx" #include <com/sun/star/chart/XChartDocument.hpp> -#include "svx/sdtaitm.hxx" +#include <svx/sdtaitm.hxx> #include <boost/shared_ptr.hpp> -#include "rtl/ustring.hxx" +#include <rtl/ustring.hxx> class ScPostIt; diff --git a/sc/source/filter/inc/xiescher.hxx b/sc/source/filter/inc/xiescher.hxx index fb8d778e24bb..6d2bc2e2ec0e 100644 --- a/sc/source/filter/inc/xiescher.hxx +++ b/sc/source/filter/inc/xiescher.hxx @@ -29,7 +29,7 @@ #include "xistring.hxx" #include <boost/shared_ptr.hpp> #include <oox/ole/olehelper.hxx> -#include "rtl/ustring.hxx" +#include <rtl/ustring.hxx> namespace com { namespace sun { namespace star { namespace drawing { class XShape; } diff --git a/sc/source/filter/oox/addressconverter.cxx b/sc/source/filter/oox/addressconverter.cxx index 6f9208c37349..3b403e76d026 100644 --- a/sc/source/filter/oox/addressconverter.cxx +++ b/sc/source/filter/oox/addressconverter.cxx @@ -25,7 +25,7 @@ #include <osl/diagnose.h> #include <rtl/strbuf.hxx> #include <rtl/ustrbuf.hxx> -#include "oox/core/filterbase.hxx" +#include <oox/core/filterbase.hxx> #include "biffinputstream.hxx" namespace oox { diff --git a/sc/source/filter/oox/autofilterbuffer.cxx b/sc/source/filter/oox/autofilterbuffer.cxx index 40683a24d6b7..4b8fe421bb51 100644 --- a/sc/source/filter/oox/autofilterbuffer.cxx +++ b/sc/source/filter/oox/autofilterbuffer.cxx @@ -26,10 +26,10 @@ #include <com/sun/star/sheet/XSheetFilterDescriptor3.hpp> #include <com/sun/star/table/TableOrientation.hpp> #include <rtl/ustrbuf.hxx> -#include "oox/helper/attributelist.hxx" -#include "oox/helper/containerhelper.hxx" -#include "oox/helper/propertyset.hxx" -#include "oox/token/properties.hxx" +#include <oox/helper/attributelist.hxx> +#include <oox/helper/containerhelper.hxx> +#include <oox/helper/propertyset.hxx> +#include <oox/token/properties.hxx> #include "addressconverter.hxx" #include "biffinputstream.hxx" #include "defnamesbuffer.hxx" diff --git a/sc/source/filter/oox/biffcodec.cxx b/sc/source/filter/oox/biffcodec.cxx index fa7b55f00229..382ac5f1b692 100644 --- a/sc/source/filter/oox/biffcodec.cxx +++ b/sc/source/filter/oox/biffcodec.cxx @@ -21,7 +21,7 @@ #include <osl/thread.h> #include <string.h> -#include "oox/core/filterbase.hxx" +#include <oox/core/filterbase.hxx> #include "biffinputstream.hxx" namespace oox { diff --git a/sc/source/filter/oox/biffhelper.cxx b/sc/source/filter/oox/biffhelper.cxx index ae5fcd5ab442..944ee8a5d52e 100644 --- a/sc/source/filter/oox/biffhelper.cxx +++ b/sc/source/filter/oox/biffhelper.cxx @@ -23,7 +23,7 @@ #include <rtl/tencinfo.h> #include "biffinputstream.hxx" #include "worksheethelper.hxx" -#include "oox/helper/binaryoutputstream.hxx" +#include <oox/helper/binaryoutputstream.hxx> namespace oox { namespace xls { diff --git a/sc/source/filter/oox/chartsheetfragment.cxx b/sc/source/filter/oox/chartsheetfragment.cxx index aae9266ccf4d..dada65309dba 100644 --- a/sc/source/filter/oox/chartsheetfragment.cxx +++ b/sc/source/filter/oox/chartsheetfragment.cxx @@ -19,7 +19,7 @@ #include "chartsheetfragment.hxx" -#include "oox/helper/attributelist.hxx" +#include <oox/helper/attributelist.hxx> #include "biffinputstream.hxx" #include "pagesettings.hxx" #include "viewsettings.hxx" diff --git a/sc/source/filter/oox/commentsbuffer.cxx b/sc/source/filter/oox/commentsbuffer.cxx index 93555ad65fd3..dd24c4c46690 100644 --- a/sc/source/filter/oox/commentsbuffer.cxx +++ b/sc/source/filter/oox/commentsbuffer.cxx @@ -26,12 +26,12 @@ #include <com/sun/star/sheet/XSheetAnnotationShapeSupplier.hpp> #include <com/sun/star/sheet/XSheetAnnotations.hpp> #include <com/sun/star/sheet/XSheetAnnotationsSupplier.hpp> -#include "oox/helper/attributelist.hxx" -#include "oox/vml/vmlshape.hxx" +#include <oox/helper/attributelist.hxx> +#include <oox/vml/vmlshape.hxx> #include "addressconverter.hxx" #include "biffinputstream.hxx" #include "drawingfragment.hxx" -#include "svx/sdtaitm.hxx" +#include <svx/sdtaitm.hxx> #include "unitconverter.hxx" #include "drawingmanager.hxx" diff --git a/sc/source/filter/oox/condformatbuffer.cxx b/sc/source/filter/oox/condformatbuffer.cxx index c2cb13b17674..ca871857c53e 100644 --- a/sc/source/filter/oox/condformatbuffer.cxx +++ b/sc/source/filter/oox/condformatbuffer.cxx @@ -36,10 +36,10 @@ #include <rtl/ustrbuf.hxx> #include <svl/intitem.hxx> #include <svl/sharedstringpool.hxx> -#include "oox/helper/attributelist.hxx" -#include "oox/helper/containerhelper.hxx" -#include "oox/helper/propertyset.hxx" -#include "oox/token/properties.hxx" +#include <oox/helper/attributelist.hxx> +#include <oox/helper/containerhelper.hxx> +#include <oox/helper/propertyset.hxx> +#include <oox/token/properties.hxx> #include "addressconverter.hxx" #include "biffinputstream.hxx" #include "stylesbuffer.hxx" diff --git a/sc/source/filter/oox/connectionsbuffer.cxx b/sc/source/filter/oox/connectionsbuffer.cxx index 49cbca9bbd7d..e07459b9db13 100644 --- a/sc/source/filter/oox/connectionsbuffer.cxx +++ b/sc/source/filter/oox/connectionsbuffer.cxx @@ -19,7 +19,7 @@ #include "connectionsbuffer.hxx" -#include "oox/helper/attributelist.hxx" +#include <oox/helper/attributelist.hxx> #include "biffinputstream.hxx" namespace oox { diff --git a/sc/source/filter/oox/connectionsfragment.cxx b/sc/source/filter/oox/connectionsfragment.cxx index 4011197e4075..416cd9b26ab5 100644 --- a/sc/source/filter/oox/connectionsfragment.cxx +++ b/sc/source/filter/oox/connectionsfragment.cxx @@ -19,7 +19,7 @@ #include "connectionsfragment.hxx" -#include "oox/helper/attributelist.hxx" +#include <oox/helper/attributelist.hxx> #include "biffhelper.hxx" #include "connectionsbuffer.hxx" diff --git a/sc/source/filter/oox/defnamesbuffer.cxx b/sc/source/filter/oox/defnamesbuffer.cxx index 8aef91a13423..f68799f6d5c5 100644 --- a/sc/source/filter/oox/defnamesbuffer.cxx +++ b/sc/source/filter/oox/defnamesbuffer.cxx @@ -27,9 +27,9 @@ #include <com/sun/star/sheet/XFormulaTokens.hpp> #include <com/sun/star/sheet/XPrintAreas.hpp> #include <rtl/ustrbuf.hxx> -#include "oox/helper/attributelist.hxx" -#include "oox/helper/containerhelper.hxx" -#include "oox/helper/propertyset.hxx" +#include <oox/helper/attributelist.hxx> +#include <oox/helper/containerhelper.hxx> +#include <oox/helper/propertyset.hxx> #include "addressconverter.hxx" #include "biffinputstream.hxx" #include "externallinkbuffer.hxx" diff --git a/sc/source/filter/oox/drawingbase.cxx b/sc/source/filter/oox/drawingbase.cxx index 0b40518abacc..2caa532763ab 100644 --- a/sc/source/filter/oox/drawingbase.cxx +++ b/sc/source/filter/oox/drawingbase.cxx @@ -20,11 +20,11 @@ #include "drawingbase.hxx" #include <com/sun/star/awt/Rectangle.hpp> -#include "oox/helper/attributelist.hxx" -#include "oox/helper/binaryinputstream.hxx" +#include <oox/helper/attributelist.hxx> +#include <oox/helper/binaryinputstream.hxx> #include "unitconverter.hxx" -#include "oox/helper/propertyset.hxx" -#include "oox/token/properties.hxx" +#include <oox/helper/propertyset.hxx> +#include <oox/token/properties.hxx> namespace oox { namespace xls { diff --git a/sc/source/filter/oox/drawingfragment.cxx b/sc/source/filter/oox/drawingfragment.cxx index 0df6ab1bf3c5..147c0be65d6f 100644 --- a/sc/source/filter/oox/drawingfragment.cxx +++ b/sc/source/filter/oox/drawingfragment.cxx @@ -29,12 +29,12 @@ #include <svx/svdobj.hxx> #include "drwlayer.hxx" #include "userdat.hxx" -#include "oox/drawingml/connectorshapecontext.hxx" -#include "oox/drawingml/graphicshapecontext.hxx" -#include "oox/helper/attributelist.hxx" -#include "oox/helper/propertyset.hxx" -#include "oox/vml/vmlshape.hxx" -#include "oox/vml/vmlshapecontainer.hxx" +#include <oox/drawingml/connectorshapecontext.hxx> +#include <oox/drawingml/graphicshapecontext.hxx> +#include <oox/helper/attributelist.hxx> +#include <oox/helper/propertyset.hxx> +#include <oox/vml/vmlshape.hxx> +#include <oox/vml/vmlshapecontainer.hxx> #include "formulaparser.hxx" #include "stylesbuffer.hxx" #include "themebuffer.hxx" diff --git a/sc/source/filter/oox/drawingmanager.cxx b/sc/source/filter/oox/drawingmanager.cxx index 6c25e3f332a1..c928aa52703e 100644 --- a/sc/source/filter/oox/drawingmanager.cxx +++ b/sc/source/filter/oox/drawingmanager.cxx @@ -24,12 +24,12 @@ #include <com/sun/star/drawing/PointSequenceSequence.hpp> #include <com/sun/star/drawing/PolygonKind.hpp> #include <com/sun/star/drawing/XShapes.hpp> -#include "oox/core/filterbase.hxx" -#include "oox/drawingml/fillproperties.hxx" -#include "oox/drawingml/lineproperties.hxx" -#include "oox/drawingml/shapepropertymap.hxx" -#include "oox/helper/containerhelper.hxx" -#include "oox/token/tokens.hxx" +#include <oox/core/filterbase.hxx> +#include <oox/drawingml/fillproperties.hxx> +#include <oox/drawingml/lineproperties.hxx> +#include <oox/drawingml/shapepropertymap.hxx> +#include <oox/helper/containerhelper.hxx> +#include <oox/token/tokens.hxx> #include "biffinputstream.hxx" #include "unitconverter.hxx" diff --git a/sc/source/filter/oox/excelchartconverter.cxx b/sc/source/filter/oox/excelchartconverter.cxx index 38ffb791e49e..fe2293402ba8 100644 --- a/sc/source/filter/oox/excelchartconverter.cxx +++ b/sc/source/filter/oox/excelchartconverter.cxx @@ -24,9 +24,9 @@ #include <com/sun/star/chart2/data/XDataReceiver.hpp> #include <com/sun/star/chart2/data/XSheetDataProvider.hpp> -#include "oox/core/filterbase.hxx" -#include "oox/drawingml/chart/datasourcemodel.hxx" -#include "oox/helper/containerhelper.hxx" +#include <oox/core/filterbase.hxx> +#include <oox/drawingml/chart/datasourcemodel.hxx> +#include <oox/helper/containerhelper.hxx> #include "formulaparser.hxx" namespace oox { diff --git a/sc/source/filter/oox/excelfilter.cxx b/sc/source/filter/oox/excelfilter.cxx index c6bdbc67fb88..3da6f1ceda1e 100644 --- a/sc/source/filter/oox/excelfilter.cxx +++ b/sc/source/filter/oox/excelfilter.cxx @@ -21,7 +21,7 @@ #include <com/sun/star/sheet/XSpreadsheetDocument.hpp> -#include "oox/helper/binaryinputstream.hxx" +#include <oox/helper/binaryinputstream.hxx> #include "biffinputstream.hxx" #include "excelchartconverter.hxx" #include "excelvbaproject.hxx" diff --git a/sc/source/filter/oox/excelhandlers.cxx b/sc/source/filter/oox/excelhandlers.cxx index afbb1412e7d2..42af3d1ed7c7 100644 --- a/sc/source/filter/oox/excelhandlers.cxx +++ b/sc/source/filter/oox/excelhandlers.cxx @@ -19,7 +19,7 @@ #include "excelhandlers.hxx" -#include "oox/core/filterbase.hxx" +#include <oox/core/filterbase.hxx> #include "biffinputstream.hxx" namespace oox { diff --git a/sc/source/filter/oox/excelvbaproject.cxx b/sc/source/filter/oox/excelvbaproject.cxx index 67bed9f58d84..dbfaa3748d0a 100644 --- a/sc/source/filter/oox/excelvbaproject.cxx +++ b/sc/source/filter/oox/excelvbaproject.cxx @@ -28,9 +28,9 @@ #include <com/sun/star/script/ModuleType.hpp> #include <com/sun/star/sheet/XSpreadsheetDocument.hpp> #include <rtl/ustrbuf.hxx> -#include "oox/helper/helper.hxx" -#include "oox/helper/propertyset.hxx" -#include "oox/token/properties.hxx" +#include <oox/helper/helper.hxx> +#include <oox/helper/propertyset.hxx> +#include <oox/token/properties.hxx> namespace oox { namespace xls { diff --git a/sc/source/filter/oox/externallinkbuffer.cxx b/sc/source/filter/oox/externallinkbuffer.cxx index 4b86f1c68826..9b034e2c8ab1 100644 --- a/sc/source/filter/oox/externallinkbuffer.cxx +++ b/sc/source/filter/oox/externallinkbuffer.cxx @@ -31,9 +31,9 @@ #include <com/sun/star/sheet/XExternalDocLink.hpp> #include <com/sun/star/sheet/XExternalDocLinks.hpp> #include <rtl/strbuf.hxx> -#include "oox/core/filterbase.hxx" -#include "oox/helper/attributelist.hxx" -#include "oox/token/properties.hxx" +#include <oox/core/filterbase.hxx> +#include <oox/helper/attributelist.hxx> +#include <oox/token/properties.hxx> #include "addressconverter.hxx" #include "biffinputstream.hxx" #include "excelhandlers.hxx" diff --git a/sc/source/filter/oox/externallinkfragment.cxx b/sc/source/filter/oox/externallinkfragment.cxx index 6f487f8df1a5..c31e13e661a2 100644 --- a/sc/source/filter/oox/externallinkfragment.cxx +++ b/sc/source/filter/oox/externallinkfragment.cxx @@ -20,7 +20,7 @@ #include "externallinkfragment.hxx" #include <com/sun/star/sheet/XExternalSheetCache.hpp> -#include "oox/helper/attributelist.hxx" +#include <oox/helper/attributelist.hxx> #include "biffinputstream.hxx" #include "defnamesbuffer.hxx" #include "sheetdatacontext.hxx" diff --git a/sc/source/filter/oox/formulabase.cxx b/sc/source/filter/oox/formulabase.cxx index 771e3b8310a6..590384ce6e32 100644 --- a/sc/source/filter/oox/formulabase.cxx +++ b/sc/source/filter/oox/formulabase.cxx @@ -34,9 +34,9 @@ #include <rtl/strbuf.hxx> #include <rtl/ustrbuf.hxx> #include <sal/log.hxx> -#include "oox/core/filterbase.hxx" -#include "oox/helper/containerhelper.hxx" -#include "oox/token/properties.hxx" +#include <oox/core/filterbase.hxx> +#include <oox/helper/containerhelper.hxx> +#include <oox/token/properties.hxx> #include "biffinputstream.hxx" namespace oox { diff --git a/sc/source/filter/oox/formulabuffer.cxx b/sc/source/filter/oox/formulabuffer.cxx index 4e2a0aa3e92b..c4298e238091 100644 --- a/sc/source/filter/oox/formulabuffer.cxx +++ b/sc/source/filter/oox/formulabuffer.cxx @@ -27,7 +27,7 @@ #include "sharedformulagroups.hxx" #include "externalrefmgr.hxx" #include "tokenstringcontext.hxx" -#include "oox/token/tokens.hxx" +#include <oox/token/tokens.hxx> #include <svl/sharedstringpool.hxx> using namespace com::sun::star; diff --git a/sc/source/filter/oox/formulaparser.cxx b/sc/source/filter/oox/formulaparser.cxx index 6e3617a9716e..1a9efedbe904 100644 --- a/sc/source/filter/oox/formulaparser.cxx +++ b/sc/source/filter/oox/formulaparser.cxx @@ -26,8 +26,8 @@ #include <com/sun/star/sheet/NameToken.hpp> #include <com/sun/star/sheet/ReferenceFlags.hpp> #include <com/sun/star/sheet/SingleReference.hpp> -#include "oox/core/filterbase.hxx" -#include "oox/token/properties.hxx" +#include <oox/core/filterbase.hxx> +#include <oox/token/properties.hxx> #include "addressconverter.hxx" #include "biffinputstream.hxx" #include "defnamesbuffer.hxx" diff --git a/sc/source/filter/oox/numberformatsbuffer.cxx b/sc/source/filter/oox/numberformatsbuffer.cxx index 340d15c8b1b1..2333e47553b7 100644 --- a/sc/source/filter/oox/numberformatsbuffer.cxx +++ b/sc/source/filter/oox/numberformatsbuffer.cxx @@ -32,9 +32,9 @@ #include <osl/thread.h> #include <rtl/ustrbuf.hxx> #include <svl/intitem.hxx> -#include "oox/core/filterbase.hxx" -#include "oox/helper/attributelist.hxx" -#include "oox/helper/propertymap.hxx" +#include <oox/core/filterbase.hxx> +#include <oox/helper/attributelist.hxx> +#include <oox/helper/propertymap.hxx> #include "biffinputstream.hxx" #include "scitems.hxx" #include "document.hxx" diff --git a/sc/source/filter/oox/pagesettings.cxx b/sc/source/filter/oox/pagesettings.cxx index fdaed2281738..2f4d8bbdfb0d 100644 --- a/sc/source/filter/oox/pagesettings.cxx +++ b/sc/source/filter/oox/pagesettings.cxx @@ -32,11 +32,11 @@ #include <rtl/strbuf.hxx> #include <rtl/ustrbuf.hxx> #include <sax/tools/converter.hxx> -#include "oox/core/xmlfilterbase.hxx" -#include "oox/helper/attributelist.hxx" -#include "oox/helper/graphichelper.hxx" -#include "oox/helper/propertymap.hxx" -#include "oox/helper/propertyset.hxx" +#include <oox/core/xmlfilterbase.hxx> +#include <oox/helper/attributelist.hxx> +#include <oox/helper/graphichelper.hxx> +#include <oox/helper/propertymap.hxx> +#include <oox/helper/propertyset.hxx> #include "biffinputstream.hxx" #include "excelhandlers.hxx" #include "stylesbuffer.hxx" diff --git a/sc/source/filter/oox/pivotcachebuffer.cxx b/sc/source/filter/oox/pivotcachebuffer.cxx index 004fe58e2964..7ece9148c4e5 100644 --- a/sc/source/filter/oox/pivotcachebuffer.cxx +++ b/sc/source/filter/oox/pivotcachebuffer.cxx @@ -27,11 +27,11 @@ #include <com/sun/star/sheet/DataPilotFieldGroupInfo.hpp> #include <com/sun/star/sheet/XDataPilotFieldGrouping.hpp> #include <rtl/ustrbuf.hxx> -#include "oox/core/filterbase.hxx" -#include "oox/helper/attributelist.hxx" -#include "oox/helper/containerhelper.hxx" -#include "oox/helper/propertyset.hxx" -#include "oox/token/properties.hxx" +#include <oox/core/filterbase.hxx> +#include <oox/helper/attributelist.hxx> +#include <oox/helper/containerhelper.hxx> +#include <oox/helper/propertyset.hxx> +#include <oox/token/properties.hxx> #include "biffinputstream.hxx" #include "defnamesbuffer.hxx" #include "excelhandlers.hxx" diff --git a/sc/source/filter/oox/pivotcachefragment.cxx b/sc/source/filter/oox/pivotcachefragment.cxx index 008a190efd98..9fc8ca27a34f 100644 --- a/sc/source/filter/oox/pivotcachefragment.cxx +++ b/sc/source/filter/oox/pivotcachefragment.cxx @@ -19,7 +19,7 @@ #include "pivotcachefragment.hxx" -#include "oox/helper/attributelist.hxx" +#include <oox/helper/attributelist.hxx> #include "addressconverter.hxx" #include "biffinputstream.hxx" #include "pivotcachebuffer.hxx" diff --git a/sc/source/filter/oox/pivottablebuffer.cxx b/sc/source/filter/oox/pivottablebuffer.cxx index 7b18a69ec564..9bf341e4ab99 100644 --- a/sc/source/filter/oox/pivottablebuffer.cxx +++ b/sc/source/filter/oox/pivottablebuffer.cxx @@ -38,10 +38,10 @@ #include <com/sun/star/sheet/XDataPilotField.hpp> #include <com/sun/star/sheet/XDataPilotTablesSupplier.hpp> #include <com/sun/star/sheet/XSheetOperation.hpp> -#include "oox/helper/attributelist.hxx" -#include "oox/helper/containerhelper.hxx" -#include "oox/helper/propertyset.hxx" -#include "oox/token/properties.hxx" +#include <oox/helper/attributelist.hxx> +#include <oox/helper/containerhelper.hxx> +#include <oox/helper/propertyset.hxx> +#include <oox/token/properties.hxx> #include "addressconverter.hxx" #include "biffinputstream.hxx" diff --git a/sc/source/filter/oox/querytablebuffer.cxx b/sc/source/filter/oox/querytablebuffer.cxx index 9952d4de879d..0b4fd9f07891 100644 --- a/sc/source/filter/oox/querytablebuffer.cxx +++ b/sc/source/filter/oox/querytablebuffer.cxx @@ -22,9 +22,9 @@ #include <com/sun/star/container/XEnumerationAccess.hpp> #include <com/sun/star/sheet/XAreaLink.hpp> #include <com/sun/star/sheet/XAreaLinks.hpp> -#include "oox/core/filterbase.hxx" -#include "oox/helper/attributelist.hxx" -#include "oox/token/properties.hxx" +#include <oox/core/filterbase.hxx> +#include <oox/helper/attributelist.hxx> +#include <oox/token/properties.hxx> #include "addressconverter.hxx" #include "biffinputstream.hxx" #include "connectionsbuffer.hxx" diff --git a/sc/source/filter/oox/richstring.cxx b/sc/source/filter/oox/richstring.cxx index 2fb062ab2eb8..646ee821af4c 100644 --- a/sc/source/filter/oox/richstring.cxx +++ b/sc/source/filter/oox/richstring.cxx @@ -22,8 +22,8 @@ #include <com/sun/star/text/XText.hpp> #include <rtl/ustrbuf.hxx> #include <editeng/editobj.hxx> -#include "oox/helper/attributelist.hxx" -#include "oox/helper/propertyset.hxx" +#include <oox/helper/attributelist.hxx> +#include <oox/helper/propertyset.hxx> #include "biffinputstream.hxx" #include "editutil.hxx" diff --git a/sc/source/filter/oox/scenariobuffer.cxx b/sc/source/filter/oox/scenariobuffer.cxx index a2f4a7f29a97..946fad940a08 100644 --- a/sc/source/filter/oox/scenariobuffer.cxx +++ b/sc/source/filter/oox/scenariobuffer.cxx @@ -25,10 +25,10 @@ #include <com/sun/star/sheet/XScenariosSupplier.hpp> #include <com/sun/star/sheet/XSpreadsheet.hpp> #include <com/sun/star/sheet/XSpreadsheetDocument.hpp> -#include "oox/helper/attributelist.hxx" -#include "oox/helper/containerhelper.hxx" -#include "oox/helper/propertyset.hxx" -#include "oox/token/properties.hxx" +#include <oox/helper/attributelist.hxx> +#include <oox/helper/containerhelper.hxx> +#include <oox/helper/propertyset.hxx> +#include <oox/token/properties.hxx> #include "addressconverter.hxx" #include "biffinputstream.hxx" diff --git a/sc/source/filter/oox/sheetdatabuffer.cxx b/sc/source/filter/oox/sheetdatabuffer.cxx index 67018af69489..434c07c6639d 100644 --- a/sc/source/filter/oox/sheetdatabuffer.cxx +++ b/sc/source/filter/oox/sheetdatabuffer.cxx @@ -35,10 +35,10 @@ #include <editeng/boxitem.hxx> #include <editeng/editobj.hxx> #include <svl/eitem.hxx> -#include "oox/helper/containerhelper.hxx" -#include "oox/helper/propertymap.hxx" -#include "oox/helper/propertyset.hxx" -#include "oox/token/tokens.hxx" +#include <oox/helper/containerhelper.hxx> +#include <oox/helper/propertymap.hxx> +#include <oox/helper/propertyset.hxx> +#include <oox/token/tokens.hxx> #include "addressconverter.hxx" #include "biffinputstream.hxx" #include "formulaparser.hxx" diff --git a/sc/source/filter/oox/sheetdatacontext.cxx b/sc/source/filter/oox/sheetdatacontext.cxx index 9fe0331e3b0e..f6ca6a41c714 100644 --- a/sc/source/filter/oox/sheetdatacontext.cxx +++ b/sc/source/filter/oox/sheetdatacontext.cxx @@ -23,8 +23,8 @@ #include <com/sun/star/table/XCell.hpp> #include <com/sun/star/table/XCellRange.hpp> #include <com/sun/star/text/XText.hpp> -#include "oox/helper/attributelist.hxx" -#include "oox/helper/propertyset.hxx" +#include <oox/helper/attributelist.hxx> +#include <oox/helper/propertyset.hxx> #include "addressconverter.hxx" #include "biffinputstream.hxx" #include "formulaparser.hxx" diff --git a/sc/source/filter/oox/stylesfragment.cxx b/sc/source/filter/oox/stylesfragment.cxx index 979d5f868dca..b66b7555e742 100644 --- a/sc/source/filter/oox/stylesfragment.cxx +++ b/sc/source/filter/oox/stylesfragment.cxx @@ -19,7 +19,7 @@ #include "stylesfragment.hxx" -#include "oox/helper/attributelist.hxx" +#include <oox/helper/attributelist.hxx> namespace oox { namespace xls { diff --git a/sc/source/filter/oox/tablebuffer.cxx b/sc/source/filter/oox/tablebuffer.cxx index ebd10dd5a4cf..23c2ed7dddd9 100644 --- a/sc/source/filter/oox/tablebuffer.cxx +++ b/sc/source/filter/oox/tablebuffer.cxx @@ -21,10 +21,10 @@ #include <com/sun/star/sheet/XDatabaseRange.hpp> #include <com/sun/star/sheet/XDatabaseRanges.hpp> -#include "oox/helper/attributelist.hxx" -#include "oox/helper/binaryinputstream.hxx" -#include "oox/helper/propertyset.hxx" -#include "oox/token/properties.hxx" +#include <oox/helper/attributelist.hxx> +#include <oox/helper/binaryinputstream.hxx> +#include <oox/helper/propertyset.hxx> +#include <oox/token/properties.hxx> #include "addressconverter.hxx" namespace oox { diff --git a/sc/source/filter/oox/unitconverter.cxx b/sc/source/filter/oox/unitconverter.cxx index 12e164b1a1d2..dd6f555ee9ed 100644 --- a/sc/source/filter/oox/unitconverter.cxx +++ b/sc/source/filter/oox/unitconverter.cxx @@ -26,9 +26,9 @@ #include <com/sun/star/util/Date.hpp> #include <com/sun/star/util/DateTime.hpp> #include <rtl/math.hxx> -#include "oox/core/filterbase.hxx" -#include "oox/helper/propertyset.hxx" -#include "oox/token/properties.hxx" +#include <oox/core/filterbase.hxx> +#include <oox/helper/propertyset.hxx> +#include <oox/token/properties.hxx> #include "stylesbuffer.hxx" namespace oox { diff --git a/sc/source/filter/oox/viewsettings.cxx b/sc/source/filter/oox/viewsettings.cxx index 3cd23b33ea4a..8ff5c55b7ca6 100644 --- a/sc/source/filter/oox/viewsettings.cxx +++ b/sc/source/filter/oox/viewsettings.cxx @@ -28,11 +28,11 @@ #include <com/sun/star/document/XViewDataSupplier.hpp> #include <com/sun/star/document/NamedPropertyValues.hpp> #include <unotools/mediadescriptor.hxx> -#include "oox/core/filterbase.hxx" -#include "oox/helper/attributelist.hxx" -#include "oox/helper/containerhelper.hxx" -#include "oox/helper/propertymap.hxx" -#include "oox/helper/propertyset.hxx" +#include <oox/core/filterbase.hxx> +#include <oox/helper/attributelist.hxx> +#include <oox/helper/containerhelper.hxx> +#include <oox/helper/propertymap.hxx> +#include <oox/helper/propertyset.hxx> #include "addressconverter.hxx" #include "biffinputstream.hxx" #include "unitconverter.hxx" diff --git a/sc/source/filter/oox/workbookfragment.cxx b/sc/source/filter/oox/workbookfragment.cxx index 776c3d957d5e..2814ee79d778 100644 --- a/sc/source/filter/oox/workbookfragment.cxx +++ b/sc/source/filter/oox/workbookfragment.cxx @@ -20,12 +20,12 @@ #include "workbookfragment.hxx" #include <com/sun/star/table/CellAddress.hpp> -#include "oox/core/filterbase.hxx" -#include "oox/drawingml/themefragmenthandler.hxx" -#include "oox/helper/attributelist.hxx" -#include "oox/helper/progressbar.hxx" -#include "oox/helper/propertyset.hxx" -#include "oox/ole/olestorage.hxx" +#include <oox/core/filterbase.hxx> +#include <oox/drawingml/themefragmenthandler.hxx> +#include <oox/helper/attributelist.hxx> +#include <oox/helper/progressbar.hxx> +#include <oox/helper/propertyset.hxx> +#include <oox/ole/olestorage.hxx> #include "biffinputstream.hxx" #include "chartsheetfragment.hxx" @@ -62,7 +62,7 @@ #include <queue> #include <boost/scoped_ptr.hpp> -#include "oox/ole/vbaproject.hxx" +#include <oox/ole/vbaproject.hxx> namespace oox { namespace xls { diff --git a/sc/source/filter/oox/workbookhelper.cxx b/sc/source/filter/oox/workbookhelper.cxx index 213dd13533cf..910d7583f1d4 100644 --- a/sc/source/filter/oox/workbookhelper.cxx +++ b/sc/source/filter/oox/workbookhelper.cxx @@ -35,11 +35,11 @@ #include <com/sun/star/table/CellAddress.hpp> #include <com/sun/star/container/XNamed.hpp> #include <osl/thread.h> -#include "oox/drawingml/theme.hxx" -#include "oox/helper/progressbar.hxx" -#include "oox/helper/propertyset.hxx" -#include "oox/ole/vbaproject.hxx" -#include "vcl/msgbox.hxx" +#include <oox/drawingml/theme.hxx> +#include <oox/helper/progressbar.hxx> +#include <oox/helper/propertyset.hxx> +#include <oox/ole/vbaproject.hxx> +#include <vcl/msgbox.hxx> #include "addressconverter.hxx" #include "biffinputstream.hxx" #include "biffcodec.hxx" @@ -77,9 +77,9 @@ #include "globstr.hrc" #include "formulabuffer.hxx" -#include "vcl/mapmod.hxx" +#include <vcl/mapmod.hxx> #include "editutil.hxx" -#include "editeng/editstat.hxx" +#include <editeng/editstat.hxx> #include <comphelper/processfactory.hxx> #include <officecfg/Office/Calc.hxx> diff --git a/sc/source/filter/oox/workbooksettings.cxx b/sc/source/filter/oox/workbooksettings.cxx index 8be9165a73c2..2f4cd751f180 100644 --- a/sc/source/filter/oox/workbooksettings.cxx +++ b/sc/source/filter/oox/workbooksettings.cxx @@ -23,11 +23,11 @@ #include <com/sun/star/util/Date.hpp> #include <com/sun/star/util/XNumberFormatsSupplier.hpp> #include <unotools/mediadescriptor.hxx> -#include "oox/core/filterbase.hxx" -#include "oox/helper/attributelist.hxx" -#include "oox/helper/propertyset.hxx" -#include "oox/core/xmlfilterbase.hxx" -#include "oox/token/properties.hxx" +#include <oox/core/filterbase.hxx> +#include <oox/helper/attributelist.hxx> +#include <oox/helper/propertyset.hxx> +#include <oox/core/xmlfilterbase.hxx> +#include <oox/token/properties.hxx> #include "biffinputstream.hxx" #include "unitconverter.hxx" diff --git a/sc/source/filter/oox/worksheetbuffer.cxx b/sc/source/filter/oox/worksheetbuffer.cxx index c2dce216435d..2655e10e070b 100644 --- a/sc/source/filter/oox/worksheetbuffer.cxx +++ b/sc/source/filter/oox/worksheetbuffer.cxx @@ -26,11 +26,11 @@ #include <com/sun/star/sheet/XSheetLinkable.hpp> #include <com/sun/star/sheet/XSpreadsheetDocument.hpp> #include <rtl/ustrbuf.hxx> -#include "oox/core/filterbase.hxx" -#include "oox/helper/attributelist.hxx" -#include "oox/helper/containerhelper.hxx" -#include "oox/helper/propertyset.hxx" -#include "oox/token/properties.hxx" +#include <oox/core/filterbase.hxx> +#include <oox/helper/attributelist.hxx> +#include <oox/helper/containerhelper.hxx> +#include <oox/helper/propertyset.hxx> +#include <oox/token/properties.hxx> #include "biffinputstream.hxx" #include "excelhandlers.hxx" diff --git a/sc/source/filter/oox/worksheetfragment.cxx b/sc/source/filter/oox/worksheetfragment.cxx index 6a3753260462..ab4aea79230c 100644 --- a/sc/source/filter/oox/worksheetfragment.cxx +++ b/sc/source/filter/oox/worksheetfragment.cxx @@ -19,9 +19,9 @@ #include "worksheetfragment.hxx" -#include "oox/core/filterbase.hxx" -#include "oox/core/relations.hxx" -#include "oox/helper/attributelist.hxx" +#include <oox/core/filterbase.hxx> +#include <oox/core/relations.hxx> +#include <oox/helper/attributelist.hxx> #include "addressconverter.hxx" #include "autofilterbuffer.hxx" #include "autofiltercontext.hxx" diff --git a/sc/source/filter/oox/worksheethelper.cxx b/sc/source/filter/oox/worksheethelper.cxx index 14b88cf7396e..3c4cf1068c62 100644 --- a/sc/source/filter/oox/worksheethelper.cxx +++ b/sc/source/filter/oox/worksheethelper.cxx @@ -42,8 +42,8 @@ #include <com/sun/star/text/WritingMode2.hpp> #include <com/sun/star/text/XText.hpp> #include <rtl/ustrbuf.hxx> -#include "oox/core/filterbase.hxx" -#include "oox/helper/propertyset.hxx" +#include <oox/core/filterbase.hxx> +#include <oox/helper/propertyset.hxx> #include "addressconverter.hxx" #include "autofilterbuffer.hxx" #include "commentsbuffer.hxx" diff --git a/sc/source/filter/oox/worksheetsettings.cxx b/sc/source/filter/oox/worksheetsettings.cxx index 18f3da5b39cc..b92958da5d5e 100644 --- a/sc/source/filter/oox/worksheetsettings.cxx +++ b/sc/source/filter/oox/worksheetsettings.cxx @@ -20,9 +20,9 @@ #include "worksheetsettings.hxx" #include <com/sun/star/util/XProtectable.hpp> -#include "oox/core/filterbase.hxx" -#include "oox/helper/attributelist.hxx" -#include "oox/token/properties.hxx" +#include <oox/core/filterbase.hxx> +#include <oox/helper/attributelist.hxx> +#include <oox/token/properties.hxx> #include "biffinputstream.hxx" #include "pagesettings.hxx" #include "workbooksettings.hxx" diff --git a/sc/source/filter/orcus/interface.cxx b/sc/source/filter/orcus/interface.cxx index 6c0562728af7..d7f6a0f65c18 100644 --- a/sc/source/filter/orcus/interface.cxx +++ b/sc/source/filter/orcus/interface.cxx @@ -18,8 +18,8 @@ #include "globstr.hrc" #include "compiler.hxx" -#include "formula/token.hxx" -#include "tools/datetime.hxx" +#include <formula/token.hxx> +#include <tools/datetime.hxx> #include <svl/sharedstringpool.hxx> #include <com/sun/star/task/XStatusIndicator.hpp> diff --git a/sc/source/filter/orcus/orcusfiltersimpl.cxx b/sc/source/filter/orcus/orcusfiltersimpl.cxx index c9213d6e2631..867cddb27b34 100644 --- a/sc/source/filter/orcus/orcusfiltersimpl.cxx +++ b/sc/source/filter/orcus/orcusfiltersimpl.cxx @@ -12,11 +12,11 @@ #include "document.hxx" -#include "tools/urlobj.hxx" -#include "sfx2/docfile.hxx" -#include "sfx2/frame.hxx" -#include "sfx2/sfxsids.hrc" -#include "svl/itemset.hxx" +#include <tools/urlobj.hxx> +#include <sfx2/docfile.hxx> +#include <sfx2/frame.hxx> +#include <sfx2/sfxsids.hrc> +#include <svl/itemset.hxx> #include <orcus/spreadsheet/import_interface.hpp> #include <orcus/orcus_csv.hpp> diff --git a/sc/source/filter/orcus/xmlcontext.cxx b/sc/source/filter/orcus/xmlcontext.cxx index ab21844983eb..fa91fd389ec5 100644 --- a/sc/source/filter/orcus/xmlcontext.cxx +++ b/sc/source/filter/orcus/xmlcontext.cxx @@ -12,9 +12,9 @@ #include "orcusxml.hxx" #include "document.hxx" -#include "svtools/treelistbox.hxx" -#include "svtools/treelistentry.hxx" -#include "ucbhelper/content.hxx" +#include <svtools/treelistbox.hxx> +#include <svtools/treelistentry.hxx> +#include <ucbhelper/content.hxx> #include <orcus/spreadsheet/import_interface.hpp> #include <orcus/xml_structure_tree.hpp> diff --git a/sc/source/filter/services.cxx b/sc/source/filter/services.cxx index 8818fa1197b2..fc27e7aae1a2 100644 --- a/sc/source/filter/services.cxx +++ b/sc/source/filter/services.cxx @@ -17,11 +17,11 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sal/config.h" +#include <sal/config.h> -#include "cppuhelper/factory.hxx" -#include "cppuhelper/implementationentry.hxx" -#include "sal/types.h" +#include <cppuhelper/factory.hxx> +#include <cppuhelper/implementationentry.hxx> +#include <sal/types.h> #include "excelfilter.hxx" #include "ooxformulaparser.hxx" diff --git a/sc/source/filter/starcalc/collect.hxx b/sc/source/filter/starcalc/collect.hxx index 6589a894e15f..9f6258a207e7 100644 --- a/sc/source/filter/starcalc/collect.hxx +++ b/sc/source/filter/starcalc/collect.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_SC_SOURCE_FILTER_STARCALC_COLLECT_HXX #define INCLUDED_SC_SOURCE_FILTER_STARCALC_COLLECT_HXX -#include "sal/types.h" +#include <sal/types.h> class ScDataObject { diff --git a/sc/source/filter/xcl97/XclExpChangeTrack.cxx b/sc/source/filter/xcl97/XclExpChangeTrack.cxx index 250a548d9090..ae8fb1d8267e 100644 --- a/sc/source/filter/xcl97/XclExpChangeTrack.cxx +++ b/sc/source/filter/xcl97/XclExpChangeTrack.cxx @@ -30,7 +30,7 @@ #include <oox/token/tokens.hxx> #include <rtl/strbuf.hxx> -#include "svl/sharedstring.hxx" +#include <svl/sharedstring.hxx> using namespace oox; diff --git a/sc/source/filter/xcl97/XclImpChangeTrack.cxx b/sc/source/filter/xcl97/XclImpChangeTrack.cxx index c5b0a7333ba4..b5a6d722bb5e 100644 --- a/sc/source/filter/xcl97/XclImpChangeTrack.cxx +++ b/sc/source/filter/xcl97/XclImpChangeTrack.cxx @@ -21,7 +21,7 @@ #include "XclImpChangeTrack.hxx" #include <sot/storage.hxx> #include <svl/zforlist.hxx> -#include "svl/sharedstringpool.hxx" +#include <svl/sharedstringpool.hxx> #include "chgviset.hxx" #include "formulacell.hxx" #include "chgtrack.hxx" diff --git a/sc/source/filter/xml/XMLChangeTrackingExportHelper.cxx b/sc/source/filter/xml/XMLChangeTrackingExportHelper.cxx index 624fea230d84..78a56e400838 100644 --- a/sc/source/filter/xml/XMLChangeTrackingExportHelper.cxx +++ b/sc/source/filter/xml/XMLChangeTrackingExportHelper.cxx @@ -36,7 +36,7 @@ #include <com/sun/star/util/DateTime.hpp> #include <tools/datetime.hxx> #include <svl/zforlist.hxx> -#include "svl/sharedstring.hxx" +#include <svl/sharedstring.hxx> #define SC_CHANGE_ID_PREFIX "ct" diff --git a/sc/source/filter/xml/XMLDDELinksContext.cxx b/sc/source/filter/xml/XMLDDELinksContext.cxx index 68444ddd1760..f9996a6d98ae 100644 --- a/sc/source/filter/xml/XMLDDELinksContext.cxx +++ b/sc/source/filter/xml/XMLDDELinksContext.cxx @@ -25,7 +25,7 @@ #include <xmloff/xmlnmspe.hxx> #include <xmloff/nmspmap.hxx> #include <sax/tools/converter.hxx> -#include "svl/sharedstringpool.hxx" +#include <svl/sharedstringpool.hxx> using namespace com::sun::star; using namespace xmloff::token; diff --git a/sc/source/filter/xml/XMLExportDataPilot.hxx b/sc/source/filter/xml/XMLExportDataPilot.hxx index c92d79984c6f..33ef30b7799c 100644 --- a/sc/source/filter/xml/XMLExportDataPilot.hxx +++ b/sc/source/filter/xml/XMLExportDataPilot.hxx @@ -23,7 +23,7 @@ #include <com/sun/star/sheet/XSpreadsheetDocument.hpp> #include <rtl/ustring.hxx> #include "global.hxx" -#include "xmloff/xmltoken.hxx" +#include <xmloff/xmltoken.hxx> class ScXMLExport; class ScDocument; diff --git a/sc/source/filter/xml/XMLExportDatabaseRanges.cxx b/sc/source/filter/xml/XMLExportDatabaseRanges.cxx index ea2b31ca60c6..a50742778de7 100644 --- a/sc/source/filter/xml/XMLExportDatabaseRanges.cxx +++ b/sc/source/filter/xml/XMLExportDatabaseRanges.cxx @@ -36,7 +36,7 @@ #include "queryparam.hxx" #include "queryentry.hxx" -#include "svx/dataaccessdescriptor.hxx" +#include <svx/dataaccessdescriptor.hxx> #include <com/sun/star/sheet/DataImportMode.hpp> #include <com/sun/star/table/TableSortField.hpp> diff --git a/sc/source/filter/xml/XMLTrackedChangesContext.cxx b/sc/source/filter/xml/XMLTrackedChangesContext.cxx index 0b537deb735c..fb13ac11702e 100644 --- a/sc/source/filter/xml/XMLTrackedChangesContext.cxx +++ b/sc/source/filter/xml/XMLTrackedChangesContext.cxx @@ -32,7 +32,7 @@ #include <xmloff/xmluconv.hxx> #include <sax/tools/converter.hxx> #include <svl/zforlist.hxx> -#include "svl/sharedstringpool.hxx" +#include <svl/sharedstringpool.hxx> #include <com/sun/star/text/XTextCursor.hpp> #include <com/sun/star/text/ControlCharacter.hpp> diff --git a/sc/source/filter/xml/cachedattraccess.hxx b/sc/source/filter/xml/cachedattraccess.hxx index b3b66c38e1a2..548be156a0d7 100644 --- a/sc/source/filter/xml/cachedattraccess.hxx +++ b/sc/source/filter/xml/cachedattraccess.hxx @@ -10,7 +10,7 @@ #ifndef INCLUDED_SC_SOURCE_FILTER_XML_CACHEDATTRACCESS_HXX #define INCLUDED_SC_SOURCE_FILTER_XML_CACHEDATTRACCESS_HXX -#include "sal/types.h" +#include <sal/types.h> class ScDocument; diff --git a/sc/source/filter/xml/celltextparacontext.cxx b/sc/source/filter/xml/celltextparacontext.cxx index b8740f064307..0120c49bf449 100644 --- a/sc/source/filter/xml/celltextparacontext.cxx +++ b/sc/source/filter/xml/celltextparacontext.cxx @@ -11,8 +11,8 @@ #include "xmlimprt.hxx" #include "xmlcelli.hxx" -#include "xmloff/nmspmap.hxx" -#include "comphelper/string.hxx" +#include <xmloff/nmspmap.hxx> +#include <comphelper/string.hxx> #include <com/sun/star/xml/sax/XAttributeList.hpp> diff --git a/sc/source/filter/xml/editattributemap.cxx b/sc/source/filter/xml/editattributemap.cxx index decea89b44b8..e5feb6bb3f43 100644 --- a/sc/source/filter/xml/editattributemap.cxx +++ b/sc/source/filter/xml/editattributemap.cxx @@ -9,9 +9,9 @@ #include "editattributemap.hxx" -#include "editeng/eeitem.hxx" -#include "editeng/memberids.hrc" -#include "xmloff/xmlnmspe.hxx" +#include <editeng/eeitem.hxx> +#include <editeng/memberids.hrc> +#include <xmloff/xmlnmspe.hxx> ScXMLEditAttributeMap::Entry aEntries[] = { diff --git a/sc/source/filter/xml/editattributemap.hxx b/sc/source/filter/xml/editattributemap.hxx index bb93629f8a1f..965f43e4548f 100644 --- a/sc/source/filter/xml/editattributemap.hxx +++ b/sc/source/filter/xml/editattributemap.hxx @@ -10,7 +10,7 @@ #ifndef INCLUDED_SC_SOURCE_FILTER_XML_EDITATTRIBUTEMAP_HXX #define INCLUDED_SC_SOURCE_FILTER_XML_EDITATTRIBUTEMAP_HXX -#include "rtl/ustring.hxx" +#include <rtl/ustring.hxx> #include <boost/unordered_map.hpp> diff --git a/sc/source/filter/xml/importcontext.hxx b/sc/source/filter/xml/importcontext.hxx index e6acdf59c205..52cd8a4d6cd6 100644 --- a/sc/source/filter/xml/importcontext.hxx +++ b/sc/source/filter/xml/importcontext.hxx @@ -10,8 +10,8 @@ #ifndef INCLUDED_SC_SOURCE_FILTER_XML_IMPORTCONTEXT_HXX #define INCLUDED_SC_SOURCE_FILTER_XML_IMPORTCONTEXT_HXX -#include "xmloff/xmlictxt.hxx" -#include "xmloff/xmlimp.hxx" +#include <xmloff/xmlictxt.hxx> +#include <xmloff/xmlimp.hxx> class ScXMLImport; diff --git a/sc/source/filter/xml/xmlcelli.cxx b/sc/source/filter/xml/xmlcelli.cxx index 364833ff8a1d..b09f90c34e61 100644 --- a/sc/source/filter/xml/xmlcelli.cxx +++ b/sc/source/filter/xml/xmlcelli.cxx @@ -62,28 +62,28 @@ #include <xmloff/families.hxx> #include <xmloff/numehelp.hxx> #include <xmloff/xmlnmspe.hxx> -#include "xmloff/prstylei.hxx" +#include <xmloff/prstylei.hxx> #include <svl/zforlist.hxx> #include <svx/svdocapt.hxx> #include <editeng/outlobj.hxx> #include <editeng/editobj.hxx> -#include "editeng/wghtitem.hxx" -#include "editeng/colritem.hxx" -#include "editeng/fhgtitem.hxx" -#include "editeng/postitem.hxx" -#include "editeng/fontitem.hxx" -#include "editeng/udlnitem.hxx" -#include "editeng/wrlmitem.hxx" -#include "editeng/crossedoutitem.hxx" -#include "editeng/charreliefitem.hxx" -#include "editeng/charscaleitem.hxx" -#include "editeng/contouritem.hxx" -#include "editeng/shdditem.hxx" -#include "editeng/kernitem.hxx" -#include "editeng/autokernitem.hxx" -#include "editeng/escapementitem.hxx" -#include "editeng/emphasismarkitem.hxx" -#include "editeng/langitem.hxx" +#include <editeng/wghtitem.hxx> +#include <editeng/colritem.hxx> +#include <editeng/fhgtitem.hxx> +#include <editeng/postitem.hxx> +#include <editeng/fontitem.hxx> +#include <editeng/udlnitem.hxx> +#include <editeng/wrlmitem.hxx> +#include <editeng/crossedoutitem.hxx> +#include <editeng/charreliefitem.hxx> +#include <editeng/charscaleitem.hxx> +#include <editeng/contouritem.hxx> +#include <editeng/shdditem.hxx> +#include <editeng/kernitem.hxx> +#include <editeng/autokernitem.hxx> +#include <editeng/escapementitem.hxx> +#include <editeng/emphasismarkitem.hxx> +#include <editeng/langitem.hxx> #include <svx/unoapi.hxx> #include <svl/languageoptions.hxx> #include <svl/sharedstringpool.hxx> diff --git a/sc/source/filter/xml/xmlcelli.hxx b/sc/source/filter/xml/xmlcelli.hxx index ad71a0978861..e5d02f81dfc3 100644 --- a/sc/source/filter/xml/xmlcelli.hxx +++ b/sc/source/filter/xml/xmlcelli.hxx @@ -22,10 +22,10 @@ #include "XMLDetectiveContext.hxx" #include "XMLCellRangeSourceContext.hxx" #include "importcontext.hxx" -#include "formula/grammar.hxx" -#include "svl/itemset.hxx" -#include "editeng/editdata.hxx" -#include "editeng/flditem.hxx" +#include <formula/grammar.hxx> +#include <svl/itemset.hxx> +#include <editeng/editdata.hxx> +#include <editeng/flditem.hxx> #include <boost/optional.hpp> #include <boost/scoped_ptr.hpp> diff --git a/sc/source/filter/xml/xmlexprt.cxx b/sc/source/filter/xml/xmlexprt.cxx index ea2f883bc752..b1f831d1f34c 100644 --- a/sc/source/filter/xml/xmlexprt.cxx +++ b/sc/source/filter/xml/xmlexprt.cxx @@ -76,27 +76,27 @@ #include <xmloff/families.hxx> #include <xmloff/numehelp.hxx> #include <xmloff/txtparae.hxx> -#include "editeng/autokernitem.hxx" -#include "editeng/charreliefitem.hxx" -#include "editeng/charscaleitem.hxx" -#include "editeng/colritem.hxx" -#include "editeng/contouritem.hxx" -#include "editeng/crossedoutitem.hxx" -#include "editeng/emphasismarkitem.hxx" -#include "editeng/escapementitem.hxx" -#include "editeng/fhgtitem.hxx" -#include "editeng/fontitem.hxx" -#include "editeng/kernitem.hxx" -#include "editeng/langitem.hxx" -#include "editeng/postitem.hxx" -#include "editeng/section.hxx" -#include "editeng/shdditem.hxx" -#include "editeng/udlnitem.hxx" -#include "editeng/wghtitem.hxx" -#include "editeng/wrlmitem.hxx" -#include "editeng/xmlcnitm.hxx" -#include "editeng/flditem.hxx" -#include "editeng/eeitem.hxx" +#include <editeng/autokernitem.hxx> +#include <editeng/charreliefitem.hxx> +#include <editeng/charscaleitem.hxx> +#include <editeng/colritem.hxx> +#include <editeng/contouritem.hxx> +#include <editeng/crossedoutitem.hxx> +#include <editeng/emphasismarkitem.hxx> +#include <editeng/escapementitem.hxx> +#include <editeng/fhgtitem.hxx> +#include <editeng/fontitem.hxx> +#include <editeng/kernitem.hxx> +#include <editeng/langitem.hxx> +#include <editeng/postitem.hxx> +#include <editeng/section.hxx> +#include <editeng/shdditem.hxx> +#include <editeng/udlnitem.hxx> +#include <editeng/wghtitem.hxx> +#include <editeng/wrlmitem.hxx> +#include <editeng/xmlcnitm.hxx> +#include <editeng/flditem.hxx> +#include <editeng/eeitem.hxx> #include <xmloff/xmlerror.hxx> #include <xmloff/XMLEventExport.hxx> @@ -104,7 +104,7 @@ #include <rtl/ustring.hxx> -#include "tools/color.hxx" +#include <tools/color.hxx> #include <rtl/math.hxx> #include <svl/zforlist.hxx> #include <svx/unoshape.hxx> diff --git a/sc/source/filter/xml/xmlexternaltabi.hxx b/sc/source/filter/xml/xmlexternaltabi.hxx index a0bbcffe40af..22fbd966f8e8 100644 --- a/sc/source/filter/xml/xmlexternaltabi.hxx +++ b/sc/source/filter/xml/xmlexternaltabi.hxx @@ -21,7 +21,7 @@ #define INCLUDED_SC_SOURCE_FILTER_XML_XMLEXTERNALTABI_HXX #include <xmloff/xmlictxt.hxx> -#include "rtl/ustrbuf.hxx" +#include <rtl/ustrbuf.hxx> class ScXMLImport; struct ScXMLExternalTabData; diff --git a/sc/source/filter/xml/xmlfilti.cxx b/sc/source/filter/xml/xmlfilti.cxx index d0aec057f5fc..75b07307f0fe 100644 --- a/sc/source/filter/xml/xmlfilti.cxx +++ b/sc/source/filter/xml/xmlfilti.cxx @@ -26,7 +26,7 @@ #include "queryentry.hxx" #include "document.hxx" -#include "svl/sharedstringpool.hxx" +#include <svl/sharedstringpool.hxx> #include <xmloff/xmltkmap.hxx> #include <xmloff/nmspmap.hxx> #include <xmloff/xmltoken.hxx> diff --git a/sc/source/filter/xml/xmlimprt.cxx b/sc/source/filter/xml/xmlimprt.cxx index 07ef3fd726f1..f95b2aad330f 100644 --- a/sc/source/filter/xml/xmlimprt.cxx +++ b/sc/source/filter/xml/xmlimprt.cxx @@ -40,7 +40,7 @@ #include <svl/zformat.hxx> #include <svl/languageoptions.hxx> -#include "editeng/editstat.hxx" +#include <editeng/editstat.hxx> #include "appluno.hxx" #include "xmlimprt.hxx" diff --git a/sc/source/filter/xml/xmlimprt.hxx b/sc/source/filter/xml/xmlimprt.hxx index 8e3fdb590060..97c4a5cdb63e 100644 --- a/sc/source/filter/xml/xmlimprt.hxx +++ b/sc/source/filter/xml/xmlimprt.hxx @@ -30,7 +30,7 @@ #include <com/sun/star/util/DateTime.hpp> #include "xmlsubti.hxx" #include "global.hxx" -#include "formula/grammar.hxx" +#include <formula/grammar.hxx> #include "compiler.hxx" #include "xmlstyle.hxx" diff --git a/sc/source/filter/xml/xmlstyli.cxx b/sc/source/filter/xml/xmlstyli.cxx index d1a059715fdc..fd468ba1e0cf 100644 --- a/sc/source/filter/xml/xmlstyli.cxx +++ b/sc/source/filter/xml/xmlstyli.cxx @@ -44,7 +44,7 @@ #include "unonames.hxx" #include "document.hxx" #include "conditio.hxx" -#include "svl/intitem.hxx" +#include <svl/intitem.hxx> #include "rangelst.hxx" #include "rangeutl.hxx" #include "docfunc.hxx" diff --git a/sc/source/filter/xml/xmlsubti.hxx b/sc/source/filter/xml/xmlsubti.hxx index eafd2fed832c..d3656d8c6b72 100644 --- a/sc/source/filter/xml/xmlsubti.hxx +++ b/sc/source/filter/xml/xmlsubti.hxx @@ -29,7 +29,7 @@ #include <com/sun/star/frame/XModel.hpp> #include "XMLTableShapeResizer.hxx" -#include "formula/grammar.hxx" +#include <formula/grammar.hxx> #include "tabprotection.hxx" #include "rangelst.hxx" diff --git a/sc/source/ui/Accessibility/AccessibleDocument.cxx b/sc/source/ui/Accessibility/AccessibleDocument.cxx index ae2b32d28fce..c08555919085 100644 --- a/sc/source/ui/Accessibility/AccessibleDocument.cxx +++ b/sc/source/ui/Accessibility/AccessibleDocument.cxx @@ -87,7 +87,7 @@ #include "AccessibleCell.hxx" -#include "svx/unoapi.hxx" +#include <svx/unoapi.hxx> #include "scmod.hxx" #ifdef indices diff --git a/sc/source/ui/Accessibility/AccessibleFilterMenu.cxx b/sc/source/ui/Accessibility/AccessibleFilterMenu.cxx index 5c95acb629ca..b2397905bcdc 100644 --- a/sc/source/ui/Accessibility/AccessibleFilterMenu.cxx +++ b/sc/source/ui/Accessibility/AccessibleFilterMenu.cxx @@ -24,11 +24,11 @@ #include "global.hxx" #include "docpool.hxx" -#include "tools/gen.hxx" -#include "editeng/unoedsrc.hxx" -#include "editeng/editdata.hxx" -#include "editeng/outliner.hxx" -#include "vcl/unohelp.hxx" +#include <tools/gen.hxx> +#include <editeng/unoedsrc.hxx> +#include <editeng/editdata.hxx> +#include <editeng/outliner.hxx> +#include <vcl/unohelp.hxx> #include "checklistmenu.hxx" #include <com/sun/star/accessibility/XAccessible.hpp> diff --git a/sc/source/ui/app/drwtrans.cxx b/sc/source/ui/app/drwtrans.cxx index a28d4b915ddf..40d48088b8dc 100644 --- a/sc/source/ui/app/drwtrans.cxx +++ b/sc/source/ui/app/drwtrans.cxx @@ -57,7 +57,7 @@ #include "scmod.hxx" #include "chartlis.hxx" #include "rangeutl.hxx" -#include "formula/grammar.hxx" +#include <formula/grammar.hxx> #include "dragdata.hxx" #include "clipdata.hxx" diff --git a/sc/source/ui/app/inputhdl.cxx b/sc/source/ui/app/inputhdl.cxx index ecc0e28d762c..fd513708a5ec 100644 --- a/sc/source/ui/app/inputhdl.cxx +++ b/sc/source/ui/app/inputhdl.cxx @@ -38,7 +38,7 @@ #include <editeng/unolingu.hxx> #include <editeng/wghtitem.hxx> #include <editeng/justifyitem.hxx> -#include "editeng/misspellrange.hxx" +#include <editeng/misspellrange.hxx> #include <sfx2/bindings.hxx> #include <sfx2/viewfrm.hxx> #include <sfx2/dispatch.hxx> diff --git a/sc/source/ui/app/scmod.cxx b/sc/source/ui/app/scmod.cxx index 8e1a9c4603a7..dc97b247a015 100644 --- a/sc/source/ui/app/scmod.cxx +++ b/sc/source/ui/app/scmod.cxx @@ -108,7 +108,7 @@ #include "scslots.hxx" #include "scabstdlg.hxx" -#include "formula/errorcodes.hxx" +#include <formula/errorcodes.hxx> #include "formulagroup.hxx" #include <documentlinkmgr.hxx> diff --git a/sc/source/ui/attrdlg/scuiexp.cxx b/sc/source/ui/attrdlg/scuiexp.cxx index 01f1926eec39..8d93952ba22b 100644 --- a/sc/source/ui/attrdlg/scuiexp.cxx +++ b/sc/source/ui/attrdlg/scuiexp.cxx @@ -21,7 +21,7 @@ #undef SC_DLLIMPLEMENTATION #include "scdlgfact.hxx" -#include "sal/types.h" +#include <sal/types.h> namespace scui { diff --git a/sc/source/ui/cctrl/checklistmenu.cxx b/sc/source/ui/cctrl/checklistmenu.cxx index 095e11bc7ef5..49061fa66546 100644 --- a/sc/source/ui/cctrl/checklistmenu.cxx +++ b/sc/source/ui/cctrl/checklistmenu.cxx @@ -30,7 +30,7 @@ #include <com/sun/star/accessibility/XAccessible.hpp> #include <com/sun/star/accessibility/XAccessibleContext.hpp> -#include "svtools/fmtfield.hxx" +#include <svtools/fmtfield.hxx> #include "document.hxx" using namespace com::sun::star; diff --git a/sc/source/ui/condformat/condformatmgr.cxx b/sc/source/ui/condformat/condformatmgr.cxx index 2ea6fc3a2108..83185cddc1c6 100644 --- a/sc/source/ui/condformat/condformatmgr.cxx +++ b/sc/source/ui/condformat/condformatmgr.cxx @@ -12,7 +12,7 @@ #include "scresid.hxx" #include "globstr.hrc" #include "condformatdlg.hxx" -#include "vcl/msgbox.hxx" +#include <vcl/msgbox.hxx> #include "document.hxx" #define ITEMID_RANGE 1 diff --git a/sc/source/ui/dbgui/filtdlg.cxx b/sc/source/ui/dbgui/filtdlg.cxx index 3b9e968387d4..b6ff4e153f5b 100644 --- a/sc/source/ui/dbgui/filtdlg.cxx +++ b/sc/source/ui/dbgui/filtdlg.cxx @@ -37,7 +37,7 @@ #include "filtdlg.hxx" #include <vcl/msgbox.hxx> -#include "svl/sharedstringpool.hxx" +#include <svl/sharedstringpool.hxx> #include <limits> diff --git a/sc/source/ui/dbgui/pfiltdlg.cxx b/sc/source/ui/dbgui/pfiltdlg.cxx index 8a097f202500..2d68f0b488d3 100644 --- a/sc/source/ui/dbgui/pfiltdlg.cxx +++ b/sc/source/ui/dbgui/pfiltdlg.cxx @@ -40,7 +40,7 @@ #include "pfiltdlg.hxx" #undef _PFILTDLG_CXX #include <svl/zforlist.hxx> -#include "svl/sharedstringpool.hxx" +#include <svl/sharedstringpool.hxx> ScPivotFilterDlg::ScPivotFilterDlg(Window* pParent, const SfxItemSet& rArgSet, SCTAB nSourceTab ) diff --git a/sc/source/ui/dbgui/textimportoptions.cxx b/sc/source/ui/dbgui/textimportoptions.cxx index fc4190a9efe0..b9b35823185a 100644 --- a/sc/source/ui/dbgui/textimportoptions.cxx +++ b/sc/source/ui/dbgui/textimportoptions.cxx @@ -21,10 +21,10 @@ #undef SC_DLLIMPLEMENTATION #include "textimportoptions.hxx" -#include "vcl/svapp.hxx" -#include "vcl/msgbox.hxx" -#include "vcl/window.hxx" -#include "vcl/settings.hxx" +#include <vcl/svapp.hxx> +#include <vcl/msgbox.hxx> +#include <vcl/window.hxx> +#include <vcl/settings.hxx> ScTextImportOptionsDlg::ScTextImportOptionsDlg(Window* pParent) : ModalDialog(pParent, "TextImportOptionsDialog", "modules/scalc/ui/textimportoptions.ui") diff --git a/sc/source/ui/dbgui/validate.cxx b/sc/source/ui/dbgui/validate.cxx index 6a93378d5c17..df23c4b4a15f 100644 --- a/sc/source/ui/dbgui/validate.cxx +++ b/sc/source/ui/dbgui/validate.cxx @@ -40,7 +40,7 @@ #include "validat.hxx" #include "validate.hxx" #include "compiler.hxx" -#include "formula/opcode.hxx" +#include <formula/opcode.hxx> // cell range picker #include "tabvwsh.hxx" diff --git a/sc/source/ui/docshell/docsh.cxx b/sc/source/ui/docshell/docsh.cxx index 7958920c5540..2cc729ef01f8 100644 --- a/sc/source/ui/docshell/docsh.cxx +++ b/sc/source/ui/docshell/docsh.cxx @@ -37,7 +37,7 @@ #include <sfx2/viewfrm.hxx> #include <svl/documentlockfile.hxx> #include <svl/sharecontrolfile.hxx> -#include "svl/urihelper.hxx" +#include <svl/urihelper.hxx> #include "chgtrack.hxx" #include "chgviset.hxx" #include <com/sun/star/awt/Key.hpp> diff --git a/sc/source/ui/docshell/docsh8.cxx b/sc/source/ui/docshell/docsh8.cxx index 90cedae70528..ddb2e575d112 100644 --- a/sc/source/ui/docshell/docsh8.cxx +++ b/sc/source/ui/docshell/docsh8.cxx @@ -66,8 +66,8 @@ #include "dbdocutl.hxx" #include "dociter.hxx" #include "globstr.hrc" -#include "svl/zformat.hxx" -#include "svl/intitem.hxx" +#include <svl/zformat.hxx> +#include <svl/intitem.hxx> #include "patattr.hxx" #include "scitems.hxx" #include "docpool.hxx" diff --git a/sc/source/ui/docshell/externalrefmgr.cxx b/sc/source/ui/docshell/externalrefmgr.cxx index 257291248d18..25dfe63ae1f7 100644 --- a/sc/source/ui/docshell/externalrefmgr.cxx +++ b/sc/source/ui/docshell/externalrefmgr.cxx @@ -33,24 +33,24 @@ #include "globstr.hrc" #include "cellvalue.hxx" -#include "sfx2/app.hxx" -#include "sfx2/docfilt.hxx" -#include "sfx2/docfile.hxx" -#include "sfx2/fcontnr.hxx" -#include "sfx2/sfxsids.hrc" -#include "sfx2/objsh.hxx" -#include "svl/broadcast.hxx" -#include "svl/smplhint.hxx" -#include "svl/itemset.hxx" -#include "svl/stritem.hxx" -#include "svl/urihelper.hxx" -#include "svl/zformat.hxx" -#include "svl/sharedstringpool.hxx" -#include "sfx2/linkmgr.hxx" -#include "tools/urlobj.hxx" -#include "unotools/ucbhelper.hxx" -#include "unotools/localfilehelper.hxx" -#include "vcl/msgbox.hxx" +#include <sfx2/app.hxx> +#include <sfx2/docfilt.hxx> +#include <sfx2/docfile.hxx> +#include <sfx2/fcontnr.hxx> +#include <sfx2/sfxsids.hrc> +#include <sfx2/objsh.hxx> +#include <svl/broadcast.hxx> +#include <svl/smplhint.hxx> +#include <svl/itemset.hxx> +#include <svl/stritem.hxx> +#include <svl/urihelper.hxx> +#include <svl/zformat.hxx> +#include <svl/sharedstringpool.hxx> +#include <sfx2/linkmgr.hxx> +#include <tools/urlobj.hxx> +#include <unotools/ucbhelper.hxx> +#include <unotools/localfilehelper.hxx> +#include <vcl/msgbox.hxx> #include "stringutil.hxx" #include "scmatrix.hxx" diff --git a/sc/source/ui/docshell/macromgr.cxx b/sc/source/ui/docshell/macromgr.cxx index 6de5358fd9f2..263ed4e617e4 100644 --- a/sc/source/ui/docshell/macromgr.cxx +++ b/sc/source/ui/docshell/macromgr.cxx @@ -20,9 +20,9 @@ #include "macromgr.hxx" #include "document.hxx" -#include "basic/basmgr.hxx" -#include "cppuhelper/implbase1.hxx" -#include "sfx2/objsh.hxx" +#include <basic/basmgr.hxx> +#include <cppuhelper/implbase1.hxx> +#include <sfx2/objsh.hxx> #include "formulacell.hxx" #include <com/sun/star/container/XContainer.hpp> diff --git a/sc/source/ui/docshell/tablink.cxx b/sc/source/ui/docshell/tablink.cxx index e3c36033a1bc..f1af923f6f84 100644 --- a/sc/source/ui/docshell/tablink.cxx +++ b/sc/source/ui/docshell/tablink.cxx @@ -40,7 +40,7 @@ #include "global.hxx" #include "hints.hxx" #include "dociter.hxx" -#include "formula/opcode.hxx" +#include <formula/opcode.hxx> #include "formulacell.hxx" #include "formulaiter.hxx" #include "tokenarray.hxx" diff --git a/sc/source/ui/formdlg/formula.cxx b/sc/source/ui/formdlg/formula.cxx index 621edbab326a..7c8c444ee0e7 100644 --- a/sc/source/ui/formdlg/formula.cxx +++ b/sc/source/ui/formdlg/formula.cxx @@ -46,7 +46,7 @@ #include "appoptio.hxx" #include "docsh.hxx" #include "funcdesc.hxx" -#include "formula/token.hxx" +#include <formula/token.hxx> #include "tokenarray.hxx" #include "sc.hrc" #include "servuno.hxx" diff --git a/sc/source/ui/inc/anyrefdg.hxx b/sc/source/ui/inc/anyrefdg.hxx index c5af032700ea..dcdbc7936c90 100644 --- a/sc/source/ui/inc/anyrefdg.hxx +++ b/sc/source/ui/inc/anyrefdg.hxx @@ -27,7 +27,7 @@ #include <sfx2/tabdlg.hxx> #include "address.hxx" #include "compiler.hxx" -#include "formula/funcutl.hxx" +#include <formula/funcutl.hxx> #include "IAnyRefDialog.hxx" #include "scresid.hxx" #include "scmod.hxx" diff --git a/sc/source/ui/inc/areasdlg.hxx b/sc/source/ui/inc/areasdlg.hxx index 7b55dd181c80..2800ac44894c 100644 --- a/sc/source/ui/inc/areasdlg.hxx +++ b/sc/source/ui/inc/areasdlg.hxx @@ -24,7 +24,7 @@ #include <vcl/lstbox.hxx> #include <vcl/fixed.hxx> -#include <anyrefdg.hxx> +#include "anyrefdg.hxx" class ScDocument; class ScViewData; diff --git a/sc/source/ui/inc/asciiopt.hxx b/sc/source/ui/inc/asciiopt.hxx index 5507332ddbea..9e4c845e9760 100644 --- a/sc/source/ui/inc/asciiopt.hxx +++ b/sc/source/ui/inc/asciiopt.hxx @@ -29,7 +29,7 @@ #include <tools/stream.hxx> #include <svx/txencbox.hxx> #include "csvtablebox.hxx" -#include "i18nlangtag/lang.h" +#include <i18nlangtag/lang.h> class ScAsciiOptions { diff --git a/sc/source/ui/inc/checklistmenu.hxx b/sc/source/ui/inc/checklistmenu.hxx index 5119c0248345..b98a9028df91 100644 --- a/sc/source/ui/inc/checklistmenu.hxx +++ b/sc/source/ui/inc/checklistmenu.hxx @@ -10,11 +10,11 @@ #ifndef INCLUDED_SC_SOURCE_UI_INC_CHECKLISTMENU_HXX #define INCLUDED_SC_SOURCE_UI_INC_CHECKLISTMENU_HXX -#include "vcl/popupmenuwindow.hxx" -#include "vcl/button.hxx" -#include "vcl/scrbar.hxx" -#include "vcl/timer.hxx" -#include "svx/checklbx.hxx" +#include <vcl/popupmenuwindow.hxx> +#include <vcl/button.hxx> +#include <vcl/scrbar.hxx> +#include <vcl/timer.hxx> +#include <svx/checklbx.hxx> #include <boost/unordered_map.hpp> #include <boost/scoped_ptr.hpp> diff --git a/sc/source/ui/inc/datafdlg.hxx b/sc/source/ui/inc/datafdlg.hxx index 33f9e321464d..7847cb210020 100644 --- a/sc/source/ui/inc/datafdlg.hxx +++ b/sc/source/ui/inc/datafdlg.hxx @@ -16,7 +16,7 @@ #include "global.hxx" -#include <tabvwsh.hxx> +#include "tabvwsh.hxx" #include <sfx2/bindings.hxx> #include <sfx2/dispatch.hxx> diff --git a/sc/source/ui/inc/datastreamdlg.hxx b/sc/source/ui/inc/datastreamdlg.hxx index 851afefe5099..947f68389500 100644 --- a/sc/source/ui/inc/datastreamdlg.hxx +++ b/sc/source/ui/inc/datastreamdlg.hxx @@ -13,7 +13,7 @@ #include <vcl/dialog.hxx> #include <vcl/layout.hxx> -#include <datastream.hxx> +#include "datastream.hxx" class ScDocShell; class SvtURLBox; diff --git a/sc/source/ui/inc/docfunc.hxx b/sc/source/ui/inc/docfunc.hxx index 1bdd02750c50..dc0a0f2d3117 100644 --- a/sc/source/ui/inc/docfunc.hxx +++ b/sc/source/ui/inc/docfunc.hxx @@ -22,7 +22,7 @@ #include <tools/link.hxx> #include "global.hxx" -#include "formula/grammar.hxx" +#include <formula/grammar.hxx> #include "tabbgcolor.hxx" #include "token.hxx" #include "rangenam.hxx" diff --git a/sc/source/ui/inc/dpcontrol.hxx b/sc/source/ui/inc/dpcontrol.hxx index cb48713511c6..e574f672429b 100644 --- a/sc/source/ui/inc/dpcontrol.hxx +++ b/sc/source/ui/inc/dpcontrol.hxx @@ -20,9 +20,9 @@ #ifndef INCLUDED_SC_SOURCE_UI_INC_DPCONTROL_HXX #define INCLUDED_SC_SOURCE_UI_INC_DPCONTROL_HXX -#include "rtl/ustring.hxx" -#include "tools/gen.hxx" -#include "tools/fract.hxx" +#include <rtl/ustring.hxx> +#include <tools/gen.hxx> +#include <tools/fract.hxx> class OutputDevice; class Point; diff --git a/sc/source/ui/inc/formula.hxx b/sc/source/ui/inc/formula.hxx index ebeeac639d3e..b5ad534c91e3 100644 --- a/sc/source/ui/inc/formula.hxx +++ b/sc/source/ui/inc/formula.hxx @@ -30,7 +30,7 @@ #include "compiler.hxx" -#include "formula/formula.hxx" +#include <formula/formula.hxx> #include "IAnyRefDialog.hxx" class ScViewData; diff --git a/sc/source/ui/inc/inputhdl.hxx b/sc/source/ui/inc/inputhdl.hxx index 937313832e1a..0d57a2ee64f3 100644 --- a/sc/source/ui/inc/inputhdl.hxx +++ b/sc/source/ui/inc/inputhdl.hxx @@ -26,8 +26,8 @@ #include <tools/fract.hxx> #include <tools/gen.hxx> -#include "tools/link.hxx" -#include "vcl/vclevent.hxx" +#include <tools/link.hxx> +#include <vcl/vclevent.hxx> #include <editeng/svxenum.hxx> #include <set> diff --git a/sc/source/ui/inc/overlayobject.hxx b/sc/source/ui/inc/overlayobject.hxx index e1d10b2201cd..2db52ce38a31 100644 --- a/sc/source/ui/inc/overlayobject.hxx +++ b/sc/source/ui/inc/overlayobject.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_SC_SOURCE_UI_INC_OVERLAYOBJECT_HXX #define INCLUDED_SC_SOURCE_UI_INC_OVERLAYOBJECT_HXX -#include "svx/sdr/overlay/overlayobject.hxx" +#include <svx/sdr/overlay/overlayobject.hxx> class ScOverlayDashedBorder : public ::sdr::overlay::OverlayObject { diff --git a/sc/source/ui/inc/scuiasciiopt.hxx b/sc/source/ui/inc/scuiasciiopt.hxx index fae167525d5e..23de9df7cd98 100644 --- a/sc/source/ui/inc/scuiasciiopt.hxx +++ b/sc/source/ui/inc/scuiasciiopt.hxx @@ -22,7 +22,7 @@ #include "asciiopt.hxx" -#include "svx/langbox.hxx" +#include <svx/langbox.hxx> class ScImportAsciiDlg : public ModalDialog { diff --git a/sc/source/ui/inc/textimportoptions.hxx b/sc/source/ui/inc/textimportoptions.hxx index 635603cfa971..0fd2f39a2b38 100644 --- a/sc/source/ui/inc/textimportoptions.hxx +++ b/sc/source/ui/inc/textimportoptions.hxx @@ -20,11 +20,11 @@ #ifndef INCLUDED_SC_SOURCE_UI_INC_TEXTIMPORTOPTIONS_HXX #define INCLUDED_SC_SOURCE_UI_INC_TEXTIMPORTOPTIONS_HXX -#include "vcl/dialog.hxx" -#include "vcl/button.hxx" -#include "vcl/fixed.hxx" -#include "i18nlangtag/lang.h" -#include "svx/langbox.hxx" +#include <vcl/dialog.hxx> +#include <vcl/button.hxx> +#include <vcl/fixed.hxx> +#include <i18nlangtag/lang.h> +#include <svx/langbox.hxx> class ScTextImportOptionsDlg : public ModalDialog { diff --git a/sc/source/ui/inc/undotab.hxx b/sc/source/ui/inc/undotab.hxx index 9d2d67e2f1a6..515e46c54574 100644 --- a/sc/source/ui/inc/undotab.hxx +++ b/sc/source/ui/inc/undotab.hxx @@ -21,7 +21,7 @@ #define INCLUDED_SC_SOURCE_UI_INC_UNDOTAB_HXX #include "undobase.hxx" -#include "formula/grammar.hxx" +#include <formula/grammar.hxx> #include <tools/color.hxx> #include "tabbgcolor.hxx" diff --git a/sc/source/ui/inc/xmlsourcedlg.hxx b/sc/source/ui/inc/xmlsourcedlg.hxx index deaf0080cd2e..c9614895eaf1 100644 --- a/sc/source/ui/inc/xmlsourcedlg.hxx +++ b/sc/source/ui/inc/xmlsourcedlg.hxx @@ -13,7 +13,7 @@ #include <vcl/button.hxx> #include <vcl/fixed.hxx> #include <vcl/layout.hxx> -#include "svtools/treelistbox.hxx" +#include <svtools/treelistbox.hxx> #include "anyrefdg.hxx" #include "orcusxml.hxx" diff --git a/sc/source/ui/miscdlgs/datafdlg.cxx b/sc/source/ui/miscdlgs/datafdlg.cxx index b4ad28de509b..a4d8207e24f0 100644 --- a/sc/source/ui/miscdlgs/datafdlg.cxx +++ b/sc/source/ui/miscdlgs/datafdlg.cxx @@ -16,7 +16,7 @@ #include "refundo.hxx" #include "undodat.hxx" -#include "rtl/ustrbuf.hxx" +#include <rtl/ustrbuf.hxx> #define HDL(hdl) LINK( this, ScDataFormDlg, hdl ) diff --git a/sc/source/ui/miscdlgs/solveroptions.cxx b/sc/source/ui/miscdlgs/solveroptions.cxx index ca7f83ff05b1..ad004b017cbd 100644 --- a/sc/source/ui/miscdlgs/solveroptions.cxx +++ b/sc/source/ui/miscdlgs/solveroptions.cxx @@ -27,7 +27,7 @@ #include <vcl/msgbox.hxx> #include <unotools/collatorwrapper.hxx> #include <unotools/localedatawrapper.hxx> -#include "svtools/treelistentry.hxx" +#include <svtools/treelistentry.hxx> #include <algorithm> diff --git a/sc/source/ui/namedlg/namedlg.cxx b/sc/source/ui/namedlg/namedlg.cxx index ebddc78ec6b0..4a0d4a11ab94 100644 --- a/sc/source/ui/namedlg/namedlg.cxx +++ b/sc/source/ui/namedlg/namedlg.cxx @@ -30,7 +30,7 @@ #include "globalnames.hxx" #include "tokenarray.hxx" -#include "sfx2/app.hxx" +#include <sfx2/app.hxx> #include <vcl/msgbox.hxx> #include <vcl/settings.hxx> diff --git a/sc/source/ui/namedlg/namemgrtable.cxx b/sc/source/ui/namedlg/namemgrtable.cxx index 89f72e7ad01a..98d7653e4614 100644 --- a/sc/source/ui/namedlg/namemgrtable.cxx +++ b/sc/source/ui/namedlg/namemgrtable.cxx @@ -18,7 +18,7 @@ #include "viewdata.hxx" #include "globalnames.hxx" -#include "sfx2/app.hxx" +#include <sfx2/app.hxx> #define ITEMID_NAME 1 #define ITEMID_RANGE 2 diff --git a/sc/source/ui/optdlg/calcoptionsdlg.cxx b/sc/source/ui/optdlg/calcoptionsdlg.cxx index 15bc6f9c5de6..e5057af8148b 100644 --- a/sc/source/ui/optdlg/calcoptionsdlg.cxx +++ b/sc/source/ui/optdlg/calcoptionsdlg.cxx @@ -11,8 +11,8 @@ #include "sc.hrc" #include "scresid.hxx" -#include "svtools/svlbitm.hxx" -#include "svtools/treelistentry.hxx" +#include <svtools/svlbitm.hxx> +#include <svtools/treelistentry.hxx> #if HAVE_FEATURE_OPENCL #include "formulagroup.hxx" diff --git a/sc/source/ui/optdlg/calcoptionsdlg.hxx b/sc/source/ui/optdlg/calcoptionsdlg.hxx index 2c9ed721ac54..9a0f5795fcfb 100644 --- a/sc/source/ui/optdlg/calcoptionsdlg.hxx +++ b/sc/source/ui/optdlg/calcoptionsdlg.hxx @@ -12,12 +12,12 @@ #include <config_features.h> -#include "vcl/dialog.hxx" -#include "vcl/button.hxx" -#include "vcl/fixed.hxx" -#include "vcl/lstbox.hxx" -#include "svx/checklbx.hxx" -#include "svtools/treelistbox.hxx" +#include <vcl/dialog.hxx> +#include <vcl/button.hxx> +#include <vcl/fixed.hxx> +#include <vcl/lstbox.hxx> +#include <svx/checklbx.hxx> +#include <svtools/treelistbox.hxx> #include "calcconfig.hxx" diff --git a/sc/source/ui/optdlg/tpformula.cxx b/sc/source/ui/optdlg/tpformula.cxx index cfb96f69be8a..132008148259 100644 --- a/sc/source/ui/optdlg/tpformula.cxx +++ b/sc/source/ui/optdlg/tpformula.cxx @@ -26,9 +26,9 @@ #include "formulaopt.hxx" #include "sc.hrc" #include "scresid.hxx" -#include "formula/grammar.hxx" +#include <formula/grammar.hxx> #include "calcoptionsdlg.hxx" -#include "vcl/msgbox.hxx" +#include <vcl/msgbox.hxx> #include <unotools/localedatawrapper.hxx> diff --git a/sc/source/ui/sidebar/AlignmentPropertyPanel.cxx b/sc/source/ui/sidebar/AlignmentPropertyPanel.cxx index 1e7ad55be0e7..d7d0d87066cd 100644 --- a/sc/source/ui/sidebar/AlignmentPropertyPanel.cxx +++ b/sc/source/ui/sidebar/AlignmentPropertyPanel.cxx @@ -20,7 +20,7 @@ #include <sfx2/sidebar/ResourceDefinitions.hrc> #include <sfx2/sidebar/Theme.hxx> #include <sfx2/sidebar/ControlFactory.hxx> -#include <AlignmentPropertyPanel.hxx> +#include "AlignmentPropertyPanel.hxx" #include <editeng/justifyitem.hxx> #include <svx/dialmgr.hxx> #include "sc.hrc" diff --git a/sc/source/ui/sidebar/CellAppearancePropertyPanel.cxx b/sc/source/ui/sidebar/CellAppearancePropertyPanel.cxx index 66e28c30f6f8..4f2ddf91384a 100644 --- a/sc/source/ui/sidebar/CellAppearancePropertyPanel.cxx +++ b/sc/source/ui/sidebar/CellAppearancePropertyPanel.cxx @@ -20,7 +20,7 @@ #include <sfx2/sidebar/ResourceDefinitions.hrc> #include <sfx2/sidebar/Theme.hxx> #include <sfx2/sidebar/ControlFactory.hxx> -#include <CellAppearancePropertyPanel.hxx> +#include "CellAppearancePropertyPanel.hxx" #include <CellAppearancePropertyPanel.hrc> #include "sc.hrc" #include "scresid.hxx" @@ -38,11 +38,11 @@ #include <svx/sidebar/ColorControl.hxx> #include <boost/bind.hpp> #include <svx/sidebar/PopupContainer.hxx> -#include <CellLineStyleControl.hxx> -#include <CellLineStylePopup.hxx> -#include <CellBorderUpdater.hxx> -#include <CellBorderStyleControl.hxx> -#include <CellBorderStylePopup.hxx> +#include "CellLineStyleControl.hxx" +#include "CellLineStylePopup.hxx" +#include "CellBorderUpdater.hxx" +#include "CellBorderStyleControl.hxx" +#include "CellBorderStylePopup.hxx" using namespace css; using namespace cssu; diff --git a/sc/source/ui/sidebar/CellBorderStyleControl.cxx b/sc/source/ui/sidebar/CellBorderStyleControl.cxx index da1457704aef..5330ed0111a7 100644 --- a/sc/source/ui/sidebar/CellBorderStyleControl.cxx +++ b/sc/source/ui/sidebar/CellBorderStyleControl.cxx @@ -17,13 +17,13 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <CellBorderStyleControl.hxx> +#include "CellBorderStyleControl.hxx" #include "sc.hrc" #include "scresid.hxx" #include <CellAppearancePropertyPanel.hrc> #include <editeng/boxitem.hxx> #include <editeng/borderline.hxx> -#include <CellAppearancePropertyPanel.hxx> +#include "CellAppearancePropertyPanel.hxx" #include <sfx2/bindings.hxx> #include <sfx2/dispatch.hxx> #include <vcl/svapp.hxx> diff --git a/sc/source/ui/sidebar/CellBorderUpdater.cxx b/sc/source/ui/sidebar/CellBorderUpdater.cxx index fccecb190114..1eb9bf4fe163 100644 --- a/sc/source/ui/sidebar/CellBorderUpdater.cxx +++ b/sc/source/ui/sidebar/CellBorderUpdater.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <CellBorderUpdater.hxx> +#include "CellBorderUpdater.hxx" #include <vcl/bmpacc.hxx> #include <vcl/svapp.hxx> #include <vcl/settings.hxx> diff --git a/sc/source/ui/sidebar/CellLineStyleControl.cxx b/sc/source/ui/sidebar/CellLineStyleControl.cxx index d6f55cee2e9c..2225ffca3a44 100644 --- a/sc/source/ui/sidebar/CellLineStyleControl.cxx +++ b/sc/source/ui/sidebar/CellLineStyleControl.cxx @@ -17,17 +17,17 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <CellLineStyleControl.hxx> +#include "CellLineStyleControl.hxx" #include "sc.hrc" #include "scresid.hxx" #include <CellAppearancePropertyPanel.hrc> -#include <CellLineStyleValueSet.hxx> +#include "CellLineStyleValueSet.hxx" #include <vcl/i18nhelp.hxx> #include <vcl/settings.hxx> #include <editeng/boxitem.hxx> #include <editeng/borderline.hxx> #include <editeng/lineitem.hxx> -#include <CellAppearancePropertyPanel.hxx> +#include "CellAppearancePropertyPanel.hxx" #include <sfx2/bindings.hxx> #include <sfx2/dispatch.hxx> diff --git a/sc/source/ui/sidebar/CellLineStyleControl.hxx b/sc/source/ui/sidebar/CellLineStyleControl.hxx index 86f455f83d90..a898703d36d7 100644 --- a/sc/source/ui/sidebar/CellLineStyleControl.hxx +++ b/sc/source/ui/sidebar/CellLineStyleControl.hxx @@ -21,7 +21,7 @@ #include <svx/sidebar/PopupControl.hxx> #include <vcl/button.hxx> -#include <CellLineStyleValueSet.hxx> +#include "CellLineStyleValueSet.hxx" namespace sc { namespace sidebar { diff --git a/sc/source/ui/sidebar/CellLineStyleValueSet.cxx b/sc/source/ui/sidebar/CellLineStyleValueSet.cxx index 4819d0f73b23..1472dff794a1 100644 --- a/sc/source/ui/sidebar/CellLineStyleValueSet.cxx +++ b/sc/source/ui/sidebar/CellLineStyleValueSet.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <CellLineStyleValueSet.hxx> +#include "CellLineStyleValueSet.hxx" #include <i18nlangtag/mslangid.hxx> #include <vcl/settings.hxx> diff --git a/sc/source/ui/sidebar/NumberFormatPropertyPanel.cxx b/sc/source/ui/sidebar/NumberFormatPropertyPanel.cxx index 142bd51729cf..145beb9e0ee2 100644 --- a/sc/source/ui/sidebar/NumberFormatPropertyPanel.cxx +++ b/sc/source/ui/sidebar/NumberFormatPropertyPanel.cxx @@ -20,7 +20,7 @@ #include <sfx2/sidebar/ResourceDefinitions.hrc> #include <sfx2/sidebar/Theme.hxx> #include <sfx2/sidebar/ControlFactory.hxx> -#include <NumberFormatPropertyPanel.hxx> +#include "NumberFormatPropertyPanel.hxx" #include "sc.hrc" #include "scresid.hxx" #include <sfx2/bindings.hxx> diff --git a/sc/source/ui/sidebar/ScPanelFactory.cxx b/sc/source/ui/sidebar/ScPanelFactory.cxx index 739489e51c7e..03fe29ad17a4 100644 --- a/sc/source/ui/sidebar/ScPanelFactory.cxx +++ b/sc/source/ui/sidebar/ScPanelFactory.cxx @@ -19,9 +19,9 @@ #include "ScPanelFactory.hxx" -#include <AlignmentPropertyPanel.hxx> -#include <CellAppearancePropertyPanel.hxx> -#include <NumberFormatPropertyPanel.hxx> +#include "AlignmentPropertyPanel.hxx" +#include "CellAppearancePropertyPanel.hxx" +#include "NumberFormatPropertyPanel.hxx" #include <navipi.hxx> #include <dwfunctr.hxx> #include "sc.hrc" diff --git a/sc/source/ui/undo/undocell.cxx b/sc/source/ui/undo/undocell.cxx index f0e680310642..1119a9ee5024 100644 --- a/sc/source/ui/undo/undocell.cxx +++ b/sc/source/ui/undo/undocell.cxx @@ -23,7 +23,7 @@ #include <editeng/eeitem.hxx> #include <editeng/editobj.hxx> #include <svl/zforlist.hxx> -#include "svl/sharedstringpool.hxx" +#include <svl/sharedstringpool.hxx> #include <sfx2/app.hxx> #include "document.hxx" diff --git a/sc/source/ui/undo/undorangename.cxx b/sc/source/ui/undo/undorangename.cxx index 172f802dcbd0..db9b0e43429e 100644 --- a/sc/source/ui/undo/undorangename.cxx +++ b/sc/source/ui/undo/undorangename.cxx @@ -14,7 +14,7 @@ #include "docfunc.hxx" #include "sc.hrc" -#include "sfx2/app.hxx" +#include <sfx2/app.hxx> #include <memory> diff --git a/sc/source/ui/unoobj/appluno.cxx b/sc/source/ui/unoobj/appluno.cxx index 7c46639f2d37..efddd0ad354f 100644 --- a/sc/source/ui/unoobj/appluno.cxx +++ b/sc/source/ui/unoobj/appluno.cxx @@ -19,7 +19,7 @@ #include "appluno.hxx" -#include "sal/types.h" +#include <sal/types.h> #include <osl/diagnose.h> #include <cppuhelper/factory.hxx> diff --git a/sc/source/ui/unoobj/cellsuno.cxx b/sc/source/ui/unoobj/cellsuno.cxx index 98f256c01319..832c06b2234d 100644 --- a/sc/source/ui/unoobj/cellsuno.cxx +++ b/sc/source/ui/unoobj/cellsuno.cxx @@ -27,12 +27,12 @@ #include <editeng/editeng.hxx> #include <editeng/flditem.hxx> #include <editeng/justifyitem.hxx> -#include "editeng/editobj.hxx" +#include <editeng/editobj.hxx> #include <svx/fmdpage.hxx> #include <editeng/langitem.hxx> #include <sfx2/linkmgr.hxx> #include <svl/srchitem.hxx> -#include "svl/sharedstringpool.hxx" +#include <svl/sharedstringpool.hxx> #include <svx/unomid.hxx> #include <editeng/unoprnms.hxx> #include <editeng/unotext.hxx> @@ -116,10 +116,10 @@ #include "unowids.hxx" #include "paramisc.hxx" #include "queryentry.hxx" -#include "formula/errorcodes.hxx" +#include <formula/errorcodes.hxx> #include "unoreflist.hxx" -#include "formula/grammar.hxx" -#include "editeng/escapementitem.hxx" +#include <formula/grammar.hxx> +#include <editeng/escapementitem.hxx> #include "stringutil.hxx" #include "formulaiter.hxx" #include "tokenarray.hxx" diff --git a/sc/source/ui/unoobj/chart2uno.cxx b/sc/source/ui/unoobj/chart2uno.cxx index 62d1573877d7..29e4efa1f889 100644 --- a/sc/source/ui/unoobj/chart2uno.cxx +++ b/sc/source/ui/unoobj/chart2uno.cxx @@ -39,8 +39,8 @@ #include "tokenarray.hxx" #include "scmatrix.hxx" -#include "formula/opcode.hxx" -#include "svl/sharedstring.hxx" +#include <formula/opcode.hxx> +#include <svl/sharedstring.hxx> #include <sfx2/objsh.hxx> #include <vcl/svapp.hxx> diff --git a/sc/source/ui/unoobj/datauno.cxx b/sc/source/ui/unoobj/datauno.cxx index 0296a25e9bca..8103bb390e02 100644 --- a/sc/source/ui/unoobj/datauno.cxx +++ b/sc/source/ui/unoobj/datauno.cxx @@ -21,7 +21,7 @@ #include <svl/smplhint.hxx> #include <svl/zforlist.hxx> -#include "svl/sharedstringpool.hxx" +#include <svl/sharedstringpool.hxx> #include <vcl/svapp.hxx> #include <com/sun/star/awt/XBitmap.hpp> diff --git a/sc/source/ui/unoobj/exceldetect.cxx b/sc/source/ui/unoobj/exceldetect.cxx index 525d2ac749c6..3f56fa494a31 100644 --- a/sc/source/ui/unoobj/exceldetect.cxx +++ b/sc/source/ui/unoobj/exceldetect.cxx @@ -13,13 +13,13 @@ #include <com/sun/star/ucb/XContent.hpp> #include <cppuhelper/supportsservice.hxx> -#include "svl/itemset.hxx" -#include "svl/eitem.hxx" -#include "sfx2/app.hxx" -#include "sfx2/docfile.hxx" -#include "sfx2/sfxsids.hrc" -#include "unotools/mediadescriptor.hxx" -#include "sot/storage.hxx" +#include <svl/itemset.hxx> +#include <svl/eitem.hxx> +#include <sfx2/app.hxx> +#include <sfx2/docfile.hxx> +#include <sfx2/sfxsids.hrc> +#include <unotools/mediadescriptor.hxx> +#include <sot/storage.hxx> using namespace com::sun::star; using utl::MediaDescriptor; diff --git a/sc/source/ui/unoobj/filtuno.cxx b/sc/source/ui/unoobj/filtuno.cxx index 6418d606a8f9..0fa086fb0c0d 100644 --- a/sc/source/ui/unoobj/filtuno.cxx +++ b/sc/source/ui/unoobj/filtuno.cxx @@ -35,7 +35,7 @@ #include "sc.hrc" #include "scabstdlg.hxx" -#include "i18nlangtag/lang.h" +#include <i18nlangtag/lang.h> #include <optutil.hxx> #include <com/sun/star/uno/Any.hxx> diff --git a/sc/source/ui/unoobj/funcuno.cxx b/sc/source/ui/unoobj/funcuno.cxx index 19d41cad279a..fe8ce61f9522 100644 --- a/sc/source/ui/unoobj/funcuno.cxx +++ b/sc/source/ui/unoobj/funcuno.cxx @@ -29,7 +29,7 @@ #include "scdll.hxx" #include "document.hxx" #include "compiler.hxx" -#include "formula/errorcodes.hxx" +#include <formula/errorcodes.hxx> #include "callform.hxx" #include "addincol.hxx" #include "rangeseq.hxx" diff --git a/sc/source/ui/unoobj/viewuno.cxx b/sc/source/ui/unoobj/viewuno.cxx index e6b82cc47fa3..ecb51c105e94 100644 --- a/sc/source/ui/unoobj/viewuno.cxx +++ b/sc/source/ui/unoobj/viewuno.cxx @@ -70,7 +70,7 @@ #include <svx/sdrhittesthelper.hxx> #include <boost/foreach.hpp> #include "formatsh.hxx" -#include "sfx2/app.hxx" +#include <sfx2/app.hxx> using namespace com::sun::star; diff --git a/sc/source/ui/vba/service.cxx b/sc/source/ui/vba/service.cxx index 95d622195a73..1187ce82c82e 100644 --- a/sc/source/ui/vba/service.cxx +++ b/sc/source/ui/vba/service.cxx @@ -16,10 +16,10 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "cppuhelper/implementationentry.hxx" -#include "com/sun/star/lang/XMultiServiceFactory.hpp" -#include "com/sun/star/registry/XRegistryKey.hpp" -#include "comphelper/servicedecl.hxx" +#include <cppuhelper/implementationentry.hxx> +#include <com/sun/star/lang/XMultiServiceFactory.hpp> +#include <com/sun/star/registry/XRegistryKey.hpp> +#include <comphelper/servicedecl.hxx> // component exports diff --git a/sc/source/ui/view/cellsh4.cxx b/sc/source/ui/view/cellsh4.cxx index 3396ae5de477..a2a30f84e48d 100644 --- a/sc/source/ui/view/cellsh4.cxx +++ b/sc/source/ui/view/cellsh4.cxx @@ -28,7 +28,7 @@ #include "document.hxx" #include "sc.hrc" -#include "vcl/svapp.hxx" +#include <vcl/svapp.hxx> void ScCellShell::ExecuteCursor( SfxRequest& rReq ) { diff --git a/sc/source/ui/view/cliputil.cxx b/sc/source/ui/view/cliputil.cxx index 242a5751dd3b..239c8094fbd5 100644 --- a/sc/source/ui/view/cliputil.cxx +++ b/sc/source/ui/view/cliputil.cxx @@ -19,7 +19,7 @@ #include "viewutil.hxx" #include "markdata.hxx" -#include "vcl/waitobj.hxx" +#include <vcl/waitobj.hxx> void ScClipUtil::PasteFromClipboard( ScViewData* pViewData, ScTabViewShell* pTabViewShell, bool bShowDialog ) { diff --git a/sc/source/ui/view/gridwin.cxx b/sc/source/ui/view/gridwin.cxx index 9e88a0b794e6..2082d8d343a7 100644 --- a/sc/source/ui/view/gridwin.cxx +++ b/sc/source/ui/view/gridwin.cxx @@ -27,9 +27,9 @@ #include <editeng/editstat.hxx> #include <editeng/flditem.hxx> #include <editeng/justifyitem.hxx> -#include "editeng/unolingu.hxx" -#include "editeng/langitem.hxx" -#include "editeng/misspellrange.hxx" +#include <editeng/unolingu.hxx> +#include <editeng/langitem.hxx> +#include <editeng/misspellrange.hxx> #include <svx/svdetc.hxx> #include <editeng/editobj.hxx> #include <sfx2/dispatch.hxx> @@ -38,7 +38,7 @@ #include <svl/stritem.hxx> #include <svtools/svtabbx.hxx> #include <svl/urlbmk.hxx> -#include "svl/sharedstringpool.hxx" +#include <svl/sharedstringpool.hxx> #include <vcl/cursor.hxx> #include <vcl/graph.hxx> #include <vcl/hatch.hxx> diff --git a/sc/source/ui/view/imapwrap.cxx b/sc/source/ui/view/imapwrap.cxx index 38a00269024e..959ada7a33ba 100644 --- a/sc/source/ui/view/imapwrap.cxx +++ b/sc/source/ui/view/imapwrap.cxx @@ -20,7 +20,7 @@ #include <svx/imapdlg.hxx> #include <sfx2/viewfrm.hxx> -#include <imapwrap.hxx> +#include "imapwrap.hxx" sal_uInt16 ScIMapChildWindowId() { diff --git a/sc/source/ui/view/overlayobject.cxx b/sc/source/ui/view/overlayobject.cxx index e3ec7e72e4d8..778e44f0dfe0 100644 --- a/sc/source/ui/view/overlayobject.cxx +++ b/sc/source/ui/view/overlayobject.cxx @@ -18,15 +18,15 @@ */ #include "overlayobject.hxx" -#include "vcl/outdev.hxx" -#include "vcl/lineinfo.hxx" -#include "tools/fract.hxx" -#include "basegfx/range/b2drange.hxx" -#include "basegfx/polygon/b2dpolygon.hxx" -#include "basegfx/polygon/b2dpolygontools.hxx" -#include "svx/sdr/overlay/overlaymanager.hxx" -#include "drawinglayer/primitive2d/baseprimitive2d.hxx" -#include "drawinglayer/primitive2d/polypolygonprimitive2d.hxx" +#include <vcl/outdev.hxx> +#include <vcl/lineinfo.hxx> +#include <tools/fract.hxx> +#include <basegfx/range/b2drange.hxx> +#include <basegfx/polygon/b2dpolygon.hxx> +#include <basegfx/polygon/b2dpolygontools.hxx> +#include <svx/sdr/overlay/overlaymanager.hxx> +#include <drawinglayer/primitive2d/baseprimitive2d.hxx> +#include <drawinglayer/primitive2d/polypolygonprimitive2d.hxx> using ::sdr::overlay::OverlayObject; using ::sdr::overlay::OverlayManager; diff --git a/sc/source/ui/view/tabview3.cxx b/sc/source/ui/view/tabview3.cxx index 9f002d308aa7..c37cd4c3104a 100644 --- a/sc/source/ui/view/tabview3.cxx +++ b/sc/source/ui/view/tabview3.cxx @@ -62,7 +62,7 @@ #include "client.hxx" #include "tabprotection.hxx" #include "markdata.hxx" -#include "formula/FormulaCompiler.hxx" +#include <formula/FormulaCompiler.hxx> #include <com/sun/star/chart2/data/HighlightedRange.hpp> diff --git a/sc/source/ui/view/tabvwsh5.cxx b/sc/source/ui/view/tabvwsh5.cxx index 56112f30bce0..636fcfb721a4 100644 --- a/sc/source/ui/view/tabvwsh5.cxx +++ b/sc/source/ui/view/tabvwsh5.cxx @@ -38,7 +38,7 @@ #include "editsh.hxx" #include "hints.hxx" #include "cellvalue.hxx" -#include "svl/sharedstring.hxx" +#include <svl/sharedstring.hxx> void ScTabViewShell::Notify( SfxBroadcaster& rBC, const SfxHint& rHint ) { diff --git a/sc/source/ui/view/viewfun6.cxx b/sc/source/ui/view/viewfun6.cxx index 7be1a70fa88b..abfb11abf96a 100644 --- a/sc/source/ui/view/viewfun6.cxx +++ b/sc/source/ui/view/viewfun6.cxx @@ -23,8 +23,8 @@ #include <sfx2/bindings.hxx> #include <sfx2/dispatch.hxx> #include <vcl/msgbox.hxx> -#include "svl/zforlist.hxx" -#include "svl/zformat.hxx" +#include <svl/zforlist.hxx> +#include <svl/zformat.hxx> #include "viewfunc.hxx" #include "detfunc.hxx" diff --git a/sc/source/ui/xmlsource/xmlsourcedlg.cxx b/sc/source/ui/xmlsource/xmlsourcedlg.cxx index 128897396a41..95d00d884e69 100644 --- a/sc/source/ui/xmlsource/xmlsourcedlg.cxx +++ b/sc/source/ui/xmlsource/xmlsourcedlg.cxx @@ -16,12 +16,12 @@ #include "reffact.hxx" #include "tabvwsh.hxx" -#include "unotools/pathoptions.hxx" -#include "tools/urlobj.hxx" -#include "svtools/svlbitm.hxx" -#include "svtools/treelistentry.hxx" -#include "svtools/viewdataentry.hxx" -#include "sfx2/objsh.hxx" +#include <unotools/pathoptions.hxx> +#include <tools/urlobj.hxx> +#include <svtools/svlbitm.hxx> +#include <svtools/treelistentry.hxx> +#include <svtools/viewdataentry.hxx> +#include <sfx2/objsh.hxx> #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/ui/dialogs/FilePicker.hpp> |