summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/excel')
-rw-r--r--sc/source/filter/excel/colrowst.cxx20
-rw-r--r--sc/source/filter/excel/excdoc.cxx78
-rw-r--r--sc/source/filter/excel/excel.cxx24
-rw-r--r--sc/source/filter/excel/excform.cxx28
-rw-r--r--sc/source/filter/excel/excform8.cxx24
-rw-r--r--sc/source/filter/excel/excimp8.cxx60
-rw-r--r--sc/source/filter/excel/excrecds.cxx58
-rw-r--r--sc/source/filter/excel/exctools.cxx40
-rw-r--r--sc/source/filter/excel/expop2.cxx22
-rw-r--r--sc/source/filter/excel/fontbuff.cxx16
-rw-r--r--sc/source/filter/excel/frmbase.cxx2
-rw-r--r--sc/source/filter/excel/impop.cxx84
-rw-r--r--sc/source/filter/excel/namebuff.cxx16
-rw-r--r--sc/source/filter/excel/read.cxx38
-rw-r--r--sc/source/filter/excel/tokstack.cxx8
-rw-r--r--sc/source/filter/excel/xechart.cxx24
-rw-r--r--sc/source/filter/excel/xecontent.cxx28
-rw-r--r--sc/source/filter/excel/xedbdata.cxx10
-rw-r--r--sc/source/filter/excel/xeescher.cxx36
-rw-r--r--sc/source/filter/excel/xeextlst.cxx14
-rw-r--r--sc/source/filter/excel/xeformula.cxx26
-rw-r--r--sc/source/filter/excel/xehelper.cxx26
-rw-r--r--sc/source/filter/excel/xelink.cxx14
-rw-r--r--sc/source/filter/excel/xename.cxx18
-rw-r--r--sc/source/filter/excel/xepage.cxx16
-rw-r--r--sc/source/filter/excel/xepivot.cxx24
-rw-r--r--sc/source/filter/excel/xerecord.cxx4
-rw-r--r--sc/source/filter/excel/xeroot.cxx32
-rw-r--r--sc/source/filter/excel/xestream.cxx28
-rw-r--r--sc/source/filter/excel/xestring.cxx8
-rw-r--r--sc/source/filter/excel/xestyle.cxx20
-rw-r--r--sc/source/filter/excel/xetable.cxx26
-rw-r--r--sc/source/filter/excel/xeview.cxx12
-rw-r--r--sc/source/filter/excel/xichart.cxx32
-rw-r--r--sc/source/filter/excel/xicontent.cxx52
-rw-r--r--sc/source/filter/excel/xiescher.cxx50
-rw-r--r--sc/source/filter/excel/xiformula.cxx8
-rw-r--r--sc/source/filter/excel/xihelper.cxx26
-rw-r--r--sc/source/filter/excel/xilink.cxx24
-rw-r--r--sc/source/filter/excel/xiname.cxx14
-rw-r--r--sc/source/filter/excel/xipage.cxx16
-rw-r--r--sc/source/filter/excel/xipivot.cxx38
-rw-r--r--sc/source/filter/excel/xiroot.cxx38
-rw-r--r--sc/source/filter/excel/xistream.cxx6
-rw-r--r--sc/source/filter/excel/xistring.cxx8
-rw-r--r--sc/source/filter/excel/xistyle.cxx32
-rw-r--r--sc/source/filter/excel/xiview.cxx14
-rw-r--r--sc/source/filter/excel/xladdress.cxx8
-rw-r--r--sc/source/filter/excel/xlchart.cxx8
-rw-r--r--sc/source/filter/excel/xlescher.cxx12
-rw-r--r--sc/source/filter/excel/xlformula.cxx16
-rw-r--r--sc/source/filter/excel/xlpage.cxx8
-rw-r--r--sc/source/filter/excel/xlpivot.cxx14
-rw-r--r--sc/source/filter/excel/xlroot.cxx30
-rw-r--r--sc/source/filter/excel/xlstyle.cxx6
-rw-r--r--sc/source/filter/excel/xltools.cxx20
-rw-r--r--sc/source/filter/excel/xltracer.cxx4
-rw-r--r--sc/source/filter/excel/xlview.cxx4
58 files changed, 686 insertions, 686 deletions
diff --git a/sc/source/filter/excel/colrowst.cxx b/sc/source/filter/excel/colrowst.cxx
index 10563791fc9e..ef967d1fd422 100644
--- a/sc/source/filter/excel/colrowst.cxx
+++ b/sc/source/filter/excel/colrowst.cxx
@@ -17,19 +17,19 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "colrowst.hxx"
+#include <colrowst.hxx>
#include <string.h>
-#include "document.hxx"
-#include "root.hxx"
-#include "ftools.hxx"
-#include "xltable.hxx"
-#include "xistream.hxx"
-#include "xistyle.hxx"
-#include "queryparam.hxx"
-#include "excimp8.hxx"
-#include "table.hxx"
+#include <document.hxx>
+#include <root.hxx>
+#include <ftools.hxx>
+#include <xltable.hxx>
+#include <xistream.hxx>
+#include <xistyle.hxx>
+#include <queryparam.hxx>
+#include <excimp8.hxx>
+#include <table.hxx>
XclImpColRowSettings::XclImpColRowSettings( const XclImpRoot& rRoot ) :
XclImpRoot( rRoot ),
diff --git a/sc/source/filter/excel/excdoc.cxx b/sc/source/filter/excel/excdoc.cxx
index deec929b8ee1..d2dd5d147b0e 100644
--- a/sc/source/filter/excel/excdoc.cxx
+++ b/sc/source/filter/excel/excdoc.cxx
@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "scitems.hxx"
+#include <scitems.hxx>
#include <comphelper/processfactory.hxx>
#include <svx/svdobj.hxx>
@@ -31,45 +31,45 @@
#include <sfx2/objsh.hxx>
#include <rtl/ustring.hxx>
-#include "formulacell.hxx"
-#include "dociter.hxx"
-#include "document.hxx"
-#include "dbdata.hxx"
-#include "global.hxx"
-#include "globstr.hrc"
-#include "progress.hxx"
-#include "conditio.hxx"
-#include "dpobject.hxx"
-#include "attrib.hxx"
-#include "scextopt.hxx"
-#include "stlsheet.hxx"
-#include "stlpool.hxx"
-#include "olinetab.hxx"
-#include "unonames.hxx"
-#include "convuno.hxx"
-#include "patattr.hxx"
-#include "docoptio.hxx"
-#include "tabprotection.hxx"
-#include "postit.hxx"
-
-#include "excdoc.hxx"
-#include "namebuff.hxx"
-#include "xeextlst.hxx"
-#include "biffhelper.hxx"
-
-#include "xcl97rec.hxx"
-#include "xcl97esc.hxx"
-#include "xetable.hxx"
-#include "xelink.hxx"
-#include "xename.hxx"
-#include "xepage.hxx"
-#include "xeview.hxx"
-#include "xecontent.hxx"
-#include "xeescher.hxx"
-#include "xepivot.hxx"
-#include "XclExpChangeTrack.hxx"
+#include <formulacell.hxx>
+#include <dociter.hxx>
+#include <document.hxx>
+#include <dbdata.hxx>
+#include <global.hxx>
+#include <globstr.hrc>
+#include <progress.hxx>
+#include <conditio.hxx>
+#include <dpobject.hxx>
+#include <attrib.hxx>
+#include <scextopt.hxx>
+#include <stlsheet.hxx>
+#include <stlpool.hxx>
+#include <olinetab.hxx>
+#include <unonames.hxx>
+#include <convuno.hxx>
+#include <patattr.hxx>
+#include <docoptio.hxx>
+#include <tabprotection.hxx>
+#include <postit.hxx>
+
+#include <excdoc.hxx>
+#include <namebuff.hxx>
+#include <xeextlst.hxx>
+#include <biffhelper.hxx>
+
+#include <xcl97rec.hxx>
+#include <xcl97esc.hxx>
+#include <xetable.hxx>
+#include <xelink.hxx>
+#include <xename.hxx>
+#include <xepage.hxx>
+#include <xeview.hxx>
+#include <xecontent.hxx>
+#include <xeescher.hxx>
+#include <xepivot.hxx>
+#include <XclExpChangeTrack.hxx>
#include <xepivotxml.hxx>
-#include "xedbdata.hxx"
+#include <xedbdata.hxx>
#include <math.h>
diff --git a/sc/source/filter/excel/excel.cxx b/sc/source/filter/excel/excel.cxx
index 7f3e30b2a42e..cb818217a393 100644
--- a/sc/source/filter/excel/excel.cxx
+++ b/sc/source/filter/excel/excel.cxx
@@ -30,19 +30,19 @@
#include <com/sun/star/beans/NamedValue.hpp>
#include <com/sun/star/document/XFilter.hpp>
#include <com/sun/star/document/XImporter.hpp>
-#include "scitems.hxx"
+#include <scitems.hxx>
#include <svl/stritem.hxx>
-#include "filter.hxx"
-#include "document.hxx"
-#include "optuno.hxx"
-#include "xistream.hxx"
-
-#include "scerrors.hxx"
-#include "root.hxx"
-#include "imp_op.hxx"
-#include "excimp8.hxx"
-#include "exp_op.hxx"
-#include "scdll.hxx"
+#include <filter.hxx>
+#include <document.hxx>
+#include <optuno.hxx>
+#include <xistream.hxx>
+
+#include <scerrors.hxx>
+#include <root.hxx>
+#include <imp_op.hxx>
+#include <excimp8.hxx>
+#include <exp_op.hxx>
+#include <scdll.hxx>
#include <memory>
diff --git a/sc/source/filter/excel/excform.cxx b/sc/source/filter/excel/excform.cxx
index a7c5c94f9dc7..2a74af0c7463 100644
--- a/sc/source/filter/excel/excform.cxx
+++ b/sc/source/filter/excel/excform.cxx
@@ -17,25 +17,25 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "excform.hxx"
+#include <excform.hxx>
-#include "formulacell.hxx"
-#include "document.hxx"
-#include "rangenam.hxx"
-#include "global.hxx"
-#include "scmatrix.hxx"
+#include <formulacell.hxx>
+#include <document.hxx>
+#include <rangenam.hxx>
+#include <global.hxx>
+#include <scmatrix.hxx>
#include <formula/errorcodes.hxx>
#include <svl/sharedstringpool.hxx>
-#include "imp_op.hxx"
-#include "namebuff.hxx"
-#include "root.hxx"
-#include "xltracer.hxx"
-#include "xihelper.hxx"
-#include "xilink.hxx"
-#include "xiname.hxx"
-#include "documentimport.hxx"
+#include <imp_op.hxx>
+#include <namebuff.hxx>
+#include <root.hxx>
+#include <xltracer.hxx>
+#include <xihelper.hxx>
+#include <xilink.hxx>
+#include <xiname.hxx>
+#include <documentimport.hxx>
using ::std::vector;
diff --git a/sc/source/filter/excel/excform8.cxx b/sc/source/filter/excel/excform8.cxx
index 089b6da9bcdb..b441f729c4c1 100644
--- a/sc/source/filter/excel/excform8.cxx
+++ b/sc/source/filter/excel/excform8.cxx
@@ -17,18 +17,18 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "excform.hxx"
-
-#include "formulacell.hxx"
-#include "document.hxx"
-#include "rangenam.hxx"
-#include "xltracer.hxx"
-#include "xistream.hxx"
-#include "xihelper.hxx"
-#include "xilink.hxx"
-#include "xiname.hxx"
-
-#include "externalrefmgr.hxx"
+#include <excform.hxx>
+
+#include <formulacell.hxx>
+#include <document.hxx>
+#include <rangenam.hxx>
+#include <xltracer.hxx>
+#include <xistream.hxx>
+#include <xihelper.hxx>
+#include <xilink.hxx>
+#include <xiname.hxx>
+
+#include <externalrefmgr.hxx>
#include <vector>
#include <cstring>
diff --git a/sc/source/filter/excel/excimp8.cxx b/sc/source/filter/excel/excimp8.cxx
index 33b7cdc56ed2..456468654007 100644
--- a/sc/source/filter/excel/excimp8.cxx
+++ b/sc/source/filter/excel/excimp8.cxx
@@ -19,7 +19,7 @@
#include <config_features.h>
-#include "excimp8.hxx"
+#include <excimp8.hxx>
#include <scitems.hxx>
#include <comphelper/processfactory.hxx>
@@ -63,35 +63,35 @@
#include <unotools/charclass.hxx>
#include <drwlayer.hxx>
-#include "formulacell.hxx"
-#include "document.hxx"
-#include "patattr.hxx"
-#include "docpool.hxx"
-#include "attrib.hxx"
-#include "conditio.hxx"
-#include "dbdata.hxx"
-#include "globalnames.hxx"
-#include "editutil.hxx"
-#include "markdata.hxx"
-#include "rangenam.hxx"
-#include "docoptio.hxx"
-#include "globstr.hrc"
-#include "fprogressbar.hxx"
-#include "xltracer.hxx"
-#include "xihelper.hxx"
-#include "xipage.hxx"
-#include "xicontent.hxx"
-#include "xilink.hxx"
-#include "xiescher.hxx"
-#include "xipivot.hxx"
-
-#include "excform.hxx"
-#include "scextopt.hxx"
-#include "stlpool.hxx"
-#include "stlsheet.hxx"
-#include "detfunc.hxx"
-#include "macromgr.hxx"
-#include "queryentry.hxx"
+#include <formulacell.hxx>
+#include <document.hxx>
+#include <patattr.hxx>
+#include <docpool.hxx>
+#include <attrib.hxx>
+#include <conditio.hxx>
+#include <dbdata.hxx>
+#include <globalnames.hxx>
+#include <editutil.hxx>
+#include <markdata.hxx>
+#include <rangenam.hxx>
+#include <docoptio.hxx>
+#include <globstr.hrc>
+#include <fprogressbar.hxx>
+#include <xltracer.hxx>
+#include <xihelper.hxx>
+#include <xipage.hxx>
+#include <xicontent.hxx>
+#include <xilink.hxx>
+#include <xiescher.hxx>
+#include <xipivot.hxx>
+
+#include <excform.hxx>
+#include <scextopt.hxx>
+#include <stlpool.hxx>
+#include <stlsheet.hxx>
+#include <detfunc.hxx>
+#include <macromgr.hxx>
+#include <queryentry.hxx>
#include <com/sun/star/document/XDocumentProperties.hpp>
#include <com/sun/star/document/XDocumentPropertiesSupplier.hpp>
diff --git a/sc/source/filter/excel/excrecds.cxx b/sc/source/filter/excel/excrecds.cxx
index b75e0c2a92cc..7e0e360d936e 100644
--- a/sc/source/filter/excel/excrecds.cxx
+++ b/sc/source/filter/excel/excrecds.cxx
@@ -17,12 +17,12 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "excrecds.hxx"
+#include <excrecds.hxx>
#include <map>
#include <filter/msfilter/countryid.hxx>
-#include "scitems.hxx"
+#include <scitems.hxx>
#include <editeng/eeitem.hxx>
#include <sfx2/objsh.hxx>
@@ -51,35 +51,35 @@
#include <string.h>
-#include "global.hxx"
-#include "globstr.hrc"
-#include "docpool.hxx"
-#include "patattr.hxx"
-#include "formulacell.hxx"
-#include "document.hxx"
-#include "scextopt.hxx"
-#include "attrib.hxx"
-#include "progress.hxx"
-#include "dociter.hxx"
-#include "rangenam.hxx"
-#include "dbdata.hxx"
-#include "stlsheet.hxx"
-#include "stlpool.hxx"
-#include "editutil.hxx"
+#include <global.hxx>
+#include <globstr.hrc>
+#include <docpool.hxx>
+#include <patattr.hxx>
+#include <formulacell.hxx>
+#include <document.hxx>
+#include <scextopt.hxx>
+#include <attrib.hxx>
+#include <progress.hxx>
+#include <dociter.hxx>
+#include <rangenam.hxx>
+#include <dbdata.hxx>
+#include <stlsheet.hxx>
+#include <stlpool.hxx>
+#include <editutil.hxx>
#include <formula/errorcodes.hxx>
#include <oox/export/utils.hxx>
-#include "queryentry.hxx"
-#include "queryparam.hxx"
-
-#include "excdoc.hxx"
-#include "xeescher.hxx"
-#include "xeformula.hxx"
-#include "xelink.hxx"
-#include "xename.hxx"
-#include "xecontent.hxx"
-
-#include "xcl97rec.hxx"
-#include "tabprotection.hxx"
+#include <queryentry.hxx>
+#include <queryparam.hxx>
+
+#include <excdoc.hxx>
+#include <xeescher.hxx>
+#include <xeformula.hxx>
+#include <xelink.hxx>
+#include <xename.hxx>
+#include <xecontent.hxx>
+
+#include <xcl97rec.hxx>
+#include <tabprotection.hxx>
using namespace ::oox;
diff --git a/sc/source/filter/excel/exctools.cxx b/sc/source/filter/excel/exctools.cxx
index 1db868817a7c..6a2962899782 100644
--- a/sc/source/filter/excel/exctools.cxx
+++ b/sc/source/filter/excel/exctools.cxx
@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "scitems.hxx"
+#include <scitems.hxx>
#include <editeng/eeitem.hxx>
#include <editeng/editdata.hxx>
@@ -25,25 +25,25 @@
#include <editeng/editobj.hxx>
#include <editeng/editstat.hxx>
-#include "document.hxx"
-#include "patattr.hxx"
-#include "attrib.hxx"
-#include "globstr.hrc"
-#include "scextopt.hxx"
-#include "progress.hxx"
-#include "rangenam.hxx"
-#include "editutil.hxx"
-
-#include "excrecds.hxx"
-#include "root.hxx"
-#include "imp_op.hxx"
-#include "excimp8.hxx"
-#include "namebuff.hxx"
-#include "otlnbuff.hxx"
-#include "xcl97rec.hxx"
-#include "formel.hxx"
-#include "xilink.hxx"
-#include "xecontent.hxx"
+#include <document.hxx>
+#include <patattr.hxx>
+#include <attrib.hxx>
+#include <globstr.hrc>
+#include <scextopt.hxx>
+#include <progress.hxx>
+#include <rangenam.hxx>
+#include <editutil.hxx>
+
+#include <excrecds.hxx>
+#include <root.hxx>
+#include <imp_op.hxx>
+#include <excimp8.hxx>
+#include <namebuff.hxx>
+#include <otlnbuff.hxx>
+#include <xcl97rec.hxx>
+#include <formel.hxx>
+#include <xilink.hxx>
+#include <xecontent.hxx>
#include <memory>
#include <vector>
diff --git a/sc/source/filter/excel/expop2.cxx b/sc/source/filter/excel/expop2.cxx
index 35b3a758e93e..568e9be92105 100644
--- a/sc/source/filter/excel/expop2.cxx
+++ b/sc/source/filter/excel/expop2.cxx
@@ -25,20 +25,20 @@
#include <oox/ole/vbaexport.hxx>
-#include "scerrors.hxx"
-#include "scextopt.hxx"
+#include <scerrors.hxx>
+#include <scextopt.hxx>
-#include "root.hxx"
-#include "excdoc.hxx"
-#include "exp_op.hxx"
+#include <root.hxx>
+#include <excdoc.hxx>
+#include <exp_op.hxx>
-#include "xcl97esc.hxx"
+#include <xcl97esc.hxx>
-#include "document.hxx"
-#include "rangenam.hxx"
-#include "filtopt.hxx"
-#include "xltools.hxx"
-#include "xelink.hxx"
+#include <document.hxx>
+#include <rangenam.hxx>
+#include <filtopt.hxx>
+#include <xltools.hxx>
+#include <xelink.hxx>
#include <officecfg/Office/Calc.hxx>
diff --git a/sc/source/filter/excel/fontbuff.cxx b/sc/source/filter/excel/fontbuff.cxx
index 3d85c2509f52..2639f98dacbc 100644
--- a/sc/source/filter/excel/fontbuff.cxx
+++ b/sc/source/filter/excel/fontbuff.cxx
@@ -17,9 +17,9 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "lotfntbf.hxx"
+#include <lotfntbf.hxx>
-#include "scitems.hxx"
+#include <scitems.hxx>
#include <editeng/contouritem.hxx>
#include <editeng/crossedoutitem.hxx>
#include <editeng/eeitem.hxx>
@@ -30,12 +30,12 @@
#include <editeng/wghtitem.hxx>
#include <sfx2/printer.hxx>
-#include "attrib.hxx"
-#include "document.hxx"
-#include "global.hxx"
-#include "docpool.hxx"
-#include "patattr.hxx"
-#include "ftools.hxx"
+#include <attrib.hxx>
+#include <document.hxx>
+#include <global.hxx>
+#include <docpool.hxx>
+#include <patattr.hxx>
+#include <ftools.hxx>
void LotusFontBuffer::Fill( const sal_uInt8 nIndex, SfxItemSet& rItemSet )
{
diff --git a/sc/source/filter/excel/frmbase.cxx b/sc/source/filter/excel/frmbase.cxx
index 7f82a793710d..17ae00050d3b 100644
--- a/sc/source/filter/excel/frmbase.cxx
+++ b/sc/source/filter/excel/frmbase.cxx
@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "formel.hxx"
+#include <formel.hxx>
#include <o3tl/make_unique.hxx>
diff --git a/sc/source/filter/excel/impop.cxx b/sc/source/filter/excel/impop.cxx
index 7aaa59233038..ea7dcb5701da 100644
--- a/sc/source/filter/excel/impop.cxx
+++ b/sc/source/filter/excel/impop.cxx
@@ -18,11 +18,11 @@
*/
#include <memory>
-#include "imp_op.hxx"
+#include <imp_op.hxx>
#include <filter/msfilter/countryid.hxx>
-#include "scitems.hxx"
+#include <scitems.hxx>
#include <editeng/eeitem.hxx>
#include <editeng/editdata.hxx>
@@ -38,46 +38,46 @@
#include <sfx2/objsh.hxx>
#include <tools/urlobj.hxx>
-#include "docuno.hxx"
-
-#include "formulacell.hxx"
-#include "document.hxx"
-#include "rangenam.hxx"
-#include "compiler.hxx"
-#include "patattr.hxx"
-#include "attrib.hxx"
-#include "globstr.hrc"
-#include "global.hxx"
-#include "markdata.hxx"
-#include "olinetab.hxx"
-#include "stlsheet.hxx"
-#include "stlpool.hxx"
-#include "viewopti.hxx"
-#include "docoptio.hxx"
-#include "scextopt.hxx"
-#include "editutil.hxx"
-#include "filtopt.hxx"
-#include "scerrors.hxx"
-#include "unonames.hxx"
-#include "paramisc.hxx"
-#include "postit.hxx"
-
-#include "fapihelper.hxx"
-#include "namebuff.hxx"
-#include "xltools.hxx"
-#include "xltable.hxx"
-#include "xlview.hxx"
-#include "xltracer.hxx"
-#include "xihelper.hxx"
-#include "xipage.hxx"
-#include "xiview.hxx"
-#include "xilink.hxx"
-#include "xiescher.hxx"
-#include "xicontent.hxx"
-
-#include "excimp8.hxx"
-#include "excform.hxx"
-#include "documentimport.hxx"
+#include <docuno.hxx>
+
+#include <formulacell.hxx>
+#include <document.hxx>
+#include <rangenam.hxx>
+#include <compiler.hxx>
+#include <patattr.hxx>
+#include <attrib.hxx>
+#include <globstr.hrc>
+#include <global.hxx>
+#include <markdata.hxx>
+#include <olinetab.hxx>
+#include <stlsheet.hxx>
+#include <stlpool.hxx>
+#include <viewopti.hxx>
+#include <docoptio.hxx>
+#include <scextopt.hxx>
+#include <editutil.hxx>
+#include <filtopt.hxx>
+#include <scerrors.hxx>
+#include <unonames.hxx>
+#include <paramisc.hxx>
+#include <postit.hxx>
+
+#include <fapihelper.hxx>
+#include <namebuff.hxx>
+#include <xltools.hxx>
+#include <xltable.hxx>
+#include <xlview.hxx>
+#include <xltracer.hxx>
+#include <xihelper.hxx>
+#include <xipage.hxx>
+#include <xiview.hxx>
+#include <xilink.hxx>
+#include <xiescher.hxx>
+#include <xicontent.hxx>
+
+#include <excimp8.hxx>
+#include <excform.hxx>
+#include <documentimport.hxx>
#if defined(_WIN32)
#include <math.h>
diff --git a/sc/source/filter/excel/namebuff.cxx b/sc/source/filter/excel/namebuff.cxx
index d52f48bcfcf8..dbaa6b9257cd 100644
--- a/sc/source/filter/excel/namebuff.cxx
+++ b/sc/source/filter/excel/namebuff.cxx
@@ -17,16 +17,16 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "namebuff.hxx"
+#include <namebuff.hxx>
-#include "document.hxx"
-#include "compiler.hxx"
-#include "scextopt.hxx"
+#include <document.hxx>
+#include <compiler.hxx>
+#include <scextopt.hxx>
-#include "root.hxx"
-#include "tokstack.hxx"
-#include "xltools.hxx"
-#include "xiroot.hxx"
+#include <root.hxx>
+#include <tokstack.hxx>
+#include <xltools.hxx>
+#include <xiroot.hxx>
#include <string.h>
diff --git a/sc/source/filter/excel/read.cxx b/sc/source/filter/excel/read.cxx
index 2dc1d485af1b..b9d77a0b2b51 100644
--- a/sc/source/filter/excel/read.cxx
+++ b/sc/source/filter/excel/read.cxx
@@ -19,25 +19,25 @@
#include <stdlib.h>
-#include "document.hxx"
-#include "scerrors.hxx"
-#include "fprogressbar.hxx"
-#include "xltracer.hxx"
-#include "xltable.hxx"
-#include "xihelper.hxx"
-#include "xipage.hxx"
-#include "xiview.hxx"
-#include "xilink.hxx"
-#include "xiname.hxx"
-#include "xicontent.hxx"
-#include "xiescher.hxx"
-#include "xipivot.hxx"
-#include "XclImpChangeTrack.hxx"
-#include "documentimport.hxx"
-
-#include "root.hxx"
-#include "imp_op.hxx"
-#include "excimp8.hxx"
+#include <document.hxx>
+#include <scerrors.hxx>
+#include <fprogressbar.hxx>
+#include <xltracer.hxx>
+#include <xltable.hxx>
+#include <xihelper.hxx>
+#include <xipage.hxx>
+#include <xiview.hxx>
+#include <xilink.hxx>
+#include <xiname.hxx>
+#include <xicontent.hxx>
+#include <xiescher.hxx>
+#include <xipivot.hxx>
+#include <XclImpChangeTrack.hxx>
+#include <documentimport.hxx>
+
+#include <root.hxx>
+#include <imp_op.hxx>
+#include <excimp8.hxx>
#include <memory>
diff --git a/sc/source/filter/excel/tokstack.cxx b/sc/source/filter/excel/tokstack.cxx
index d7a32f547028..46895256011f 100644
--- a/sc/source/filter/excel/tokstack.cxx
+++ b/sc/source/filter/excel/tokstack.cxx
@@ -17,10 +17,10 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "tokstack.hxx"
-#include "compiler.hxx"
-#include "global.hxx"
-#include "scmatrix.hxx"
+#include <tokstack.hxx>
+#include <compiler.hxx>
+#include <global.hxx>
+#include <scmatrix.hxx>
#include <svl/sharedstringpool.hxx>
diff --git a/sc/source/filter/excel/xechart.cxx b/sc/source/filter/excel/xechart.cxx
index 4d250593c33f..c199e6114f6c 100644
--- a/sc/source/filter/excel/xechart.cxx
+++ b/sc/source/filter/excel/xechart.cxx
@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "xechart.hxx"
+#include <xechart.hxx>
#include <com/sun/star/i18n/XBreakIterator.hpp>
#include <com/sun/star/i18n/ScriptType.hpp>
@@ -59,17 +59,17 @@
#include <vcl/outdev.hxx>
#include <filter/msfilter/escherex.hxx>
-#include "document.hxx"
-#include "rangelst.hxx"
-#include "rangeutl.hxx"
-#include "compiler.hxx"
-#include "tokenarray.hxx"
-#include "token.hxx"
-#include "xeescher.hxx"
-#include "xeformula.hxx"
-#include "xehelper.hxx"
-#include "xepage.hxx"
-#include "xestyle.hxx"
+#include <document.hxx>
+#include <rangelst.hxx>
+#include <rangeutl.hxx>
+#include <compiler.hxx>
+#include <tokenarray.hxx>
+#include <token.hxx>
+#include <xeescher.hxx>
+#include <xeformula.hxx>
+#include <xehelper.hxx>
+#include <xepage.hxx>
+#include <xestyle.hxx>
#include <memory>
diff --git a/sc/source/filter/excel/xecontent.cxx b/sc/source/filter/excel/xecontent.cxx
index 4814bde09dfd..856c4f3086d5 100644
--- a/sc/source/filter/excel/xecontent.cxx
+++ b/sc/source/filter/excel/xecontent.cxx
@@ -18,7 +18,7 @@
*/
#include <memory>
-#include "xecontent.hxx"
+#include <xecontent.hxx>
#include <list>
#include <algorithm>
@@ -29,21 +29,21 @@
#include <tools/urlobj.hxx>
#include <svl/itemset.hxx>
#include <formula/grammar.hxx>
-#include "scitems.hxx"
+#include <scitems.hxx>
#include <editeng/eeitem.hxx>
#include <editeng/flditem.hxx>
-#include "document.hxx"
-#include "validat.hxx"
-#include "unonames.hxx"
-#include "convuno.hxx"
-#include "rangenam.hxx"
-#include "tokenarray.hxx"
-#include "stlpool.hxx"
-#include "patattr.hxx"
-#include "fapihelper.hxx"
-#include "xehelper.hxx"
-#include "xestyle.hxx"
-#include "xename.hxx"
+#include <document.hxx>
+#include <validat.hxx>
+#include <unonames.hxx>
+#include <convuno.hxx>
+#include <rangenam.hxx>
+#include <tokenarray.hxx>
+#include <stlpool.hxx>
+#include <patattr.hxx>
+#include <fapihelper.hxx>
+#include <xehelper.hxx>
+#include <xestyle.hxx>
+#include <xename.hxx>
#include <rtl/uuid.h>
#include <oox/export/utils.hxx>
#include <oox/token/namespaces.hxx>
diff --git a/sc/source/filter/excel/xedbdata.cxx b/sc/source/filter/excel/xedbdata.cxx
index 70cc722e731b..30b8bfaaa75d 100644
--- a/sc/source/filter/excel/xedbdata.cxx
+++ b/sc/source/filter/excel/xedbdata.cxx
@@ -7,11 +7,11 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#include "xedbdata.hxx"
-#include "excrecds.hxx"
-#include "xltools.hxx"
-#include "dbdata.hxx"
-#include "document.hxx"
+#include <xedbdata.hxx>
+#include <excrecds.hxx>
+#include <xltools.hxx>
+#include <dbdata.hxx>
+#include <document.hxx>
#include <oox/export/utils.hxx>
#include <oox/token/namespaces.hxx>
diff --git a/sc/source/filter/excel/xeescher.cxx b/sc/source/filter/excel/xeescher.cxx
index d02b59546a10..8e8506ad9116 100644
--- a/sc/source/filter/excel/xeescher.cxx
+++ b/sc/source/filter/excel/xeescher.cxx
@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "xeescher.hxx"
+#include <xeescher.hxx>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/frame/XModel.hpp>
@@ -43,30 +43,30 @@
#include <unotools/ucbstreamhelper.hxx>
#include <svtools/embedhlp.hxx>
-#include "editutil.hxx"
-#include "unonames.hxx"
-#include "convuno.hxx"
-#include "postit.hxx"
-
-#include "fapihelper.hxx"
-#include "xechart.hxx"
-#include "xeformula.hxx"
-#include "xelink.hxx"
-#include "xename.hxx"
-#include "xestyle.hxx"
-#include "userdat.hxx"
-#include "drwlayer.hxx"
+#include <editutil.hxx>
+#include <unonames.hxx>
+#include <convuno.hxx>
+#include <postit.hxx>
+
+#include <fapihelper.hxx>
+#include <xechart.hxx>
+#include <xeformula.hxx>
+#include <xelink.hxx>
+#include <xename.hxx>
+#include <xestyle.hxx>
+#include <userdat.hxx>
+#include <drwlayer.hxx>
#include <svl/itemset.hxx>
#include <svx/unoapi.hxx>
#include <svx/algitem.hxx>
-#include "scitems.hxx"
+#include <scitems.hxx>
#include <editeng/justifyitem.hxx>
#include <svx/sdtaitm.hxx>
-#include "attrib.hxx"
-#include "document.hxx"
+#include <attrib.hxx>
+#include <document.hxx>
#include <svx/svdattr.hxx>
#include <svx/sdr/properties/properties.hxx>
-#include "detfunc.hxx"
+#include <detfunc.hxx>
#include <svx/xflclit.hxx>
#include <svx/xlnstwit.hxx>
#include <svx/xlnstit.hxx>
diff --git a/sc/source/filter/excel/xeextlst.cxx b/sc/source/filter/excel/xeextlst.cxx
index 6bb021ae9a7b..64c5bb862e6b 100644
--- a/sc/source/filter/excel/xeextlst.cxx
+++ b/sc/source/filter/excel/xeextlst.cxx
@@ -7,13 +7,13 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#include "xeextlst.hxx"
-#include "xeroot.hxx"
-#include "xehelper.hxx"
-#include "xestyle.hxx"
-#include "xename.hxx"
-#include "xecontent.hxx"
-#include "tokenarray.hxx"
+#include <xeextlst.hxx>
+#include <xeroot.hxx>
+#include <xehelper.hxx>
+#include <xestyle.hxx>
+#include <xename.hxx>
+#include <xecontent.hxx>
+#include <tokenarray.hxx>
#include <oox/export/utils.hxx>
#include <oox/token/namespaces.hxx>
diff --git a/sc/source/filter/excel/xeformula.cxx b/sc/source/filter/excel/xeformula.cxx
index 31edaa3a5ee6..e43b2a2ff84a 100644
--- a/sc/source/filter/excel/xeformula.cxx
+++ b/sc/source/filter/excel/xeformula.cxx
@@ -19,19 +19,19 @@
#include <list>
#include <map>
-#include "addincol.hxx"
-#include "compiler.hxx"
-#include "document.hxx"
-#include "externalrefmgr.hxx"
-#include "rangelst.hxx"
-#include "token.hxx"
-#include "tokenarray.hxx"
-#include "scmatrix.hxx"
-#include "xeformula.hxx"
-#include "xehelper.hxx"
-#include "xelink.hxx"
-#include "xename.hxx"
-#include "xestream.hxx"
+#include <addincol.hxx>
+#include <compiler.hxx>
+#include <document.hxx>
+#include <externalrefmgr.hxx>
+#include <rangelst.hxx>
+#include <token.hxx>
+#include <tokenarray.hxx>
+#include <scmatrix.hxx>
+#include <xeformula.hxx>
+#include <xehelper.hxx>
+#include <xelink.hxx>
+#include <xename.hxx>
+#include <xestream.hxx>
using namespace ::formula;
diff --git a/sc/source/filter/excel/xehelper.cxx b/sc/source/filter/excel/xehelper.cxx
index 326e03f25ee8..6c9de578ee0b 100644
--- a/sc/source/filter/excel/xehelper.cxx
+++ b/sc/source/filter/excel/xehelper.cxx
@@ -26,7 +26,7 @@
#include <svtools/ctrltool.hxx>
#include <svx/svdotext.hxx>
#include <editeng/outlobj.hxx>
-#include "scitems.hxx"
+#include <scitems.hxx>
#include <editeng/fhgtitem.hxx>
#include <editeng/flstitem.hxx>
#include <editeng/colritem.hxx>
@@ -35,18 +35,18 @@
#include <editeng/escapementitem.hxx>
#include <editeng/svxfont.hxx>
-#include "document.hxx"
-#include "docpool.hxx"
-#include "formulacell.hxx"
-#include "editutil.hxx"
-#include "patattr.hxx"
-#include "scmatrix.hxx"
-#include "xestyle.hxx"
-#include "fprogressbar.hxx"
-#include "xltracer.hxx"
-#include "xecontent.hxx"
-#include "xelink.hxx"
-#include "xehelper.hxx"
+#include <document.hxx>
+#include <docpool.hxx>
+#include <formulacell.hxx>
+#include <editutil.hxx>
+#include <patattr.hxx>
+#include <scmatrix.hxx>
+#include <xestyle.hxx>
+#include <fprogressbar.hxx>
+#include <xltracer.hxx>
+#include <xecontent.hxx>
+#include <xelink.hxx>
+#include <xehelper.hxx>
using ::com::sun::star::uno::Reference;
using ::com::sun::star::i18n::XBreakIterator;
diff --git a/sc/source/filter/excel/xelink.cxx b/sc/source/filter/excel/xelink.cxx
index 8817561d8704..e3b78b7b0a8e 100644
--- a/sc/source/filter/excel/xelink.cxx
+++ b/sc/source/filter/excel/xelink.cxx
@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "xelink.hxx"
+#include <xelink.hxx>
#include <algorithm>
#include <formula/errorcodes.hxx>
@@ -25,12 +25,12 @@
#include <oox/token/relationship.hxx>
#include <unotools/collatorwrapper.hxx>
#include <svl/zforlist.hxx>
-#include "document.hxx"
-#include "formulacell.hxx"
-#include "scextopt.hxx"
-#include "externalrefmgr.hxx"
-#include "tokenarray.hxx"
-#include "xecontent.hxx"
+#include <document.hxx>
+#include <formulacell.hxx>
+#include <scextopt.hxx>
+#include <externalrefmgr.hxx>
+#include <tokenarray.hxx>
+#include <xecontent.hxx>
#include <vector>
#include <memory>
diff --git a/sc/source/filter/excel/xename.cxx b/sc/source/filter/excel/xename.cxx
index 71c160d4a56a..8d4879f3df0b 100644
--- a/sc/source/filter/excel/xename.cxx
+++ b/sc/source/filter/excel/xename.cxx
@@ -17,18 +17,18 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "xename.hxx"
+#include <xename.hxx>
#include <map>
-#include "globstr.hrc"
-#include "document.hxx"
-#include "rangenam.hxx"
-#include "dbdata.hxx"
-#include "xehelper.hxx"
-#include "xelink.hxx"
-#include "globalnames.hxx"
-#include "excrecds.hxx"
+#include <globstr.hrc>
+#include <document.hxx>
+#include <rangenam.hxx>
+#include <dbdata.hxx>
+#include <xehelper.hxx>
+#include <xelink.hxx>
+#include <globalnames.hxx>
+#include <excrecds.hxx>
#include <formula/grammar.hxx>
#include <oox/export/utils.hxx>
diff --git a/sc/source/filter/excel/xepage.cxx b/sc/source/filter/excel/xepage.cxx
index e43f6a0d4a34..076d8f6a3787 100644
--- a/sc/source/filter/excel/xepage.cxx
+++ b/sc/source/filter/excel/xepage.cxx
@@ -17,9 +17,9 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "xepage.hxx"
+#include <xepage.hxx>
#include <svl/itemset.hxx>
-#include "scitems.hxx"
+#include <scitems.hxx>
#include <svl/eitem.hxx>
#include <svl/intitem.hxx>
#include <svx/pageitem.hxx>
@@ -28,12 +28,12 @@
#include <editeng/ulspitem.hxx>
#include <editeng/brushitem.hxx>
#include <oox/export/utils.hxx>
-#include "document.hxx"
-#include "stlpool.hxx"
-#include "stlsheet.hxx"
-#include "attrib.hxx"
-#include "xehelper.hxx"
-#include "xeescher.hxx"
+#include <document.hxx>
+#include <stlpool.hxx>
+#include <stlsheet.hxx>
+#include <attrib.hxx>
+#include <xehelper.hxx>
+#include <xeescher.hxx>
#include <set>
#include <limits>
diff --git a/sc/source/filter/excel/xepivot.cxx b/sc/source/filter/excel/xepivot.cxx
index 99a2ce55c47c..999600c58cc3 100644
--- a/sc/source/filter/excel/xepivot.cxx
+++ b/sc/source/filter/excel/xepivot.cxx
@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "xepivot.hxx"
+#include <xepivot.hxx>
#include <com/sun/star/sheet/DataPilotFieldSortInfo.hpp>
#include <com/sun/star/sheet/DataPilotFieldAutoShowInfo.hpp>
#include <com/sun/star/sheet/DataPilotFieldLayoutInfo.hpp>
@@ -31,17 +31,17 @@
#include <tools/date.hxx>
#include <svl/zformat.hxx>
#include <sot/storage.hxx>
-#include "document.hxx"
-#include "dpobject.hxx"
-#include "dpsave.hxx"
-#include "dpdimsave.hxx"
-#include "dpshttab.hxx"
-#include "globstr.hrc"
-#include "fapihelper.hxx"
-#include "xestring.hxx"
-#include "xelink.hxx"
-#include "dputil.hxx"
-#include "generalfunction.hxx"
+#include <document.hxx>
+#include <dpobject.hxx>
+#include <dpsave.hxx>
+#include <dpdimsave.hxx>
+#include <dpshttab.hxx>
+#include <globstr.hrc>
+#include <fapihelper.hxx>
+#include <xestring.hxx>
+#include <xelink.hxx>
+#include <dputil.hxx>
+#include <generalfunction.hxx>
using namespace ::oox;
diff --git a/sc/source/filter/excel/xerecord.cxx b/sc/source/filter/excel/xerecord.cxx
index 3807ae94258d..4083c6740cb3 100644
--- a/sc/source/filter/excel/xerecord.cxx
+++ b/sc/source/filter/excel/xerecord.cxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "xerecord.hxx"
-#include "xeroot.hxx"
+#include <xerecord.hxx>
+#include <xeroot.hxx>
#include <oox/export/utils.hxx>
#include <osl/diagnose.h>
diff --git a/sc/source/filter/excel/xeroot.cxx b/sc/source/filter/excel/xeroot.cxx
index a3a43b1b076b..b9de58daf698 100644
--- a/sc/source/filter/excel/xeroot.cxx
+++ b/sc/source/filter/excel/xeroot.cxx
@@ -27,25 +27,25 @@
#include <svl/stritem.hxx>
#include <svl/intitem.hxx>
#include <svl/eitem.hxx>
-#include "xecontent.hxx"
-#include "xltracer.hxx"
-#include "xeescher.hxx"
-#include "xeformula.hxx"
-#include "xehelper.hxx"
-#include "xelink.hxx"
-#include "xename.hxx"
-#include "xepivot.hxx"
-#include "xestyle.hxx"
-#include "xeroot.hxx"
+#include <xecontent.hxx>
+#include <xltracer.hxx>
+#include <xeescher.hxx>
+#include <xeformula.hxx>
+#include <xehelper.hxx>
+#include <xelink.hxx>
+#include <xename.hxx>
+#include <xepivot.hxx>
+#include <xestyle.hxx>
+#include <xeroot.hxx>
#include <xepivotxml.hxx>
-#include "xedbdata.hxx"
+#include <xedbdata.hxx>
-#include "excrecds.hxx"
-#include "tabprotection.hxx"
-#include "document.hxx"
-#include "scextopt.hxx"
+#include <excrecds.hxx>
+#include <tabprotection.hxx>
+#include <document.hxx>
+#include <scextopt.hxx>
-#include "formulabase.hxx"
+#include <formulabase.hxx>
#include <com/sun/star/sheet/FormulaOpCodeMapEntry.hpp>
using namespace ::com::sun::star;
diff --git a/sc/source/filter/excel/xestream.cxx b/sc/source/filter/excel/xestream.cxx
index 4e53e61da04d..94ff1308dd6d 100644
--- a/sc/source/filter/excel/xestream.cxx
+++ b/sc/source/filter/excel/xestream.cxx
@@ -29,20 +29,20 @@
#include <sax/fshelper.hxx>
#include <unotools/streamwrap.hxx>
-#include "docuno.hxx"
-#include "xestream.hxx"
-#include "xladdress.hxx"
-#include "xlstring.hxx"
-#include "xeroot.hxx"
-#include "xestyle.hxx"
-#include "xcl97rec.hxx"
-#include "rangelst.hxx"
-#include "compiler.hxx"
-#include "formulacell.hxx"
-#include "tokenarray.hxx"
-#include "tokenstringcontext.hxx"
-#include "refreshtimerprotector.hxx"
-#include "globstr.hrc"
+#include <docuno.hxx>
+#include <xestream.hxx>
+#include <xladdress.hxx>
+#include <xlstring.hxx>
+#include <xeroot.hxx>
+#include <xestyle.hxx>
+#include <xcl97rec.hxx>
+#include <rangelst.hxx>
+#include <compiler.hxx>
+#include <formulacell.hxx>
+#include <tokenarray.hxx>
+#include <tokenstringcontext.hxx>
+#include <refreshtimerprotector.hxx>
+#include <globstr.hrc>
#include <docsh.hxx>
#include <viewdata.hxx>
diff --git a/sc/source/filter/excel/xestring.cxx b/sc/source/filter/excel/xestring.cxx
index d69f6676dd67..b7129b7e6e28 100644
--- a/sc/source/filter/excel/xestring.cxx
+++ b/sc/source/filter/excel/xestring.cxx
@@ -21,10 +21,10 @@
#include <cassert>
#include <osl/diagnose.h>
-#include "xlstyle.hxx"
-#include "xestyle.hxx"
-#include "xestream.hxx"
-#include "xestring.hxx"
+#include <xlstyle.hxx>
+#include <xestyle.hxx>
+#include <xestream.hxx>
+#include <xestring.hxx>
using namespace ::oox;
diff --git a/sc/source/filter/excel/xestyle.cxx b/sc/source/filter/excel/xestyle.cxx
index d627ebd0500f..1d149225057d 100644
--- a/sc/source/filter/excel/xestyle.cxx
+++ b/sc/source/filter/excel/xestyle.cxx
@@ -18,7 +18,7 @@
*/
#include <memory>
-#include "xestyle.hxx"
+#include <xestyle.hxx>
#include <iostream>
#include <algorithm>
@@ -31,7 +31,7 @@
#include <svl/itempool.hxx>
#include <svl/languageoptions.hxx>
#include <sfx2/printer.hxx>
-#include "scitems.hxx"
+#include <scitems.hxx>
#include <svx/algitem.hxx>
#include <editeng/boxitem.hxx>
#include <editeng/lineitem.hxx>
@@ -43,14 +43,14 @@
#include <editeng/eeitem.hxx>
#include <editeng/escapementitem.hxx>
#include <editeng/justifyitem.hxx>
-#include "document.hxx"
-#include "stlpool.hxx"
-#include "stlsheet.hxx"
-#include "patattr.hxx"
-#include "attrib.hxx"
-#include "globstr.hrc"
-#include "xestring.hxx"
-#include "conditio.hxx"
+#include <document.hxx>
+#include <stlpool.hxx>
+#include <stlsheet.hxx>
+#include <patattr.hxx>
+#include <attrib.hxx>
+#include <globstr.hrc>
+#include <xestring.hxx>
+#include <conditio.hxx>
#include <oox/export/utils.hxx>
#include <oox/token/tokens.hxx>
diff --git a/sc/source/filter/excel/xetable.cxx b/sc/source/filter/excel/xetable.cxx
index d1d897d25ce5..ebd7f660c22a 100644
--- a/sc/source/filter/excel/xetable.cxx
+++ b/sc/source/filter/excel/xetable.cxx
@@ -17,23 +17,23 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "xetable.hxx"
+#include <xetable.hxx>
#include <map>
#include <com/sun/star/i18n/ScriptType.hpp>
-#include "scitems.hxx"
+#include <scitems.hxx>
#include <svl/intitem.hxx>
-#include "document.hxx"
-#include "dociter.hxx"
-#include "olinetab.hxx"
-#include "formulacell.hxx"
-#include "patattr.hxx"
-#include "attrib.hxx"
-#include "xehelper.hxx"
-#include "xecontent.hxx"
-#include "xeescher.hxx"
-#include "xeextlst.hxx"
-#include "tokenarray.hxx"
+#include <document.hxx>
+#include <dociter.hxx>
+#include <olinetab.hxx>
+#include <formulacell.hxx>
+#include <patattr.hxx>
+#include <attrib.hxx>
+#include <xehelper.hxx>
+#include <xecontent.hxx>
+#include <xeescher.hxx>
+#include <xeextlst.hxx>
+#include <tokenarray.hxx>
#include <formula/errorcodes.hxx>
#include <thread>
#include <comphelper/threadpool.hxx>
diff --git a/sc/source/filter/excel/xeview.cxx b/sc/source/filter/excel/xeview.cxx
index 7a9d7dc2ecd5..38146f00a1ad 100644
--- a/sc/source/filter/excel/xeview.cxx
+++ b/sc/source/filter/excel/xeview.cxx
@@ -17,12 +17,12 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "xeview.hxx"
-#include "document.hxx"
-#include "scextopt.hxx"
-#include "viewopti.hxx"
-#include "xelink.hxx"
-#include "xestyle.hxx"
+#include <xeview.hxx>
+#include <document.hxx>
+#include <scextopt.hxx>
+#include <viewopti.hxx>
+#include <xelink.hxx>
+#include <xestyle.hxx>
#include <oox/export/utils.hxx>
using namespace ::oox;
diff --git a/sc/source/filter/excel/xichart.cxx b/sc/source/filter/excel/xichart.cxx
index 10f238fc1e92..9876d40cd997 100644
--- a/sc/source/filter/excel/xichart.cxx
+++ b/sc/source/filter/excel/xichart.cxx
@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "xichart.hxx"
+#include <xichart.hxx>
#include <algorithm>
#include <memory>
@@ -80,21 +80,21 @@
#include <svx/svdpage.hxx>
#include <svx/unoapi.hxx>
-#include "document.hxx"
-#include "drwlayer.hxx"
-#include "rangeutl.hxx"
-#include "tokenarray.hxx"
-#include "token.hxx"
-#include "compiler.hxx"
-#include "reftokenhelper.hxx"
-#include "chartlis.hxx"
-#include "fprogressbar.hxx"
-#include "xltracer.hxx"
-#include "xistream.hxx"
-#include "xiformula.hxx"
-#include "xistyle.hxx"
-#include "xipage.hxx"
-#include "xiview.hxx"
+#include <document.hxx>
+#include <drwlayer.hxx>
+#include <rangeutl.hxx>
+#include <tokenarray.hxx>
+#include <token.hxx>
+#include <compiler.hxx>
+#include <reftokenhelper.hxx>
+#include <chartlis.hxx>
+#include <fprogressbar.hxx>
+#include <xltracer.hxx>
+#include <xistream.hxx>
+#include <xiformula.hxx>
+#include <xistyle.hxx>
+#include <xipage.hxx>
+#include <xiview.hxx>
using ::com::sun::star::uno::Any;
using ::com::sun::star::uno::Reference;
diff --git a/sc/source/filter/excel/xicontent.cxx b/sc/source/filter/excel/xicontent.cxx
index 62db0cb99b66..cf4163c82cff 100644
--- a/sc/source/filter/excel/xicontent.cxx
+++ b/sc/source/filter/excel/xicontent.cxx
@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "xicontent.hxx"
+#include <xicontent.hxx>
#include <sfx2/objsh.hxx>
#include <sfx2/docfile.hxx>
#include <tools/urlobj.hxx>
@@ -25,7 +25,7 @@
#include <editeng/editobj.hxx>
#include <sfx2/linkmgr.hxx>
#include <svl/itemset.hxx>
-#include "scitems.hxx"
+#include <scitems.hxx>
#include <editeng/eeitem.hxx>
#include <svl/intitem.hxx>
#include <svl/stritem.hxx>
@@ -36,30 +36,30 @@
#include <editeng/postitem.hxx>
#include <editeng/colritem.hxx>
#include <editeng/crossedoutitem.hxx>
-#include "stringutil.hxx"
-#include "cellform.hxx"
-#include "cellvalue.hxx"
-#include "document.hxx"
-#include "editutil.hxx"
-#include "formulacell.hxx"
-#include "validat.hxx"
-#include "patattr.hxx"
-#include "docpool.hxx"
-#include "rangenam.hxx"
-#include "arealink.hxx"
-#include "stlsheet.hxx"
-#include "scextopt.hxx"
-#include "xlformula.hxx"
-#include "xltracer.hxx"
-#include "xistream.hxx"
-#include "xihelper.hxx"
-#include "xistyle.hxx"
-#include "xiescher.hxx"
-#include "xiname.hxx"
-
-#include "excform.hxx"
-#include "tabprotection.hxx"
-#include "documentimport.hxx"
+#include <stringutil.hxx>
+#include <cellform.hxx>
+#include <cellvalue.hxx>
+#include <document.hxx>
+#include <editutil.hxx>
+#include <formulacell.hxx>
+#include <validat.hxx>
+#include <patattr.hxx>
+#include <docpool.hxx>
+#include <rangenam.hxx>
+#include <arealink.hxx>
+#include <stlsheet.hxx>
+#include <scextopt.hxx>
+#include <xlformula.hxx>
+#include <xltracer.hxx>
+#include <xistream.hxx>
+#include <xihelper.hxx>
+#include <xistyle.hxx>
+#include <xiescher.hxx>
+#include <xiname.hxx>
+
+#include <excform.hxx>
+#include <tabprotection.hxx>
+#include <documentimport.hxx>
#include <memory>
#include <utility>
diff --git a/sc/source/filter/excel/xiescher.cxx b/sc/source/filter/excel/xiescher.cxx
index 3642f86e3e93..94bd7e47039b 100644
--- a/sc/source/filter/excel/xiescher.cxx
+++ b/sc/source/filter/excel/xiescher.cxx
@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "xiescher.hxx"
+#include <xiescher.hxx>
#include <com/sun/star/beans/NamedValue.hpp>
#include <com/sun/star/container/XIndexContainer.hpp>
@@ -70,7 +70,7 @@
#include <editeng/writingmodeitem.hxx>
#include <svx/charthelper.hxx>
-#include "scitems.hxx"
+#include <scitems.hxx>
#include <editeng/eeitem.hxx>
#include <editeng/colritem.hxx>
#include <svx/xflclit.hxx>
@@ -83,29 +83,29 @@
#include <svx/xbitmap.hxx>
#include <svtools/embedhlp.hxx>
-#include "document.hxx"
-#include "drwlayer.hxx"
-#include "userdat.hxx"
-#include "chartarr.hxx"
-#include "detfunc.hxx"
-#include "unonames.hxx"
-#include "convuno.hxx"
-#include "postit.hxx"
-#include "globstr.hrc"
-
-#include "fprogressbar.hxx"
-#include "xltracer.hxx"
-#include "xistream.hxx"
-#include "xihelper.hxx"
-#include "xiformula.hxx"
-#include "xilink.hxx"
-#include "xistyle.hxx"
-#include "xipage.hxx"
-#include "xichart.hxx"
-#include "xicontent.hxx"
-#include "scextopt.hxx"
-
-#include "namebuff.hxx"
+#include <document.hxx>
+#include <drwlayer.hxx>
+#include <userdat.hxx>
+#include <chartarr.hxx>
+#include <detfunc.hxx>
+#include <unonames.hxx>
+#include <convuno.hxx>
+#include <postit.hxx>
+#include <globstr.hrc>
+
+#include <fprogressbar.hxx>
+#include <xltracer.hxx>
+#include <xistream.hxx>
+#include <xihelper.hxx>
+#include <xiformula.hxx>
+#include <xilink.hxx>
+#include <xistyle.hxx>
+#include <xipage.hxx>
+#include <xichart.hxx>
+#include <xicontent.hxx>
+#include <scextopt.hxx>
+
+#include <namebuff.hxx>
#include <sfx2/docfile.hxx>
#include <memory>
#include <utility>
diff --git a/sc/source/filter/excel/xiformula.cxx b/sc/source/filter/excel/xiformula.cxx
index 9a00004dd329..e2f0f9cb1cf7 100644
--- a/sc/source/filter/excel/xiformula.cxx
+++ b/sc/source/filter/excel/xiformula.cxx
@@ -17,11 +17,11 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "xiformula.hxx"
-#include "rangelst.hxx"
-#include "xistream.hxx"
+#include <xiformula.hxx>
+#include <rangelst.hxx>
+#include <xistream.hxx>
-#include "excform.hxx"
+#include <excform.hxx>
// Formula compiler ===========================================================
diff --git a/sc/source/filter/excel/xihelper.cxx b/sc/source/filter/excel/xihelper.cxx
index 3d6e2e49e749..3633a01a32eb 100644
--- a/sc/source/filter/excel/xihelper.cxx
+++ b/sc/source/filter/excel/xihelper.cxx
@@ -18,25 +18,25 @@
*/
#include <memory>
-#include "xihelper.hxx"
+#include <xihelper.hxx>
#include <svl/itemset.hxx>
#include <svl/sharedstringpool.hxx>
#include <editeng/editobj.hxx>
#include <tools/urlobj.hxx>
-#include "scitems.hxx"
+#include <scitems.hxx>
#include <editeng/eeitem.hxx>
#include <editeng/flditem.hxx>
-#include "document.hxx"
-#include "rangelst.hxx"
-#include "editutil.hxx"
-#include "attrib.hxx"
-#include "xltracer.hxx"
-#include "xistream.hxx"
-#include "xistyle.hxx"
-#include "excform.hxx"
-#include "stringutil.hxx"
-#include "scmatrix.hxx"
-#include "documentimport.hxx"
+#include <document.hxx>
+#include <rangelst.hxx>
+#include <editutil.hxx>
+#include <attrib.hxx>
+#include <xltracer.hxx>
+#include <xistream.hxx>
+#include <xistyle.hxx>
+#include <excform.hxx>
+#include <stringutil.hxx>
+#include <scmatrix.hxx>
+#include <documentimport.hxx>
#include <o3tl/make_unique.hxx>
// Excel->Calc cell address/range conversion ==================================
diff --git a/sc/source/filter/excel/xilink.cxx b/sc/source/filter/excel/xilink.cxx
index aca6dc139d87..2b1a2f2bb427 100644
--- a/sc/source/filter/excel/xilink.cxx
+++ b/sc/source/filter/excel/xilink.cxx
@@ -17,18 +17,18 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "xilink.hxx"
-#include "document.hxx"
-#include "formulacell.hxx"
-#include "scextopt.hxx"
-#include "tablink.hxx"
-#include "xistream.hxx"
-#include "xihelper.hxx"
-#include "xiname.hxx"
-#include "excform.hxx"
-#include "tokenarray.hxx"
-#include "externalrefmgr.hxx"
-#include "scmatrix.hxx"
+#include <xilink.hxx>
+#include <document.hxx>
+#include <formulacell.hxx>
+#include <scextopt.hxx>
+#include <tablink.hxx>
+#include <xistream.hxx>
+#include <xihelper.hxx>
+#include <xiname.hxx>
+#include <excform.hxx>
+#include <tokenarray.hxx>
+#include <externalrefmgr.hxx>
+#include <scmatrix.hxx>
#include <svl/sharedstringpool.hxx>
#include <o3tl/make_unique.hxx>
diff --git a/sc/source/filter/excel/xiname.cxx b/sc/source/filter/excel/xiname.cxx
index 50c55ca7ae84..b024dba479ea 100644
--- a/sc/source/filter/excel/xiname.cxx
+++ b/sc/source/filter/excel/xiname.cxx
@@ -17,13 +17,13 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "xiname.hxx"
-#include "rangenam.hxx"
-#include "xistream.hxx"
-#include "excform.hxx"
-#include "excimp8.hxx"
-#include "scextopt.hxx"
-#include "document.hxx"
+#include <xiname.hxx>
+#include <rangenam.hxx>
+#include <xistream.hxx>
+#include <excform.hxx>
+#include <excimp8.hxx>
+#include <scextopt.hxx>
+#include <document.hxx>
#include <o3tl/make_unique.hxx>
// *** Implementation ***
diff --git a/sc/source/filter/excel/xipage.cxx b/sc/source/filter/excel/xipage.cxx
index 9089828d688a..9c97f36e583d 100644
--- a/sc/source/filter/excel/xipage.cxx
+++ b/sc/source/filter/excel/xipage.cxx
@@ -17,10 +17,10 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "xipage.hxx"
+#include <xipage.hxx>
#include <svl/itemset.hxx>
#include <vcl/graph.hxx>
-#include "scitems.hxx"
+#include <scitems.hxx>
#include <svl/eitem.hxx>
#include <svl/intitem.hxx>
#include <svx/pageitem.hxx>
@@ -28,12 +28,12 @@
#include <editeng/lrspitem.hxx>
#include <editeng/ulspitem.hxx>
#include <editeng/brushitem.hxx>
-#include "document.hxx"
-#include "stlsheet.hxx"
-#include "attrib.hxx"
-#include "xistream.hxx"
-#include "xihelper.hxx"
-#include "xiescher.hxx"
+#include <document.hxx>
+#include <stlsheet.hxx>
+#include <attrib.hxx>
+#include <xistream.hxx>
+#include <xihelper.hxx>
+#include <xiescher.hxx>
// Page settings ==============================================================
diff --git a/sc/source/filter/excel/xipivot.cxx b/sc/source/filter/excel/xipivot.cxx
index aee3afb72dca..29373715858e 100644
--- a/sc/source/filter/excel/xipivot.cxx
+++ b/sc/source/filter/excel/xipivot.cxx
@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "xipivot.hxx"
+#include <xipivot.hxx>
#include <com/sun/star/sheet/DataPilotFieldSortInfo.hpp>
#include <com/sun/star/sheet/DataPilotFieldAutoShowInfo.hpp>
@@ -28,26 +28,26 @@
#include <svl/zformat.hxx>
#include <svl/intitem.hxx>
-#include "document.hxx"
-#include "formulacell.hxx"
-#include "dpsave.hxx"
-#include "dpdimsave.hxx"
-#include "dpobject.hxx"
-#include "dpshttab.hxx"
-#include "dpoutputgeometry.hxx"
-#include "scitems.hxx"
-#include "attrib.hxx"
-
-#include "xltracer.hxx"
-#include "xistream.hxx"
-#include "xihelper.hxx"
-#include "xilink.hxx"
-#include "xiescher.hxx"
+#include <document.hxx>
+#include <formulacell.hxx>
+#include <dpsave.hxx>
+#include <dpdimsave.hxx>
+#include <dpobject.hxx>
+#include <dpshttab.hxx>
+#include <dpoutputgeometry.hxx>
+#include <scitems.hxx>
+#include <attrib.hxx>
+
+#include <xltracer.hxx>
+#include <xistream.hxx>
+#include <xihelper.hxx>
+#include <xilink.hxx>
+#include <xiescher.hxx>
//TODO ExcelToSc usage
-#include "excform.hxx"
-#include "xltable.hxx"
-#include "documentimport.hxx"
+#include <excform.hxx>
+#include <xltable.hxx>
+#include <documentimport.hxx>
#include <vector>
diff --git a/sc/source/filter/excel/xiroot.cxx b/sc/source/filter/excel/xiroot.cxx
index d3988d2207a5..cbe4d4a4c4d9 100644
--- a/sc/source/filter/excel/xiroot.cxx
+++ b/sc/source/filter/excel/xiroot.cxx
@@ -17,25 +17,25 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "xiroot.hxx"
-#include "addincol.hxx"
-#include "document.hxx"
-#include "scextopt.hxx"
-#include "xltracer.hxx"
-#include "xihelper.hxx"
-#include "xiformula.hxx"
-#include "xilink.hxx"
-#include "xiname.hxx"
-#include "xistyle.hxx"
-#include "xicontent.hxx"
-#include "xiescher.hxx"
-#include "xipivot.hxx"
-#include "xipage.hxx"
-#include "xiview.hxx"
-
-#include "root.hxx"
-#include "excimp8.hxx"
-#include "documentimport.hxx"
+#include <xiroot.hxx>
+#include <addincol.hxx>
+#include <document.hxx>
+#include <scextopt.hxx>
+#include <xltracer.hxx>
+#include <xihelper.hxx>
+#include <xiformula.hxx>
+#include <xilink.hxx>
+#include <xiname.hxx>
+#include <xistyle.hxx>
+#include <xicontent.hxx>
+#include <xiescher.hxx>
+#include <xipivot.hxx>
+#include <xipage.hxx>
+#include <xiview.hxx>
+
+#include <root.hxx>
+#include <excimp8.hxx>
+#include <documentimport.hxx>
// Global data ================================================================
diff --git a/sc/source/filter/excel/xistream.cxx b/sc/source/filter/excel/xistream.cxx
index 302c472f4d35..ad63bb073b5a 100644
--- a/sc/source/filter/excel/xistream.cxx
+++ b/sc/source/filter/excel/xistream.cxx
@@ -21,9 +21,9 @@
#include <comphelper/sequenceashashmap.hxx>
#include <osl/thread.h>
#include <osl/diagnose.h>
-#include "xistream.hxx"
-#include "xlstring.hxx"
-#include "xiroot.hxx"
+#include <xistream.hxx>
+#include <xlstring.hxx>
+#include <xiroot.hxx>
#include <vector>
#include <memory>
diff --git a/sc/source/filter/excel/xistring.cxx b/sc/source/filter/excel/xistring.cxx
index d4866e4c3a84..79ca6a2d9375 100644
--- a/sc/source/filter/excel/xistring.cxx
+++ b/sc/source/filter/excel/xistring.cxx
@@ -17,10 +17,10 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "xistring.hxx"
-#include "xlstyle.hxx"
-#include "xistream.hxx"
-#include "xiroot.hxx"
+#include <xistring.hxx>
+#include <xlstyle.hxx>
+#include <xistream.hxx>
+#include <xiroot.hxx>
// Byte/Unicode strings =======================================================
diff --git a/sc/source/filter/excel/xistyle.cxx b/sc/source/filter/excel/xistyle.cxx
index 452e6b36b9a5..14efbde558fc 100644
--- a/sc/source/filter/excel/xistyle.cxx
+++ b/sc/source/filter/excel/xistyle.cxx
@@ -18,12 +18,12 @@
*/
#include <memory>
-#include "xistyle.hxx"
+#include <xistyle.hxx>
#include <sfx2/printer.hxx>
#include <sfx2/objsh.hxx>
#include <svtools/ctrltool.hxx>
#include <editeng/editobj.hxx>
-#include "scitems.hxx"
+#include <scitems.hxx>
#include <editeng/fontitem.hxx>
#include <editeng/fhgtitem.hxx>
#include <editeng/wghtitem.hxx>
@@ -45,20 +45,20 @@
#include <editeng/justifyitem.hxx>
#include <sal/macros.h>
#include <vcl/fontcharmap.hxx>
-#include "document.hxx"
-#include "docpool.hxx"
-#include "attrib.hxx"
-#include "stlpool.hxx"
-#include "stlsheet.hxx"
-#include "formulacell.hxx"
-#include "globstr.hrc"
-#include "attarray.hxx"
-#include "xltracer.hxx"
-#include "xistream.hxx"
-#include "xicontent.hxx"
-
-#include "root.hxx"
-#include "colrowst.hxx"
+#include <document.hxx>
+#include <docpool.hxx>
+#include <attrib.hxx>
+#include <stlpool.hxx>
+#include <stlsheet.hxx>
+#include <formulacell.hxx>
+#include <globstr.hrc>
+#include <attarray.hxx>
+#include <xltracer.hxx>
+#include <xistream.hxx>
+#include <xicontent.hxx>
+
+#include <root.hxx>
+#include <colrowst.hxx>
#include <svl/poolcach.hxx>
#include <o3tl/make_unique.hxx>
diff --git a/sc/source/filter/excel/xiview.cxx b/sc/source/filter/excel/xiview.cxx
index 8f66443b1b8d..4a1360bfaf26 100644
--- a/sc/source/filter/excel/xiview.cxx
+++ b/sc/source/filter/excel/xiview.cxx
@@ -17,13 +17,13 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "xiview.hxx"
-#include "document.hxx"
-#include "scextopt.hxx"
-#include "viewopti.hxx"
-#include "xistream.hxx"
-#include "xihelper.hxx"
-#include "xistyle.hxx"
+#include <xiview.hxx>
+#include <document.hxx>
+#include <scextopt.hxx>
+#include <viewopti.hxx>
+#include <xistream.hxx>
+#include <xihelper.hxx>
+#include <xistyle.hxx>
// Document view settings =====================================================
diff --git a/sc/source/filter/excel/xladdress.cxx b/sc/source/filter/excel/xladdress.cxx
index df10c67230df..4aaae918b34d 100644
--- a/sc/source/filter/excel/xladdress.cxx
+++ b/sc/source/filter/excel/xladdress.cxx
@@ -17,10 +17,10 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "xladdress.hxx"
-#include "xestream.hxx"
-#include "xltracer.hxx"
-#include "xistream.hxx"
+#include <xladdress.hxx>
+#include <xestream.hxx>
+#include <xltracer.hxx>
+#include <xistream.hxx>
#include <osl/diagnose.h>
diff --git a/sc/source/filter/excel/xlchart.cxx b/sc/source/filter/excel/xlchart.cxx
index 05500c5b730d..a1eb0452087d 100644
--- a/sc/source/filter/excel/xlchart.cxx
+++ b/sc/source/filter/excel/xlchart.cxx
@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "xlchart.hxx"
+#include <xlchart.hxx>
#include <com/sun/star/container/XNameContainer.hpp>
#include <com/sun/star/awt/Size.hpp>
@@ -46,9 +46,9 @@
#include <svx/unomid.hxx>
#include <filter/msfilter/escherex.hxx>
#include <editeng/memberids.h>
-#include "global.hxx"
-#include "xlroot.hxx"
-#include "xlstyle.hxx"
+#include <global.hxx>
+#include <xlroot.hxx>
+#include <xlstyle.hxx>
using namespace com::sun::star;
using ::com::sun::star::uno::Any;
diff --git a/sc/source/filter/excel/xlescher.cxx b/sc/source/filter/excel/xlescher.cxx
index f57e1b62f46e..8f2919b2f72b 100644
--- a/sc/source/filter/excel/xlescher.cxx
+++ b/sc/source/filter/excel/xlescher.cxx
@@ -17,16 +17,16 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "xlescher.hxx"
+#include <xlescher.hxx>
#include <com/sun/star/drawing/XControlShape.hpp>
#include <com/sun/star/script/ScriptEventDescriptor.hpp>
#include <svx/unoapi.hxx>
-#include "document.hxx"
-#include "xestream.hxx"
-#include "xistream.hxx"
-#include "xlroot.hxx"
-#include "xltools.hxx"
+#include <document.hxx>
+#include <xestream.hxx>
+#include <xistream.hxx>
+#include <xlroot.hxx>
+#include <xltools.hxx>
using ::com::sun::star::uno::Reference;
using ::com::sun::star::uno::UNO_QUERY;
diff --git a/sc/source/filter/excel/xlformula.cxx b/sc/source/filter/excel/xlformula.cxx
index 90166056d055..c8e2b5488491 100644
--- a/sc/source/filter/excel/xlformula.cxx
+++ b/sc/source/filter/excel/xlformula.cxx
@@ -17,16 +17,16 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "xlformula.hxx"
+#include <xlformula.hxx>
#include <algorithm>
-#include "compiler.hxx"
-#include "rangenam.hxx"
-#include "token.hxx"
-#include "tokenarray.hxx"
-#include "xestream.hxx"
-#include "xistream.hxx"
-#include "xlroot.hxx"
+#include <compiler.hxx>
+#include <rangenam.hxx>
+#include <token.hxx>
+#include <tokenarray.hxx>
+#include <xestream.hxx>
+#include <xistream.hxx>
+#include <xlroot.hxx>
#include <comphelper/string.hxx>
#include <svl/sharedstringpool.hxx>
diff --git a/sc/source/filter/excel/xlpage.cxx b/sc/source/filter/excel/xlpage.cxx
index 8ba6b2dc2ff7..08327c90bbcc 100644
--- a/sc/source/filter/excel/xlpage.cxx
+++ b/sc/source/filter/excel/xlpage.cxx
@@ -17,16 +17,16 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "xlpage.hxx"
+#include <xlpage.hxx>
#include <sfx2/printer.hxx>
#include <editeng/svxenum.hxx>
#include <editeng/paperinf.hxx>
#include <vcl/svapp.hxx>
#include <sal/macros.h>
-#include "scitems.hxx"
+#include <scitems.hxx>
#include <editeng/brushitem.hxx>
-#include "global.hxx"
-#include "xlconst.hxx"
+#include <global.hxx>
+#include <xlconst.hxx>
#include <oox/core/xmlfilterbase.hxx>
namespace{
diff --git a/sc/source/filter/excel/xlpivot.cxx b/sc/source/filter/excel/xlpivot.cxx
index 378f3c96104c..bcccaa8608eb 100644
--- a/sc/source/filter/excel/xlpivot.cxx
+++ b/sc/source/filter/excel/xlpivot.cxx
@@ -17,13 +17,13 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "dpgroup.hxx"
-#include "dpsave.hxx"
-#include "xestream.hxx"
-#include "xistream.hxx"
-#include "xestring.hxx"
-#include "xlpivot.hxx"
-#include "generalfunction.hxx"
+#include <dpgroup.hxx>
+#include <dpsave.hxx>
+#include <xestream.hxx>
+#include <xistream.hxx>
+#include <xestring.hxx>
+#include <xlpivot.hxx>
+#include <generalfunction.hxx>
#include <osl/diagnose.h>
#include <com/sun/star/sheet/DataPilotFieldGroupBy.hpp>
diff --git a/sc/source/filter/excel/xlroot.cxx b/sc/source/filter/excel/xlroot.cxx
index 831c744f22fb..c37a77c19ac1 100644
--- a/sc/source/filter/excel/xlroot.cxx
+++ b/sc/source/filter/excel/xlroot.cxx
@@ -18,7 +18,7 @@
*/
#include <memory>
-#include "xlroot.hxx"
+#include <xlroot.hxx>
#include <rtl/strbuf.hxx>
#include <com/sun/star/awt/XDevice.hpp>
#include <com/sun/star/frame/Desktop.hpp>
@@ -35,22 +35,22 @@
#include <vcl/settings.hxx>
#include <editeng/editstat.hxx>
-#include "scitems.hxx"
+#include <scitems.hxx>
#include <editeng/eeitem.hxx>
-#include "document.hxx"
-#include "docpool.hxx"
-#include "docuno.hxx"
-#include "editutil.hxx"
-#include "drwlayer.hxx"
-#include "scextopt.hxx"
-#include "patattr.hxx"
-#include "fapihelper.hxx"
-#include "xlconst.hxx"
-#include "xlstyle.hxx"
-#include "xlchart.hxx"
-#include "xltracer.hxx"
+#include <document.hxx>
+#include <docpool.hxx>
+#include <docuno.hxx>
+#include <editutil.hxx>
+#include <drwlayer.hxx>
+#include <scextopt.hxx>
+#include <patattr.hxx>
+#include <fapihelper.hxx>
+#include <xlconst.hxx>
+#include <xlstyle.hxx>
+#include <xlchart.hxx>
+#include <xltracer.hxx>
#include <unotools/useroptions.hxx>
-#include "root.hxx"
+#include <root.hxx>
namespace ApiScriptType = ::com::sun::star::i18n::ScriptType;
diff --git a/sc/source/filter/excel/xlstyle.cxx b/sc/source/filter/excel/xlstyle.cxx
index f2dbe60774d4..6d5f8567e127 100644
--- a/sc/source/filter/excel/xlstyle.cxx
+++ b/sc/source/filter/excel/xlstyle.cxx
@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "xlstyle.hxx"
+#include <xlstyle.hxx>
#include <com/sun/star/awt/FontFamily.hpp>
#include <com/sun/star/awt/FontSlant.hpp>
#include <com/sun/star/awt/FontUnderline.hpp>
@@ -30,8 +30,8 @@
#include <svtools/colorcfg.hxx>
#include <vcl/unohelp.hxx>
#include <editeng/svxfont.hxx>
-#include "global.hxx"
-#include "xlroot.hxx"
+#include <global.hxx>
+#include <xlroot.hxx>
// Color data =================================================================
/** Standard EGA colors, bright. */
diff --git a/sc/source/filter/excel/xltools.cxx b/sc/source/filter/excel/xltools.cxx
index ff0d03c0fe84..34e572460f4a 100644
--- a/sc/source/filter/excel/xltools.cxx
+++ b/sc/source/filter/excel/xltools.cxx
@@ -25,17 +25,17 @@
#include <sal/macros.h>
#include <editeng/editstat.hxx>
#include <filter/msfilter/msvbahelper.hxx>
-#include "xestream.hxx"
-#include "document.hxx"
-#include "docuno.hxx"
-#include "editutil.hxx"
+#include <xestream.hxx>
+#include <document.hxx>
+#include <docuno.hxx>
+#include <editutil.hxx>
#include <formula/errorcodes.hxx>
-#include "globstr.hrc"
-#include "xlstyle.hxx"
-#include "xlname.hxx"
-#include "xistream.hxx"
-#include "xiroot.hxx"
-#include "xltools.hxx"
+#include <globstr.hrc>
+#include <xlstyle.hxx>
+#include <xlname.hxx>
+#include <xistream.hxx>
+#include <xiroot.hxx>
+#include <xltools.hxx>
// GUID import/export
diff --git a/sc/source/filter/excel/xltracer.cxx b/sc/source/filter/excel/xltracer.cxx
index 6c7e632aebca..37af223d7a4c 100644
--- a/sc/source/filter/excel/xltracer.cxx
+++ b/sc/source/filter/excel/xltracer.cxx
@@ -17,9 +17,9 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "xltracer.hxx"
+#include <xltracer.hxx>
#include <com/sun/star/beans/PropertyValue.hpp>
-#include "address.hxx"
+#include <address.hxx>
using ::com::sun::star::uno::Sequence;
using ::com::sun::star::beans::PropertyValue;
diff --git a/sc/source/filter/excel/xlview.cxx b/sc/source/filter/excel/xlview.cxx
index 7d227b73fc18..9e65e3f1f06f 100644
--- a/sc/source/filter/excel/xlview.cxx
+++ b/sc/source/filter/excel/xlview.cxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "xlview.hxx"
-#include "ftools.hxx"
+#include <xlview.hxx>
+#include <ftools.hxx>
#include <osl/diagnose.h>
// Structs ====================================================================