summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/unoobj')
-rw-r--r--sc/source/ui/unoobj/ChartRangeSelectionListener.cxx8
-rw-r--r--sc/source/ui/unoobj/ChartTools.cxx2
-rw-r--r--sc/source/ui/unoobj/PivotTableDataProvider.cxx26
-rw-r--r--sc/source/ui/unoobj/PivotTableDataSequence.cxx10
-rw-r--r--sc/source/ui/unoobj/PivotTableDataSource.cxx6
-rw-r--r--sc/source/ui/unoobj/TablePivotChart.cxx8
-rw-r--r--sc/source/ui/unoobj/TablePivotCharts.cxx20
-rw-r--r--sc/source/ui/unoobj/addruno.cxx10
-rw-r--r--sc/source/ui/unoobj/afmtuno.cxx16
-rw-r--r--sc/source/ui/unoobj/appluno.cxx26
-rw-r--r--sc/source/ui/unoobj/cellsuno.cxx132
-rw-r--r--sc/source/ui/unoobj/chart2uno.cxx38
-rw-r--r--sc/source/ui/unoobj/chartuno.cxx20
-rw-r--r--sc/source/ui/unoobj/condformatuno.cxx24
-rw-r--r--sc/source/ui/unoobj/confuno.cxx18
-rw-r--r--sc/source/ui/unoobj/convuno.cxx4
-rw-r--r--sc/source/ui/unoobj/cursuno.cxx16
-rw-r--r--sc/source/ui/unoobj/dapiuno.cxx38
-rw-r--r--sc/source/ui/unoobj/datauno.cxx36
-rw-r--r--sc/source/ui/unoobj/defltuno.cxx14
-rw-r--r--sc/source/ui/unoobj/dispuno.cxx8
-rw-r--r--sc/source/ui/unoobj/docuno.cxx90
-rw-r--r--sc/source/ui/unoobj/drdefuno.cxx6
-rw-r--r--sc/source/ui/unoobj/editsrc.cxx24
-rw-r--r--sc/source/ui/unoobj/eventuno.cxx10
-rw-r--r--sc/source/ui/unoobj/fielduno.cxx20
-rw-r--r--sc/source/ui/unoobj/filtuno.cxx22
-rw-r--r--sc/source/ui/unoobj/fmtuno.cxx18
-rw-r--r--sc/source/ui/unoobj/forbiuno.cxx4
-rw-r--r--sc/source/ui/unoobj/funcuno.cxx42
-rw-r--r--sc/source/ui/unoobj/linkuno.cxx24
-rw-r--r--sc/source/ui/unoobj/listenercalls.cxx2
-rw-r--r--sc/source/ui/unoobj/miscuno.cxx2
-rw-r--r--sc/source/ui/unoobj/nameuno.cxx26
-rw-r--r--sc/source/ui/unoobj/notesuno.cxx16
-rw-r--r--sc/source/ui/unoobj/optuno.cxx8
-rw-r--r--sc/source/ui/unoobj/pageuno.cxx4
-rw-r--r--sc/source/ui/unoobj/servuno.cxx32
-rw-r--r--sc/source/ui/unoobj/shapeuno.cxx18
-rw-r--r--sc/source/ui/unoobj/srchuno.cxx16
-rw-r--r--sc/source/ui/unoobj/styleuno.cxx28
-rw-r--r--sc/source/ui/unoobj/targuno.cxx22
-rw-r--r--sc/source/ui/unoobj/textuno.cxx32
-rw-r--r--sc/source/ui/unoobj/tokenuno.cxx20
-rw-r--r--sc/source/ui/unoobj/unodoc.cxx6
-rw-r--r--sc/source/ui/unoobj/unoreflist.cxx4
-rw-r--r--sc/source/ui/unoobj/viewuno.cxx48
-rw-r--r--sc/source/ui/unoobj/warnpassword.cxx2
48 files changed, 513 insertions, 513 deletions
diff --git a/sc/source/ui/unoobj/ChartRangeSelectionListener.cxx b/sc/source/ui/unoobj/ChartRangeSelectionListener.cxx
index e90b32192256..0ef2dbff3f68 100644
--- a/sc/source/ui/unoobj/ChartRangeSelectionListener.cxx
+++ b/sc/source/ui/unoobj/ChartRangeSelectionListener.cxx
@@ -17,14 +17,14 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "ChartRangeSelectionListener.hxx"
+#include <ChartRangeSelectionListener.hxx>
#include <com/sun/star/chart2/data/XRangeHighlighter.hpp>
#include <sfx2/viewfrm.hxx>
-#include "tabvwsh.hxx"
-#include "unonames.hxx"
-#include "miscuno.hxx"
+#include <tabvwsh.hxx>
+#include <unonames.hxx>
+#include <miscuno.hxx>
using namespace ::com::sun::star;
diff --git a/sc/source/ui/unoobj/ChartTools.cxx b/sc/source/ui/unoobj/ChartTools.cxx
index 2bb896c1a148..8257aed6aa5c 100644
--- a/sc/source/ui/unoobj/ChartTools.cxx
+++ b/sc/source/ui/unoobj/ChartTools.cxx
@@ -8,7 +8,7 @@
*
*/
-#include "ChartTools.hxx"
+#include <ChartTools.hxx>
#include <com/sun/star/beans/PropertyAttribute.hpp>
#include <com/sun/star/chart2/data/XPivotTableDataProvider.hpp>
diff --git a/sc/source/ui/unoobj/PivotTableDataProvider.cxx b/sc/source/ui/unoobj/PivotTableDataProvider.cxx
index 7f5793dfb2f6..cfdea1bed39e 100644
--- a/sc/source/ui/unoobj/PivotTableDataProvider.cxx
+++ b/sc/source/ui/unoobj/PivotTableDataProvider.cxx
@@ -10,19 +10,19 @@
#include <memory>
#include <sal/config.h>
-#include "PivotTableDataProvider.hxx"
-#include "PivotTableDataSource.hxx"
-#include "PivotTableDataSequence.hxx"
-
-#include "miscuno.hxx"
-#include "document.hxx"
-#include "unonames.hxx"
-#include "docsh.hxx"
-#include "scresid.hxx"
-#include "globstr.hrc"
-#include "strings.hrc"
-#include "dpobject.hxx"
-#include "hints.hxx"
+#include <PivotTableDataProvider.hxx>
+#include <PivotTableDataSource.hxx>
+#include <PivotTableDataSequence.hxx>
+
+#include <miscuno.hxx>
+#include <document.hxx>
+#include <unonames.hxx>
+#include <docsh.hxx>
+#include <scresid.hxx>
+#include <globstr.hrc>
+#include <strings.hrc>
+#include <dpobject.hxx>
+#include <hints.hxx>
#include <vcl/svapp.hxx>
#include <sfx2/objsh.hxx>
diff --git a/sc/source/ui/unoobj/PivotTableDataSequence.cxx b/sc/source/ui/unoobj/PivotTableDataSequence.cxx
index 2db6dc468757..ee14b9b85f2f 100644
--- a/sc/source/ui/unoobj/PivotTableDataSequence.cxx
+++ b/sc/source/ui/unoobj/PivotTableDataSequence.cxx
@@ -8,14 +8,14 @@
*/
#include <memory>
-#include "PivotTableDataSequence.hxx"
+#include <PivotTableDataSequence.hxx>
#include <sal/config.h>
-#include "miscuno.hxx"
-#include "document.hxx"
-#include "docsh.hxx"
-#include "hints.hxx"
+#include <miscuno.hxx>
+#include <document.hxx>
+#include <docsh.hxx>
+#include <hints.hxx>
#include <com/sun/star/chart/ChartDataChangeEvent.hpp>
diff --git a/sc/source/ui/unoobj/PivotTableDataSource.cxx b/sc/source/ui/unoobj/PivotTableDataSource.cxx
index 395d5f577ac1..dcc0e3547fd3 100644
--- a/sc/source/ui/unoobj/PivotTableDataSource.cxx
+++ b/sc/source/ui/unoobj/PivotTableDataSource.cxx
@@ -7,12 +7,12 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#include "PivotTableDataSource.hxx"
+#include <PivotTableDataSource.hxx>
#include <sal/config.h>
-#include "miscuno.hxx"
-#include "docsh.hxx"
+#include <miscuno.hxx>
+#include <docsh.hxx>
#include <comphelper/sequence.hxx>
diff --git a/sc/source/ui/unoobj/TablePivotChart.cxx b/sc/source/ui/unoobj/TablePivotChart.cxx
index 18874f48539b..cf57691584b6 100644
--- a/sc/source/ui/unoobj/TablePivotChart.cxx
+++ b/sc/source/ui/unoobj/TablePivotChart.cxx
@@ -11,11 +11,11 @@
#include <svx/charthelper.hxx>
#include <svtools/embedhlp.hxx>
-#include "miscuno.hxx"
-#include "docsh.hxx"
+#include <miscuno.hxx>
+#include <docsh.hxx>
-#include "TablePivotChart.hxx"
-#include "ChartTools.hxx"
+#include <TablePivotChart.hxx>
+#include <ChartTools.hxx>
using namespace css;
diff --git a/sc/source/ui/unoobj/TablePivotCharts.cxx b/sc/source/ui/unoobj/TablePivotCharts.cxx
index 6369729d772f..5cc607327bcf 100644
--- a/sc/source/ui/unoobj/TablePivotCharts.cxx
+++ b/sc/source/ui/unoobj/TablePivotCharts.cxx
@@ -30,16 +30,16 @@
#include <svtools/embedhlp.hxx>
#include <comphelper/sequence.hxx>
-#include "TablePivotChart.hxx"
-#include "TablePivotCharts.hxx"
-#include "PivotTableDataProvider.hxx"
-#include "ChartTools.hxx"
-
-#include "miscuno.hxx"
-#include "docsh.hxx"
-#include "drwlayer.hxx"
-#include "undodat.hxx"
-#include "convuno.hxx"
+#include <TablePivotChart.hxx>
+#include <TablePivotCharts.hxx>
+#include <PivotTableDataProvider.hxx>
+#include <ChartTools.hxx>
+
+#include <miscuno.hxx>
+#include <docsh.hxx>
+#include <drwlayer.hxx>
+#include <undodat.hxx>
+#include <convuno.hxx>
using namespace css;
diff --git a/sc/source/ui/unoobj/addruno.cxx b/sc/source/ui/unoobj/addruno.cxx
index 1e7f5c62dd1b..8878b33ea25a 100644
--- a/sc/source/ui/unoobj/addruno.cxx
+++ b/sc/source/ui/unoobj/addruno.cxx
@@ -24,11 +24,11 @@
#include <svl/itemprop.hxx>
#include <vcl/svapp.hxx>
-#include "docsh.hxx"
-#include "unonames.hxx"
-#include "miscuno.hxx"
-#include "convuno.hxx"
-#include "addruno.hxx"
+#include <docsh.hxx>
+#include <unonames.hxx>
+#include <miscuno.hxx>
+#include <convuno.hxx>
+#include <addruno.hxx>
using namespace com::sun::star;
diff --git a/sc/source/ui/unoobj/afmtuno.cxx b/sc/source/ui/unoobj/afmtuno.cxx
index b1349a2222ca..007da41edc94 100644
--- a/sc/source/ui/unoobj/afmtuno.cxx
+++ b/sc/source/ui/unoobj/afmtuno.cxx
@@ -17,12 +17,12 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "scitems.hxx"
+#include <scitems.hxx>
#include <editeng/memberids.h>
#include <svl/poolitem.hxx>
#include <vcl/svapp.hxx>
#include <svx/unomid.hxx>
-#include "unowids.hxx"
+#include <unowids.hxx>
#include <comphelper/servicehelper.hxx>
#include <com/sun/star/lang/IndexOutOfBoundsException.hpp>
#include <com/sun/star/table/BorderLine.hpp>
@@ -51,12 +51,12 @@
#include <com/sun/star/awt/FontFamily.hpp>
#include <com/sun/star/awt/FontPitch.hpp>
-#include "afmtuno.hxx"
-#include "miscuno.hxx"
-#include "autoform.hxx"
-#include "scdll.hxx"
-#include "unonames.hxx"
-#include "cellsuno.hxx"
+#include <afmtuno.hxx>
+#include <miscuno.hxx>
+#include <autoform.hxx>
+#include <scdll.hxx>
+#include <unonames.hxx>
+#include <cellsuno.hxx>
using namespace ::com::sun::star;
diff --git a/sc/source/ui/unoobj/appluno.cxx b/sc/source/ui/unoobj/appluno.cxx
index e0ea77cbeab0..064369bf05d8 100644
--- a/sc/source/ui/unoobj/appluno.cxx
+++ b/sc/source/ui/unoobj/appluno.cxx
@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "appluno.hxx"
+#include <appluno.hxx>
#include <sal/types.h>
#include <osl/diagnose.h>
#include <cppuhelper/factory.hxx>
@@ -25,18 +25,18 @@
#include <sfx2/app.hxx>
#include <sfx2/sfxmodelfactory.hxx>
-#include "afmtuno.hxx"
-#include "funcuno.hxx"
-#include "filtuno.hxx"
-#include "miscuno.hxx"
-#include "scmod.hxx"
-#include "appoptio.hxx"
-#include "inputopt.hxx"
-#include "printopt.hxx"
-#include "userlist.hxx"
-#include "sc.hrc"
-#include "unonames.hxx"
-#include "funcdesc.hxx"
+#include <afmtuno.hxx>
+#include <funcuno.hxx>
+#include <filtuno.hxx>
+#include <miscuno.hxx>
+#include <scmod.hxx>
+#include <appoptio.hxx>
+#include <inputopt.hxx>
+#include <printopt.hxx>
+#include <userlist.hxx>
+#include <sc.hrc>
+#include <unonames.hxx>
+#include <funcdesc.hxx>
#include <com/sun/star/lang/IndexOutOfBoundsException.hpp>
#include <com/sun/star/sheet/FunctionArgument.hpp>
#include <memory>
diff --git a/sc/source/ui/unoobj/cellsuno.cxx b/sc/source/ui/unoobj/cellsuno.cxx
index d8b4b1619276..1c948adbdd28 100644
--- a/sc/source/ui/unoobj/cellsuno.cxx
+++ b/sc/source/ui/unoobj/cellsuno.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 <svx/svdpool.hxx>
@@ -63,75 +63,75 @@
#include <com/sun/star/text/textfield/Type.hpp>
#include <com/sun/star/sheet/XConditionalFormats.hpp>
-#include "autoform.hxx"
-#include "cellvalue.hxx"
-#include "cellmergeoption.hxx"
-#include "cellsuno.hxx"
-#include "cursuno.hxx"
-#include "textuno.hxx"
-#include "editsrc.hxx"
-#include "notesuno.hxx"
-#include "fielduno.hxx"
-#include "docuno.hxx"
-#include "datauno.hxx"
-#include "dapiuno.hxx"
-#include "chartuno.hxx"
-#include "fmtuno.hxx"
-#include "miscuno.hxx"
-#include "convuno.hxx"
-#include "srchuno.hxx"
-#include "nameuno.hxx"
-#include "targuno.hxx"
-#include "tokenuno.hxx"
-#include "eventuno.hxx"
-#include "docsh.hxx"
-#include "markdata.hxx"
-#include "patattr.hxx"
-#include "docpool.hxx"
-#include "docfunc.hxx"
-#include "dbdocfun.hxx"
-#include "olinefun.hxx"
-#include "hints.hxx"
-#include "formulacell.hxx"
-#include "undocell.hxx"
-#include "undotab.hxx"
-#include "undoblk.hxx"
-#include "stlsheet.hxx"
-#include "dbdata.hxx"
-#include "attrib.hxx"
-#include "chartarr.hxx"
-#include "chartlis.hxx"
-#include "drwlayer.hxx"
-#include "printfun.hxx"
-#include "prnsave.hxx"
-#include "tablink.hxx"
-#include "dociter.hxx"
-#include "rangeutl.hxx"
-#include "conditio.hxx"
-#include "validat.hxx"
-#include "sc.hrc"
-#include "brdcst.hxx"
-#include "cellform.hxx"
-#include "globstr.hrc"
-#include "unonames.hxx"
-#include "styleuno.hxx"
-#include "rangeseq.hxx"
-#include "unowids.hxx"
-#include "paramisc.hxx"
-#include "queryentry.hxx"
+#include <autoform.hxx>
+#include <cellvalue.hxx>
+#include <cellmergeoption.hxx>
+#include <cellsuno.hxx>
+#include <cursuno.hxx>
+#include <textuno.hxx>
+#include <editsrc.hxx>
+#include <notesuno.hxx>
+#include <fielduno.hxx>
+#include <docuno.hxx>
+#include <datauno.hxx>
+#include <dapiuno.hxx>
+#include <chartuno.hxx>
+#include <fmtuno.hxx>
+#include <miscuno.hxx>
+#include <convuno.hxx>
+#include <srchuno.hxx>
+#include <nameuno.hxx>
+#include <targuno.hxx>
+#include <tokenuno.hxx>
+#include <eventuno.hxx>
+#include <docsh.hxx>
+#include <markdata.hxx>
+#include <patattr.hxx>
+#include <docpool.hxx>
+#include <docfunc.hxx>
+#include <dbdocfun.hxx>
+#include <olinefun.hxx>
+#include <hints.hxx>
+#include <formulacell.hxx>
+#include <undocell.hxx>
+#include <undotab.hxx>
+#include <undoblk.hxx>
+#include <stlsheet.hxx>
+#include <dbdata.hxx>
+#include <attrib.hxx>
+#include <chartarr.hxx>
+#include <chartlis.hxx>
+#include <drwlayer.hxx>
+#include <printfun.hxx>
+#include <prnsave.hxx>
+#include <tablink.hxx>
+#include <dociter.hxx>
+#include <rangeutl.hxx>
+#include <conditio.hxx>
+#include <validat.hxx>
+#include <sc.hrc>
+#include <brdcst.hxx>
+#include <cellform.hxx>
+#include <globstr.hrc>
+#include <unonames.hxx>
+#include <styleuno.hxx>
+#include <rangeseq.hxx>
+#include <unowids.hxx>
+#include <paramisc.hxx>
+#include <queryentry.hxx>
#include <formula/errorcodes.hxx>
-#include "unoreflist.hxx"
+#include <unoreflist.hxx>
#include <formula/grammar.hxx>
#include <editeng/escapementitem.hxx>
-#include "stringutil.hxx"
-#include "formulaiter.hxx"
-#include "tokenarray.hxx"
-#include "stylehelper.hxx"
-#include "dputil.hxx"
+#include <stringutil.hxx>
+#include <formulaiter.hxx>
+#include <tokenarray.hxx>
+#include <stylehelper.hxx>
+#include <dputil.hxx>
#include <sortparam.hxx>
-#include "condformatuno.hxx"
-#include "TablePivotCharts.hxx"
-#include "table.hxx"
+#include <condformatuno.hxx>
+#include <TablePivotCharts.hxx>
+#include <table.hxx>
#include <list>
#include <memory>
diff --git a/sc/source/ui/unoobj/chart2uno.cxx b/sc/source/ui/unoobj/chart2uno.cxx
index 0b9274d38633..666634272e90 100644
--- a/sc/source/ui/unoobj/chart2uno.cxx
+++ b/sc/source/ui/unoobj/chart2uno.cxx
@@ -23,25 +23,25 @@
#include <algorithm>
#include <utility>
-#include "chart2uno.hxx"
-#include "miscuno.hxx"
-#include "document.hxx"
-#include "formulacell.hxx"
-#include "chartpos.hxx"
-#include "unonames.hxx"
-#include "globstr.hrc"
-#include "convuno.hxx"
-#include "rangeutl.hxx"
-#include "hints.hxx"
-#include "unoreflist.hxx"
-#include "compiler.hxx"
-#include "reftokenhelper.hxx"
-#include "chartlis.hxx"
-#include "tokenuno.hxx"
-#include "docsh.hxx"
-#include "cellvalue.hxx"
-#include "tokenarray.hxx"
-#include "scmatrix.hxx"
+#include <chart2uno.hxx>
+#include <miscuno.hxx>
+#include <document.hxx>
+#include <formulacell.hxx>
+#include <chartpos.hxx>
+#include <unonames.hxx>
+#include <globstr.hrc>
+#include <convuno.hxx>
+#include <rangeutl.hxx>
+#include <hints.hxx>
+#include <unoreflist.hxx>
+#include <compiler.hxx>
+#include <reftokenhelper.hxx>
+#include <chartlis.hxx>
+#include <tokenuno.hxx>
+#include <docsh.hxx>
+#include <cellvalue.hxx>
+#include <tokenarray.hxx>
+#include <scmatrix.hxx>
#include <brdcst.hxx>
#include <formula/opcode.hxx>
diff --git a/sc/source/ui/unoobj/chartuno.cxx b/sc/source/ui/unoobj/chartuno.cxx
index 027f38fd7f2e..1becb502b718 100644
--- a/sc/source/ui/unoobj/chartuno.cxx
+++ b/sc/source/ui/unoobj/chartuno.cxx
@@ -38,16 +38,16 @@
#include <svx/charthelper.hxx>
#include <svtools/embedhlp.hxx>
-#include "ChartTools.hxx"
-#include "chartuno.hxx"
-#include "miscuno.hxx"
-#include "docsh.hxx"
-#include "drwlayer.hxx"
-#include "undodat.hxx"
-#include "chartarr.hxx"
-#include "chartlis.hxx"
-#include "chart2uno.hxx"
-#include "convuno.hxx"
+#include <ChartTools.hxx>
+#include <chartuno.hxx>
+#include <miscuno.hxx>
+#include <docsh.hxx>
+#include <drwlayer.hxx>
+#include <undodat.hxx>
+#include <chartarr.hxx>
+#include <chartlis.hxx>
+#include <chart2uno.hxx>
+#include <convuno.hxx>
using namespace css;
diff --git a/sc/source/ui/unoobj/condformatuno.cxx b/sc/source/ui/unoobj/condformatuno.cxx
index 8b70376336af..78a2b17fa6d0 100644
--- a/sc/source/ui/unoobj/condformatuno.cxx
+++ b/sc/source/ui/unoobj/condformatuno.cxx
@@ -8,18 +8,18 @@
*/
#include <memory>
-#include "condformatuno.hxx"
-
-#include "document.hxx"
-#include "conditio.hxx"
-#include "colorscale.hxx"
-#include "docsh.hxx"
-#include "miscuno.hxx"
-#include "compiler.hxx"
-#include "tokenarray.hxx"
-
-#include "cellsuno.hxx"
-#include "convuno.hxx"
+#include <condformatuno.hxx>
+
+#include <document.hxx>
+#include <conditio.hxx>
+#include <colorscale.hxx>
+#include <docsh.hxx>
+#include <miscuno.hxx>
+#include <compiler.hxx>
+#include <tokenarray.hxx>
+
+#include <cellsuno.hxx>
+#include <convuno.hxx>
#include <vcl/svapp.hxx>
#include <rtl/ustring.hxx>
diff --git a/sc/source/ui/unoobj/confuno.cxx b/sc/source/ui/unoobj/confuno.cxx
index 2a730b47b406..d2afa88c659e 100644
--- a/sc/source/ui/unoobj/confuno.cxx
+++ b/sc/source/ui/unoobj/confuno.cxx
@@ -23,15 +23,15 @@
#include <config_features.h>
-#include "confuno.hxx"
-#include "unonames.hxx"
-#include "scdll.hxx"
-#include "docsh.hxx"
-#include "miscuno.hxx"
-#include "forbiuno.hxx"
-#include "viewopti.hxx"
-#include "docpool.hxx"
-#include "sc.hrc"
+#include <confuno.hxx>
+#include <unonames.hxx>
+#include <scdll.hxx>
+#include <docsh.hxx>
+#include <miscuno.hxx>
+#include <forbiuno.hxx>
+#include <viewopti.hxx>
+#include <docpool.hxx>
+#include <sc.hrc>
#include <com/sun/star/beans/PropertyAttribute.hpp>
#include <com/sun/star/document/LinkUpdateModes.hpp>
diff --git a/sc/source/ui/unoobj/convuno.cxx b/sc/source/ui/unoobj/convuno.cxx
index c161e37d3ed7..7326779a4891 100644
--- a/sc/source/ui/unoobj/convuno.cxx
+++ b/sc/source/ui/unoobj/convuno.cxx
@@ -19,8 +19,8 @@
#include <i18nlangtag/languagetag.hxx>
-#include "convuno.hxx"
-#include "global.hxx"
+#include <convuno.hxx>
+#include <global.hxx>
using namespace com::sun::star;
diff --git a/sc/source/ui/unoobj/cursuno.cxx b/sc/source/ui/unoobj/cursuno.cxx
index cd8332aefc76..6ed923826e66 100644
--- a/sc/source/ui/unoobj/cursuno.cxx
+++ b/sc/source/ui/unoobj/cursuno.cxx
@@ -17,20 +17,20 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "scitems.hxx"
+#include <scitems.hxx>
#include <svl/intitem.hxx>
#include <svl/zforlist.hxx>
#include <vcl/svapp.hxx>
#include <comphelper/servicehelper.hxx>
#include <cppuhelper/supportsservice.hxx>
-#include "cursuno.hxx"
-#include "cellsuno.hxx"
-#include "docsh.hxx"
-#include "hints.hxx"
-#include "markdata.hxx"
-#include "dociter.hxx"
-#include "miscuno.hxx"
+#include <cursuno.hxx>
+#include <cellsuno.hxx>
+#include <docsh.hxx>
+#include <hints.hxx>
+#include <markdata.hxx>
+#include <dociter.hxx>
+#include <miscuno.hxx>
using namespace com::sun::star;
diff --git a/sc/source/ui/unoobj/dapiuno.cxx b/sc/source/ui/unoobj/dapiuno.cxx
index 657d6b763901..74f55f433c1f 100644
--- a/sc/source/ui/unoobj/dapiuno.cxx
+++ b/sc/source/ui/unoobj/dapiuno.cxx
@@ -21,26 +21,26 @@
#include <svl/hint.hxx>
#include <vcl/svapp.hxx>
-#include "dapiuno.hxx"
-#include "datauno.hxx"
-#include "miscuno.hxx"
-#include "convuno.hxx"
-#include "docsh.hxx"
-#include "tabvwsh.hxx"
-#include "pivot.hxx"
-#include "rangeutl.hxx"
-#include "dpobject.hxx"
-#include "dpshttab.hxx"
-#include "dpsdbtab.hxx"
-#include "dpsave.hxx"
-#include "dbdocfun.hxx"
-#include "unonames.hxx"
-#include "dpgroup.hxx"
-#include "dpdimsave.hxx"
-#include "hints.hxx"
+#include <dapiuno.hxx>
+#include <datauno.hxx>
+#include <miscuno.hxx>
+#include <convuno.hxx>
+#include <docsh.hxx>
+#include <tabvwsh.hxx>
+#include <pivot.hxx>
+#include <rangeutl.hxx>
+#include <dpobject.hxx>
+#include <dpshttab.hxx>
+#include <dpsdbtab.hxx>
+#include <dpsave.hxx>
+#include <dbdocfun.hxx>
+#include <unonames.hxx>
+#include <dpgroup.hxx>
+#include <dpdimsave.hxx>
+#include <hints.hxx>
#include <dputil.hxx>
-#include "globstr.hrc"
-#include "generalfunction.hxx"
+#include <globstr.hrc>
+#include <generalfunction.hxx>
#include <com/sun/star/lang/IndexOutOfBoundsException.hpp>
#include <com/sun/star/lang/IllegalArgumentException.hpp>
diff --git a/sc/source/ui/unoobj/datauno.cxx b/sc/source/ui/unoobj/datauno.cxx
index f9f79add95d7..db9420ae2987 100644
--- a/sc/source/ui/unoobj/datauno.cxx
+++ b/sc/source/ui/unoobj/datauno.cxx
@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "datauno.hxx"
+#include <datauno.hxx>
#include <svl/hint.hxx>
#include <svl/zforlist.hxx>
@@ -35,23 +35,23 @@
#include <com/sun/star/sheet/FilterOperator2.hpp>
#include <com/sun/star/sheet/TableFilterField2.hpp>
-#include "dapiuno.hxx"
-#include "cellsuno.hxx"
-#include "miscuno.hxx"
-#include "targuno.hxx"
-#include "rangeutl.hxx"
-#include "dbdata.hxx"
-#include "docsh.hxx"
-#include "dbdocfun.hxx"
-#include "unonames.hxx"
-#include "globalnames.hxx"
-#include "globstr.hrc"
-#include "convuno.hxx"
-#include "hints.hxx"
-#include "attrib.hxx"
-#include "dpshttab.hxx"
-#include "queryentry.hxx"
-#include "dputil.hxx"
+#include <dapiuno.hxx>
+#include <cellsuno.hxx>
+#include <miscuno.hxx>
+#include <targuno.hxx>
+#include <rangeutl.hxx>
+#include <dbdata.hxx>
+#include <docsh.hxx>
+#include <dbdocfun.hxx>
+#include <unonames.hxx>
+#include <globalnames.hxx>
+#include <globstr.hrc>
+#include <convuno.hxx>
+#include <hints.hxx>
+#include <attrib.hxx>
+#include <dpshttab.hxx>
+#include <queryentry.hxx>
+#include <dputil.hxx>
#include <sortparam.hxx>
#include <comphelper/extract.hxx>
diff --git a/sc/source/ui/unoobj/defltuno.cxx b/sc/source/ui/unoobj/defltuno.cxx
index a976dd889384..2705ce07baa6 100644
--- a/sc/source/ui/unoobj/defltuno.cxx
+++ b/sc/source/ui/unoobj/defltuno.cxx
@@ -26,13 +26,13 @@
#include <com/sun/star/beans/PropertyAttribute.hpp>
-#include "scitems.hxx"
-#include "defltuno.hxx"
-#include "miscuno.hxx"
-#include "docsh.hxx"
-#include "docpool.hxx"
-#include "unonames.hxx"
-#include "docoptio.hxx"
+#include <scitems.hxx>
+#include <defltuno.hxx>
+#include <miscuno.hxx>
+#include <docsh.hxx>
+#include <docpool.hxx>
+#include <unonames.hxx>
+#include <docoptio.hxx>
#include <limits>
diff --git a/sc/source/ui/unoobj/dispuno.cxx b/sc/source/ui/unoobj/dispuno.cxx
index 517d543cb9e6..e8a1818420c4 100644
--- a/sc/source/ui/unoobj/dispuno.cxx
+++ b/sc/source/ui/unoobj/dispuno.cxx
@@ -26,10 +26,10 @@
#include <com/sun/star/view/XSelectionSupplier.hpp>
#include <com/sun/star/sdb/CommandType.hpp>
-#include "dispuno.hxx"
-#include "tabvwsh.hxx"
-#include "dbdocfun.hxx"
-#include "dbdata.hxx"
+#include <dispuno.hxx>
+#include <tabvwsh.hxx>
+#include <dbdocfun.hxx>
+#include <dbdata.hxx>
using namespace com::sun::star;
diff --git a/sc/source/ui/unoobj/docuno.cxx b/sc/source/ui/unoobj/docuno.cxx
index bec07f0ccbbd..60bd3239cc27 100644
--- a/sc/source/ui/unoobj/docuno.cxx
+++ b/sc/source/ui/unoobj/docuno.cxx
@@ -21,7 +21,7 @@
#include <boost/property_tree/json_parser.hpp>
-#include "scitems.hxx"
+#include <scitems.hxx>
#include <editeng/editview.hxx>
#include <editeng/outliner.hxx>
#include <o3tl/any.hxx>
@@ -78,53 +78,53 @@
#include <sfx2/lokhelper.hxx>
#include <sfx2/lokcharthelper.hxx>
-#include "cellsuno.hxx"
+#include <cellsuno.hxx>
#include <columnspanset.hxx>
-#include "convuno.hxx"
-#include "datauno.hxx"
-#include "docfunc.hxx"
-#include "dociter.hxx"
-#include "docoptio.hxx"
-#include "docsh.hxx"
-#include "docuno.hxx"
-#include "drwlayer.hxx"
-#include "forbiuno.hxx"
-#include "formulacell.hxx"
-#include "formulagroup.hxx"
-#include "gridwin.hxx"
-#include "hints.hxx"
+#include <convuno.hxx>
+#include <datauno.hxx>
+#include <docfunc.hxx>
+#include <dociter.hxx>
+#include <docoptio.hxx>
+#include <docsh.hxx>
+#include <docuno.hxx>
+#include <drwlayer.hxx>
+#include <forbiuno.hxx>
+#include <formulacell.hxx>
+#include <formulagroup.hxx>
+#include <gridwin.hxx>
+#include <hints.hxx>
#include <inputhdl.hxx>
#include <inputopt.hxx>
-#include "interpre.hxx"
-#include "linkuno.hxx"
-#include "markdata.hxx"
-#include "miscuno.hxx"
-#include "nameuno.hxx"
-#include "notesuno.hxx"
-#include "optuno.hxx"
-#include "pfuncache.hxx"
-#include "postit.hxx"
-#include "printfun.hxx"
-#include "rangeutl.hxx"
-#include "scmod.hxx"
-#include "scresid.hxx"
-#include "servuno.hxx"
-#include "shapeuno.hxx"
-#include "sheetevents.hxx"
-#include "styleuno.hxx"
-#include "tabvwsh.hxx"
-#include "targuno.hxx"
-#include "unonames.hxx"
-#include "ViewSettingsSequenceDefines.hxx"
-#include "viewuno.hxx"
-#include "editsh.hxx"
-#include "drawsh.hxx"
-#include "drtxtob.hxx"
-#include "transobj.hxx"
-#include "chgtrack.hxx"
-#include "table.hxx"
-
-#include "strings.hrc"
+#include <interpre.hxx>
+#include <linkuno.hxx>
+#include <markdata.hxx>
+#include <miscuno.hxx>
+#include <nameuno.hxx>
+#include <notesuno.hxx>
+#include <optuno.hxx>
+#include <pfuncache.hxx>
+#include <postit.hxx>
+#include <printfun.hxx>
+#include <rangeutl.hxx>
+#include <scmod.hxx>
+#include <scresid.hxx>
+#include <servuno.hxx>
+#include <shapeuno.hxx>
+#include <sheetevents.hxx>
+#include <styleuno.hxx>
+#include <tabvwsh.hxx>
+#include <targuno.hxx>
+#include <unonames.hxx>
+#include <ViewSettingsSequenceDefines.hxx>
+#include <viewuno.hxx>
+#include <editsh.hxx>
+#include <drawsh.hxx>
+#include <drtxtob.hxx>
+#include <transobj.hxx>
+#include <chgtrack.hxx>
+#include <table.hxx>
+
+#include <strings.hrc>
using namespace com::sun::star;
diff --git a/sc/source/ui/unoobj/drdefuno.cxx b/sc/source/ui/unoobj/drdefuno.cxx
index 6fc63b7f5a74..60aa6c3bc3c6 100644
--- a/sc/source/ui/unoobj/drdefuno.cxx
+++ b/sc/source/ui/unoobj/drdefuno.cxx
@@ -17,9 +17,9 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "drdefuno.hxx"
-#include "docsh.hxx"
-#include "drwlayer.hxx"
+#include <drdefuno.hxx>
+#include <docsh.hxx>
+#include <drwlayer.hxx>
using namespace ::com::sun::star;
diff --git a/sc/source/ui/unoobj/editsrc.cxx b/sc/source/ui/unoobj/editsrc.cxx
index 170c18628323..2e3629b04ec5 100644
--- a/sc/source/ui/unoobj/editsrc.cxx
+++ b/sc/source/ui/unoobj/editsrc.cxx
@@ -22,9 +22,9 @@
#include <utility>
-#include "editsrc.hxx"
+#include <editsrc.hxx>
-#include "scitems.hxx"
+#include <scitems.hxx>
#include <editeng/eeitem.hxx>
#include <editeng/unofored.hxx>
#include <vcl/svapp.hxx>
@@ -34,16 +34,16 @@
#include <editeng/outlobj.hxx>
#include <editeng/editobj.hxx>
#include <editeng/outliner.hxx>
-#include "textuno.hxx"
-#include "editutil.hxx"
-#include "docsh.hxx"
-#include "docfunc.hxx"
-#include "hints.hxx"
-#include "patattr.hxx"
-#include "drwlayer.hxx"
-#include "userdat.hxx"
-#include "postit.hxx"
-#include "AccessibleText.hxx"
+#include <textuno.hxx>
+#include <editutil.hxx>
+#include <docsh.hxx>
+#include <docfunc.hxx>
+#include <hints.hxx>
+#include <patattr.hxx>
+#include <drwlayer.hxx>
+#include <userdat.hxx>
+#include <postit.hxx>
+#include <AccessibleText.hxx>
ScHeaderFooterEditSource::ScHeaderFooterEditSource(ScHeaderFooterTextData& rData) :
mrTextData(rData) {}
diff --git a/sc/source/ui/unoobj/eventuno.cxx b/sc/source/ui/unoobj/eventuno.cxx
index e54a6938a94e..15c792428e64 100644
--- a/sc/source/ui/unoobj/eventuno.cxx
+++ b/sc/source/ui/unoobj/eventuno.cxx
@@ -17,11 +17,11 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "eventuno.hxx"
-#include "miscuno.hxx"
-#include "docsh.hxx"
-#include "sheetevents.hxx"
-#include "unonames.hxx"
+#include <eventuno.hxx>
+#include <miscuno.hxx>
+#include <docsh.hxx>
+#include <sheetevents.hxx>
+#include <unonames.hxx>
#include <comphelper/propertysequence.hxx>
#include <vcl/svapp.hxx>
diff --git a/sc/source/ui/unoobj/fielduno.cxx b/sc/source/ui/unoobj/fielduno.cxx
index cd434056ce6d..afc4fb7e3cde 100644
--- a/sc/source/ui/unoobj/fielduno.cxx
+++ b/sc/source/ui/unoobj/fielduno.cxx
@@ -18,16 +18,16 @@
*/
#include <memory>
-#include "fielduno.hxx"
-#include "textuno.hxx"
-#include "miscuno.hxx"
-#include "docsh.hxx"
-#include "hints.hxx"
-#include "editsrc.hxx"
-#include "cellsuno.hxx"
-#include "servuno.hxx"
-#include "unonames.hxx"
-#include "editutil.hxx"
+#include <fielduno.hxx>
+#include <textuno.hxx>
+#include <miscuno.hxx>
+#include <docsh.hxx>
+#include <hints.hxx>
+#include <editsrc.hxx>
+#include <cellsuno.hxx>
+#include <servuno.hxx>
+#include <unonames.hxx>
+#include <editutil.hxx>
#include <svl/hint.hxx>
#include <vcl/svapp.hxx>
diff --git a/sc/source/ui/unoobj/filtuno.cxx b/sc/source/ui/unoobj/filtuno.cxx
index 3d54306280aa..ee6e6ed3c265 100644
--- a/sc/source/ui/unoobj/filtuno.cxx
+++ b/sc/source/ui/unoobj/filtuno.cxx
@@ -24,17 +24,17 @@
#include <unotools/ucbstreamhelper.hxx>
#include <connectivity/dbtools.hxx>
-#include "editutil.hxx"
-#include "filtuno.hxx"
-#include "miscuno.hxx"
-#include "scdll.hxx"
-#include "imoptdlg.hxx"
-#include "asciiopt.hxx"
-#include "docsh.hxx"
-#include "globstr.hrc"
-
-#include "sc.hrc"
-#include "scabstdlg.hxx"
+#include <editutil.hxx>
+#include <filtuno.hxx>
+#include <miscuno.hxx>
+#include <scdll.hxx>
+#include <imoptdlg.hxx>
+#include <asciiopt.hxx>
+#include <docsh.hxx>
+#include <globstr.hrc>
+
+#include <sc.hrc>
+#include <scabstdlg.hxx>
#include <i18nlangtag/lang.h>
#include <optutil.hxx>
diff --git a/sc/source/ui/unoobj/fmtuno.cxx b/sc/source/ui/unoobj/fmtuno.cxx
index 45cd9a418107..f89ca4601056 100644
--- a/sc/source/ui/unoobj/fmtuno.cxx
+++ b/sc/source/ui/unoobj/fmtuno.cxx
@@ -25,15 +25,15 @@
#include <com/sun/star/sheet/ValidationType.hpp>
#include <com/sun/star/sheet/TableValidationVisibility.hpp>
-#include "fmtuno.hxx"
-#include "miscuno.hxx"
-#include "validat.hxx"
-#include "document.hxx"
-#include "unonames.hxx"
-#include "styleuno.hxx"
-#include "tokenarray.hxx"
-#include "tokenuno.hxx"
-#include "stylehelper.hxx"
+#include <fmtuno.hxx>
+#include <miscuno.hxx>
+#include <validat.hxx>
+#include <document.hxx>
+#include <unonames.hxx>
+#include <styleuno.hxx>
+#include <tokenarray.hxx>
+#include <tokenuno.hxx>
+#include <stylehelper.hxx>
using namespace ::com::sun::star;
using namespace ::formula;
diff --git a/sc/source/ui/unoobj/forbiuno.cxx b/sc/source/ui/unoobj/forbiuno.cxx
index d177ac1be7e3..01a1e435014f 100644
--- a/sc/source/ui/unoobj/forbiuno.cxx
+++ b/sc/source/ui/unoobj/forbiuno.cxx
@@ -19,8 +19,8 @@
#include <editeng/forbiddencharacterstable.hxx>
-#include "forbiuno.hxx"
-#include "docsh.hxx"
+#include <forbiuno.hxx>
+#include <docsh.hxx>
using namespace ::com::sun::star;
diff --git a/sc/source/ui/unoobj/funcuno.cxx b/sc/source/ui/unoobj/funcuno.cxx
index c91134f3a6c3..c0c4bebaef52 100644
--- a/sc/source/ui/unoobj/funcuno.cxx
+++ b/sc/source/ui/unoobj/funcuno.cxx
@@ -22,29 +22,29 @@
#include <svl/itemprop.hxx>
#include <svl/sharedstringpool.hxx>
-#include "scitems.hxx"
-#include "funcuno.hxx"
-#include "miscuno.hxx"
-#include "cellsuno.hxx"
-#include "scdll.hxx"
-#include "document.hxx"
-#include "compiler.hxx"
+#include <scitems.hxx>
+#include <funcuno.hxx>
+#include <miscuno.hxx>
+#include <cellsuno.hxx>
+#include <scdll.hxx>
+#include <document.hxx>
+#include <compiler.hxx>
#include <formula/errorcodes.hxx>
-#include "callform.hxx"
-#include "addincol.hxx"
-#include "rangeseq.hxx"
-#include "formulacell.hxx"
-#include "docoptio.hxx"
-#include "optuno.hxx"
+#include <callform.hxx>
+#include <addincol.hxx>
+#include <rangeseq.hxx>
+#include <formulacell.hxx>
+#include <docoptio.hxx>
+#include <optuno.hxx>
#include <docuno.hxx>
-#include "markdata.hxx"
-#include "patattr.hxx"
-#include "docpool.hxx"
-#include "attrib.hxx"
-#include "clipparam.hxx"
-#include "dociter.hxx"
-#include "stringutil.hxx"
-#include "tokenarray.hxx"
+#include <markdata.hxx>
+#include <patattr.hxx>
+#include <docpool.hxx>
+#include <attrib.hxx>
+#include <clipparam.hxx>
+#include <dociter.hxx>
+#include <stringutil.hxx>
+#include <tokenarray.hxx>
#include <memory>
using namespace com::sun::star;
diff --git a/sc/source/ui/unoobj/linkuno.cxx b/sc/source/ui/unoobj/linkuno.cxx
index e96cfe56a7c3..6d038269e1dc 100644
--- a/sc/source/ui/unoobj/linkuno.cxx
+++ b/sc/source/ui/unoobj/linkuno.cxx
@@ -25,18 +25,18 @@
#include <vcl/svapp.hxx>
#include <svl/sharedstringpool.hxx>
-#include "linkuno.hxx"
-#include "miscuno.hxx"
-#include "convuno.hxx"
-#include "docsh.hxx"
-#include "docfunc.hxx"
-#include "tablink.hxx"
-#include "arealink.hxx"
-#include "hints.hxx"
-#include "unonames.hxx"
-#include "rangeseq.hxx"
-#include "token.hxx"
-#include "scmatrix.hxx"
+#include <linkuno.hxx>
+#include <miscuno.hxx>
+#include <convuno.hxx>
+#include <docsh.hxx>
+#include <docfunc.hxx>
+#include <tablink.hxx>
+#include <arealink.hxx>
+#include <hints.hxx>
+#include <unonames.hxx>
+#include <rangeseq.hxx>
+#include <token.hxx>
+#include <scmatrix.hxx>
#include <documentlinkmgr.hxx>
#include <vector>
diff --git a/sc/source/ui/unoobj/listenercalls.cxx b/sc/source/ui/unoobj/listenercalls.cxx
index 1f7042735de3..c7e30f314913 100644
--- a/sc/source/ui/unoobj/listenercalls.cxx
+++ b/sc/source/ui/unoobj/listenercalls.cxx
@@ -20,7 +20,7 @@
#include <com/sun/star/util/XModifyListener.hpp>
#include <osl/diagnose.h>
-#include "listenercalls.hxx"
+#include <listenercalls.hxx>
using namespace com::sun::star;
diff --git a/sc/source/ui/unoobj/miscuno.cxx b/sc/source/ui/unoobj/miscuno.cxx
index 991402e7a14e..1a0e92f7eef7 100644
--- a/sc/source/ui/unoobj/miscuno.cxx
+++ b/sc/source/ui/unoobj/miscuno.cxx
@@ -24,7 +24,7 @@
#include <o3tl/any.hxx>
#include <vcl/svapp.hxx>
-#include "miscuno.hxx"
+#include <miscuno.hxx>
using namespace com::sun::star;
using ::com::sun::star::uno::Reference;
diff --git a/sc/source/ui/unoobj/nameuno.cxx b/sc/source/ui/unoobj/nameuno.cxx
index 864f8f5bb6db..cfb60594f039 100644
--- a/sc/source/ui/unoobj/nameuno.cxx
+++ b/sc/source/ui/unoobj/nameuno.cxx
@@ -31,19 +31,19 @@ using namespace ::com::sun::star;
using ::com::sun::star::uno::Reference;
using ::com::sun::star::uno::Any;
-#include "nameuno.hxx"
-#include "miscuno.hxx"
-#include "cellsuno.hxx"
-#include "convuno.hxx"
-#include "targuno.hxx"
-#include "tokenuno.hxx"
-#include "tokenarray.hxx"
-#include "docsh.hxx"
-#include "docfunc.hxx"
-#include "rangenam.hxx"
-#include "unonames.hxx"
-
-#include "scui_def.hxx"
+#include <nameuno.hxx>
+#include <miscuno.hxx>
+#include <cellsuno.hxx>
+#include <convuno.hxx>
+#include <targuno.hxx>
+#include <tokenuno.hxx>
+#include <tokenarray.hxx>
+#include <docsh.hxx>
+#include <docfunc.hxx>
+#include <rangenam.hxx>
+#include <unonames.hxx>
+
+#include <scui_def.hxx>
static const SfxItemPropertyMapEntry* lcl_GetNamedRangeMap()
{
diff --git a/sc/source/ui/unoobj/notesuno.cxx b/sc/source/ui/unoobj/notesuno.cxx
index a01fa9dff550..12e44a040e85 100644
--- a/sc/source/ui/unoobj/notesuno.cxx
+++ b/sc/source/ui/unoobj/notesuno.cxx
@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "notesuno.hxx"
+#include <notesuno.hxx>
#include <vcl/svapp.hxx>
#include <svl/hint.hxx>
@@ -28,13 +28,13 @@
#include <svx/unoshape.hxx>
#include <svx/svdocapt.hxx>
-#include "postit.hxx"
-#include "cellsuno.hxx"
-#include "docsh.hxx"
-#include "docfunc.hxx"
-#include "hints.hxx"
-#include "editsrc.hxx"
-#include "miscuno.hxx"
+#include <postit.hxx>
+#include <cellsuno.hxx>
+#include <docsh.hxx>
+#include <docfunc.hxx>
+#include <hints.hxx>
+#include <editsrc.hxx>
+#include <miscuno.hxx>
using namespace com::sun::star;
diff --git a/sc/source/ui/unoobj/optuno.cxx b/sc/source/ui/unoobj/optuno.cxx
index 0c66d0772c07..ae39a0aae238 100644
--- a/sc/source/ui/unoobj/optuno.cxx
+++ b/sc/source/ui/unoobj/optuno.cxx
@@ -21,10 +21,10 @@
#include <com/sun/star/util/Date.hpp>
-#include "optuno.hxx"
-#include "miscuno.hxx"
-#include "unonames.hxx"
-#include "docoptio.hxx"
+#include <optuno.hxx>
+#include <miscuno.hxx>
+#include <unonames.hxx>
+#include <docoptio.hxx>
using namespace com::sun::star;
diff --git a/sc/source/ui/unoobj/pageuno.cxx b/sc/source/ui/unoobj/pageuno.cxx
index c2b49d86ed19..74f06d8f40b0 100644
--- a/sc/source/ui/unoobj/pageuno.cxx
+++ b/sc/source/ui/unoobj/pageuno.cxx
@@ -19,8 +19,8 @@
#include <cppuhelper/supportsservice.hxx>
#include <rtl/ustring.hxx>
-#include "pageuno.hxx"
-#include "shapeuno.hxx"
+#include <pageuno.hxx>
+#include <shapeuno.hxx>
using namespace ::com::sun::star;
diff --git a/sc/source/ui/unoobj/servuno.cxx b/sc/source/ui/unoobj/servuno.cxx
index edf0e6c803e3..0d18e1894f86 100644
--- a/sc/source/ui/unoobj/servuno.cxx
+++ b/sc/source/ui/unoobj/servuno.cxx
@@ -28,24 +28,24 @@
#include <com/sun/star/container/XNameAccess.hpp>
#include <com/sun/star/text/textfield/Type.hpp>
-#include "servuno.hxx"
-#include "unonames.hxx"
-#include "cellsuno.hxx"
-#include "fielduno.hxx"
-#include "styleuno.hxx"
-#include "afmtuno.hxx"
-#include "defltuno.hxx"
-#include "drdefuno.hxx"
-#include "docsh.hxx"
-#include "drwlayer.hxx"
-#include "confuno.hxx"
-#include "shapeuno.hxx"
+#include <servuno.hxx>
+#include <unonames.hxx>
+#include <cellsuno.hxx>
+#include <fielduno.hxx>
+#include <styleuno.hxx>
+#include <afmtuno.hxx>
+#include <defltuno.hxx>
+#include <drdefuno.hxx>
+#include <docsh.hxx>
+#include <drwlayer.hxx>
+#include <confuno.hxx>
+#include <shapeuno.hxx>
#include "cellvaluebinding.hxx"
#include "celllistsource.hxx"
-#include "addruno.hxx"
-#include "chart2uno.hxx"
-#include "tokenuno.hxx"
-#include "PivotTableDataProvider.hxx"
+#include <addruno.hxx>
+#include <chart2uno.hxx>
+#include <tokenuno.hxx>
+#include <PivotTableDataProvider.hxx>
// Support creation of GraphicObjectResolver and EmbeddedObjectResolver
#include <svx/xmleohlp.hxx>
diff --git a/sc/source/ui/unoobj/shapeuno.cxx b/sc/source/ui/unoobj/shapeuno.cxx
index b11f98dadb2d..a938851e26fb 100644
--- a/sc/source/ui/unoobj/shapeuno.cxx
+++ b/sc/source/ui/unoobj/shapeuno.cxx
@@ -36,15 +36,15 @@
#include <com/sun/star/beans/PropertyAttribute.hpp>
#include <com/sun/star/lang/NoSupportException.hpp>
-#include "shapeuno.hxx"
-#include "miscuno.hxx"
-#include "cellsuno.hxx"
-#include "textuno.hxx"
-#include "fielduno.hxx"
-#include "docsh.hxx"
-#include "drwlayer.hxx"
-#include "userdat.hxx"
-#include "unonames.hxx"
+#include <shapeuno.hxx>
+#include <miscuno.hxx>
+#include <cellsuno.hxx>
+#include <textuno.hxx>
+#include <fielduno.hxx>
+#include <docsh.hxx>
+#include <drwlayer.hxx>
+#include <userdat.hxx>
+#include <unonames.hxx>
using namespace ::com::sun::star;
diff --git a/sc/source/ui/unoobj/srchuno.cxx b/sc/source/ui/unoobj/srchuno.cxx
index 9f335889ccea..9c9d52ff56f5 100644
--- a/sc/source/ui/unoobj/srchuno.cxx
+++ b/sc/source/ui/unoobj/srchuno.cxx
@@ -17,19 +17,19 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "scitems.hxx"
+#include <scitems.hxx>
#include <svl/srchitem.hxx>
#include <vcl/svapp.hxx>
#include <comphelper/servicehelper.hxx>
#include <cppuhelper/supportsservice.hxx>
-#include "srchuno.hxx"
-#include "docsh.hxx"
-#include "undoblk.hxx"
-#include "hints.hxx"
-#include "markdata.hxx"
-#include "miscuno.hxx"
-#include "unonames.hxx"
+#include <srchuno.hxx>
+#include <docsh.hxx>
+#include <undoblk.hxx>
+#include <hints.hxx>
+#include <markdata.hxx>
+#include <miscuno.hxx>
+#include <unonames.hxx>
using namespace com::sun::star;
diff --git a/sc/source/ui/unoobj/styleuno.cxx b/sc/source/ui/unoobj/styleuno.cxx
index a8ded0aee7d5..2f33af031ef5 100644
--- a/sc/source/ui/unoobj/styleuno.cxx
+++ b/sc/source/ui/unoobj/styleuno.cxx
@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "scitems.hxx"
+#include <scitems.hxx>
#include <editeng/memberids.h>
#include <svx/algitem.hxx>
#include <editeng/boxitem.hxx>
@@ -54,19 +54,19 @@
#include <comphelper/propertysequence.hxx>
#include <cppuhelper/supportsservice.hxx>
-#include "styleuno.hxx"
-#include "docsh.hxx"
-#include "attrib.hxx"
-#include "stlpool.hxx"
-#include "docpool.hxx"
-#include "miscuno.hxx"
-#include "convuno.hxx"
-#include "tablink.hxx"
-#include "unonames.hxx"
-#include "unowids.hxx"
-#include "globstr.hrc"
-#include "cellsuno.hxx"
-#include "stylehelper.hxx"
+#include <styleuno.hxx>
+#include <docsh.hxx>
+#include <attrib.hxx>
+#include <stlpool.hxx>
+#include <docpool.hxx>
+#include <miscuno.hxx>
+#include <convuno.hxx>
+#include <tablink.hxx>
+#include <unonames.hxx>
+#include <unowids.hxx>
+#include <globstr.hrc>
+#include <cellsuno.hxx>
+#include <stylehelper.hxx>
using namespace ::com::sun::star;
diff --git a/sc/source/ui/unoobj/targuno.cxx b/sc/source/ui/unoobj/targuno.cxx
index 74ed4fd1681d..ed05e87b579c 100644
--- a/sc/source/ui/unoobj/targuno.cxx
+++ b/sc/source/ui/unoobj/targuno.cxx
@@ -26,17 +26,17 @@
#include <vcl/settings.hxx>
#include <com/sun/star/awt/XBitmap.hpp>
-#include "targuno.hxx"
-#include "miscuno.hxx"
-#include "docuno.hxx"
-#include "datauno.hxx"
-#include "nameuno.hxx"
-#include "docsh.hxx"
-#include "content.hxx"
-#include "scresid.hxx"
-#include "strings.hrc"
-#include "bitmaps.hlst"
-#include "unonames.hxx"
+#include <targuno.hxx>
+#include <miscuno.hxx>
+#include <docuno.hxx>
+#include <datauno.hxx>
+#include <nameuno.hxx>
+#include <docsh.hxx>
+#include <content.hxx>
+#include <scresid.hxx>
+#include <strings.hrc>
+#include <bitmaps.hlst>
+#include <unonames.hxx>
using namespace ::com::sun::star;
diff --git a/sc/source/ui/unoobj/textuno.cxx b/sc/source/ui/unoobj/textuno.cxx
index 189d41cac82d..1ec4af602ce1 100644
--- a/sc/source/ui/unoobj/textuno.cxx
+++ b/sc/source/ui/unoobj/textuno.cxx
@@ -20,7 +20,7 @@
#include <memory>
#include <sal/config.h>
-#include "scitems.hxx"
+#include <scitems.hxx>
#include <editeng/eeitem.hxx>
#include <svx/svdpool.hxx>
#include <svx/svdobj.hxx>
@@ -36,21 +36,21 @@
#include <com/sun/star/beans/PropertyAttribute.hpp>
#include <editeng/unoipset.hxx>
-#include "textuno.hxx"
-#include "fielduno.hxx"
-#include "servuno.hxx"
-#include "editsrc.hxx"
-#include "docsh.hxx"
-#include "editutil.hxx"
-#include "miscuno.hxx"
-#include "cellsuno.hxx"
-#include "hints.hxx"
-#include "cellvalue.hxx"
-#include "cellform.hxx"
-#include "patattr.hxx"
-#include "formulacell.hxx"
-#include "docfunc.hxx"
-#include "scmod.hxx"
+#include <textuno.hxx>
+#include <fielduno.hxx>
+#include <servuno.hxx>
+#include <editsrc.hxx>
+#include <docsh.hxx>
+#include <editutil.hxx>
+#include <miscuno.hxx>
+#include <cellsuno.hxx>
+#include <hints.hxx>
+#include <cellvalue.hxx>
+#include <cellform.hxx>
+#include <patattr.hxx>
+#include <formulacell.hxx>
+#include <docfunc.hxx>
+#include <scmod.hxx>
using namespace com::sun::star;
diff --git a/sc/source/ui/unoobj/tokenuno.cxx b/sc/source/ui/unoobj/tokenuno.cxx
index 42aa2a067ef1..54bec9d48568 100644
--- a/sc/source/ui/unoobj/tokenuno.cxx
+++ b/sc/source/ui/unoobj/tokenuno.cxx
@@ -18,7 +18,7 @@
*/
#include <memory>
-#include "tokenuno.hxx"
+#include <tokenuno.hxx>
#include <sal/macros.h>
@@ -32,15 +32,15 @@
#include <svl/itemprop.hxx>
#include <vcl/svapp.hxx>
-#include "miscuno.hxx"
-#include "convuno.hxx"
-#include "unonames.hxx"
-#include "token.hxx"
-#include "compiler.hxx"
-#include "tokenarray.hxx"
-#include "docsh.hxx"
-#include "rangeseq.hxx"
-#include "externalrefmgr.hxx"
+#include <miscuno.hxx>
+#include <convuno.hxx>
+#include <unonames.hxx>
+#include <token.hxx>
+#include <compiler.hxx>
+#include <tokenarray.hxx>
+#include <docsh.hxx>
+#include <rangeseq.hxx>
+#include <externalrefmgr.hxx>
using namespace ::formula;
using namespace ::com::sun::star;
diff --git a/sc/source/ui/unoobj/unodoc.cxx b/sc/source/ui/unoobj/unodoc.cxx
index 72e42a9bd70b..469644dc5b3d 100644
--- a/sc/source/ui/unoobj/unodoc.cxx
+++ b/sc/source/ui/unoobj/unodoc.cxx
@@ -22,11 +22,11 @@
#include <sfx2/sfxmodelfactory.hxx>
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
-#include "appluno.hxx"
-#include "scmod.hxx"
+#include <appluno.hxx>
+#include <scmod.hxx>
#include <vcl/svapp.hxx>
-#include "docsh.hxx"
+#include <docsh.hxx>
using namespace ::com::sun::star;
diff --git a/sc/source/ui/unoobj/unoreflist.cxx b/sc/source/ui/unoobj/unoreflist.cxx
index bc0cde0277e2..2f5bb0ea537d 100644
--- a/sc/source/ui/unoobj/unoreflist.cxx
+++ b/sc/source/ui/unoobj/unoreflist.cxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "unoreflist.hxx"
-#include "document.hxx"
+#include <unoreflist.hxx>
+#include <document.hxx>
ScUnoRefList::ScUnoRefList()
{
diff --git a/sc/source/ui/unoobj/viewuno.cxx b/sc/source/ui/unoobj/viewuno.cxx
index c14fddcab42a..9e25bbfefec0 100644
--- a/sc/source/ui/unoobj/viewuno.cxx
+++ b/sc/source/ui/unoobj/viewuno.cxx
@@ -45,31 +45,31 @@
#include <toolkit/helper/convert.hxx>
#include <vcl/svapp.hxx>
-#include "drawsh.hxx"
-#include "drtxtob.hxx"
-#include "transobj.hxx"
-#include "editsh.hxx"
-#include "viewuno.hxx"
-#include "cellsuno.hxx"
-#include "miscuno.hxx"
-#include "tabvwsh.hxx"
-#include "prevwsh.hxx"
-#include "docsh.hxx"
-#include "drwlayer.hxx"
-#include "drawview.hxx"
-#include "fupoor.hxx"
-#include "sc.hrc"
-#include "unonames.hxx"
-#include "scmod.hxx"
-#include "appoptio.hxx"
-#include "gridwin.hxx"
-#include "sheetevents.hxx"
-#include "markdata.hxx"
-#include "AccessibilityHints.hxx"
-#include "scextopt.hxx"
-#include "preview.hxx"
+#include <drawsh.hxx>
+#include <drtxtob.hxx>
+#include <transobj.hxx>
+#include <editsh.hxx>
+#include <viewuno.hxx>
+#include <cellsuno.hxx>
+#include <miscuno.hxx>
+#include <tabvwsh.hxx>
+#include <prevwsh.hxx>
+#include <docsh.hxx>
+#include <drwlayer.hxx>
+#include <drawview.hxx>
+#include <fupoor.hxx>
+#include <sc.hrc>
+#include <unonames.hxx>
+#include <scmod.hxx>
+#include <appoptio.hxx>
+#include <gridwin.hxx>
+#include <sheetevents.hxx>
+#include <markdata.hxx>
+#include <AccessibilityHints.hxx>
+#include <scextopt.hxx>
+#include <preview.hxx>
#include <svx/sdrhittesthelper.hxx>
-#include "formatsh.hxx"
+#include <formatsh.hxx>
#include <sfx2/app.hxx>
using namespace com::sun::star;
diff --git a/sc/source/ui/unoobj/warnpassword.cxx b/sc/source/ui/unoobj/warnpassword.cxx
index befa90aedd61..e52d9aeb8ac9 100644
--- a/sc/source/ui/unoobj/warnpassword.cxx
+++ b/sc/source/ui/unoobj/warnpassword.cxx
@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "warnpassword.hxx"
+#include <warnpassword.hxx>
#include <com/sun/star/task/XInteractionHandler.hpp>
#include <svl/itemset.hxx>
#include <sfx2/docfile.hxx>