summaryrefslogtreecommitdiff
path: root/sc/source/ui/app
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/app')
-rw-r--r--sc/source/ui/app/client.cxx6
-rw-r--r--sc/source/ui/app/drwtrans.cxx22
-rw-r--r--sc/source/ui/app/inputhdl.cxx54
-rw-r--r--sc/source/ui/app/inputwin.cxx48
-rw-r--r--sc/source/ui/app/lnktrans.cxx4
-rw-r--r--sc/source/ui/app/msgpool.cxx8
-rw-r--r--sc/source/ui/app/rfindlst.cxx2
-rw-r--r--sc/source/ui/app/scdll.cxx64
-rw-r--r--sc/source/ui/app/scmod.cxx84
-rw-r--r--sc/source/ui/app/seltrans.cxx18
-rw-r--r--sc/source/ui/app/transobj.cxx48
-rw-r--r--sc/source/ui/app/typemap.cxx10
-rw-r--r--sc/source/ui/app/uiitems.cxx8
13 files changed, 188 insertions, 188 deletions
diff --git a/sc/source/ui/app/client.cxx b/sc/source/ui/app/client.cxx
index 7318d66f5eeb..8c93bfbd4ce3 100644
--- a/sc/source/ui/app/client.cxx
+++ b/sc/source/ui/app/client.cxx
@@ -32,9 +32,9 @@
#include <svx/svdograf.hxx>
#include <svtools/embedhlp.hxx>
-#include "client.hxx"
-#include "tabvwsh.hxx"
-#include "docsh.hxx"
+#include <client.hxx>
+#include <tabvwsh.hxx>
+#include <docsh.hxx>
#include <gridwin.hxx>
using namespace com::sun::star;
diff --git a/sc/source/ui/app/drwtrans.cxx b/sc/source/ui/app/drwtrans.cxx
index 39b067f906e4..520a5996292d 100644
--- a/sc/source/ui/app/drwtrans.cxx
+++ b/sc/source/ui/app/drwtrans.cxx
@@ -48,19 +48,19 @@
#include <svl/urlbmk.hxx>
#include <tools/urlobj.hxx>
-#include "drwtrans.hxx"
-#include "docsh.hxx"
-#include "drwlayer.hxx"
-#include "drawview.hxx"
-#include "viewdata.hxx"
-#include "scmod.hxx"
-#include "chartlis.hxx"
-#include "rangeutl.hxx"
+#include <drwtrans.hxx>
+#include <docsh.hxx>
+#include <drwlayer.hxx>
+#include <drawview.hxx>
+#include <viewdata.hxx>
+#include <scmod.hxx>
+#include <chartlis.hxx>
+#include <rangeutl.hxx>
#include <formula/grammar.hxx>
-#include "dragdata.hxx"
-#include "clipdata.hxx"
+#include <dragdata.hxx>
+#include <clipdata.hxx>
-#include "scitems.hxx"
+#include <scitems.hxx>
#include <editeng/eeitem.hxx>
diff --git a/sc/source/ui/app/inputhdl.cxx b/sc/source/ui/app/inputhdl.cxx
index f8231e731a11..4d2036b2836f 100644
--- a/sc/source/ui/app/inputhdl.cxx
+++ b/sc/source/ui/app/inputhdl.cxx
@@ -18,8 +18,8 @@
*/
#include <memory>
-#include "inputhdl.hxx"
-#include "scitems.hxx"
+#include <inputhdl.hxx>
+#include <scitems.hxx>
#include <editeng/eeitem.hxx>
#include <sfx2/app.hxx>
@@ -59,31 +59,31 @@
#include <comphelper/lok.hxx>
#include <o3tl/make_unique.hxx>
-#include "inputwin.hxx"
-#include "tabvwsh.hxx"
-#include "docsh.hxx"
-#include "scmod.hxx"
-#include "uiitems.hxx"
-#include "global.hxx"
-#include "sc.hrc"
-#include "globstr.hrc"
-#include "patattr.hxx"
-#include "viewdata.hxx"
-#include "document.hxx"
-#include "docpool.hxx"
-#include "editutil.hxx"
-#include "appoptio.hxx"
-#include "docoptio.hxx"
-#include "validat.hxx"
-#include "userlist.hxx"
-#include "rfindlst.hxx"
-#include "inputopt.hxx"
-#include "simpleformulacalc.hxx"
-#include "compiler.hxx"
-#include "editable.hxx"
-#include "funcdesc.hxx"
-#include "markdata.hxx"
-#include "tokenarray.hxx"
+#include <inputwin.hxx>
+#include <tabvwsh.hxx>
+#include <docsh.hxx>
+#include <scmod.hxx>
+#include <uiitems.hxx>
+#include <global.hxx>
+#include <sc.hrc>
+#include <globstr.hrc>
+#include <patattr.hxx>
+#include <viewdata.hxx>
+#include <document.hxx>
+#include <docpool.hxx>
+#include <editutil.hxx>
+#include <appoptio.hxx>
+#include <docoptio.hxx>
+#include <validat.hxx>
+#include <userlist.hxx>
+#include <rfindlst.hxx>
+#include <inputopt.hxx>
+#include <simpleformulacalc.hxx>
+#include <compiler.hxx>
+#include <editable.hxx>
+#include <funcdesc.hxx>
+#include <markdata.hxx>
+#include <tokenarray.hxx>
#include <gridwin.hxx>
// Maximum Ranges in RangeFinder
diff --git a/sc/source/ui/app/inputwin.cxx b/sc/source/ui/app/inputwin.cxx
index 92e7db4dd5a3..ddec7b9da9ce 100644
--- a/sc/source/ui/app/inputwin.cxx
+++ b/sc/source/ui/app/inputwin.cxx
@@ -20,7 +20,7 @@
#include <memory>
#include <algorithm>
-#include "scitems.hxx"
+#include <scitems.hxx>
#include <editeng/eeitem.hxx>
#include <sfx2/app.hxx>
@@ -42,32 +42,32 @@
#include <svl/stritem.hxx>
#include <o3tl/make_unique.hxx>
-#include "inputwin.hxx"
-#include "scmod.hxx"
-#include "uiitems.hxx"
-#include "global.hxx"
-#include "scresid.hxx"
-#include "strings.hrc"
-#include "globstr.hrc"
-#include "bitmaps.hlst"
-#include "reffact.hxx"
-#include "editutil.hxx"
-#include "inputhdl.hxx"
-#include "tabvwsh.hxx"
-#include "document.hxx"
-#include "docsh.hxx"
-#include "appoptio.hxx"
-#include "rangenam.hxx"
+#include <inputwin.hxx>
+#include <scmod.hxx>
+#include <uiitems.hxx>
+#include <global.hxx>
+#include <scresid.hxx>
+#include <strings.hrc>
+#include <globstr.hrc>
+#include <bitmaps.hlst>
+#include <reffact.hxx>
+#include <editutil.hxx>
+#include <inputhdl.hxx>
+#include <tabvwsh.hxx>
+#include <document.hxx>
+#include <docsh.hxx>
+#include <appoptio.hxx>
+#include <rangenam.hxx>
#include <formula/compiler.hxx>
-#include "dbdata.hxx"
-#include "rangeutl.hxx"
-#include "docfunc.hxx"
-#include "funcdesc.hxx"
-#include "markdata.hxx"
+#include <dbdata.hxx>
+#include <rangeutl.hxx>
+#include <docfunc.hxx>
+#include <funcdesc.hxx>
+#include <markdata.hxx>
#include <editeng/fontitem.hxx>
#include <com/sun/star/accessibility/XAccessible.hpp>
-#include "AccessibleEditObject.hxx"
-#include "AccessibleText.hxx"
+#include <AccessibleEditObject.hxx>
+#include <AccessibleText.hxx>
#include <svtools/miscopt.hxx>
#include <comphelper/string.hxx>
#include <com/sun/star/frame/XLayoutManager.hpp>
diff --git a/sc/source/ui/app/lnktrans.cxx b/sc/source/ui/app/lnktrans.cxx
index 62c87f21fa48..ddc12ce692f8 100644
--- a/sc/source/ui/app/lnktrans.cxx
+++ b/sc/source/ui/app/lnktrans.cxx
@@ -19,8 +19,8 @@
#include <svl/urlbmk.hxx>
-#include "lnktrans.hxx"
-#include "scmod.hxx"
+#include <lnktrans.hxx>
+#include <scmod.hxx>
using namespace com::sun::star;
diff --git a/sc/source/ui/app/msgpool.cxx b/sc/source/ui/app/msgpool.cxx
index 5c970e25b851..fda92ef8ce39 100644
--- a/sc/source/ui/app/msgpool.cxx
+++ b/sc/source/ui/app/msgpool.cxx
@@ -17,12 +17,12 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "scitems.hxx"
+#include <scitems.hxx>
#include <svx/dialogs.hrc>
-#include "sc.hrc"
-#include "docpool.hxx"
-#include "msgpool.hxx"
+#include <sc.hrc>
+#include <docpool.hxx>
+#include <msgpool.hxx>
static SfxItemInfo const aMsgItemInfos[] =
{
diff --git a/sc/source/ui/app/rfindlst.cxx b/sc/source/ui/app/rfindlst.cxx
index 27d873a09f94..9cb7bbb7a1df 100644
--- a/sc/source/ui/app/rfindlst.cxx
+++ b/sc/source/ui/app/rfindlst.cxx
@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "rfindlst.hxx"
+#include <rfindlst.hxx>
#include <tools/debug.hxx>
#define SC_RANGECOLORS 8
diff --git a/sc/source/ui/app/scdll.cxx b/sc/source/ui/app/scdll.cxx
index b619404a4842..4f71ed9c7188 100644
--- a/sc/source/ui/app/scdll.cxx
+++ b/sc/source/ui/app/scdll.cxx
@@ -43,29 +43,29 @@
#include <unotools/resmgr.hxx>
#include <sot/formats.hxx>
-#include "scitems.hxx"
-#include "scmod.hxx"
-#include "scresid.hxx"
-#include "sc.hrc"
-
-#include "docsh.hxx"
-#include "tabvwsh.hxx"
-#include "prevwsh.hxx"
-#include "drawsh.hxx"
-#include "drformsh.hxx"
-#include "drtxtob.hxx"
-#include "editsh.hxx"
-#include "pivotsh.hxx"
-#include "auditsh.hxx"
-#include "cellsh.hxx"
-#include "oleobjsh.hxx"
-#include "chartsh.hxx"
-#include "graphsh.hxx"
-#include "mediash.hxx"
-#include "pgbrksh.hxx"
-
-#include "docpool.hxx"
-#include "appoptio.hxx"
+#include <scitems.hxx>
+#include <scmod.hxx>
+#include <scresid.hxx>
+#include <sc.hrc>
+
+#include <docsh.hxx>
+#include <tabvwsh.hxx>
+#include <prevwsh.hxx>
+#include <drawsh.hxx>
+#include <drformsh.hxx>
+#include <drtxtob.hxx>
+#include <editsh.hxx>
+#include <pivotsh.hxx>
+#include <auditsh.hxx>
+#include <cellsh.hxx>
+#include <oleobjsh.hxx>
+#include <chartsh.hxx>
+#include <graphsh.hxx>
+#include <mediash.hxx>
+#include <pgbrksh.hxx>
+
+#include <docpool.hxx>
+#include <appoptio.hxx>
#include <searchresults.hxx>
// Controls
@@ -85,28 +85,28 @@
#include <svx/lboxctrl.hxx>
#include <svx/verttexttbxctrl.hxx>
#include <svx/formatpaintbrushctrl.hxx>
-#include "tbzoomsliderctrl.hxx"
+#include <tbzoomsliderctrl.hxx>
#include <svx/zoomsliderctrl.hxx>
#include <sfx2/emojipopup.hxx>
#include <sfx2/charmappopup.hxx>
#include <svx/xmlsecctrl.hxx>
// Child windows
-#include "reffact.hxx"
-#include "navipi.hxx"
-#include "inputwin.hxx"
-#include "spelldialog.hxx"
+#include <reffact.hxx>
+#include <navipi.hxx>
+#include <inputwin.hxx>
+#include <spelldialog.hxx>
#include <svx/fontwork.hxx>
#include <svx/srchdlg.hxx>
#include <svx/hyperdlg.hxx>
#include <svx/imapdlg.hxx>
-#include "editutil.hxx"
+#include <editutil.hxx>
-#include "dwfunctr.hxx"
-#include "acredlin.hxx"
+#include <dwfunctr.hxx>
+#include <acredlin.hxx>
#include <o3tl/make_unique.hxx>
-#include "scabstdlg.hxx"
+#include <scabstdlg.hxx>
OUString ScResId(const char* pId)
{
diff --git a/sc/source/ui/app/scmod.cxx b/sc/source/ui/app/scmod.cxx
index 00ed1d7c008a..c45e5d649ba9 100644
--- a/sc/source/ui/app/scmod.cxx
+++ b/sc/source/ui/app/scmod.cxx
@@ -23,7 +23,7 @@
#include <comphelper/lok.hxx>
#include <comphelper/processfactory.hxx>
#include <o3tl/make_unique.hxx>
-#include "scitems.hxx"
+#include <scitems.hxx>
#include <sfx2/app.hxx>
#include <editeng/eeitem.hxx>
@@ -35,8 +35,8 @@
#include <sfx2/viewfrm.hxx>
#include <sfx2/objface.hxx>
-#include "IAnyRefDialog.hxx"
-#include "anyrefdg.hxx"
+#include <IAnyRefDialog.hxx>
+#include <anyrefdg.hxx>
#include <svtools/ehdl.hxx>
#include <svtools/accessibilityoptions.hxx>
@@ -72,51 +72,51 @@
#include <com/sun/star/linguistic2/XThesaurus.hpp>
#include <com/sun/star/lang/Locale.hpp>
-#include "scmod.hxx"
-#include "global.hxx"
-#include "viewopti.hxx"
-#include "docoptio.hxx"
-#include "appoptio.hxx"
-#include "defaultsoptions.hxx"
-#include "formulaopt.hxx"
-#include "inputopt.hxx"
-#include "printopt.hxx"
-#include "navicfg.hxx"
-#include "addincfg.hxx"
-#include "tabvwsh.hxx"
-#include "prevwsh.hxx"
-#include "docsh.hxx"
-#include "drwlayer.hxx"
-#include "uiitems.hxx"
-#include "sc.hrc"
-#include "scerrors.hrc"
-#include "scstyles.hrc"
-#include "globstr.hrc"
-#include "strings.hrc"
-#include "bitmaps.hlst"
-#include "inputhdl.hxx"
-#include "inputwin.hxx"
-#include "msgpool.hxx"
-#include "scresid.hxx"
-#include "dwfunctr.hxx"
-#include "formdata.hxx"
-#include "tpprint.hxx"
-#include "tpdefaults.hxx"
-#include "transobj.hxx"
-#include "detfunc.hxx"
-#include "preview.hxx"
-#include "dragdata.hxx"
-#include "clipdata.hxx"
-#include "markdata.hxx"
+#include <scmod.hxx>
+#include <global.hxx>
+#include <viewopti.hxx>
+#include <docoptio.hxx>
+#include <appoptio.hxx>
+#include <defaultsoptions.hxx>
+#include <formulaopt.hxx>
+#include <inputopt.hxx>
+#include <printopt.hxx>
+#include <navicfg.hxx>
+#include <addincfg.hxx>
+#include <tabvwsh.hxx>
+#include <prevwsh.hxx>
+#include <docsh.hxx>
+#include <drwlayer.hxx>
+#include <uiitems.hxx>
+#include <sc.hrc>
+#include <scerrors.hrc>
+#include <scstyles.hrc>
+#include <globstr.hrc>
+#include <strings.hrc>
+#include <bitmaps.hlst>
+#include <inputhdl.hxx>
+#include <inputwin.hxx>
+#include <msgpool.hxx>
+#include <scresid.hxx>
+#include <dwfunctr.hxx>
+#include <formdata.hxx>
+#include <tpprint.hxx>
+#include <tpdefaults.hxx>
+#include <transobj.hxx>
+#include <detfunc.hxx>
+#include <preview.hxx>
+#include <dragdata.hxx>
+#include <clipdata.hxx>
+#include <markdata.hxx>
#include <svx/xmlsecctrl.hxx>
#define ScModule
-#include "scslots.hxx"
+#include <scslots.hxx>
-#include "scabstdlg.hxx"
+#include <scabstdlg.hxx>
#include <formula/errorcodes.hxx>
-#include "formulagroup.hxx"
+#include <formulagroup.hxx>
#include <documentlinkmgr.hxx>
#define SC_IDLE_MIN 150
diff --git a/sc/source/ui/app/seltrans.cxx b/sc/source/ui/app/seltrans.cxx
index eeca1a4f613f..6b4b7212018b 100644
--- a/sc/source/ui/app/seltrans.cxx
+++ b/sc/source/ui/app/seltrans.cxx
@@ -27,15 +27,15 @@
#include <svx/svdograf.hxx>
#include <svx/svdouno.hxx>
-#include "seltrans.hxx"
-#include "transobj.hxx"
-#include "drwtrans.hxx"
-#include "scmod.hxx"
-#include "dbfunc.hxx"
-#include "docsh.hxx"
-#include "drawview.hxx"
-#include "drwlayer.hxx"
-#include "markdata.hxx"
+#include <seltrans.hxx>
+#include <transobj.hxx>
+#include <drwtrans.hxx>
+#include <scmod.hxx>
+#include <dbfunc.hxx>
+#include <docsh.hxx>
+#include <drawview.hxx>
+#include <drwlayer.hxx>
+#include <markdata.hxx>
using namespace com::sun::star;
diff --git a/sc/source/ui/app/transobj.cxx b/sc/source/ui/app/transobj.cxx
index d24e83b7382b..23a5348720f6 100644
--- a/sc/source/ui/app/transobj.cxx
+++ b/sc/source/ui/app/transobj.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/justifyitem.hxx>
@@ -34,21 +34,21 @@
#include <sfx2/app.hxx>
#include <sfx2/docfile.hxx>
-#include "transobj.hxx"
-#include "patattr.hxx"
-#include "cellvalue.hxx"
-#include "cellform.hxx"
-#include "document.hxx"
-#include "viewopti.hxx"
-#include "editutil.hxx"
-#include "impex.hxx"
-#include "formulacell.hxx"
-#include "printfun.hxx"
-#include "docfunc.hxx"
-#include "scmod.hxx"
-#include "dragdata.hxx"
-#include "clipdata.hxx"
-#include "clipparam.hxx"
+#include <transobj.hxx>
+#include <patattr.hxx>
+#include <cellvalue.hxx>
+#include <cellform.hxx>
+#include <document.hxx>
+#include <viewopti.hxx>
+#include <editutil.hxx>
+#include <impex.hxx>
+#include <formulacell.hxx>
+#include <printfun.hxx>
+#include <docfunc.hxx>
+#include <scmod.hxx>
+#include <dragdata.hxx>
+#include <clipdata.hxx>
+#include <clipparam.hxx>
#include <editeng/paperinf.hxx>
#include <editeng/sizeitem.hxx>
@@ -56,14 +56,14 @@
#include <svx/algitem.hxx>
#include <svl/intitem.hxx>
#include <svl/zforlist.hxx>
-#include "docsh.hxx"
-#include "markdata.hxx"
-#include "stlpool.hxx"
-#include "viewdata.hxx"
-#include "dociter.hxx"
-#include "cellsuno.hxx"
-#include "stringutil.hxx"
-#include "formulaiter.hxx"
+#include <docsh.hxx>
+#include <markdata.hxx>
+#include <stlpool.hxx>
+#include <viewdata.hxx>
+#include <dociter.hxx>
+#include <cellsuno.hxx>
+#include <stringutil.hxx>
+#include <formulaiter.hxx>
#include <gridwin.hxx>
using namespace com::sun::star;
diff --git a/sc/source/ui/app/typemap.cxx b/sc/source/ui/app/typemap.cxx
index 2e2b60050860..c4aaaa9bebb2 100644
--- a/sc/source/ui/app/typemap.cxx
+++ b/sc/source/ui/app/typemap.cxx
@@ -20,9 +20,9 @@
#include <config_options.h>
#include <svx/svxids.hrc>
-#include "sc.hrc"
-#include "mid.h"
-#include "scitems.hxx"
+#include <sc.hrc>
+#include <mid.h>
+#include <scitems.hxx>
#include <editeng/memberids.h>
#include <sfx2/msg.hxx>
@@ -95,7 +95,7 @@
#include <svl/aeitem.hxx>
#include <avmedia/mediaitem.hxx>
#include <sfx2/frame.hxx>
-#include "attrib.hxx"
+#include <attrib.hxx>
#include <svx/sdprcitm.hxx>
#include <svx/sdmetitm.hxx>
@@ -125,7 +125,7 @@
#endif
#define SFX_TYPEMAP
-#include "scslots.hxx"
+#include <scslots.hxx>
#ifdef DISABLE_DYNLOADING
#undef aSfxBoolItem_Impl
diff --git a/sc/source/ui/app/uiitems.cxx b/sc/source/ui/app/uiitems.cxx
index cf6a9677e974..8ee43ebc0a1f 100644
--- a/sc/source/ui/app/uiitems.cxx
+++ b/sc/source/ui/app/uiitems.cxx
@@ -17,11 +17,11 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "uiitems.hxx"
+#include <uiitems.hxx>
-#include "userlist.hxx"
-#include "dpsave.hxx"
-#include "queryparam.hxx"
+#include <userlist.hxx>
+#include <dpsave.hxx>
+#include <queryparam.hxx>
#include <osl/diagnose.h>
#include <editeng/editobj.hxx>