summaryrefslogtreecommitdiff
path: root/sc/source/ui/vba
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/vba')
-rw-r--r--sc/source/ui/vba/excelvbahelper.cxx10
-rw-r--r--sc/source/ui/vba/excelvbahelper.hxx2
-rw-r--r--sc/source/ui/vba/service.cxx2
-rw-r--r--sc/source/ui/vba/vbaapplication.cxx24
-rw-r--r--sc/source/ui/vba/vbachartobjects.cxx2
-rw-r--r--sc/source/ui/vba/vbaeventshelper.cxx4
-rw-r--r--sc/source/ui/vba/vbaeventshelper.hxx2
-rw-r--r--sc/source/ui/vba/vbafont.cxx4
-rw-r--r--sc/source/ui/vba/vbaformatcondition.cxx2
-rw-r--r--sc/source/ui/vba/vbaformatconditions.cxx2
-rw-r--r--sc/source/ui/vba/vbahyperlinks.cxx2
-rw-r--r--sc/source/ui/vba/vbainterior.cxx2
-rw-r--r--sc/source/ui/vba/vbaname.cxx10
-rw-r--r--sc/source/ui/vba/vbanames.cxx10
-rw-r--r--sc/source/ui/vba/vbaoleobject.cxx2
-rw-r--r--sc/source/ui/vba/vbapagesetup.cxx6
-rw-r--r--sc/source/ui/vba/vbarange.cxx30
-rw-r--r--sc/source/ui/vba/vbarange.hxx2
-rw-r--r--sc/source/ui/vba/vbasheetobject.cxx2
-rw-r--r--sc/source/ui/vba/vbavalidation.cxx4
-rw-r--r--sc/source/ui/vba/vbawindow.cxx4
-rw-r--r--sc/source/ui/vba/vbaworkbook.cxx8
-rw-r--r--sc/source/ui/vba/vbaworksheet.cxx20
-rw-r--r--sc/source/ui/vba/vbaworksheet.hxx2
-rw-r--r--sc/source/ui/vba/vbaworksheets.cxx10
-rw-r--r--sc/source/ui/vba/vbaworksheets.hxx2
-rw-r--r--sc/source/ui/vba/vbawsfunction.cxx2
27 files changed, 86 insertions, 86 deletions
diff --git a/sc/source/ui/vba/excelvbahelper.cxx b/sc/source/ui/vba/excelvbahelper.cxx
index b7f9180f6cc5..a854df75914d 100644
--- a/sc/source/ui/vba/excelvbahelper.cxx
+++ b/sc/source/ui/vba/excelvbahelper.cxx
@@ -24,11 +24,11 @@
#include <com/sun/star/sheet/XSheetCellRange.hpp>
#include <com/sun/star/sheet/GlobalSheetSettings.hpp>
-#include "docuno.hxx"
-#include "tabvwsh.hxx"
-#include "transobj.hxx"
-#include "scmod.hxx"
-#include "cellsuno.hxx"
+#include <docuno.hxx>
+#include <tabvwsh.hxx>
+#include <transobj.hxx>
+#include <scmod.hxx>
+#include <cellsuno.hxx>
#include <gridwin.hxx>
#include <com/sun/star/script/vba/VBAEventId.hpp>
diff --git a/sc/source/ui/vba/excelvbahelper.hxx b/sc/source/ui/vba/excelvbahelper.hxx
index 1cb9ec86b4c5..49e94a1d981a 100644
--- a/sc/source/ui/vba/excelvbahelper.hxx
+++ b/sc/source/ui/vba/excelvbahelper.hxx
@@ -20,7 +20,7 @@
#define INCLUDED_SC_SOURCE_UI_VBA_EXCELVBAHELPER_HXX
#include <vbahelper/vbahelper.hxx>
-#include "docsh.hxx"
+#include <docsh.hxx>
#include <com/sun/star/sheet/XDatabaseRange.hpp>
#include <com/sun/star/sheet/XUnnamedDatabaseRanges.hpp>
#include <com/sun/star/table/XCellRange.hpp>
diff --git a/sc/source/ui/vba/service.cxx b/sc/source/ui/vba/service.cxx
index 1a27ae7b86c6..93d119831b42 100644
--- a/sc/source/ui/vba/service.cxx
+++ b/sc/source/ui/vba/service.cxx
@@ -19,7 +19,7 @@
#include <cppuhelper/implementationentry.hxx>
#include <comphelper/servicedecl.hxx>
-#include <service.hxx>
+#include "service.hxx"
// component exports
diff --git a/sc/source/ui/vba/vbaapplication.cxx b/sc/source/ui/vba/vbaapplication.cxx
index 31e7b114c7bb..396eb3fcada3 100644
--- a/sc/source/ui/vba/vbaapplication.cxx
+++ b/sc/source/ui/vba/vbaapplication.cxx
@@ -47,17 +47,17 @@
#include "vbawindows.hxx"
#include "vbaglobals.hxx"
#include "vbamenubars.hxx"
-#include "tabvwsh.hxx"
-#include "gridwin.hxx"
+#include <tabvwsh.hxx>
+#include <gridwin.hxx>
#include "vbanames.hxx"
#include <vbahelper/vbashape.hxx>
#include "vbatextboxshape.hxx"
#include "vbaovalshape.hxx"
#include "vbalineshape.hxx"
#include "vbaassistant.hxx"
-#include "sc.hrc"
-#include "macromgr.hxx"
-#include "defaultsoptions.hxx"
+#include <sc.hrc>
+#include <macromgr.hxx>
+#include <defaultsoptions.hxx>
#include "vbafiledialog.hxx"
#include <osl/file.hxx>
@@ -84,19 +84,19 @@
#include <basic/sbuno.hxx>
#include <basic/sbmeth.hxx>
-#include "convuno.hxx"
-#include "cellsuno.hxx"
-#include "miscuno.hxx"
-#include "unonames.hxx"
-#include "docsh.hxx"
+#include <convuno.hxx>
+#include <cellsuno.hxx>
+#include <miscuno.hxx>
+#include <unonames.hxx>
+#include <docsh.hxx>
#include <vbahelper/helperdecl.hxx>
#include "excelvbahelper.hxx"
#include <basic/sbmod.hxx>
#include <basic/sbxobj.hxx>
-#include "viewutil.hxx"
-#include "docoptio.hxx"
+#include <viewutil.hxx>
+#include <docoptio.hxx>
using namespace ::ooo::vba;
using namespace ::com::sun::star;
diff --git a/sc/source/ui/vba/vbachartobjects.cxx b/sc/source/ui/vba/vbachartobjects.cxx
index 656deb64de33..f366a98871f8 100644
--- a/sc/source/ui/vba/vbachartobjects.cxx
+++ b/sc/source/ui/vba/vbachartobjects.cxx
@@ -27,7 +27,7 @@
#include "vbachartobjects.hxx"
#include "vbachartobject.hxx"
#include "vbaglobals.hxx"
-#include "cellsuno.hxx"
+#include <cellsuno.hxx>
#include <vector>
#include <basic/sberrors.hxx>
#include <comphelper/sequence.hxx>
diff --git a/sc/source/ui/vba/vbaeventshelper.cxx b/sc/source/ui/vba/vbaeventshelper.cxx
index dbaf016c7978..90297d1a922a 100644
--- a/sc/source/ui/vba/vbaeventshelper.cxx
+++ b/sc/source/ui/vba/vbaeventshelper.cxx
@@ -39,8 +39,8 @@
#include <vcl/window.hxx>
#include <vbahelper/vbaaccesshelper.hxx>
-#include "cellsuno.hxx"
-#include "convuno.hxx"
+#include <cellsuno.hxx>
+#include <convuno.hxx>
#include "vbaapplication.hxx"
using namespace ::com::sun::star;
diff --git a/sc/source/ui/vba/vbaeventshelper.hxx b/sc/source/ui/vba/vbaeventshelper.hxx
index 46ff27b29b61..5da129c825ec 100644
--- a/sc/source/ui/vba/vbaeventshelper.hxx
+++ b/sc/source/ui/vba/vbaeventshelper.hxx
@@ -23,7 +23,7 @@
#include <rtl/ref.hxx>
#include <vbahelper/vbaeventshelperbase.hxx>
#include "excelvbahelper.hxx"
-#include "rangelst.hxx"
+#include <rangelst.hxx>
class ScVbaEventListener;
diff --git a/sc/source/ui/vba/vbafont.cxx b/sc/source/ui/vba/vbafont.cxx
index 8ca9ff6e604a..3f51efced61f 100644
--- a/sc/source/ui/vba/vbafont.cxx
+++ b/sc/source/ui/vba/vbafont.cxx
@@ -30,8 +30,8 @@
#include <svl/itemset.hxx>
#include "excelvbahelper.hxx"
#include "vbafont.hxx"
-#include "scitems.hxx"
-#include "cellsuno.hxx"
+#include <scitems.hxx>
+#include <cellsuno.hxx>
using namespace ::ooo::vba;
using namespace ::com::sun::star;
diff --git a/sc/source/ui/vba/vbaformatcondition.cxx b/sc/source/ui/vba/vbaformatcondition.cxx
index 36d1fc2a3bec..f5f3aff26e7a 100644
--- a/sc/source/ui/vba/vbaformatcondition.cxx
+++ b/sc/source/ui/vba/vbaformatcondition.cxx
@@ -18,7 +18,7 @@
*/
#include "vbaformatcondition.hxx"
#include "vbaformatconditions.hxx"
-#include "unonames.hxx"
+#include <unonames.hxx>
#include <ooo/vba/excel/XlFormatConditionType.hpp>
#include <basic/sberrors.hxx>
diff --git a/sc/source/ui/vba/vbaformatconditions.cxx b/sc/source/ui/vba/vbaformatconditions.cxx
index 566ebbe68c8a..0e428ba4ff85 100644
--- a/sc/source/ui/vba/vbaformatconditions.cxx
+++ b/sc/source/ui/vba/vbaformatconditions.cxx
@@ -24,7 +24,7 @@
#include <comphelper/sequence.hxx>
#include <cppuhelper/exc_hlp.hxx>
#include <vector>
-#include "unonames.hxx"
+#include <unonames.hxx>
#include "vbaformatconditions.hxx"
#include "vbaformatcondition.hxx"
#include "vbaworkbook.hxx"
diff --git a/sc/source/ui/vba/vbahyperlinks.cxx b/sc/source/ui/vba/vbahyperlinks.cxx
index 0d3a2c608432..148e774b3b17 100644
--- a/sc/source/ui/vba/vbahyperlinks.cxx
+++ b/sc/source/ui/vba/vbahyperlinks.cxx
@@ -22,7 +22,7 @@
#include <vector>
#include <cppuhelper/implbase.hxx>
#include <ooo/vba/office/MsoHyperlinkType.hpp>
-#include "rangelst.hxx"
+#include <rangelst.hxx>
#include "vbahyperlink.hxx"
#include "vbarange.hxx"
diff --git a/sc/source/ui/vba/vbainterior.cxx b/sc/source/ui/vba/vbainterior.cxx
index 3178d88ca6dc..91bfe2fae30e 100644
--- a/sc/source/ui/vba/vbainterior.cxx
+++ b/sc/source/ui/vba/vbainterior.cxx
@@ -39,7 +39,7 @@
#include "vbainterior.hxx"
#include "vbapalette.hxx"
-#include "document.hxx"
+#include <document.hxx>
#define COLORMAST 0xFFFFFF
typedef std::map< sal_Int32, sal_Int32 > PatternMap;
diff --git a/sc/source/ui/vba/vbaname.cxx b/sc/source/ui/vba/vbaname.cxx
index dd0f2cd88344..0180a0d2bdf4 100644
--- a/sc/source/ui/vba/vbaname.cxx
+++ b/sc/source/ui/vba/vbaname.cxx
@@ -28,11 +28,11 @@
#include <vector>
#include <rangenam.hxx>
#include <vcl/msgbox.hxx>
-#include "tabvwsh.hxx"
-#include "viewdata.hxx"
-#include "nameuno.hxx"
-#include "compiler.hxx"
-#include "tokenarray.hxx"
+#include <tabvwsh.hxx>
+#include <viewdata.hxx>
+#include <nameuno.hxx>
+#include <compiler.hxx>
+#include <tokenarray.hxx>
#include <memory>
diff --git a/sc/source/ui/vba/vbanames.cxx b/sc/source/ui/vba/vbanames.cxx
index 7267aa615521..553d796a7c83 100644
--- a/sc/source/ui/vba/vbanames.cxx
+++ b/sc/source/ui/vba/vbanames.cxx
@@ -27,11 +27,11 @@
#include "vbaglobals.hxx"
#include <vector>
#include <vcl/msgbox.hxx>
-#include "tabvwsh.hxx"
-#include "viewdata.hxx"
-#include "compiler.hxx"
-#include "tokenarray.hxx"
-#include "cellsuno.hxx"
+#include <tabvwsh.hxx>
+#include <viewdata.hxx>
+#include <compiler.hxx>
+#include <tokenarray.hxx>
+#include <cellsuno.hxx>
#include <memory>
diff --git a/sc/source/ui/vba/vbaoleobject.cxx b/sc/source/ui/vba/vbaoleobject.cxx
index 9030b8ad661b..e241fbb6ea88 100644
--- a/sc/source/ui/vba/vbaoleobject.cxx
+++ b/sc/source/ui/vba/vbaoleobject.cxx
@@ -26,7 +26,7 @@
#include "vbaoleobject.hxx"
#include <svx/svdobj.hxx>
-#include "drwlayer.hxx"
+#include <drwlayer.hxx>
#include "excelvbahelper.hxx"
#include <svtools/bindablecontrolhelper.hxx>
using namespace com::sun::star;
diff --git a/sc/source/ui/vba/vbapagesetup.cxx b/sc/source/ui/vba/vbapagesetup.cxx
index 42ceae95a22c..288120c962f8 100644
--- a/sc/source/ui/vba/vbapagesetup.cxx
+++ b/sc/source/ui/vba/vbapagesetup.cxx
@@ -17,9 +17,9 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#include "vbapagesetup.hxx"
-#include "cellsuno.hxx"
-#include "convuno.hxx"
-#include "rangelst.hxx"
+#include <cellsuno.hxx>
+#include <convuno.hxx>
+#include <rangelst.hxx>
#include "excelvbahelper.hxx"
#include "vbarange.hxx"
#include <com/sun/star/sheet/XPrintAreas.hpp>
diff --git a/sc/source/ui/vba/vbarange.cxx b/sc/source/ui/vba/vbarange.cxx
index b5c8573555f3..7afaaa391c40 100644
--- a/sc/source/ui/vba/vbarange.cxx
+++ b/sc/source/ui/vba/vbarange.cxx
@@ -122,7 +122,7 @@
#include <svl/srchitem.hxx>
#include <cellsuno.hxx>
#include <dbdata.hxx>
-#include "docfunc.hxx"
+#include <docfunc.hxx>
#include <docuno.hxx>
#include <sfx2/dispatch.hxx>
@@ -146,18 +146,18 @@
#include "vbavalidation.hxx"
#include "vbahyperlinks.hxx"
-#include "tabvwsh.hxx"
-#include "rangelst.hxx"
-#include "convuno.hxx"
-#include "compiler.hxx"
-#include "attrib.hxx"
-#include "undodat.hxx"
-#include "dbdocfun.hxx"
-#include "patattr.hxx"
-#include "olinetab.hxx"
-#include "transobj.hxx"
-#include "queryentry.hxx"
-#include "markdata.hxx"
+#include <tabvwsh.hxx>
+#include <rangelst.hxx>
+#include <convuno.hxx>
+#include <compiler.hxx>
+#include <attrib.hxx>
+#include <undodat.hxx>
+#include <dbdocfun.hxx>
+#include <patattr.hxx>
+#include <olinetab.hxx>
+#include <transobj.hxx>
+#include <queryentry.hxx>
+#include <markdata.hxx>
#include <basic/sberrors.hxx>
#include <comphelper/anytostring.hxx>
#include <cppuhelper/implbase.hxx>
@@ -175,8 +175,8 @@
#include <ooo/vba/excel/Range.hpp>
#include <com/sun/star/bridge/oleautomation/Date.hpp>
-#include "tokenarray.hxx"
-#include "tokenuno.hxx"
+#include <tokenarray.hxx>
+#include <tokenuno.hxx>
#include <columnspanset.hxx>
#include <memory>
diff --git a/sc/source/ui/vba/vbarange.hxx b/sc/source/ui/vba/vbarange.hxx
index 425ee126deec..2cf745c82759 100644
--- a/sc/source/ui/vba/vbarange.hxx
+++ b/sc/source/ui/vba/vbarange.hxx
@@ -41,7 +41,7 @@
#include <com/sun/star/sheet/XSheetCellRangeContainer.hpp>
#include "vbaformat.hxx"
-#include "address.hxx"
+#include <address.hxx>
#include <formula/grammar.hxx>
#include <svl/itemset.hxx>
diff --git a/sc/source/ui/vba/vbasheetobject.cxx b/sc/source/ui/vba/vbasheetobject.cxx
index 5d2a94019073..ac58ce940325 100644
--- a/sc/source/ui/vba/vbasheetobject.cxx
+++ b/sc/source/ui/vba/vbasheetobject.cxx
@@ -31,7 +31,7 @@
#include <filter/msfilter/msvbahelper.hxx>
#include <svx/unoshape.hxx>
#include "vbafont.hxx"
-#include "drwlayer.hxx"
+#include <drwlayer.hxx>
using namespace ::com::sun::star;
using namespace ::ooo::vba;
diff --git a/sc/source/ui/vba/vbavalidation.cxx b/sc/source/ui/vba/vbavalidation.cxx
index 0e7ba5756331..2b5be82706e6 100644
--- a/sc/source/ui/vba/vbavalidation.cxx
+++ b/sc/source/ui/vba/vbavalidation.cxx
@@ -27,8 +27,8 @@
#include <ooo/vba/excel/XlFormatConditionOperator.hpp>
#include <ooo/vba/excel/XlDVAlertStyle.hpp>
-#include "unonames.hxx"
-#include "rangelst.hxx"
+#include <unonames.hxx>
+#include <rangelst.hxx>
#include "excelvbahelper.hxx"
#include "vbarange.hxx"
diff --git a/sc/source/ui/vba/vbawindow.cxx b/sc/source/ui/vba/vbawindow.cxx
index 9564652e0f44..bcb4371d21a9 100644
--- a/sc/source/ui/vba/vbawindow.cxx
+++ b/sc/source/ui/vba/vbawindow.cxx
@@ -43,8 +43,8 @@
#include <sc.hrc>
#include <sfx2/viewfrm.hxx>
#include <vcl/wrkwin.hxx>
-#include "unonames.hxx"
-#include "markdata.hxx"
+#include <unonames.hxx>
+#include <markdata.hxx>
#include <unordered_map>
using namespace ::com::sun::star;
diff --git a/sc/source/ui/vba/vbaworkbook.cxx b/sc/source/ui/vba/vbaworkbook.cxx
index 7395b4cdec7e..bef00a09fa5f 100644
--- a/sc/source/ui/vba/vbaworkbook.cxx
+++ b/sc/source/ui/vba/vbaworkbook.cxx
@@ -32,7 +32,7 @@
#include <ooo/vba/excel/XlFileFormat.hpp>
#include <ooo/vba/excel/XApplication.hpp>
-#include "scextopt.hxx"
+#include <scextopt.hxx>
#include "service.hxx"
#include "vbaworksheet.hxx"
#include "vbaworksheets.hxx"
@@ -43,9 +43,9 @@
#include "vbapalette.hxx"
#include <osl/file.hxx>
#include "vbanames.hxx"
-#include "nameuno.hxx"
-#include "docoptio.hxx"
-#include "unonames.hxx"
+#include <nameuno.hxx>
+#include <docoptio.hxx>
+#include <unonames.hxx>
// Much of the impl. for the equivalent UNO module is
// sc/source/ui/unoobj/docuno.cxx, viewuno.cxx
diff --git a/sc/source/ui/vba/vbaworksheet.cxx b/sc/source/ui/vba/vbaworksheet.cxx
index 4ded2493209a..ff3aa2895ca0 100644
--- a/sc/source/ui/vba/vbaworksheet.cxx
+++ b/sc/source/ui/vba/vbaworksheet.cxx
@@ -65,17 +65,17 @@
//zhangyun showdataform
#include <sfx2/sfxdlg.hxx>
-#include "scabstdlg.hxx"
-#include "tabvwsh.hxx"
-#include "scitems.hxx"
+#include <scabstdlg.hxx>
+#include <tabvwsh.hxx>
+#include <scitems.hxx>
#include <svx/svdouno.hxx>
#include <svx/svdpage.hxx>
-#include "cellsuno.hxx"
-#include "drwlayer.hxx"
-#include "tabprotection.hxx"
-#include "scextopt.hxx"
+#include <cellsuno.hxx>
+#include <drwlayer.hxx>
+#include <tabprotection.hxx>
+#include <scextopt.hxx>
#include "service.hxx"
#include "vbaoutline.hxx"
#include "vbarange.hxx"
@@ -89,10 +89,10 @@
#include "vbaworksheets.hxx"
#include "vbahyperlinks.hxx"
#include "vbasheetobjects.hxx"
-#include "markdata.hxx"
-#include "dbdata.hxx"
+#include <markdata.hxx>
+#include <dbdata.hxx>
-#include "attrib.hxx"
+#include <attrib.hxx>
#define STANDARDWIDTH 2267
#define STANDARDHEIGHT 427
diff --git a/sc/source/ui/vba/vbaworksheet.hxx b/sc/source/ui/vba/vbaworksheet.hxx
index 4b7ded3cc680..27035349936b 100644
--- a/sc/source/ui/vba/vbaworksheet.hxx
+++ b/sc/source/ui/vba/vbaworksheet.hxx
@@ -36,7 +36,7 @@
#include <rtl/ref.hxx>
#include <vbahelper/vbahelperinterface.hxx>
-#include "address.hxx"
+#include <address.hxx>
namespace ooo { namespace vba { namespace excel {
class XChartObjects;
diff --git a/sc/source/ui/vba/vbaworksheets.cxx b/sc/source/ui/vba/vbaworksheets.cxx
index 0a9a79401d3a..c257bdd7ea64 100644
--- a/sc/source/ui/vba/vbaworksheets.cxx
+++ b/sc/source/ui/vba/vbaworksheets.cxx
@@ -39,17 +39,17 @@
#include <com/sun/star/script/XTypeConverter.hpp>
#include <ooo/vba/excel/XApplication.hpp>
-#include "tabvwsh.hxx"
+#include <tabvwsh.hxx>
#include "vbaglobals.hxx"
#include "vbaworksheet.hxx"
#include "vbaworkbook.hxx"
-#include "unonames.hxx"
-#include "markdata.hxx"
+#include <unonames.hxx>
+#include <markdata.hxx>
#include <vector>
-#include "prevwsh.hxx"
-#include "preview.hxx"
+#include <prevwsh.hxx>
+#include <preview.hxx>
using namespace ::ooo::vba;
using namespace ::com::sun::star;
diff --git a/sc/source/ui/vba/vbaworksheets.hxx b/sc/source/ui/vba/vbaworksheets.hxx
index 95c644e7cf0b..834616f91644 100644
--- a/sc/source/ui/vba/vbaworksheets.hxx
+++ b/sc/source/ui/vba/vbaworksheets.hxx
@@ -27,7 +27,7 @@
#include <vbahelper/vbacollectionimpl.hxx>
-#include "address.hxx"
+#include <address.hxx>
typedef CollTestImplHelper< ov::excel::XWorksheets > ScVbaWorksheets_BASE;
diff --git a/sc/source/ui/vba/vbawsfunction.cxx b/sc/source/ui/vba/vbawsfunction.cxx
index dba387baf3cd..68723704d1f6 100644
--- a/sc/source/ui/vba/vbawsfunction.cxx
+++ b/sc/source/ui/vba/vbawsfunction.cxx
@@ -32,7 +32,7 @@
#include <comphelper/anytostring.hxx>
#include "vbawsfunction.hxx"
-#include "compiler.hxx"
+#include <compiler.hxx>
using namespace com::sun::star;
using namespace ooo::vba;