diff options
Diffstat (limited to 'sc/source/ui')
539 files changed, 4301 insertions, 4301 deletions
diff --git a/sc/source/ui/Accessibility/AccessibilityHints.cxx b/sc/source/ui/Accessibility/AccessibilityHints.cxx index 1614e6011017..733311f721e9 100644 --- a/sc/source/ui/Accessibility/AccessibilityHints.cxx +++ b/sc/source/ui/Accessibility/AccessibilityHints.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "AccessibilityHints.hxx" +#include <AccessibilityHints.hxx> using namespace ::com::sun::star; diff --git a/sc/source/ui/Accessibility/AccessibleCell.cxx b/sc/source/ui/Accessibility/AccessibleCell.cxx index 3dc15bb19546..97926be476d4 100644 --- a/sc/source/ui/Accessibility/AccessibleCell.cxx +++ b/sc/source/ui/Accessibility/AccessibleCell.cxx @@ -22,22 +22,22 @@ #include <utility> -#include "AccessibleCell.hxx" -#include "scitems.hxx" +#include <AccessibleCell.hxx> +#include <scitems.hxx> #include <editeng/eeitem.hxx> -#include "AccessibleText.hxx" -#include "AccessibleDocument.hxx" -#include "tabvwsh.hxx" -#include "document.hxx" -#include "attrib.hxx" -#include "miscuno.hxx" -#include "editsrc.hxx" -#include "dociter.hxx" -#include "markdata.hxx" -#include "cellvalue.hxx" -#include "formulaiter.hxx" -#include "validat.hxx" +#include <AccessibleText.hxx> +#include <AccessibleDocument.hxx> +#include <tabvwsh.hxx> +#include <document.hxx> +#include <attrib.hxx> +#include <miscuno.hxx> +#include <editsrc.hxx> +#include <dociter.hxx> +#include <markdata.hxx> +#include <cellvalue.hxx> +#include <formulaiter.hxx> +#include <validat.hxx> #include <unotools/accessiblestatesethelper.hxx> #include <com/sun/star/accessibility/AccessibleRole.hpp> @@ -49,7 +49,7 @@ #include <float.h> #include <vcl/svapp.hxx> -#include "AccessibleSpreadsheet.hxx" +#include <AccessibleSpreadsheet.hxx> #include <o3tl/make_unique.hxx> using namespace ::com::sun::star; using namespace ::com::sun::star::accessibility; diff --git a/sc/source/ui/Accessibility/AccessibleCellBase.cxx b/sc/source/ui/Accessibility/AccessibleCellBase.cxx index b83acae7751f..b96effe84d87 100644 --- a/sc/source/ui/Accessibility/AccessibleCellBase.cxx +++ b/sc/source/ui/Accessibility/AccessibleCellBase.cxx @@ -17,20 +17,20 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "AccessibleCellBase.hxx" -#include "attrib.hxx" -#include "scitems.hxx" -#include "miscuno.hxx" -#include "document.hxx" -#include "docfunc.hxx" -#include "docsh.hxx" -#include "formulacell.hxx" -#include "scresid.hxx" -#include "strings.hrc" -#include "strings.hxx" -#include "unonames.hxx" -#include "detfunc.hxx" -#include "chgtrack.hxx" +#include <AccessibleCellBase.hxx> +#include <attrib.hxx> +#include <scitems.hxx> +#include <miscuno.hxx> +#include <document.hxx> +#include <docfunc.hxx> +#include <docsh.hxx> +#include <formulacell.hxx> +#include <scresid.hxx> +#include <strings.hrc> +#include <strings.hxx> +#include <unonames.hxx> +#include <detfunc.hxx> +#include <chgtrack.hxx> #include <com/sun/star/accessibility/AccessibleRole.hpp> #include <com/sun/star/accessibility/AccessibleStateType.hpp> diff --git a/sc/source/ui/Accessibility/AccessibleContextBase.cxx b/sc/source/ui/Accessibility/AccessibleContextBase.cxx index 701523c90bc9..c2d9d31c09f1 100644 --- a/sc/source/ui/Accessibility/AccessibleContextBase.cxx +++ b/sc/source/ui/Accessibility/AccessibleContextBase.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "AccessibleContextBase.hxx" +#include <AccessibleContextBase.hxx> #include <com/sun/star/accessibility/AccessibleRole.hpp> #include <com/sun/star/accessibility/AccessibleEventId.hpp> #include <com/sun/star/accessibility/AccessibleStateType.hpp> diff --git a/sc/source/ui/Accessibility/AccessibleCsvControl.cxx b/sc/source/ui/Accessibility/AccessibleCsvControl.cxx index 55a82e67e49d..21c7685813df 100644 --- a/sc/source/ui/Accessibility/AccessibleCsvControl.cxx +++ b/sc/source/ui/Accessibility/AccessibleCsvControl.cxx @@ -22,7 +22,7 @@ #include <utility> -#include "AccessibleCsvControl.hxx" +#include <AccessibleCsvControl.hxx> #include <com/sun/star/accessibility/AccessibleRole.hpp> #include <com/sun/star/accessibility/AccessibleRelationType.hpp> #include <com/sun/star/accessibility/AccessibleStateType.hpp> @@ -35,22 +35,22 @@ #include <unotools/accessiblestatesethelper.hxx> #include <comphelper/sequence.hxx> #include <comphelper/servicehelper.hxx> -#include "scitems.hxx" +#include <scitems.hxx> #include <editeng/fontitem.hxx> #include <editeng/fhgtitem.hxx> #include <editeng/langitem.hxx> -#include "csvcontrol.hxx" -#include "csvruler.hxx" -#include "csvgrid.hxx" -#include "AccessibleText.hxx" -#include "editsrc.hxx" -#include "scresid.hxx" -#include "strings.hrc" -#include "scmod.hxx" +#include <csvcontrol.hxx> +#include <csvruler.hxx> +#include <csvgrid.hxx> +#include <AccessibleText.hxx> +#include <editsrc.hxx> +#include <scresid.hxx> +#include <strings.hrc> +#include <scmod.hxx> #include <svtools/colorcfg.hxx> #include <vcl/svapp.hxx> #include <vcl/settings.hxx> -#include "editutil.hxx" +#include <editutil.hxx> #include <o3tl/make_unique.hxx> using ::utl::AccessibleRelationSetHelper; using ::utl::AccessibleStateSetHelper; diff --git a/sc/source/ui/Accessibility/AccessibleDocument.cxx b/sc/source/ui/Accessibility/AccessibleDocument.cxx index e973a417b6dd..09f633545c64 100644 --- a/sc/source/ui/Accessibility/AccessibleDocument.cxx +++ b/sc/source/ui/Accessibility/AccessibleDocument.cxx @@ -17,23 +17,23 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "AccessibleDocument.hxx" -#include "AccessibleSpreadsheet.hxx" -#include "tabvwsh.hxx" -#include "AccessibilityHints.hxx" -#include "document.hxx" -#include "drwlayer.hxx" -#include "shapeuno.hxx" -#include "DrawModelBroadcaster.hxx" -#include "drawview.hxx" -#include "gridwin.hxx" -#include "AccessibleEditObject.hxx" -#include "userdat.hxx" -#include "scresid.hxx" -#include "strings.hrc" -#include "strings.hxx" -#include "table.hxx" -#include "markdata.hxx" +#include <AccessibleDocument.hxx> +#include <AccessibleSpreadsheet.hxx> +#include <tabvwsh.hxx> +#include <AccessibilityHints.hxx> +#include <document.hxx> +#include <drwlayer.hxx> +#include <shapeuno.hxx> +#include <DrawModelBroadcaster.hxx> +#include <drawview.hxx> +#include <gridwin.hxx> +#include <AccessibleEditObject.hxx> +#include <userdat.hxx> +#include <scresid.hxx> +#include <strings.hrc> +#include <strings.hxx> +#include <table.hxx> +#include <markdata.hxx> #include <com/sun/star/accessibility/AccessibleEventId.hpp> #include <com/sun/star/accessibility/AccessibleStateType.hpp> @@ -71,10 +71,10 @@ #include <list> #include <algorithm> -#include "AccessibleCell.hxx" +#include <AccessibleCell.hxx> #include <svx/unoapi.hxx> -#include "scmod.hxx" +#include <scmod.hxx> #ifdef indices #undef indices diff --git a/sc/source/ui/Accessibility/AccessibleDocumentBase.cxx b/sc/source/ui/Accessibility/AccessibleDocumentBase.cxx index 02fd77a66c15..4d7d4c49aa28 100644 --- a/sc/source/ui/Accessibility/AccessibleDocumentBase.cxx +++ b/sc/source/ui/Accessibility/AccessibleDocumentBase.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "AccessibleDocumentBase.hxx" +#include <AccessibleDocumentBase.hxx> #include <com/sun/star/accessibility/AccessibleRole.hpp> diff --git a/sc/source/ui/Accessibility/AccessibleDocumentPagePreview.cxx b/sc/source/ui/Accessibility/AccessibleDocumentPagePreview.cxx index b822bd481993..87b8e74ef1bb 100644 --- a/sc/source/ui/Accessibility/AccessibleDocumentPagePreview.cxx +++ b/sc/source/ui/Accessibility/AccessibleDocumentPagePreview.cxx @@ -17,24 +17,24 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "AccessibleDocumentPagePreview.hxx" -#include "AccessiblePreviewTable.hxx" -#include "AccessiblePageHeader.hxx" -#include "AccessibilityHints.hxx" -#include "AccessibleText.hxx" -#include "document.hxx" -#include "prevwsh.hxx" -#include "prevloc.hxx" -#include "drwlayer.hxx" -#include "editsrc.hxx" -#include "scresid.hxx" -#include "strings.hrc" -#include "strings.hxx" -#include "DrawModelBroadcaster.hxx" -#include "docsh.hxx" -#include "drawview.hxx" -#include "preview.hxx" -#include "postit.hxx" +#include <AccessibleDocumentPagePreview.hxx> +#include <AccessiblePreviewTable.hxx> +#include <AccessiblePageHeader.hxx> +#include <AccessibilityHints.hxx> +#include <AccessibleText.hxx> +#include <document.hxx> +#include <prevwsh.hxx> +#include <prevloc.hxx> +#include <drwlayer.hxx> +#include <editsrc.hxx> +#include <scresid.hxx> +#include <strings.hrc> +#include <strings.hxx> +#include <DrawModelBroadcaster.hxx> +#include <docsh.hxx> +#include <drawview.hxx> +#include <preview.hxx> +#include <postit.hxx> #include <com/sun/star/accessibility/AccessibleEventId.hpp> #include <com/sun/star/accessibility/AccessibleStateType.hpp> diff --git a/sc/source/ui/Accessibility/AccessibleEditObject.cxx b/sc/source/ui/Accessibility/AccessibleEditObject.cxx index 1a84a230e14a..a5dd8a158a2b 100644 --- a/sc/source/ui/Accessibility/AccessibleEditObject.cxx +++ b/sc/source/ui/Accessibility/AccessibleEditObject.cxx @@ -22,13 +22,13 @@ #include <memory> #include <utility> -#include "AccessibleEditObject.hxx" -#include "scitems.hxx" +#include <AccessibleEditObject.hxx> +#include <scitems.hxx> #include <editeng/eeitem.hxx> -#include "AccessibleText.hxx" -#include "editsrc.hxx" -#include "scmod.hxx" -#include "inputhdl.hxx" +#include <AccessibleText.hxx> +#include <editsrc.hxx> +#include <scmod.hxx> +#include <inputhdl.hxx> #include <unotools/accessiblestatesethelper.hxx> #include <com/sun/star/accessibility/AccessibleRole.hpp> @@ -43,9 +43,9 @@ #include <vcl/svapp.hxx> #include <sfx2/objsh.hxx> -#include "unonames.hxx" -#include "document.hxx" -#include "AccessibleDocument.hxx" +#include <unonames.hxx> +#include <document.hxx> +#include <AccessibleDocument.hxx> #include <com/sun/star/accessibility/AccessibleRelationType.hpp> #include <unotools/accessiblerelationsethelper.hxx> #include <com/sun/star/accessibility/XAccessibleText.hpp> diff --git a/sc/source/ui/Accessibility/AccessibleFilterMenu.cxx b/sc/source/ui/Accessibility/AccessibleFilterMenu.cxx index 92326d3e8cbb..79de53138b64 100644 --- a/sc/source/ui/Accessibility/AccessibleFilterMenu.cxx +++ b/sc/source/ui/Accessibility/AccessibleFilterMenu.cxx @@ -17,18 +17,18 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "AccessibleGlobal.hxx" -#include "AccessibleFilterMenu.hxx" -#include "AccessibleFilterMenuItem.hxx" -#include "global.hxx" -#include "docpool.hxx" +#include <AccessibleGlobal.hxx> +#include <AccessibleFilterMenu.hxx> +#include <AccessibleFilterMenuItem.hxx> +#include <global.hxx> +#include <docpool.hxx> #include <tools/gen.hxx> #include <editeng/unoedsrc.hxx> #include <editeng/editdata.hxx> #include <editeng/outliner.hxx> #include <vcl/unohelp.hxx> -#include "checklistmenu.hxx" +#include <checklistmenu.hxx> #include <com/sun/star/accessibility/XAccessible.hpp> #include <com/sun/star/accessibility/XAccessibleStateSet.hpp> diff --git a/sc/source/ui/Accessibility/AccessibleFilterMenuItem.cxx b/sc/source/ui/Accessibility/AccessibleFilterMenuItem.cxx index 58709a46bf2f..1767837e127f 100644 --- a/sc/source/ui/Accessibility/AccessibleFilterMenuItem.cxx +++ b/sc/source/ui/Accessibility/AccessibleFilterMenuItem.cxx @@ -17,9 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "AccessibleGlobal.hxx" -#include "AccessibleFilterMenuItem.hxx" -#include "checklistmenu.hxx" +#include <AccessibleGlobal.hxx> +#include <AccessibleFilterMenuItem.hxx> +#include <checklistmenu.hxx> #include <com/sun/star/accessibility/XAccessible.hpp> #include <com/sun/star/accessibility/XAccessibleStateSet.hpp> diff --git a/sc/source/ui/Accessibility/AccessibleFilterTopWindow.cxx b/sc/source/ui/Accessibility/AccessibleFilterTopWindow.cxx index 958ce1cbea16..840bc0acbf82 100644 --- a/sc/source/ui/Accessibility/AccessibleFilterTopWindow.cxx +++ b/sc/source/ui/Accessibility/AccessibleFilterTopWindow.cxx @@ -17,9 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "AccessibleFilterTopWindow.hxx" -#include "AccessibleFilterMenu.hxx" -#include "checklistmenu.hxx" +#include <AccessibleFilterTopWindow.hxx> +#include <AccessibleFilterMenu.hxx> +#include <checklistmenu.hxx> #include <com/sun/star/accessibility/AccessibleRole.hpp> diff --git a/sc/source/ui/Accessibility/AccessibleGlobal.cxx b/sc/source/ui/Accessibility/AccessibleGlobal.cxx index 19e23a7e0444..71615a0fe1e8 100644 --- a/sc/source/ui/Accessibility/AccessibleGlobal.cxx +++ b/sc/source/ui/Accessibility/AccessibleGlobal.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "AccessibleGlobal.hxx" +#include <AccessibleGlobal.hxx> using ::com::sun::star::uno::RuntimeException; using ::com::sun::star::uno::Sequence; diff --git a/sc/source/ui/Accessibility/AccessiblePageHeader.cxx b/sc/source/ui/Accessibility/AccessiblePageHeader.cxx index e610539c4dc8..c0b1b21470e3 100644 --- a/sc/source/ui/Accessibility/AccessiblePageHeader.cxx +++ b/sc/source/ui/Accessibility/AccessiblePageHeader.cxx @@ -17,19 +17,19 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "AccessiblePageHeader.hxx" -#include "AccessiblePageHeaderArea.hxx" -#include "AccessibilityHints.hxx" -#include "prevwsh.hxx" -#include "miscuno.hxx" -#include "prevloc.hxx" -#include "document.hxx" -#include "stlpool.hxx" -#include "scitems.hxx" -#include "attrib.hxx" -#include "scresid.hxx" -#include "strings.hrc" -#include "strings.hxx" +#include <AccessiblePageHeader.hxx> +#include <AccessiblePageHeaderArea.hxx> +#include <AccessibilityHints.hxx> +#include <prevwsh.hxx> +#include <miscuno.hxx> +#include <prevloc.hxx> +#include <document.hxx> +#include <stlpool.hxx> +#include <scitems.hxx> +#include <attrib.hxx> +#include <scresid.hxx> +#include <strings.hrc> +#include <strings.hxx> #include <com/sun/star/accessibility/AccessibleRole.hpp> #include <com/sun/star/accessibility/AccessibleStateType.hpp> diff --git a/sc/source/ui/Accessibility/AccessiblePageHeaderArea.cxx b/sc/source/ui/Accessibility/AccessiblePageHeaderArea.cxx index baa827e18c0d..9dde48cd76b9 100644 --- a/sc/source/ui/Accessibility/AccessiblePageHeaderArea.cxx +++ b/sc/source/ui/Accessibility/AccessiblePageHeaderArea.cxx @@ -20,15 +20,15 @@ #include <sal/config.h> #include <tools/gen.hxx> -#include "AccessiblePageHeaderArea.hxx" -#include "AccessibleText.hxx" -#include "AccessibilityHints.hxx" -#include "editsrc.hxx" -#include "prevwsh.hxx" -#include "prevloc.hxx" -#include "scresid.hxx" -#include "strings.hrc" -#include "strings.hxx" +#include <AccessiblePageHeaderArea.hxx> +#include <AccessibleText.hxx> +#include <AccessibilityHints.hxx> +#include <editsrc.hxx> +#include <prevwsh.hxx> +#include <prevloc.hxx> +#include <scresid.hxx> +#include <strings.hrc> +#include <strings.hxx> #include <com/sun/star/accessibility/AccessibleRole.hpp> #include <com/sun/star/accessibility/AccessibleStateType.hpp> diff --git a/sc/source/ui/Accessibility/AccessiblePreviewCell.cxx b/sc/source/ui/Accessibility/AccessiblePreviewCell.cxx index 3eb553e0d4ce..5e19e21cca27 100644 --- a/sc/source/ui/Accessibility/AccessiblePreviewCell.cxx +++ b/sc/source/ui/Accessibility/AccessiblePreviewCell.cxx @@ -19,16 +19,16 @@ #include <sal/config.h> -#include "scitems.hxx" +#include <scitems.hxx> #include <editeng/eeitem.hxx> #include <tools/gen.hxx> -#include "AccessibleText.hxx" -#include "editsrc.hxx" -#include "AccessiblePreviewCell.hxx" -#include "AccessibilityHints.hxx" -#include "prevwsh.hxx" -#include "prevloc.hxx" -#include "document.hxx" +#include <AccessibleText.hxx> +#include <editsrc.hxx> +#include <AccessiblePreviewCell.hxx> +#include <AccessibilityHints.hxx> +#include <prevwsh.hxx> +#include <prevloc.hxx> +#include <document.hxx> #include <svx/AccessibleTextHelper.hxx> #include <unotools/accessiblestatesethelper.hxx> #include <editeng/brushitem.hxx> diff --git a/sc/source/ui/Accessibility/AccessiblePreviewHeaderCell.cxx b/sc/source/ui/Accessibility/AccessiblePreviewHeaderCell.cxx index 9cabb1f49b5f..cfb476b5e05d 100644 --- a/sc/source/ui/Accessibility/AccessiblePreviewHeaderCell.cxx +++ b/sc/source/ui/Accessibility/AccessiblePreviewHeaderCell.cxx @@ -19,20 +19,20 @@ #include <sal/config.h> -#include "scitems.hxx" +#include <scitems.hxx> #include <editeng/eeitem.hxx> #include <tools/gen.hxx> -#include "AccessibleText.hxx" -#include "editsrc.hxx" +#include <AccessibleText.hxx> +#include <editsrc.hxx> #include <svx/AccessibleTextHelper.hxx> -#include "AccessiblePreviewHeaderCell.hxx" -#include "AccessibilityHints.hxx" -#include "prevwsh.hxx" -#include "miscuno.hxx" -#include "prevloc.hxx" -#include "scresid.hxx" -#include "strings.hrc" -#include "strings.hxx" +#include <AccessiblePreviewHeaderCell.hxx> +#include <AccessibilityHints.hxx> +#include <prevwsh.hxx> +#include <miscuno.hxx> +#include <prevloc.hxx> +#include <scresid.hxx> +#include <strings.hrc> +#include <strings.hxx> #include <com/sun/star/accessibility/AccessibleRole.hpp> #include <com/sun/star/accessibility/AccessibleStateType.hpp> diff --git a/sc/source/ui/Accessibility/AccessiblePreviewTable.cxx b/sc/source/ui/Accessibility/AccessiblePreviewTable.cxx index 81d5a0970a96..4b493f94990e 100644 --- a/sc/source/ui/Accessibility/AccessiblePreviewTable.cxx +++ b/sc/source/ui/Accessibility/AccessiblePreviewTable.cxx @@ -17,19 +17,19 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "scitems.hxx" -#include "AccessiblePreviewTable.hxx" -#include "AccessiblePreviewCell.hxx" -#include "AccessiblePreviewHeaderCell.hxx" -#include "AccessibilityHints.hxx" -#include "prevwsh.hxx" -#include "miscuno.hxx" -#include "prevloc.hxx" -#include "attrib.hxx" -#include "document.hxx" -#include "scresid.hxx" -#include "strings.hrc" -#include "strings.hxx" +#include <scitems.hxx> +#include <AccessiblePreviewTable.hxx> +#include <AccessiblePreviewCell.hxx> +#include <AccessiblePreviewHeaderCell.hxx> +#include <AccessibilityHints.hxx> +#include <prevwsh.hxx> +#include <miscuno.hxx> +#include <prevloc.hxx> +#include <attrib.hxx> +#include <document.hxx> +#include <scresid.hxx> +#include <strings.hrc> +#include <strings.hxx> #include <com/sun/star/accessibility/AccessibleRole.hpp> #include <com/sun/star/accessibility/AccessibleStateType.hpp> diff --git a/sc/source/ui/Accessibility/AccessibleSpreadsheet.cxx b/sc/source/ui/Accessibility/AccessibleSpreadsheet.cxx index 655abcabcb18..580fd0917e53 100644 --- a/sc/source/ui/Accessibility/AccessibleSpreadsheet.cxx +++ b/sc/source/ui/Accessibility/AccessibleSpreadsheet.cxx @@ -17,15 +17,15 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "AccessibleSpreadsheet.hxx" -#include "AccessibilityHints.hxx" -#include "AccessibleCell.hxx" -#include "AccessibleDocument.hxx" -#include "tabvwsh.hxx" -#include "document.hxx" -#include "hints.hxx" -#include "scmod.hxx" -#include "markdata.hxx" +#include <AccessibleSpreadsheet.hxx> +#include <AccessibilityHints.hxx> +#include <AccessibleCell.hxx> +#include <AccessibleDocument.hxx> +#include <tabvwsh.hxx> +#include <document.hxx> +#include <hints.hxx> +#include <scmod.hxx> +#include <markdata.hxx> #include <gridwin.hxx> #include <unotools/accessiblestatesethelper.hxx> @@ -37,8 +37,8 @@ #include <tools/gen.hxx> #include <svtools/colorcfg.hxx> #include <vcl/svapp.hxx> -#include "scresid.hxx" -#include "strings.hrc" +#include <scresid.hxx> +#include <strings.hrc> #include <algorithm> diff --git a/sc/source/ui/Accessibility/AccessibleTableBase.cxx b/sc/source/ui/Accessibility/AccessibleTableBase.cxx index 4dd5e0347213..f1c5a2aea69b 100644 --- a/sc/source/ui/Accessibility/AccessibleTableBase.cxx +++ b/sc/source/ui/Accessibility/AccessibleTableBase.cxx @@ -17,13 +17,13 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "AccessibleTableBase.hxx" -#include "miscuno.hxx" -#include "document.hxx" -#include "scresid.hxx" -#include "strings.hrc" -#include "strings.hxx" -#include "table.hxx" +#include <AccessibleTableBase.hxx> +#include <miscuno.hxx> +#include <document.hxx> +#include <scresid.hxx> +#include <strings.hrc> +#include <strings.hxx> +#include <table.hxx> #include <com/sun/star/accessibility/AccessibleRole.hpp> #include <com/sun/star/accessibility/AccessibleTableModelChange.hpp> diff --git a/sc/source/ui/Accessibility/AccessibleText.cxx b/sc/source/ui/Accessibility/AccessibleText.cxx index 343a34d797da..8583b3a258f2 100644 --- a/sc/source/ui/Accessibility/AccessibleText.cxx +++ b/sc/source/ui/Accessibility/AccessibleText.cxx @@ -17,23 +17,23 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "scitems.hxx" +#include <scitems.hxx> #include <editeng/eeitem.hxx> #include <memory> -#include "AccessibleText.hxx" -#include "AccessibleCell.hxx" -#include "tabvwsh.hxx" -#include "editutil.hxx" -#include "cellvalue.hxx" -#include "formulacell.hxx" -#include "document.hxx" -#include "scmod.hxx" -#include "prevwsh.hxx" -#include "docsh.hxx" -#include "prevloc.hxx" -#include "patattr.hxx" -#include "inputwin.hxx" +#include <AccessibleText.hxx> +#include <AccessibleCell.hxx> +#include <tabvwsh.hxx> +#include <editutil.hxx> +#include <cellvalue.hxx> +#include <formulacell.hxx> +#include <document.hxx> +#include <scmod.hxx> +#include <prevwsh.hxx> +#include <docsh.hxx> +#include <prevloc.hxx> +#include <patattr.hxx> +#include <inputwin.hxx> #include <editeng/unofored.hxx> #include <editeng/editview.hxx> #include <editeng/unoedhlp.hxx> diff --git a/sc/source/ui/Accessibility/DrawModelBroadcaster.cxx b/sc/source/ui/Accessibility/DrawModelBroadcaster.cxx index 58ad10defe40..99322193fe05 100644 --- a/sc/source/ui/Accessibility/DrawModelBroadcaster.cxx +++ b/sc/source/ui/Accessibility/DrawModelBroadcaster.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "DrawModelBroadcaster.hxx" +#include <DrawModelBroadcaster.hxx> #include <rtl/strbuf.hxx> #include <svx/svdmodel.hxx> #include <svx/unomod.hxx> diff --git a/sc/source/ui/StatisticsDialogs/AnalysisOfVarianceDialog.cxx b/sc/source/ui/StatisticsDialogs/AnalysisOfVarianceDialog.cxx index ef6140e4e13f..7cb152023474 100644 --- a/sc/source/ui/StatisticsDialogs/AnalysisOfVarianceDialog.cxx +++ b/sc/source/ui/StatisticsDialogs/AnalysisOfVarianceDialog.cxx @@ -13,17 +13,17 @@ #include <svl/zforlist.hxx> #include <svl/undo.hxx> -#include "formulacell.hxx" -#include "rangelst.hxx" -#include "scitems.hxx" -#include "docsh.hxx" -#include "document.hxx" -#include "uiitems.hxx" -#include "reffact.hxx" -#include "docfunc.hxx" -#include "TableFillingAndNavigationTools.hxx" -#include "AnalysisOfVarianceDialog.hxx" -#include "strings.hrc" +#include <formulacell.hxx> +#include <rangelst.hxx> +#include <scitems.hxx> +#include <docsh.hxx> +#include <document.hxx> +#include <uiitems.hxx> +#include <reffact.hxx> +#include <docfunc.hxx> +#include <TableFillingAndNavigationTools.hxx> +#include <AnalysisOfVarianceDialog.hxx> +#include <strings.hrc> namespace { diff --git a/sc/source/ui/StatisticsDialogs/ChiSquareTestDialog.cxx b/sc/source/ui/StatisticsDialogs/ChiSquareTestDialog.cxx index 96b2fffac7c8..ff6741ca0c70 100644 --- a/sc/source/ui/StatisticsDialogs/ChiSquareTestDialog.cxx +++ b/sc/source/ui/StatisticsDialogs/ChiSquareTestDialog.cxx @@ -12,17 +12,17 @@ #include <svl/zforlist.hxx> #include <svl/undo.hxx> -#include "formulacell.hxx" -#include "rangelst.hxx" -#include "scitems.hxx" -#include "docsh.hxx" -#include "document.hxx" -#include "uiitems.hxx" -#include "reffact.hxx" -#include "docfunc.hxx" -#include "TableFillingAndNavigationTools.hxx" -#include "ChiSquareTestDialog.hxx" -#include "strings.hrc" +#include <formulacell.hxx> +#include <rangelst.hxx> +#include <scitems.hxx> +#include <docsh.hxx> +#include <document.hxx> +#include <uiitems.hxx> +#include <reffact.hxx> +#include <docfunc.hxx> +#include <TableFillingAndNavigationTools.hxx> +#include <ChiSquareTestDialog.hxx> +#include <strings.hrc> ScChiSquareTestDialog::ScChiSquareTestDialog( SfxBindings* pSfxBindings, SfxChildWindow* pChildWindow, diff --git a/sc/source/ui/StatisticsDialogs/CorrelationDialog.cxx b/sc/source/ui/StatisticsDialogs/CorrelationDialog.cxx index 446bf8a5e14e..93be22dfe42f 100644 --- a/sc/source/ui/StatisticsDialogs/CorrelationDialog.cxx +++ b/sc/source/ui/StatisticsDialogs/CorrelationDialog.cxx @@ -8,10 +8,10 @@ * */ -#include "docsh.hxx" -#include "reffact.hxx" -#include "CorrelationDialog.hxx" -#include "strings.hrc" +#include <docsh.hxx> +#include <reffact.hxx> +#include <CorrelationDialog.hxx> +#include <strings.hrc> ScCorrelationDialog::ScCorrelationDialog( SfxBindings* pSfxBindings, SfxChildWindow* pChildWindow, diff --git a/sc/source/ui/StatisticsDialogs/CovarianceDialog.cxx b/sc/source/ui/StatisticsDialogs/CovarianceDialog.cxx index c4cfff7b1501..ea9b25a5abf4 100644 --- a/sc/source/ui/StatisticsDialogs/CovarianceDialog.cxx +++ b/sc/source/ui/StatisticsDialogs/CovarianceDialog.cxx @@ -8,10 +8,10 @@ * */ -#include "docsh.hxx" -#include "reffact.hxx" -#include "CovarianceDialog.hxx" -#include "strings.hrc" +#include <docsh.hxx> +#include <reffact.hxx> +#include <CovarianceDialog.hxx> +#include <strings.hrc> ScCovarianceDialog::ScCovarianceDialog( SfxBindings* pSfxBindings, SfxChildWindow* pChildWindow, diff --git a/sc/source/ui/StatisticsDialogs/DescriptiveStatisticsDialog.cxx b/sc/source/ui/StatisticsDialogs/DescriptiveStatisticsDialog.cxx index 38c412f5da09..6c8e24d3daae 100644 --- a/sc/source/ui/StatisticsDialogs/DescriptiveStatisticsDialog.cxx +++ b/sc/source/ui/StatisticsDialogs/DescriptiveStatisticsDialog.cxx @@ -13,17 +13,17 @@ #include <svl/zforlist.hxx> #include <svl/undo.hxx> -#include "formulacell.hxx" -#include "rangelst.hxx" -#include "scitems.hxx" -#include "docsh.hxx" -#include "document.hxx" -#include "uiitems.hxx" -#include "reffact.hxx" -#include "docfunc.hxx" -#include "TableFillingAndNavigationTools.hxx" -#include "DescriptiveStatisticsDialog.hxx" -#include "strings.hrc" +#include <formulacell.hxx> +#include <rangelst.hxx> +#include <scitems.hxx> +#include <docsh.hxx> +#include <document.hxx> +#include <uiitems.hxx> +#include <reffact.hxx> +#include <docfunc.hxx> +#include <TableFillingAndNavigationTools.hxx> +#include <DescriptiveStatisticsDialog.hxx> +#include <strings.hrc> namespace { diff --git a/sc/source/ui/StatisticsDialogs/ExponentialSmoothingDialog.cxx b/sc/source/ui/StatisticsDialogs/ExponentialSmoothingDialog.cxx index 35c8a3b077a7..6d3a067ed482 100644 --- a/sc/source/ui/StatisticsDialogs/ExponentialSmoothingDialog.cxx +++ b/sc/source/ui/StatisticsDialogs/ExponentialSmoothingDialog.cxx @@ -13,17 +13,17 @@ #include <svl/zforlist.hxx> #include <svl/undo.hxx> -#include "formulacell.hxx" -#include "rangelst.hxx" -#include "scitems.hxx" -#include "docsh.hxx" -#include "document.hxx" -#include "uiitems.hxx" -#include "reffact.hxx" -#include "docfunc.hxx" -#include "TableFillingAndNavigationTools.hxx" -#include "ExponentialSmoothingDialog.hxx" -#include "strings.hrc" +#include <formulacell.hxx> +#include <rangelst.hxx> +#include <scitems.hxx> +#include <docsh.hxx> +#include <document.hxx> +#include <uiitems.hxx> +#include <reffact.hxx> +#include <docfunc.hxx> +#include <TableFillingAndNavigationTools.hxx> +#include <ExponentialSmoothingDialog.hxx> +#include <strings.hrc> ScExponentialSmoothingDialog::ScExponentialSmoothingDialog( SfxBindings* pSfxBindings, SfxChildWindow* pChildWindow, diff --git a/sc/source/ui/StatisticsDialogs/FTestDialog.cxx b/sc/source/ui/StatisticsDialogs/FTestDialog.cxx index 7461cec85d0c..1c9560d729a5 100644 --- a/sc/source/ui/StatisticsDialogs/FTestDialog.cxx +++ b/sc/source/ui/StatisticsDialogs/FTestDialog.cxx @@ -13,17 +13,17 @@ #include <svl/zforlist.hxx> #include <svl/undo.hxx> -#include "formulacell.hxx" -#include "rangelst.hxx" -#include "scitems.hxx" -#include "docsh.hxx" -#include "document.hxx" -#include "uiitems.hxx" -#include "reffact.hxx" -#include "docfunc.hxx" -#include "TableFillingAndNavigationTools.hxx" -#include "FTestDialog.hxx" -#include "strings.hrc" +#include <formulacell.hxx> +#include <rangelst.hxx> +#include <scitems.hxx> +#include <docsh.hxx> +#include <document.hxx> +#include <uiitems.hxx> +#include <reffact.hxx> +#include <docfunc.hxx> +#include <TableFillingAndNavigationTools.hxx> +#include <FTestDialog.hxx> +#include <strings.hrc> ScFTestDialog::ScFTestDialog( SfxBindings* pSfxBindings, SfxChildWindow* pChildWindow, diff --git a/sc/source/ui/StatisticsDialogs/MatrixComparisonGenerator.cxx b/sc/source/ui/StatisticsDialogs/MatrixComparisonGenerator.cxx index 984740e178c2..63422289e905 100644 --- a/sc/source/ui/StatisticsDialogs/MatrixComparisonGenerator.cxx +++ b/sc/source/ui/StatisticsDialogs/MatrixComparisonGenerator.cxx @@ -12,17 +12,17 @@ #include <svl/zforlist.hxx> #include <svl/undo.hxx> -#include "formulacell.hxx" -#include "rangelst.hxx" -#include "scitems.hxx" -#include "docsh.hxx" -#include "document.hxx" -#include "uiitems.hxx" -#include "reffact.hxx" -#include "docfunc.hxx" -#include "TableFillingAndNavigationTools.hxx" -#include "MatrixComparisonGenerator.hxx" -#include "strings.hrc" +#include <formulacell.hxx> +#include <rangelst.hxx> +#include <scitems.hxx> +#include <docsh.hxx> +#include <document.hxx> +#include <uiitems.hxx> +#include <reffact.hxx> +#include <docfunc.hxx> +#include <TableFillingAndNavigationTools.hxx> +#include <MatrixComparisonGenerator.hxx> +#include <strings.hrc> namespace { diff --git a/sc/source/ui/StatisticsDialogs/MovingAverageDialog.cxx b/sc/source/ui/StatisticsDialogs/MovingAverageDialog.cxx index af892c2bee43..6a9a817172b3 100644 --- a/sc/source/ui/StatisticsDialogs/MovingAverageDialog.cxx +++ b/sc/source/ui/StatisticsDialogs/MovingAverageDialog.cxx @@ -13,17 +13,17 @@ #include <svl/zforlist.hxx> #include <svl/undo.hxx> -#include "formulacell.hxx" -#include "rangelst.hxx" -#include "scitems.hxx" -#include "docsh.hxx" -#include "document.hxx" -#include "uiitems.hxx" -#include "reffact.hxx" -#include "docfunc.hxx" -#include "TableFillingAndNavigationTools.hxx" -#include "MovingAverageDialog.hxx" -#include "strings.hrc" +#include <formulacell.hxx> +#include <rangelst.hxx> +#include <scitems.hxx> +#include <docsh.hxx> +#include <document.hxx> +#include <uiitems.hxx> +#include <reffact.hxx> +#include <docfunc.hxx> +#include <TableFillingAndNavigationTools.hxx> +#include <MovingAverageDialog.hxx> +#include <strings.hrc> ScMovingAverageDialog::ScMovingAverageDialog( SfxBindings* pSfxBindings, SfxChildWindow* pChildWindow, diff --git a/sc/source/ui/StatisticsDialogs/RandomNumberGeneratorDialog.cxx b/sc/source/ui/StatisticsDialogs/RandomNumberGeneratorDialog.cxx index 66d6517d08fa..7c4ca722568e 100644 --- a/sc/source/ui/StatisticsDialogs/RandomNumberGeneratorDialog.cxx +++ b/sc/source/ui/StatisticsDialogs/RandomNumberGeneratorDialog.cxx @@ -13,18 +13,18 @@ #include <svl/undo.hxx> #include <rtl/math.hxx> -#include "rangelst.hxx" -#include "scitems.hxx" -#include "docsh.hxx" -#include "document.hxx" -#include "uiitems.hxx" -#include "reffact.hxx" -#include "docfunc.hxx" -#include "strings.hrc" +#include <rangelst.hxx> +#include <scitems.hxx> +#include <docsh.hxx> +#include <document.hxx> +#include <uiitems.hxx> +#include <reffact.hxx> +#include <docfunc.hxx> +#include <strings.hrc> #include <random> -#include "RandomNumberGeneratorDialog.hxx" +#include <RandomNumberGeneratorDialog.hxx> namespace { diff --git a/sc/source/ui/StatisticsDialogs/RegressionDialog.cxx b/sc/source/ui/StatisticsDialogs/RegressionDialog.cxx index 1438548cd007..768de6a38ed1 100644 --- a/sc/source/ui/StatisticsDialogs/RegressionDialog.cxx +++ b/sc/source/ui/StatisticsDialogs/RegressionDialog.cxx @@ -13,17 +13,17 @@ #include <svl/zforlist.hxx> #include <svl/undo.hxx> -#include "formulacell.hxx" -#include "rangelst.hxx" -#include "scitems.hxx" -#include "docsh.hxx" -#include "document.hxx" -#include "uiitems.hxx" -#include "reffact.hxx" -#include "docfunc.hxx" -#include "TableFillingAndNavigationTools.hxx" -#include "RegressionDialog.hxx" -#include "strings.hrc" +#include <formulacell.hxx> +#include <rangelst.hxx> +#include <scitems.hxx> +#include <docsh.hxx> +#include <document.hxx> +#include <uiitems.hxx> +#include <reffact.hxx> +#include <docfunc.hxx> +#include <TableFillingAndNavigationTools.hxx> +#include <RegressionDialog.hxx> +#include <strings.hrc> namespace { diff --git a/sc/source/ui/StatisticsDialogs/SamplingDialog.cxx b/sc/source/ui/StatisticsDialogs/SamplingDialog.cxx index a8f3a2a77fe1..106fa504e233 100644 --- a/sc/source/ui/StatisticsDialogs/SamplingDialog.cxx +++ b/sc/source/ui/StatisticsDialogs/SamplingDialog.cxx @@ -12,15 +12,15 @@ #include <svl/zforlist.hxx> #include <svl/undo.hxx> #include <comphelper/random.hxx> -#include "rangelst.hxx" -#include "scitems.hxx" -#include "docsh.hxx" -#include "document.hxx" -#include "uiitems.hxx" -#include "reffact.hxx" -#include "docfunc.hxx" -#include "SamplingDialog.hxx" -#include "strings.hrc" +#include <rangelst.hxx> +#include <scitems.hxx> +#include <docsh.hxx> +#include <document.hxx> +#include <uiitems.hxx> +#include <reffact.hxx> +#include <docfunc.hxx> +#include <SamplingDialog.hxx> +#include <strings.hrc> ScSamplingDialog::ScSamplingDialog( SfxBindings* pSfxBindings, SfxChildWindow* pChildWindow, diff --git a/sc/source/ui/StatisticsDialogs/StatisticsInputOutputDialog.cxx b/sc/source/ui/StatisticsDialogs/StatisticsInputOutputDialog.cxx index ef60c05147e2..6b17b50f86cd 100644 --- a/sc/source/ui/StatisticsDialogs/StatisticsInputOutputDialog.cxx +++ b/sc/source/ui/StatisticsDialogs/StatisticsInputOutputDialog.cxx @@ -12,17 +12,17 @@ #include <svl/zforlist.hxx> #include <svl/undo.hxx> -#include "formulacell.hxx" -#include "rangelst.hxx" -#include "scitems.hxx" -#include "docsh.hxx" -#include "document.hxx" -#include "uiitems.hxx" -#include "reffact.hxx" -#include "scresid.hxx" -#include "docfunc.hxx" - -#include "StatisticsInputOutputDialog.hxx" +#include <formulacell.hxx> +#include <rangelst.hxx> +#include <scitems.hxx> +#include <docsh.hxx> +#include <document.hxx> +#include <uiitems.hxx> +#include <reffact.hxx> +#include <scresid.hxx> +#include <docfunc.hxx> + +#include <StatisticsInputOutputDialog.hxx> ScRangeList ScStatisticsInputOutputDialog::MakeColumnRangeList(SCTAB aTab, ScAddress const & aStart, ScAddress const & aEnd) { diff --git a/sc/source/ui/StatisticsDialogs/StatisticsTwoVariableDialog.cxx b/sc/source/ui/StatisticsDialogs/StatisticsTwoVariableDialog.cxx index c66d7173ac84..163044c68d90 100644 --- a/sc/source/ui/StatisticsDialogs/StatisticsTwoVariableDialog.cxx +++ b/sc/source/ui/StatisticsDialogs/StatisticsTwoVariableDialog.cxx @@ -12,17 +12,17 @@ #include <svl/zforlist.hxx> #include <svl/undo.hxx> -#include "formulacell.hxx" -#include "rangelst.hxx" -#include "scitems.hxx" -#include "docsh.hxx" -#include "document.hxx" -#include "uiitems.hxx" -#include "reffact.hxx" -#include "scresid.hxx" -#include "docfunc.hxx" - -#include "StatisticsTwoVariableDialog.hxx" +#include <formulacell.hxx> +#include <rangelst.hxx> +#include <scitems.hxx> +#include <docsh.hxx> +#include <document.hxx> +#include <uiitems.hxx> +#include <reffact.hxx> +#include <scresid.hxx> +#include <docfunc.hxx> + +#include <StatisticsTwoVariableDialog.hxx> ScStatisticsTwoVariableDialog::ScStatisticsTwoVariableDialog( SfxBindings* pSfxBindings, SfxChildWindow* pChildWindow, diff --git a/sc/source/ui/StatisticsDialogs/TTestDialog.cxx b/sc/source/ui/StatisticsDialogs/TTestDialog.cxx index 46f3cd226170..3d16d417b98e 100644 --- a/sc/source/ui/StatisticsDialogs/TTestDialog.cxx +++ b/sc/source/ui/StatisticsDialogs/TTestDialog.cxx @@ -13,17 +13,17 @@ #include <svl/zforlist.hxx> #include <svl/undo.hxx> -#include "formulacell.hxx" -#include "rangelst.hxx" -#include "scitems.hxx" -#include "docsh.hxx" -#include "document.hxx" -#include "uiitems.hxx" -#include "reffact.hxx" -#include "docfunc.hxx" -#include "TableFillingAndNavigationTools.hxx" -#include "TTestDialog.hxx" -#include "strings.hrc" +#include <formulacell.hxx> +#include <rangelst.hxx> +#include <scitems.hxx> +#include <docsh.hxx> +#include <document.hxx> +#include <uiitems.hxx> +#include <reffact.hxx> +#include <docfunc.hxx> +#include <TableFillingAndNavigationTools.hxx> +#include <TTestDialog.hxx> +#include <strings.hrc> ScTTestDialog::ScTTestDialog( SfxBindings* pSfxBindings, SfxChildWindow* pChildWindow, diff --git a/sc/source/ui/StatisticsDialogs/TableFillingAndNavigationTools.cxx b/sc/source/ui/StatisticsDialogs/TableFillingAndNavigationTools.cxx index 501e97b46319..5200e541a8f5 100644 --- a/sc/source/ui/StatisticsDialogs/TableFillingAndNavigationTools.cxx +++ b/sc/source/ui/StatisticsDialogs/TableFillingAndNavigationTools.cxx @@ -14,9 +14,9 @@ #include <editeng/wghtitem.hxx> #include <editeng/eeitem.hxx> -#include "editutil.hxx" +#include <editutil.hxx> -#include "TableFillingAndNavigationTools.hxx" +#include <TableFillingAndNavigationTools.hxx> FormulaTemplate::FormulaTemplate(ScDocument* pDoc) : mpDoc(pDoc) diff --git a/sc/source/ui/StatisticsDialogs/ZTestDialog.cxx b/sc/source/ui/StatisticsDialogs/ZTestDialog.cxx index 475a5f705f2a..a0dc5c0b6f2a 100644 --- a/sc/source/ui/StatisticsDialogs/ZTestDialog.cxx +++ b/sc/source/ui/StatisticsDialogs/ZTestDialog.cxx @@ -13,17 +13,17 @@ #include <svl/zforlist.hxx> #include <svl/undo.hxx> -#include "formulacell.hxx" -#include "rangelst.hxx" -#include "scitems.hxx" -#include "docsh.hxx" -#include "document.hxx" -#include "uiitems.hxx" -#include "reffact.hxx" -#include "docfunc.hxx" -#include "TableFillingAndNavigationTools.hxx" -#include "ZTestDialog.hxx" -#include "strings.hrc" +#include <formulacell.hxx> +#include <rangelst.hxx> +#include <scitems.hxx> +#include <docsh.hxx> +#include <document.hxx> +#include <uiitems.hxx> +#include <reffact.hxx> +#include <docfunc.hxx> +#include <TableFillingAndNavigationTools.hxx> +#include <ZTestDialog.hxx> +#include <strings.hrc> ScZTestDialog::ScZTestDialog( SfxBindings* pSfxBindings, SfxChildWindow* pChildWindow, 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> diff --git a/sc/source/ui/attrdlg/attrdlg.cxx b/sc/source/ui/attrdlg/attrdlg.cxx index bbe864d84daa..8eecdd341f08 100644 --- a/sc/source/ui/attrdlg/attrdlg.cxx +++ b/sc/source/ui/attrdlg/attrdlg.cxx @@ -19,15 +19,15 @@ #undef SC_DLLIMPLEMENTATION -#include "scitems.hxx" +#include <scitems.hxx> #include <sfx2/objsh.hxx> #include <sfx2/tabdlg.hxx> #include <svl/cjkoptions.hxx> -#include "tabpages.hxx" -#include "attrdlg.hxx" -#include "scresid.hxx" +#include <tabpages.hxx> +#include <attrdlg.hxx> +#include <scresid.hxx> #include <svx/svxdlg.hxx> #include <svx/dialogs.hrc> #include <svx/flagsdef.hxx> diff --git a/sc/source/ui/attrdlg/scabstdlg.cxx b/sc/source/ui/attrdlg/scabstdlg.cxx index a11e45a9034e..f0582fa7d724 100644 --- a/sc/source/ui/attrdlg/scabstdlg.cxx +++ b/sc/source/ui/attrdlg/scabstdlg.cxx @@ -19,7 +19,7 @@ #include <config_features.h> -#include "scabstdlg.hxx" +#include <scabstdlg.hxx> #include <osl/module.hxx> #include <rtl/ustrbuf.hxx> diff --git a/sc/source/ui/attrdlg/scdlgfact.cxx b/sc/source/ui/attrdlg/scdlgfact.cxx index 21740523d397..513ecd8974ac 100644 --- a/sc/source/ui/attrdlg/scdlgfact.cxx +++ b/sc/source/ui/attrdlg/scdlgfact.cxx @@ -21,58 +21,58 @@ #include "scdlgfact.hxx" -#include "sc.hrc" -#include "scuiasciiopt.hxx" -#include "scuiautofmt.hxx" -#include "corodlg.hxx" -#include "crdlg.hxx" -#include "dapidata.hxx" -#include "dapitype.hxx" -#include "delcldlg.hxx" -#include "delcodlg.hxx" -#include "filldlg.hxx" -#include "groupdlg.hxx" -#include "inscldlg.hxx" -#include "inscodlg.hxx" -#include "instbdlg.hxx" -#include "lbseldlg.hxx" -#include "linkarea.hxx" -#include "mtrindlg.hxx" -#include "mvtabdlg.hxx" -#include "namecrea.hxx" -#include "namepast.hxx" -#include "namedefdlg.hxx" -#include "pfiltdlg.hxx" -#include "pvfundlg.hxx" -#include "dpgroupdlg.hxx" -#include "scendlg.hxx" -#include "shtabdlg.hxx" -#include "strindlg.hxx" -#include "tabbgcolordlg.hxx" -#include "scuiimoptdlg.hxx" -#include "attrdlg.hxx" -#include "hfedtdlg.hxx" -#include "styledlg.hxx" -#include "subtdlg.hxx" -#include "textdlgs.hxx" -#include "sortdlg.hxx" -#include "textimportoptions.hxx" -#include "opredlin.hxx" -#include "tpcalc.hxx" -#include "tpprint.hxx" -#include "tpstat.hxx" -#include "tpusrlst.hxx" -#include "tpview.hxx" -#include "tpformula.hxx" -#include "datafdlg.hxx" -#include "tpcompatibility.hxx" -#include "tpdefaults.hxx" -#include "colorformat.hxx" -#include "condformatdlg.hxx" -#include "condformatmgr.hxx" -#include "xmlsourcedlg.hxx" -#include "editutil.hxx" -#include "scres.hrc" +#include <sc.hrc> +#include <scuiasciiopt.hxx> +#include <scuiautofmt.hxx> +#include <corodlg.hxx> +#include <crdlg.hxx> +#include <dapidata.hxx> +#include <dapitype.hxx> +#include <delcldlg.hxx> +#include <delcodlg.hxx> +#include <filldlg.hxx> +#include <groupdlg.hxx> +#include <inscldlg.hxx> +#include <inscodlg.hxx> +#include <instbdlg.hxx> +#include <lbseldlg.hxx> +#include <linkarea.hxx> +#include <mtrindlg.hxx> +#include <mvtabdlg.hxx> +#include <namecrea.hxx> +#include <namepast.hxx> +#include <namedefdlg.hxx> +#include <pfiltdlg.hxx> +#include <pvfundlg.hxx> +#include <dpgroupdlg.hxx> +#include <scendlg.hxx> +#include <shtabdlg.hxx> +#include <strindlg.hxx> +#include <tabbgcolordlg.hxx> +#include <scuiimoptdlg.hxx> +#include <attrdlg.hxx> +#include <hfedtdlg.hxx> +#include <styledlg.hxx> +#include <subtdlg.hxx> +#include <textdlgs.hxx> +#include <sortdlg.hxx> +#include <textimportoptions.hxx> +#include <opredlin.hxx> +#include <tpcalc.hxx> +#include <tpprint.hxx> +#include <tpstat.hxx> +#include <tpusrlst.hxx> +#include <tpview.hxx> +#include <tpformula.hxx> +#include <datafdlg.hxx> +#include <tpcompatibility.hxx> +#include <tpdefaults.hxx> +#include <colorformat.hxx> +#include <condformatdlg.hxx> +#include <condformatmgr.hxx> +#include <xmlsourcedlg.hxx> +#include <editutil.hxx> +#include <scres.hrc> #include <svx/dialogs.hrc> IMPL_ABSTDLG_BASE(AbstractScImportAsciiDlg_Impl); diff --git a/sc/source/ui/attrdlg/scdlgfact.hxx b/sc/source/ui/attrdlg/scdlgfact.hxx index 3e29cb957a0e..f167952383c8 100644 --- a/sc/source/ui/attrdlg/scdlgfact.hxx +++ b/sc/source/ui/attrdlg/scdlgfact.hxx @@ -19,7 +19,7 @@ #ifndef INCLUDED_SC_SOURCE_UI_ATTRDLG_SCDLGFACT_HXX #define INCLUDED_SC_SOURCE_UI_ATTRDLG_SCDLGFACT_HXX -#include "scabstdlg.hxx" +#include <scabstdlg.hxx> class Dialog; class ScImportAsciiDlg; class ScAutoFormatDlg; diff --git a/sc/source/ui/attrdlg/scuiexp.cxx b/sc/source/ui/attrdlg/scuiexp.cxx index 137a07fb8791..f034589cf2f2 100644 --- a/sc/source/ui/attrdlg/scuiexp.cxx +++ b/sc/source/ui/attrdlg/scuiexp.cxx @@ -20,36 +20,36 @@ #undef SC_DLLIMPLEMENTATION #include "scdlgfact.hxx" -#include "corodlg.hxx" -#include "condformatmgr.hxx" -#include "dapitype.hxx" -#include "dapidata.hxx" -#include "datafdlg.hxx" -#include "delcodlg.hxx" -#include "delcldlg.hxx" -#include "dpgroupdlg.hxx" -#include "filldlg.hxx" -#include "groupdlg.hxx" -#include "linkarea.hxx" -#include "lbseldlg.hxx" -#include "inscldlg.hxx" -#include "instbdlg.hxx" -#include "inscodlg.hxx" -#include "mtrindlg.hxx" -#include "mvtabdlg.hxx" -#include "namecrea.hxx" -#include "namepast.hxx" -#include "pfiltdlg.hxx" -#include "pvfundlg.hxx" -#include "shtabdlg.hxx" -#include "scendlg.hxx" -#include "scuiasciiopt.hxx" -#include "scuiautofmt.hxx" -#include "scuiimoptdlg.hxx" -#include "sortdlg.hxx" -#include "strindlg.hxx" -#include "tabbgcolordlg.hxx" -#include "textimportoptions.hxx" +#include <corodlg.hxx> +#include <condformatmgr.hxx> +#include <dapitype.hxx> +#include <dapidata.hxx> +#include <datafdlg.hxx> +#include <delcodlg.hxx> +#include <delcldlg.hxx> +#include <dpgroupdlg.hxx> +#include <filldlg.hxx> +#include <groupdlg.hxx> +#include <linkarea.hxx> +#include <lbseldlg.hxx> +#include <inscldlg.hxx> +#include <instbdlg.hxx> +#include <inscodlg.hxx> +#include <mtrindlg.hxx> +#include <mvtabdlg.hxx> +#include <namecrea.hxx> +#include <namepast.hxx> +#include <pfiltdlg.hxx> +#include <pvfundlg.hxx> +#include <shtabdlg.hxx> +#include <scendlg.hxx> +#include <scuiasciiopt.hxx> +#include <scuiautofmt.hxx> +#include <scuiimoptdlg.hxx> +#include <sortdlg.hxx> +#include <strindlg.hxx> +#include <tabbgcolordlg.hxx> +#include <textimportoptions.hxx> #include <sal/types.h> namespace scui diff --git a/sc/source/ui/attrdlg/tabpages.cxx b/sc/source/ui/attrdlg/tabpages.cxx index 3217308bafdd..aaca9d431026 100644 --- a/sc/source/ui/attrdlg/tabpages.cxx +++ b/sc/source/ui/attrdlg/tabpages.cxx @@ -19,13 +19,13 @@ #undef SC_DLLIMPLEMENTATION -#include "global.hxx" -#include "document.hxx" -#include "attrib.hxx" -#include "scresid.hxx" -#include "sc.hrc" +#include <global.hxx> +#include <document.hxx> +#include <attrib.hxx> +#include <scresid.hxx> +#include <sc.hrc> -#include "tabpages.hxx" +#include <tabpages.hxx> const sal_uInt16 ScTabPageProtection::pProtectionRanges[] = { diff --git a/sc/source/ui/cctrl/cbnumberformat.cxx b/sc/source/ui/cctrl/cbnumberformat.cxx index 163b4ad22273..4e7947e3d5ba 100644 --- a/sc/source/ui/cctrl/cbnumberformat.cxx +++ b/sc/source/ui/cctrl/cbnumberformat.cxx @@ -18,11 +18,11 @@ */ #include <cbnumberformat.hxx> -#include "global.hxx" +#include <global.hxx> #include <globstr.hrc> #include <sfx2/dispatch.hxx> #include <svl/intitem.hxx> -#include "sc.hrc" +#include <sc.hrc> ScNumberFormat::ScNumberFormat(vcl::Window* pParent, WinBits nStyle) : ListBox(pParent, nStyle | WB_DROPDOWN|WB_LEFT|WB_VCENTER|WB_BORDER|WB_3DLOOK) diff --git a/sc/source/ui/cctrl/cbuttonw.cxx b/sc/source/ui/cctrl/cbuttonw.cxx index f922e545d71a..3838af1c46cc 100644 --- a/sc/source/ui/cctrl/cbuttonw.cxx +++ b/sc/source/ui/cctrl/cbuttonw.cxx @@ -22,7 +22,7 @@ #include <vcl/decoview.hxx> #include <vcl/svapp.hxx> #include <vcl/settings.hxx> -#include "cbutton.hxx" +#include <cbutton.hxx> // class ScDDComboBoxButton diff --git a/sc/source/ui/cctrl/checklistmenu.cxx b/sc/source/ui/cctrl/checklistmenu.cxx index ebee7f8b4dd1..39ea16bf683a 100644 --- a/sc/source/ui/cctrl/checklistmenu.cxx +++ b/sc/source/ui/cctrl/checklistmenu.cxx @@ -17,25 +17,25 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "checklistmenu.hxx" -#include "globstr.hrc" -#include "scresid.hxx" -#include "strings.hrc" -#include "bitmaps.hlst" +#include <checklistmenu.hxx> +#include <globstr.hrc> +#include <scresid.hxx> +#include <strings.hrc> +#include <bitmaps.hlst> #include <vcl/decoview.hxx> #include <vcl/settings.hxx> #include <tools/wintypes.hxx> -#include "AccessibleFilterMenu.hxx" -#include "AccessibleFilterTopWindow.hxx" +#include <AccessibleFilterMenu.hxx> +#include <AccessibleFilterTopWindow.hxx> #include <com/sun/star/accessibility/XAccessible.hpp> #include <com/sun/star/accessibility/XAccessibleContext.hpp> #include <svtools/fmtfield.hxx> #include <svtools/svlbitm.hxx> #include <svtools/treelistentry.hxx> -#include "document.hxx" +#include <document.hxx> using namespace com::sun::star; using ::com::sun::star::uno::Reference; diff --git a/sc/source/ui/cctrl/dpcontrol.cxx b/sc/source/ui/cctrl/dpcontrol.cxx index 0a16734757f5..3fdba111c780 100644 --- a/sc/source/ui/cctrl/dpcontrol.cxx +++ b/sc/source/ui/cctrl/dpcontrol.cxx @@ -17,15 +17,15 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "dpcontrol.hxx" +#include <dpcontrol.hxx> #include <vcl/outdev.hxx> #include <vcl/settings.hxx> -#include "global.hxx" -#include "scitems.hxx" -#include "document.hxx" -#include "docpool.hxx" -#include "patattr.hxx" +#include <global.hxx> +#include <scitems.hxx> +#include <document.hxx> +#include <docpool.hxx> +#include <patattr.hxx> ScDPFieldButton::ScDPFieldButton(OutputDevice* pOutDev, const StyleSettings* pStyle, const Fraction* pZoomX, const Fraction* pZoomY, ScDocument* pDoc) : mpDoc(pDoc), diff --git a/sc/source/ui/cctrl/editfield.cxx b/sc/source/ui/cctrl/editfield.cxx index 74e75e8d45be..a516e45c8356 100644 --- a/sc/source/ui/cctrl/editfield.cxx +++ b/sc/source/ui/cctrl/editfield.cxx @@ -20,12 +20,12 @@ #ifdef SC_DLLIMPLEMENTATION #undef SC_DLLIMPLEMENTATION #endif -#include "editfield.hxx" +#include <editfield.hxx> #include <comphelper/string.hxx> #include <rtl/math.hxx> #include <unotools/localedatawrapper.hxx> #include <vcl/builderfactory.hxx> -#include "global.hxx" +#include <global.hxx> namespace { diff --git a/sc/source/ui/cctrl/tbzoomsliderctrl.cxx b/sc/source/ui/cctrl/tbzoomsliderctrl.cxx index 357e6d25635f..d5315da35ae1 100644 --- a/sc/source/ui/cctrl/tbzoomsliderctrl.cxx +++ b/sc/source/ui/cctrl/tbzoomsliderctrl.cxx @@ -16,7 +16,7 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "tbzoomsliderctrl.hxx" +#include <tbzoomsliderctrl.hxx> #include <vcl/image.hxx> #include <vcl/toolbox.hxx> #include <vcl/virdev.hxx> @@ -30,11 +30,11 @@ #include <svx/dialmgr.hxx> #include <svx/dialogs.hrc> #include <set> -#include "docsh.hxx" -#include "stlpool.hxx" -#include "scitems.hxx" -#include "printfun.hxx" -#include "bitmaps.hlst" +#include <docsh.hxx> +#include <stlpool.hxx> +#include <scitems.hxx> +#include <printfun.hxx> +#include <bitmaps.hlst> // class ScZoomSliderControl --------------------------------------- diff --git a/sc/source/ui/condformat/colorformat.cxx b/sc/source/ui/condformat/colorformat.cxx index a147a7287968..7ea042d9d336 100644 --- a/sc/source/ui/condformat/colorformat.cxx +++ b/sc/source/ui/condformat/colorformat.cxx @@ -7,11 +7,11 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#include "colorformat.hxx" -#include "colorscale.hxx" +#include <colorformat.hxx> +#include <colorscale.hxx> -#include "document.hxx" -#include "sc.hrc" +#include <document.hxx> +#include <sc.hrc> #include <svx/colorbox.hxx> #include <svx/xtable.hxx> diff --git a/sc/source/ui/condformat/condformatdlg.cxx b/sc/source/ui/condformat/condformatdlg.cxx index 0ca7db2bb994..07e3c4d16857 100644 --- a/sc/source/ui/condformat/condformatdlg.cxx +++ b/sc/source/ui/condformat/condformatdlg.cxx @@ -7,7 +7,7 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#include "condformatdlg.hxx" +#include <condformatdlg.hxx> #include <vcl/vclevent.hxx> #include <svl/style.hxx> @@ -21,20 +21,20 @@ #include <vcl/builderfactory.hxx> #include <libxml/tree.h> -#include "anyrefdg.hxx" -#include "document.hxx" -#include "conditio.hxx" -#include "stlpool.hxx" -#include "tabvwsh.hxx" -#include "colorscale.hxx" -#include "colorformat.hxx" -#include "reffact.hxx" -#include "docsh.hxx" -#include "docfunc.hxx" -#include "condformatdlgentry.hxx" -#include "condformatdlgitem.hxx" - -#include "globstr.hrc" +#include <anyrefdg.hxx> +#include <document.hxx> +#include <conditio.hxx> +#include <stlpool.hxx> +#include <tabvwsh.hxx> +#include <colorscale.hxx> +#include <colorformat.hxx> +#include <reffact.hxx> +#include <docsh.hxx> +#include <docfunc.hxx> +#include <condformatdlgentry.hxx> +#include <condformatdlgitem.hxx> + +#include <globstr.hrc> ScCondFormatList::ScCondFormatList(vcl::Window* pParent, WinBits nStyle) : Control(pParent, nStyle | WB_DIALOGCONTROL) diff --git a/sc/source/ui/condformat/condformatdlgentry.cxx b/sc/source/ui/condformat/condformatdlgentry.cxx index 3eb26f737e8d..b2a55fc3aca7 100644 --- a/sc/source/ui/condformat/condformatdlgentry.cxx +++ b/sc/source/ui/condformat/condformatdlgentry.cxx @@ -8,11 +8,11 @@ */ #include <memory> -#include "condformatdlg.hxx" -#include "condformatdlgentry.hxx" -#include "conditio.hxx" +#include <condformatdlg.hxx> +#include <condformatdlgentry.hxx> +#include <conditio.hxx> -#include "document.hxx" +#include <document.hxx> #include <vcl/vclevent.hxx> #include <svl/style.hxx> @@ -26,15 +26,15 @@ #include <vcl/settings.hxx> #include <formula/token.hxx> #include <formula/errorcodes.hxx> -#include "tokenarray.hxx" -#include "stlpool.hxx" -#include "tabvwsh.hxx" -#include "simpleformulacalc.hxx" +#include <tokenarray.hxx> +#include <stlpool.hxx> +#include <tabvwsh.hxx> +#include <simpleformulacalc.hxx> -#include "colorformat.hxx" +#include <colorformat.hxx> -#include "globstr.hrc" -#include "strings.hrc" +#include <globstr.hrc> +#include <strings.hrc> #include <set> diff --git a/sc/source/ui/condformat/condformatdlgitem.cxx b/sc/source/ui/condformat/condformatdlgitem.cxx index dc41bbcb7d69..ee37c734d94d 100644 --- a/sc/source/ui/condformat/condformatdlgitem.cxx +++ b/sc/source/ui/condformat/condformatdlgitem.cxx @@ -10,8 +10,8 @@ #include <utility> -#include "scitems.hxx" -#include "condformatdlgitem.hxx" +#include <scitems.hxx> +#include <condformatdlgitem.hxx> ScCondFormatDlgItem::ScCondFormatDlgItem(std::shared_ptr<ScConditionalFormatList> pCondFormats, sal_Int32 nItem, bool bManaged): diff --git a/sc/source/ui/condformat/condformathelper.cxx b/sc/source/ui/condformat/condformathelper.cxx index c96cfdcd9656..63980128b24d 100644 --- a/sc/source/ui/condformat/condformathelper.cxx +++ b/sc/source/ui/condformat/condformathelper.cxx @@ -8,8 +8,8 @@ */ #include <rtl/ustrbuf.hxx> -#include "condformathelper.hxx" -#include "globstr.hrc" +#include <condformathelper.hxx> +#include <globstr.hrc> namespace { diff --git a/sc/source/ui/condformat/condformatmgr.cxx b/sc/source/ui/condformat/condformatmgr.cxx index f8d7447c3bdd..0ad57c761838 100644 --- a/sc/source/ui/condformat/condformatmgr.cxx +++ b/sc/source/ui/condformat/condformatmgr.cxx @@ -7,12 +7,12 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#include "condformatmgr.hxx" -#include "scresid.hxx" -#include "globstr.hrc" -#include "condformatdlg.hxx" +#include <condformatmgr.hxx> +#include <scresid.hxx> +#include <globstr.hrc> +#include <condformatdlg.hxx> #include <vcl/msgbox.hxx> -#include "document.hxx" +#include <document.hxx> ScCondFormatManagerWindow::ScCondFormatManagerWindow(SvSimpleTableContainer& rParent, ScDocument* pDoc, ScConditionalFormatList* pFormatList) diff --git a/sc/source/ui/dataprovider/csvdataprovider.cxx b/sc/source/ui/dataprovider/csvdataprovider.cxx index 28877c247b42..f961a4c21977 100644 --- a/sc/source/ui/dataprovider/csvdataprovider.cxx +++ b/sc/source/ui/dataprovider/csvdataprovider.cxx @@ -8,7 +8,7 @@ */ #include <dataprovider.hxx> -#include "datatransformation.hxx" +#include <datatransformation.hxx> #include <stringutil.hxx> #if defined(_WIN32) diff --git a/sc/source/ui/dataprovider/dataprovider.cxx b/sc/source/ui/dataprovider/dataprovider.cxx index d07edb78958c..161aaf502fa9 100644 --- a/sc/source/ui/dataprovider/dataprovider.cxx +++ b/sc/source/ui/dataprovider/dataprovider.cxx @@ -11,11 +11,11 @@ #include <com/sun/star/ucb/XSimpleFileAccess3.hpp> #include <com/sun/star/ucb/SimpleFileAccess.hpp> #include <com/sun/star/io/XInputStream.hpp> -#include "officecfg/Office/Calc.hxx" +#include <officecfg/Office/Calc.hxx> #include <rtl/strbuf.hxx> #include "htmldataprovider.hxx" -#include "datatransformation.hxx" +#include <datatransformation.hxx> using namespace com::sun::star; diff --git a/sc/source/ui/dataprovider/datatransformation.cxx b/sc/source/ui/dataprovider/datatransformation.cxx index 0ed27e568d3c..039c17209304 100644 --- a/sc/source/ui/dataprovider/datatransformation.cxx +++ b/sc/source/ui/dataprovider/datatransformation.cxx @@ -7,9 +7,9 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#include "datatransformation.hxx" +#include <datatransformation.hxx> -#include "document.hxx" +#include <document.hxx> namespace sc { diff --git a/sc/source/ui/dataprovider/htmldataprovider.cxx b/sc/source/ui/dataprovider/htmldataprovider.cxx index 890faf7d6bd0..de1173b274e7 100644 --- a/sc/source/ui/dataprovider/htmldataprovider.cxx +++ b/sc/source/ui/dataprovider/htmldataprovider.cxx @@ -8,7 +8,7 @@ */ #include "htmldataprovider.hxx" -#include "datatransformation.hxx" +#include <datatransformation.hxx> #include <salhelper/thread.hxx> #include <libxml/HTMLparser.h> diff --git a/sc/source/ui/dataprovider/htmldataprovider.hxx b/sc/source/ui/dataprovider/htmldataprovider.hxx index db438760ea85..7589b28b37a5 100644 --- a/sc/source/ui/dataprovider/htmldataprovider.hxx +++ b/sc/source/ui/dataprovider/htmldataprovider.hxx @@ -10,7 +10,7 @@ #ifndef INCLUDED_SC_SOURCE_UI_DATAPROVIDER_HTMLDATAPROVIDER_HXX #define INCLUDED_SC_SOURCE_UI_DATAPROVIDER_HTMLDATAPROVIDER_HXX -#include "dataprovider.hxx" +#include <dataprovider.hxx> namespace sc { diff --git a/sc/source/ui/dbgui/PivotLayoutDialog.cxx b/sc/source/ui/dbgui/PivotLayoutDialog.cxx index e2bcac817219..129969c926f3 100644 --- a/sc/source/ui/dbgui/PivotLayoutDialog.cxx +++ b/sc/source/ui/dbgui/PivotLayoutDialog.cxx @@ -9,15 +9,15 @@ * This file incorporates work covered by the following license notice: */ -#include "PivotLayoutTreeList.hxx" -#include "PivotLayoutDialog.hxx" +#include <PivotLayoutTreeList.hxx> +#include <PivotLayoutDialog.hxx> #include <reffact.hxx> #include <svtools/treelistentry.hxx> -#include "rangeutl.hxx" -#include "uiitems.hxx" -#include "dputil.hxx" -#include "dbdocfun.hxx" +#include <rangeutl.hxx> +#include <uiitems.hxx> +#include <dputil.hxx> +#include <dbdocfun.hxx> #include <memory> #include <vector> diff --git a/sc/source/ui/dbgui/PivotLayoutTreeList.cxx b/sc/source/ui/dbgui/PivotLayoutTreeList.cxx index 9e54339cc1ab..5c542b238772 100644 --- a/sc/source/ui/dbgui/PivotLayoutTreeList.cxx +++ b/sc/source/ui/dbgui/PivotLayoutTreeList.cxx @@ -10,13 +10,13 @@ */ #include <memory> -#include "PivotLayoutTreeList.hxx" -#include "PivotLayoutDialog.hxx" +#include <PivotLayoutTreeList.hxx> +#include <PivotLayoutDialog.hxx> #include <vcl/builderfactory.hxx> #include <svtools/treelistentry.hxx> -#include "pivot.hxx" -#include "scabstdlg.hxx" +#include <pivot.hxx> +#include <scabstdlg.hxx> VCL_BUILDER_FACTORY_ARGS(ScPivotLayoutTreeList, WB_BORDER | WB_TABSTOP | WB_CLIPCHILDREN) diff --git a/sc/source/ui/dbgui/PivotLayoutTreeListBase.cxx b/sc/source/ui/dbgui/PivotLayoutTreeListBase.cxx index cb7a1580050b..236a939655ca 100644 --- a/sc/source/ui/dbgui/PivotLayoutTreeListBase.cxx +++ b/sc/source/ui/dbgui/PivotLayoutTreeListBase.cxx @@ -9,12 +9,12 @@ * This file incorporates work covered by the following license notice: */ -#include "PivotLayoutTreeListBase.hxx" -#include "PivotLayoutDialog.hxx" +#include <PivotLayoutTreeListBase.hxx> +#include <PivotLayoutDialog.hxx> #include <reffact.hxx> #include <svtools/treelistentry.hxx> -#include "scabstdlg.hxx" +#include <scabstdlg.hxx> ScPivotLayoutTreeListBase::ScPivotLayoutTreeListBase(vcl::Window* pParent, WinBits nBits, SvPivotTreeListType eType) : SvTreeListBox(pParent, nBits) diff --git a/sc/source/ui/dbgui/PivotLayoutTreeListData.cxx b/sc/source/ui/dbgui/PivotLayoutTreeListData.cxx index ecefc420bcfc..bd3480772c3f 100644 --- a/sc/source/ui/dbgui/PivotLayoutTreeListData.cxx +++ b/sc/source/ui/dbgui/PivotLayoutTreeListData.cxx @@ -10,14 +10,14 @@ */ #include <memory> -#include "PivotLayoutTreeListData.hxx" -#include "PivotLayoutDialog.hxx" +#include <PivotLayoutTreeListData.hxx> +#include <PivotLayoutDialog.hxx> #include <vcl/builderfactory.hxx> #include <svtools/treelistentry.hxx> -#include "pivot.hxx" -#include "scabstdlg.hxx" -#include "globstr.hrc" +#include <pivot.hxx> +#include <scabstdlg.hxx> +#include <globstr.hrc> VCL_BUILDER_FACTORY_ARGS(ScPivotLayoutTreeListData, WB_BORDER | WB_TABSTOP | WB_CLIPCHILDREN) diff --git a/sc/source/ui/dbgui/PivotLayoutTreeListLabel.cxx b/sc/source/ui/dbgui/PivotLayoutTreeListLabel.cxx index 1b3d09e9fabe..0672c7905632 100644 --- a/sc/source/ui/dbgui/PivotLayoutTreeListLabel.cxx +++ b/sc/source/ui/dbgui/PivotLayoutTreeListLabel.cxx @@ -10,13 +10,13 @@ */ #include <memory> -#include "PivotLayoutTreeListLabel.hxx" -#include "PivotLayoutDialog.hxx" +#include <PivotLayoutTreeListLabel.hxx> +#include <PivotLayoutDialog.hxx> #include <vcl/builderfactory.hxx> #include <svtools/treelistentry.hxx> -#include "pivot.hxx" -#include "scabstdlg.hxx" +#include <pivot.hxx> +#include <scabstdlg.hxx> VCL_BUILDER_FACTORY_ARGS(ScPivotLayoutTreeListLabel, WB_BORDER | WB_TABSTOP | WB_CLIPCHILDREN); diff --git a/sc/source/ui/dbgui/asciiopt.cxx b/sc/source/ui/dbgui/asciiopt.cxx index 67afc817eb69..e75d5f02ec43 100644 --- a/sc/source/ui/dbgui/asciiopt.cxx +++ b/sc/source/ui/dbgui/asciiopt.cxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "global.hxx" -#include "asciiopt.hxx" +#include <global.hxx> +#include <asciiopt.hxx> #include <comphelper/string.hxx> #include <osl/thread.h> diff --git a/sc/source/ui/dbgui/consdlg.cxx b/sc/source/ui/dbgui/consdlg.cxx index 7f39b99861a3..7d1ccc0f6b33 100644 --- a/sc/source/ui/dbgui/consdlg.cxx +++ b/sc/source/ui/dbgui/consdlg.cxx @@ -19,19 +19,19 @@ #include <sfx2/dispatch.hxx> -#include "tabvwsh.hxx" -#include "uiitems.hxx" -#include "dbdata.hxx" -#include "rangenam.hxx" -#include "rangeutl.hxx" -#include "reffact.hxx" -#include "document.hxx" -#include "scresid.hxx" - -#include "globstr.hrc" -#include "strings.hrc" - -#include "consdlg.hxx" +#include <tabvwsh.hxx> +#include <uiitems.hxx> +#include <dbdata.hxx> +#include <rangenam.hxx> +#include <rangeutl.hxx> +#include <reffact.hxx> +#include <document.hxx> +#include <scresid.hxx> + +#include <globstr.hrc> +#include <strings.hrc> + +#include <consdlg.hxx> #include <vcl/msgbox.hxx> #define INFOBOX(id) ScopedVclPtrInstance<InfoBox>(this, ScGlobal::GetRscString(id))->Execute() diff --git a/sc/source/ui/dbgui/csvcontrol.cxx b/sc/source/ui/dbgui/csvcontrol.cxx index 40aee4e35444..5af764c32b1a 100644 --- a/sc/source/ui/dbgui/csvcontrol.cxx +++ b/sc/source/ui/dbgui/csvcontrol.cxx @@ -17,10 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "csvcontrol.hxx" +#include <csvcontrol.hxx> #include <vcl/svapp.hxx> #include <vcl/settings.hxx> -#include "AccessibleCsvControl.hxx" +#include <AccessibleCsvControl.hxx> ScCsvLayoutData::ScCsvLayoutData() : mnPosCount( 1 ), diff --git a/sc/source/ui/dbgui/csvgrid.cxx b/sc/source/ui/dbgui/csvgrid.cxx index 9279302af01c..1ef24a76c9c6 100644 --- a/sc/source/ui/dbgui/csvgrid.cxx +++ b/sc/source/ui/dbgui/csvgrid.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "csvgrid.hxx" +#include <csvgrid.hxx> #include <algorithm> #include <memory> @@ -26,13 +26,13 @@ #include <svtools/colorcfg.hxx> #include <sal/macros.h> #include <tools/poly.hxx> -#include "scmod.hxx" -#include "asciiopt.hxx" -#include "impex.hxx" -#include "AccessibleCsvControl.hxx" +#include <scmod.hxx> +#include <asciiopt.hxx> +#include <impex.hxx> +#include <AccessibleCsvControl.hxx> // *** edit engine *** -#include "scitems.hxx" +#include <scitems.hxx> #include <editeng/eeitem.hxx> #include <vcl/settings.hxx> @@ -40,7 +40,7 @@ #include <editeng/fhgtitem.hxx> #include <editeng/fontitem.hxx> #include <svl/itemset.hxx> -#include "editutil.hxx" +#include <editutil.hxx> // *** edit engine *** struct Func_SetType diff --git a/sc/source/ui/dbgui/csvruler.cxx b/sc/source/ui/dbgui/csvruler.cxx index be4b48ba9763..00e85c71f78b 100644 --- a/sc/source/ui/dbgui/csvruler.cxx +++ b/sc/source/ui/dbgui/csvruler.cxx @@ -17,15 +17,15 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "csvruler.hxx" -#include "AccessibleCsvControl.hxx" +#include <csvruler.hxx> +#include <AccessibleCsvControl.hxx> #include <optutil.hxx> #include <com/sun/star/uno/Any.hxx> #include <com/sun/star/uno/Sequence.hxx> #include <comphelper/string.hxx> #include <vcl/settings.hxx> -#include "miscuno.hxx" +#include <miscuno.hxx> using namespace com::sun::star::uno; diff --git a/sc/source/ui/dbgui/csvsplits.cxx b/sc/source/ui/dbgui/csvsplits.cxx index ccf87b2b781d..3b8c57b199ef 100644 --- a/sc/source/ui/dbgui/csvsplits.cxx +++ b/sc/source/ui/dbgui/csvsplits.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "csvsplits.hxx" +#include <csvsplits.hxx> #include <algorithm> diff --git a/sc/source/ui/dbgui/csvtablebox.cxx b/sc/source/ui/dbgui/csvtablebox.cxx index cb23052062f4..0ebe2de56130 100644 --- a/sc/source/ui/dbgui/csvtablebox.cxx +++ b/sc/source/ui/dbgui/csvtablebox.cxx @@ -17,12 +17,12 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "csvtablebox.hxx" +#include <csvtablebox.hxx> #include <vcl/builderfactory.hxx> #include <vcl/lstbox.hxx> #include <vcl/settings.hxx> -#include "editutil.hxx" -#include "AccessibleCsvControl.hxx" +#include <editutil.hxx> +#include <AccessibleCsvControl.hxx> ScCsvTableBox::ScCsvTableBox( vcl::Window* pParent, WinBits nBits ) : ScCsvControl( pParent, maData, nBits ), diff --git a/sc/source/ui/dbgui/dapidata.cxx b/sc/source/ui/dbgui/dapidata.cxx index b7058d95a722..7dc6efab5440 100644 --- a/sc/source/ui/dbgui/dapidata.cxx +++ b/sc/source/ui/dbgui/dapidata.cxx @@ -32,11 +32,11 @@ using namespace com::sun::star; -#include "dapidata.hxx" -#include "scresid.hxx" -#include "sc.hrc" -#include "miscuno.hxx" -#include "dpsdbtab.hxx" +#include <dapidata.hxx> +#include <scresid.hxx> +#include <sc.hrc> +#include <miscuno.hxx> +#include <dpsdbtab.hxx> // entries in the "type" ListBox #define DP_TYPELIST_TABLE 0 diff --git a/sc/source/ui/dbgui/dapitype.cxx b/sc/source/ui/dbgui/dapitype.cxx index 7a314a4cacc9..9f0ab712328e 100644 --- a/sc/source/ui/dbgui/dapitype.cxx +++ b/sc/source/ui/dbgui/dapitype.cxx @@ -19,9 +19,9 @@ #undef SC_DLLIMPLEMENTATION -#include "dapitype.hxx" -#include "scresid.hxx" -#include "sc.hrc" +#include <dapitype.hxx> +#include <scresid.hxx> +#include <sc.hrc> using namespace com::sun::star; diff --git a/sc/source/ui/dbgui/dbnamdlg.cxx b/sc/source/ui/dbgui/dbnamdlg.cxx index 2fa343f09be4..bcad163d8623 100644 --- a/sc/source/ui/dbgui/dbnamdlg.cxx +++ b/sc/source/ui/dbgui/dbnamdlg.cxx @@ -25,13 +25,13 @@ #include <comphelper/string.hxx> #include <vcl/msgbox.hxx> -#include "reffact.hxx" -#include "document.hxx" -#include "scresid.hxx" -#include "globstr.hrc" -#include "rangenam.hxx" -#include "globalnames.hxx" -#include "dbnamdlg.hxx" +#include <reffact.hxx> +#include <document.hxx> +#include <scresid.hxx> +#include <globstr.hrc> +#include <rangenam.hxx> +#include <globalnames.hxx> +#include <dbnamdlg.hxx> #include <dbdocfun.hxx> class DBSaveData; diff --git a/sc/source/ui/dbgui/dpgroupdlg.cxx b/sc/source/ui/dbgui/dpgroupdlg.cxx index a8071c7b5ea6..dbcd78dbfa28 100644 --- a/sc/source/ui/dbgui/dpgroupdlg.cxx +++ b/sc/source/ui/dbgui/dpgroupdlg.cxx @@ -21,10 +21,10 @@ #undef SC_DLLIMPLEMENTATION #endif -#include "dpgroupdlg.hxx" -#include "scresid.hxx" -#include "sc.hrc" -#include "globstr.hrc" +#include <dpgroupdlg.hxx> +#include <scresid.hxx> +#include <sc.hrc> +#include <globstr.hrc> #include <com/sun/star/sheet/DataPilotFieldGroupBy.hpp> diff --git a/sc/source/ui/dbgui/filtdlg.cxx b/sc/source/ui/dbgui/filtdlg.cxx index 0e90afc54458..100de526766a 100644 --- a/sc/source/ui/dbgui/filtdlg.cxx +++ b/sc/source/ui/dbgui/filtdlg.cxx @@ -21,21 +21,21 @@ #include <sfx2/dispatch.hxx> #include <vcl/waitobj.hxx> -#include "uiitems.hxx" -#include "dbdata.hxx" -#include "reffact.hxx" -#include "viewdata.hxx" -#include "document.hxx" -#include "docsh.hxx" -#include "scresid.hxx" -#include "queryentry.hxx" +#include <uiitems.hxx> +#include <dbdata.hxx> +#include <reffact.hxx> +#include <viewdata.hxx> +#include <document.hxx> +#include <docsh.hxx> +#include <scresid.hxx> +#include <queryentry.hxx> -#include "foptmgr.hxx" +#include <foptmgr.hxx> -#include "globstr.hrc" -#include "strings.hrc" +#include <globstr.hrc> +#include <strings.hrc> -#include "filtdlg.hxx" +#include <filtdlg.hxx> #include <vcl/layout.hxx> #include <svl/sharedstringpool.hxx> diff --git a/sc/source/ui/dbgui/foptmgr.cxx b/sc/source/ui/dbgui/foptmgr.cxx index a492b92264d7..b96c24b876ea 100644 --- a/sc/source/ui/dbgui/foptmgr.cxx +++ b/sc/source/ui/dbgui/foptmgr.cxx @@ -17,15 +17,15 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "anyrefdg.hxx" -#include "rangeutl.hxx" -#include "dbdata.hxx" -#include "viewdata.hxx" -#include "document.hxx" -#include "queryparam.hxx" -#include "globalnames.hxx" - -#include "foptmgr.hxx" +#include <anyrefdg.hxx> +#include <rangeutl.hxx> +#include <dbdata.hxx> +#include <viewdata.hxx> +#include <document.hxx> +#include <queryparam.hxx> +#include <globalnames.hxx> + +#include <foptmgr.hxx> // ScFilterOptionsMgr (.ui's option helper) diff --git a/sc/source/ui/dbgui/imoptdlg.cxx b/sc/source/ui/dbgui/imoptdlg.cxx index 0d9a2460b411..2959f07048aa 100644 --- a/sc/source/ui/dbgui/imoptdlg.cxx +++ b/sc/source/ui/dbgui/imoptdlg.cxx @@ -17,9 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "imoptdlg.hxx" -#include "asciiopt.hxx" -#include "scresid.hxx" +#include <imoptdlg.hxx> +#include <asciiopt.hxx> +#include <scresid.hxx> #include <comphelper/string.hxx> #include <osl/thread.h> #include <rtl/tencinfo.h> diff --git a/sc/source/ui/dbgui/pfiltdlg.cxx b/sc/source/ui/dbgui/pfiltdlg.cxx index 702408c86481..cdb6cf3516eb 100644 --- a/sc/source/ui/dbgui/pfiltdlg.cxx +++ b/sc/source/ui/dbgui/pfiltdlg.cxx @@ -21,21 +21,21 @@ #include <vcl/waitobj.hxx> -#include "viewdata.hxx" -#include "document.hxx" -#include "uiitems.hxx" -#include "global.hxx" -#include "globalnames.hxx" -#include "dbdata.hxx" -#include "scresid.hxx" -#include "queryentry.hxx" -#include "filterentries.hxx" - -#include "sc.hrc" -#include "strings.hrc" -#include "globstr.hrc" - -#include "pfiltdlg.hxx" +#include <viewdata.hxx> +#include <document.hxx> +#include <uiitems.hxx> +#include <global.hxx> +#include <globalnames.hxx> +#include <dbdata.hxx> +#include <scresid.hxx> +#include <queryentry.hxx> +#include <filterentries.hxx> + +#include <sc.hrc> +#include <strings.hrc> +#include <globstr.hrc> + +#include <pfiltdlg.hxx> #include <svl/zforlist.hxx> #include <svl/sharedstringpool.hxx> diff --git a/sc/source/ui/dbgui/pvfundlg.cxx b/sc/source/ui/dbgui/pvfundlg.cxx index 0529216c2834..037ed41d0994 100644 --- a/sc/source/ui/dbgui/pvfundlg.cxx +++ b/sc/source/ui/dbgui/pvfundlg.cxx @@ -19,7 +19,7 @@ #undef SC_DLLIMPLEMENTATION -#include "pvfundlg.hxx" +#include <pvfundlg.hxx> #include <com/sun/star/sheet/DataPilotFieldReferenceType.hpp> #include <com/sun/star/sheet/DataPilotFieldReferenceItemType.hpp> @@ -30,14 +30,14 @@ #include <vcl/builderfactory.hxx> #include <vcl/msgbox.hxx> -#include "scresid.hxx" -#include "dpobject.hxx" -#include "dpsave.hxx" -#include "pvfundlg.hrc" -#include "strings.hrc" -#include "scmod.hxx" -#include "globstr.hrc" -#include "dputil.hxx" +#include <scresid.hxx> +#include <dpobject.hxx> +#include <dpsave.hxx> +#include <pvfundlg.hrc> +#include <strings.hrc> +#include <scmod.hxx> +#include <globstr.hrc> +#include <dputil.hxx> #include <vector> diff --git a/sc/source/ui/dbgui/scendlg.cxx b/sc/source/ui/dbgui/scendlg.cxx index ce61274909be..c0600fc8c26b 100644 --- a/sc/source/ui/dbgui/scendlg.cxx +++ b/sc/source/ui/dbgui/scendlg.cxx @@ -19,7 +19,7 @@ #undef SC_DLLIMPLEMENTATION -#include "scitems.hxx" +#include <scitems.hxx> #include <comphelper/string.hxx> #include <svx/colorbox.hxx> #include <svx/drawitem.hxx> @@ -29,13 +29,13 @@ #include <vcl/msgbox.hxx> #include <unotools/localedatawrapper.hxx> -#include "global.hxx" -#include "globstr.hrc" -#include "tabvwsh.hxx" -#include "viewdata.hxx" -#include "document.hxx" -#include "scresid.hxx" -#include "scendlg.hxx" +#include <global.hxx> +#include <globstr.hrc> +#include <tabvwsh.hxx> +#include <viewdata.hxx> +#include <document.hxx> +#include <scresid.hxx> +#include <scendlg.hxx> ScNewScenarioDlg::ScNewScenarioDlg( vcl::Window* pParent, const OUString& rName, bool bEdit, bool bSheetProtected) diff --git a/sc/source/ui/dbgui/scuiasciiopt.cxx b/sc/source/ui/dbgui/scuiasciiopt.cxx index 6a8d144a66b7..293213e2cb66 100644 --- a/sc/source/ui/dbgui/scuiasciiopt.cxx +++ b/sc/source/ui/dbgui/scuiasciiopt.cxx @@ -27,23 +27,23 @@ #include <vcl/fixed.hxx> #include <vcl/lstbox.hxx> -#include "global.hxx" -#include "scresid.hxx" -#include "impex.hxx" -#include "scuiasciiopt.hxx" -#include "strings.hrc" -#include "strings.hxx" -#include "csvtablebox.hxx" +#include <global.hxx> +#include <scresid.hxx> +#include <impex.hxx> +#include <scuiasciiopt.hxx> +#include <strings.hrc> +#include <strings.hxx> +#include <csvtablebox.hxx> #include <comphelper/string.hxx> #include <osl/thread.h> #include <rtl/tencinfo.h> #include <unotools/transliterationwrapper.hxx> -#include "editutil.hxx" +#include <editutil.hxx> #include <optutil.hxx> #include <com/sun/star/uno/Any.hxx> #include <com/sun/star/uno/Sequence.hxx> -#include "miscuno.hxx" +#include <miscuno.hxx> #include <tools/urlobj.hxx> //! TODO make dynamic diff --git a/sc/source/ui/dbgui/scuiimoptdlg.cxx b/sc/source/ui/dbgui/scuiimoptdlg.cxx index d994dcbdfb22..269d0e7e67f6 100644 --- a/sc/source/ui/dbgui/scuiimoptdlg.cxx +++ b/sc/source/ui/dbgui/scuiimoptdlg.cxx @@ -19,11 +19,11 @@ #undef SC_DLLIMPLEMENTATION -#include "scuiimoptdlg.hxx" -#include "tabvwsh.hxx" -#include "scresid.hxx" -#include "strings.hrc" -#include "strings.hxx" +#include <scuiimoptdlg.hxx> +#include <tabvwsh.hxx> +#include <scresid.hxx> +#include <strings.hrc> +#include <strings.hxx> #include <comphelper/string.hxx> #include <officecfg/Office/Calc.hxx> #include <osl/thread.h> diff --git a/sc/source/ui/dbgui/sfiltdlg.cxx b/sc/source/ui/dbgui/sfiltdlg.cxx index 72cccc163506..fe441db8bd16 100644 --- a/sc/source/ui/dbgui/sfiltdlg.cxx +++ b/sc/source/ui/dbgui/sfiltdlg.cxx @@ -20,21 +20,21 @@ #include <sfx2/dispatch.hxx> #include <vcl/idle.hxx> -#include "uiitems.hxx" -#include "rangenam.hxx" -#include "dbdata.hxx" -#include "reffact.hxx" -#include "viewdata.hxx" -#include "document.hxx" -#include "docsh.hxx" -#include "scresid.hxx" +#include <uiitems.hxx> +#include <rangenam.hxx> +#include <dbdata.hxx> +#include <reffact.hxx> +#include <viewdata.hxx> +#include <document.hxx> +#include <docsh.hxx> +#include <scresid.hxx> -#include "foptmgr.hxx" +#include <foptmgr.hxx> -#include "globstr.hrc" -#include "strings.hrc" +#include <globstr.hrc> +#include <strings.hrc> -#include "filtdlg.hxx" +#include <filtdlg.hxx> #include <vcl/msgbox.hxx> // DEFINE -------------------------------------------------------------------- diff --git a/sc/source/ui/dbgui/sortdlg.cxx b/sc/source/ui/dbgui/sortdlg.cxx index 877002169a13..7cfde8809a4b 100644 --- a/sc/source/ui/dbgui/sortdlg.cxx +++ b/sc/source/ui/dbgui/sortdlg.cxx @@ -20,9 +20,9 @@ #undef SC_DLLIMPLEMENTATION #include <vcl/msgbox.hxx> -#include "tpsort.hxx" -#include "sortdlg.hxx" -#include "scresid.hxx" +#include <tpsort.hxx> +#include <sortdlg.hxx> +#include <scresid.hxx> ScSortDlg::ScSortDlg(vcl::Window* pParent, const SfxItemSet* pArgSet) : SfxTabDialog(pParent, "SortDialog", "modules/scalc/ui/sortdialog.ui", pArgSet) diff --git a/sc/source/ui/dbgui/sortkeydlg.cxx b/sc/source/ui/dbgui/sortkeydlg.cxx index 748782e9cf94..5bfc125a31f1 100644 --- a/sc/source/ui/dbgui/sortkeydlg.cxx +++ b/sc/source/ui/dbgui/sortkeydlg.cxx @@ -8,8 +8,8 @@ */ #include <memory> -#include "sortkeydlg.hxx" -#include "sortdlg.hxx" +#include <sortkeydlg.hxx> +#include <sortdlg.hxx> #include <vcl/layout.hxx> ScSortKeyItem::ScSortKeyItem(vcl::Window* pParent) diff --git a/sc/source/ui/dbgui/subtdlg.cxx b/sc/source/ui/dbgui/subtdlg.cxx index 6fa2c27113aa..465f94694a01 100644 --- a/sc/source/ui/dbgui/subtdlg.cxx +++ b/sc/source/ui/dbgui/subtdlg.cxx @@ -19,9 +19,9 @@ #undef SC_DLLIMPLEMENTATION -#include "tpsubt.hxx" -#include "scresid.hxx" -#include "subtdlg.hxx" +#include <tpsubt.hxx> +#include <scresid.hxx> +#include <subtdlg.hxx> ScSubTotalDlg::ScSubTotalDlg(vcl::Window* pParent, const SfxItemSet* pArgSet) : SfxTabDialog(pParent, "SubTotalDialog", diff --git a/sc/source/ui/dbgui/textimportoptions.cxx b/sc/source/ui/dbgui/textimportoptions.cxx index 7c93e0777130..b1d5f1ef7c44 100644 --- a/sc/source/ui/dbgui/textimportoptions.cxx +++ b/sc/source/ui/dbgui/textimportoptions.cxx @@ -19,7 +19,7 @@ #undef SC_DLLIMPLEMENTATION -#include "textimportoptions.hxx" +#include <textimportoptions.hxx> #include <vcl/svapp.hxx> #include <vcl/msgbox.hxx> #include <vcl/window.hxx> diff --git a/sc/source/ui/dbgui/tpsort.cxx b/sc/source/ui/dbgui/tpsort.cxx index cc62a5e1f839..7cdf814c77b0 100644 --- a/sc/source/ui/dbgui/tpsort.cxx +++ b/sc/source/ui/dbgui/tpsort.cxx @@ -26,25 +26,25 @@ #include <unotools/localedatawrapper.hxx> #include <comphelper/processfactory.hxx> -#include "scitems.hxx" -#include "uiitems.hxx" -#include "viewdata.hxx" -#include "document.hxx" -#include "global.hxx" -#include "globalnames.hxx" -#include "dbdata.hxx" -#include "userlist.hxx" -#include "rangeutl.hxx" -#include "scresid.hxx" -#include "sc.hrc" -#include "strings.hrc" -#include "globstr.hrc" - -#include "sortkeydlg.hxx" - -#include "sortdlg.hxx" - -#include "tpsort.hxx" +#include <scitems.hxx> +#include <uiitems.hxx> +#include <viewdata.hxx> +#include <document.hxx> +#include <global.hxx> +#include <globalnames.hxx> +#include <dbdata.hxx> +#include <userlist.hxx> +#include <rangeutl.hxx> +#include <scresid.hxx> +#include <sc.hrc> +#include <strings.hrc> +#include <globstr.hrc> + +#include <sortkeydlg.hxx> + +#include <sortdlg.hxx> + +#include <tpsort.hxx> using namespace com::sun::star; diff --git a/sc/source/ui/dbgui/tpsubt.cxx b/sc/source/ui/dbgui/tpsubt.cxx index 8b23073925e3..ca8bd54b6537 100644 --- a/sc/source/ui/dbgui/tpsubt.cxx +++ b/sc/source/ui/dbgui/tpsubt.cxx @@ -19,18 +19,18 @@ #undef SC_DLLIMPLEMENTATION -#include "scitems.hxx" -#include "uiitems.hxx" -#include "global.hxx" -#include "userlist.hxx" -#include "viewdata.hxx" -#include "document.hxx" -#include "scresid.hxx" -#include "sc.hrc" -#include "strings.hrc" - -#include "subtdlg.hxx" -#include "tpsubt.hxx" +#include <scitems.hxx> +#include <uiitems.hxx> +#include <global.hxx> +#include <userlist.hxx> +#include <viewdata.hxx> +#include <document.hxx> +#include <scresid.hxx> +#include <sc.hrc> +#include <strings.hrc> + +#include <subtdlg.hxx> +#include <tpsubt.hxx> #include <memory> // Subtotals group tabpage: diff --git a/sc/source/ui/dbgui/validate.cxx b/sc/source/ui/dbgui/validate.cxx index 4a3a32c99e64..d4998e32492b 100644 --- a/sc/source/ui/dbgui/validate.cxx +++ b/sc/source/ui/dbgui/validate.cxx @@ -33,20 +33,20 @@ #include <basic/sbmod.hxx> #include <sfx2/app.hxx> -#include "scresid.hxx" -#include "strings.hrc" +#include <scresid.hxx> +#include <strings.hrc> -#include "stringutil.hxx" -#include "validat.hxx" -#include "validate.hxx" -#include "compiler.hxx" +#include <stringutil.hxx> +#include <validat.hxx> +#include <validate.hxx> +#include <compiler.hxx> #include <formula/opcode.hxx> // cell range picker -#include "tabvwsh.hxx" +#include <tabvwsh.hxx> #include <sfx2/viewfrm.hxx> #include <sfx2/childwin.hxx> -#include "reffact.hxx" +#include <reffact.hxx> /* Position indexes for "Allow" list box. They do not map directly to ScValidationMode and can safely be modified to diff --git a/sc/source/ui/dialogs/searchresults.cxx b/sc/source/ui/dialogs/searchresults.cxx index 6d49a01661d3..32b9f6e0ff85 100644 --- a/sc/source/ui/dialogs/searchresults.cxx +++ b/sc/source/ui/dialogs/searchresults.cxx @@ -7,19 +7,19 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#include "searchresults.hxx" +#include <searchresults.hxx> #include <svtools/simptabl.hxx> #include <svtools/treelistentry.hxx> #include <sfx2/bindings.hxx> #include <sfx2/dispatch.hxx> -#include "dociter.hxx" -#include "document.hxx" -#include "rangeutl.hxx" -#include "tabvwsh.hxx" +#include <dociter.hxx> +#include <document.hxx> +#include <rangeutl.hxx> +#include <tabvwsh.hxx> #include <strings.hrc> -#include "sc.hrc" -#include "scresid.hxx" +#include <sc.hrc> +#include <scresid.hxx> namespace sc { diff --git a/sc/source/ui/docshell/arealink.cxx b/sc/source/ui/docshell/arealink.cxx index b81513afd987..95fc79d8ed01 100644 --- a/sc/source/ui/docshell/arealink.cxx +++ b/sc/source/ui/docshell/arealink.cxx @@ -25,26 +25,26 @@ #include <svl/stritem.hxx> #include <vcl/msgbox.hxx> -#include "arealink.hxx" - -#include "tablink.hxx" -#include "document.hxx" -#include "docsh.hxx" -#include "rangenam.hxx" -#include "dbdata.hxx" -#include "undoblk.hxx" -#include "globstr.hrc" -#include "markdata.hxx" -#include "hints.hxx" -#include "filter.hxx" - -#include "attrib.hxx" -#include "patattr.hxx" -#include "docpool.hxx" - -#include "sc.hrc" -#include "scabstdlg.hxx" -#include "clipparam.hxx" +#include <arealink.hxx> + +#include <tablink.hxx> +#include <document.hxx> +#include <docsh.hxx> +#include <rangenam.hxx> +#include <dbdata.hxx> +#include <undoblk.hxx> +#include <globstr.hrc> +#include <markdata.hxx> +#include <hints.hxx> +#include <filter.hxx> + +#include <attrib.hxx> +#include <patattr.hxx> +#include <docpool.hxx> + +#include <sc.hrc> +#include <scabstdlg.hxx> +#include <clipparam.hxx> struct AreaLink_Impl { diff --git a/sc/source/ui/docshell/autostyl.cxx b/sc/source/ui/docshell/autostyl.cxx index bd468cb64ac5..98a104c4f8c3 100644 --- a/sc/source/ui/docshell/autostyl.cxx +++ b/sc/source/ui/docshell/autostyl.cxx @@ -19,10 +19,10 @@ #include <time.h> -#include "attrib.hxx" -#include "autostyl.hxx" -#include "docsh.hxx" -#include "sc.hrc" +#include <attrib.hxx> +#include <autostyl.hxx> +#include <docsh.hxx> +#include <sc.hrc> static inline sal_uLong TimeNow() // seconds { diff --git a/sc/source/ui/docshell/datastream.cxx b/sc/source/ui/docshell/datastream.cxx index f99384142ed0..16a6cb09409e 100644 --- a/sc/source/ui/docshell/datastream.cxx +++ b/sc/source/ui/docshell/datastream.cxx @@ -27,7 +27,7 @@ #include <documentlinkmgr.hxx> #include <o3tl/enumarray.hxx> -#include "officecfg/Office/Calc.hxx" +#include <officecfg/Office/Calc.hxx> #if defined(_WIN32) diff --git a/sc/source/ui/docshell/dbdocfun.cxx b/sc/source/ui/docshell/dbdocfun.cxx index 0bb9aa4fed3b..0d424c08282f 100644 --- a/sc/source/ui/docshell/dbdocfun.cxx +++ b/sc/source/ui/docshell/dbdocfun.cxx @@ -24,34 +24,34 @@ #include <svx/svdpage.hxx> #include <com/sun/star/sdb/CommandType.hpp> -#include "dbdocfun.hxx" -#include "sc.hrc" -#include "dbdata.hxx" -#include "undodat.hxx" -#include "docsh.hxx" -#include "docfunc.hxx" -#include "globstr.hrc" -#include "globalnames.hxx" -#include "tabvwsh.hxx" -#include "patattr.hxx" -#include "rangenam.hxx" -#include "olinetab.hxx" -#include "dpobject.hxx" -#include "dpsave.hxx" -#include "dociter.hxx" -#include "editable.hxx" -#include "attrib.hxx" -#include "drwlayer.hxx" -#include "dpshttab.hxx" -#include "hints.hxx" -#include "queryentry.hxx" -#include "markdata.hxx" -#include "progress.hxx" +#include <dbdocfun.hxx> +#include <sc.hrc> +#include <dbdata.hxx> +#include <undodat.hxx> +#include <docsh.hxx> +#include <docfunc.hxx> +#include <globstr.hrc> +#include <globalnames.hxx> +#include <tabvwsh.hxx> +#include <patattr.hxx> +#include <rangenam.hxx> +#include <olinetab.hxx> +#include <dpobject.hxx> +#include <dpsave.hxx> +#include <dociter.hxx> +#include <editable.hxx> +#include <attrib.hxx> +#include <drwlayer.hxx> +#include <dpshttab.hxx> +#include <hints.hxx> +#include <queryentry.hxx> +#include <markdata.hxx> +#include <progress.hxx> #include <undosort.hxx> #include <inputopt.hxx> -#include "chartlis.hxx" -#include "ChartTools.hxx" +#include <chartlis.hxx> +#include <ChartTools.hxx> #include <set> #include <memory> diff --git a/sc/source/ui/docshell/dbdocimp.cxx b/sc/source/ui/docshell/dbdocimp.cxx index 8979252bb5d3..6710ed4659fb 100644 --- a/sc/source/ui/docshell/dbdocimp.cxx +++ b/sc/source/ui/docshell/dbdocimp.cxx @@ -37,22 +37,22 @@ #include <com/sun/star/frame/FrameSearchFlag.hpp> #include <com/sun/star/view/XSelectionSupplier.hpp> -#include "dbdocfun.hxx" -#include "docsh.hxx" -#include "globstr.hrc" -#include "scerrors.hxx" -#include "dbdata.hxx" -#include "markdata.hxx" -#include "undodat.hxx" -#include "progress.hxx" -#include "patattr.hxx" -#include "docpool.hxx" -#include "attrib.hxx" -#include "dbdocutl.hxx" -#include "editable.hxx" -#include "hints.hxx" -#include "miscuno.hxx" -#include "chgtrack.hxx" +#include <dbdocfun.hxx> +#include <docsh.hxx> +#include <globstr.hrc> +#include <scerrors.hxx> +#include <dbdata.hxx> +#include <markdata.hxx> +#include <undodat.hxx> +#include <progress.hxx> +#include <patattr.hxx> +#include <docpool.hxx> +#include <attrib.hxx> +#include <dbdocutl.hxx> +#include <editable.hxx> +#include <hints.hxx> +#include <miscuno.hxx> +#include <chgtrack.hxx> #include <refupdatecontext.hxx> using namespace com::sun::star; diff --git a/sc/source/ui/docshell/docfunc.cxx b/sc/source/ui/docshell/docfunc.cxx index dfbc54582c6b..4ffbf7610c50 100644 --- a/sc/source/ui/docshell/docfunc.cxx +++ b/sc/source/ui/docshell/docfunc.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "scitems.hxx" +#include <scitems.hxx> #include <comphelper/lok.hxx> #include <sfx2/app.hxx> @@ -35,57 +35,57 @@ #include <com/sun/star/script/XLibraryContainer.hpp> #include <com/sun/star/script/vba/XVBAModuleInfo.hpp> -#include "docfunc.hxx" - -#include "sc.hrc" -#include "strings.hrc" - -#include "arealink.hxx" -#include "attrib.hxx" -#include "dociter.hxx" -#include "autoform.hxx" -#include "formulacell.hxx" -#include "cellmergeoption.hxx" -#include "detdata.hxx" -#include "detfunc.hxx" -#include "docpool.hxx" -#include "docsh.hxx" -#include "drwlayer.hxx" -#include "editutil.hxx" -#include "globstr.hrc" -#include "globalnames.hxx" -#include "olinetab.hxx" -#include "patattr.hxx" -#include "rangenam.hxx" -#include "rangeutl.hxx" -#include "refundo.hxx" -#include "scresid.hxx" -#include "stlpool.hxx" -#include "stlsheet.hxx" -#include "tablink.hxx" -#include "tabvwsh.hxx" -#include "uiitems.hxx" -#include "undoblk.hxx" -#include "undocell.hxx" -#include "undodraw.hxx" -#include "undotab.hxx" -#include "waitoff.hxx" -#include "sizedev.hxx" -#include "scmod.hxx" -#include "inputhdl.hxx" -#include "inputwin.hxx" -#include "editable.hxx" -#include "compiler.hxx" -#include "scui_def.hxx" -#include "tabprotection.hxx" -#include "clipparam.hxx" -#include "externalrefmgr.hxx" -#include "undorangename.hxx" -#include "progress.hxx" -#include "dpobject.hxx" -#include "stringutil.hxx" -#include "cellvalue.hxx" -#include "tokenarray.hxx" +#include <docfunc.hxx> + +#include <sc.hrc> +#include <strings.hrc> + +#include <arealink.hxx> +#include <attrib.hxx> +#include <dociter.hxx> +#include <autoform.hxx> +#include <formulacell.hxx> +#include <cellmergeoption.hxx> +#include <detdata.hxx> +#include <detfunc.hxx> +#include <docpool.hxx> +#include <docsh.hxx> +#include <drwlayer.hxx> +#include <editutil.hxx> +#include <globstr.hrc> +#include <globalnames.hxx> +#include <olinetab.hxx> +#include <patattr.hxx> +#include <rangenam.hxx> +#include <rangeutl.hxx> +#include <refundo.hxx> +#include <scresid.hxx> +#include <stlpool.hxx> +#include <stlsheet.hxx> +#include <tablink.hxx> +#include <tabvwsh.hxx> +#include <uiitems.hxx> +#include <undoblk.hxx> +#include <undocell.hxx> +#include <undodraw.hxx> +#include <undotab.hxx> +#include <waitoff.hxx> +#include <sizedev.hxx> +#include <scmod.hxx> +#include <inputhdl.hxx> +#include <inputwin.hxx> +#include <editable.hxx> +#include <compiler.hxx> +#include <scui_def.hxx> +#include <tabprotection.hxx> +#include <clipparam.hxx> +#include <externalrefmgr.hxx> +#include <undorangename.hxx> +#include <progress.hxx> +#include <dpobject.hxx> +#include <stringutil.hxx> +#include <cellvalue.hxx> +#include <tokenarray.hxx> #include <rowheightcontext.hxx> #include <cellvalues.hxx> #include <undoconvert.hxx> diff --git a/sc/source/ui/docshell/docsh.cxx b/sc/source/ui/docshell/docsh.cxx index a4157d0a9ba4..74ef8daf2a2b 100644 --- a/sc/source/ui/docshell/docsh.cxx +++ b/sc/source/ui/docshell/docsh.cxx @@ -17,9 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "docsh.hxx" +#include <docsh.hxx> -#include "scitems.hxx" +#include <scitems.hxx> #include <vcl/errinf.hxx> #include <editeng/justifyitem.hxx> #include <comphelper/classids.hxx> @@ -40,8 +40,8 @@ #include <svl/sharecontrolfile.hxx> #include <svl/urihelper.hxx> #include <osl/file.hxx> -#include "chgtrack.hxx" -#include "chgviset.hxx" +#include <chgtrack.hxx> +#include <chgviset.hxx> #include <com/sun/star/awt/Key.hpp> #include <com/sun/star/awt/KeyModifier.hpp> #include <com/sun/star/container/XContentEnumerationAccess.hpp> @@ -66,54 +66,54 @@ #include <config_folders.h> -#include "scabstdlg.hxx" +#include <scabstdlg.hxx> #include <sot/formats.hxx> #include <svx/dialogs.hrc> -#include "formulacell.hxx" -#include "postit.hxx" -#include "global.hxx" -#include "filter.hxx" -#include "scmod.hxx" -#include "tabvwsh.hxx" -#include "docfunc.hxx" -#include "imoptdlg.hxx" -#include "impex.hxx" -#include "scresid.hxx" -#include "strings.hrc" -#include "globstr.hrc" -#include "scerrors.hxx" -#include "brdcst.hxx" -#include "stlpool.hxx" -#include "autostyl.hxx" -#include "attrib.hxx" -#include "asciiopt.hxx" -#include "waitoff.hxx" -#include "docpool.hxx" -#include "progress.hxx" -#include "pntlock.hxx" -#include "docuno.hxx" -#include "appoptio.hxx" -#include "detdata.hxx" -#include "printfun.hxx" -#include "dociter.hxx" -#include "cellform.hxx" -#include "chartlis.hxx" -#include "hints.hxx" -#include "xmlwrap.hxx" -#include "drwlayer.hxx" -#include "refreshtimer.hxx" -#include "dbdata.hxx" -#include "scextopt.hxx" -#include "compiler.hxx" -#include "warnpassword.hxx" -#include "optsolver.hxx" -#include "sheetdata.hxx" -#include "tabprotection.hxx" -#include "docparam.hxx" +#include <formulacell.hxx> +#include <postit.hxx> +#include <global.hxx> +#include <filter.hxx> +#include <scmod.hxx> +#include <tabvwsh.hxx> +#include <docfunc.hxx> +#include <imoptdlg.hxx> +#include <impex.hxx> +#include <scresid.hxx> +#include <strings.hrc> +#include <globstr.hrc> +#include <scerrors.hxx> +#include <brdcst.hxx> +#include <stlpool.hxx> +#include <autostyl.hxx> +#include <attrib.hxx> +#include <asciiopt.hxx> +#include <waitoff.hxx> +#include <docpool.hxx> +#include <progress.hxx> +#include <pntlock.hxx> +#include <docuno.hxx> +#include <appoptio.hxx> +#include <detdata.hxx> +#include <printfun.hxx> +#include <dociter.hxx> +#include <cellform.hxx> +#include <chartlis.hxx> +#include <hints.hxx> +#include <xmlwrap.hxx> +#include <drwlayer.hxx> +#include <refreshtimer.hxx> +#include <dbdata.hxx> +#include <scextopt.hxx> +#include <compiler.hxx> +#include <warnpassword.hxx> +#include <optsolver.hxx> +#include <sheetdata.hxx> +#include <tabprotection.hxx> +#include <docparam.hxx> #include "docshimp.hxx" -#include "sizedev.hxx" -#include "refreshtimerprotector.hxx" +#include <sizedev.hxx> +#include <refreshtimerprotector.hxx> #include <orcus/orcus_import_ods.hpp> #include <orcusfiltersimpl.hxx> @@ -121,12 +121,12 @@ #include <comphelper/processfactory.hxx> #include <comphelper/string.hxx> #include <unotools/configmgr.hxx> -#include "uiitems.hxx" -#include "cellsuno.hxx" -#include "dpobject.hxx" -#include "markdata.hxx" -#include "optuno.hxx" -#include "orcusfilters.hxx" +#include <uiitems.hxx> +#include <cellsuno.hxx> +#include <dpobject.hxx> +#include <markdata.hxx> +#include <optuno.hxx> +#include <orcusfilters.hxx> #include <datastream.hxx> #include <documentlinkmgr.hxx> #include <refupdatecontext.hxx> @@ -163,7 +163,7 @@ static const sal_Char pFilterHtmlWebQ[] = "calc_HTML_WebQuery"; static const sal_Char pFilterRtf[] = "Rich Text Format (StarCalc)"; #define ScDocShell -#include "scslots.hxx" +#include <scslots.hxx> SFX_IMPL_INTERFACE(ScDocShell,SfxObjectShell) diff --git a/sc/source/ui/docshell/docsh2.cxx b/sc/source/ui/docshell/docsh2.cxx index 1098f2c9025b..4de6e328ee72 100644 --- a/sc/source/ui/docshell/docsh2.cxx +++ b/sc/source/ui/docshell/docsh2.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "scitems.hxx" +#include <scitems.hxx> #include <rtl/bootstrap.hxx> #include <osl/file.hxx> #include <svx/drawitem.hxx> @@ -29,13 +29,13 @@ #include <config_folders.h> #include <unotools/configmgr.hxx> -#include "drwlayer.hxx" -#include "stlpool.hxx" -#include "docsh.hxx" +#include <drwlayer.hxx> +#include <stlpool.hxx> +#include <docsh.hxx> #include "docshimp.hxx" -#include "docfunc.hxx" -#include "sc.hrc" -#include "filter.hxx" +#include <docfunc.hxx> +#include <sc.hrc> +#include <filter.hxx> using namespace com::sun::star; diff --git a/sc/source/ui/docshell/docsh3.cxx b/sc/source/ui/docshell/docsh3.cxx index 93a7e4394d48..a0b4bf3858e5 100644 --- a/sc/source/ui/docshell/docsh3.cxx +++ b/sc/source/ui/docshell/docsh3.cxx @@ -20,8 +20,8 @@ #include <com/sun/star/document/XDocumentPropertiesSupplier.hpp> #include <com/sun/star/document/XDocumentProperties.hpp> -#include "scitems.hxx" -#include "rangelst.hxx" +#include <scitems.hxx> +#include <rangelst.hxx> #include <editeng/flstitem.hxx> #include <editeng/paperinf.hxx> #include <editeng/sizeitem.hxx> @@ -35,32 +35,32 @@ #include <vcl/virdev.hxx> #include <vcl/msgbox.hxx> -#include "docsh.hxx" +#include <docsh.hxx> #include "docshimp.hxx" -#include "scmod.hxx" -#include "tabvwsh.hxx" -#include "viewdata.hxx" -#include "docpool.hxx" -#include "stlpool.hxx" -#include "patattr.hxx" -#include "uiitems.hxx" -#include "hints.hxx" -#include "docoptio.hxx" -#include "viewopti.hxx" -#include "pntlock.hxx" -#include "chgtrack.hxx" -#include "docfunc.hxx" -#include "formulacell.hxx" -#include "chgviset.hxx" -#include "progress.hxx" -#include "redcom.hxx" -#include "sc.hrc" -#include "inputopt.hxx" -#include "drwlayer.hxx" -#include "inputhdl.hxx" -#include "conflictsdlg.hxx" -#include "globstr.hrc" -#include "markdata.hxx" +#include <scmod.hxx> +#include <tabvwsh.hxx> +#include <viewdata.hxx> +#include <docpool.hxx> +#include <stlpool.hxx> +#include <patattr.hxx> +#include <uiitems.hxx> +#include <hints.hxx> +#include <docoptio.hxx> +#include <viewopti.hxx> +#include <pntlock.hxx> +#include <chgtrack.hxx> +#include <docfunc.hxx> +#include <formulacell.hxx> +#include <chgviset.hxx> +#include <progress.hxx> +#include <redcom.hxx> +#include <sc.hrc> +#include <inputopt.hxx> +#include <drwlayer.hxx> +#include <inputhdl.hxx> +#include <conflictsdlg.hxx> +#include <globstr.hrc> +#include <markdata.hxx> #include <memory> #include <comphelper/lok.hxx> diff --git a/sc/source/ui/docshell/docsh4.cxx b/sc/source/ui/docshell/docsh4.cxx index 8cfb5fc81a2a..7654fdca0459 100644 --- a/sc/source/ui/docshell/docsh4.cxx +++ b/sc/source/ui/docshell/docsh4.cxx @@ -28,7 +28,7 @@ using namespace ::com::sun::star; #include <math.h> -#include "scitems.hxx" +#include <scitems.hxx> #include <editeng/flstitem.hxx> #include <editeng/langitem.hxx> #include <sfx2/fcontnr.hxx> @@ -60,54 +60,54 @@ using namespace ::com::sun::star; #include <comphelper/lok.hxx> #include <comphelper/processfactory.hxx> -#include "docuno.hxx" +#include <docuno.hxx> #include <com/sun/star/sdbc/XResultSet.hpp> -#include "docsh.hxx" +#include <docsh.hxx> #include "docshimp.hxx" -#include "docfunc.hxx" -#include "scres.hrc" -#include "strings.hrc" -#include "stlsheet.hxx" -#include "stlpool.hxx" -#include "appoptio.hxx" -#include "globstr.hrc" -#include "global.hxx" -#include "dbdocfun.hxx" -#include "printfun.hxx" -#include "viewdata.hxx" -#include "tabvwsh.hxx" -#include "impex.hxx" -#include "attrib.hxx" -#include "undodat.hxx" -#include "autostyl.hxx" -#include "undocell.hxx" -#include "undotab.hxx" -#include "inputhdl.hxx" -#include "dbdata.hxx" -#include "servobj.hxx" -#include "rangenam.hxx" -#include "scmod.hxx" -#include "chgviset.hxx" -#include "reffact.hxx" -#include "chartlis.hxx" -#include "chartpos.hxx" -#include "waitoff.hxx" -#include "tablink.hxx" -#include "drwlayer.hxx" -#include "docoptio.hxx" -#include "undostyl.hxx" -#include "rangeseq.hxx" -#include "chgtrack.hxx" -#include "printopt.hxx" +#include <docfunc.hxx> +#include <scres.hrc> +#include <strings.hrc> +#include <stlsheet.hxx> +#include <stlpool.hxx> +#include <appoptio.hxx> +#include <globstr.hrc> +#include <global.hxx> +#include <dbdocfun.hxx> +#include <printfun.hxx> +#include <viewdata.hxx> +#include <tabvwsh.hxx> +#include <impex.hxx> +#include <attrib.hxx> +#include <undodat.hxx> +#include <autostyl.hxx> +#include <undocell.hxx> +#include <undotab.hxx> +#include <inputhdl.hxx> +#include <dbdata.hxx> +#include <servobj.hxx> +#include <rangenam.hxx> +#include <scmod.hxx> +#include <chgviset.hxx> +#include <reffact.hxx> +#include <chartlis.hxx> +#include <chartpos.hxx> +#include <waitoff.hxx> +#include <tablink.hxx> +#include <drwlayer.hxx> +#include <docoptio.hxx> +#include <undostyl.hxx> +#include <rangeseq.hxx> +#include <chgtrack.hxx> +#include <printopt.hxx> #include <com/sun/star/document/UpdateDocMode.hpp> -#include "scresid.hxx" -#include "scabstdlg.hxx" -#include "externalrefmgr.hxx" -#include "sharedocdlg.hxx" -#include "conditio.hxx" -#include "sheetevents.hxx" -#include "formulacell.hxx" +#include <scresid.hxx> +#include <scabstdlg.hxx> +#include <externalrefmgr.hxx> +#include <sharedocdlg.hxx> +#include <conditio.hxx> +#include <sheetevents.hxx> +#include <formulacell.hxx> #include <documentlinkmgr.hxx> #include <memory> #include <sfx2/notebookbar/SfxNotebookBar.hxx> diff --git a/sc/source/ui/docshell/docsh5.cxx b/sc/source/ui/docshell/docsh5.cxx index 90fbe83b80d5..d6df70586af0 100644 --- a/sc/source/ui/docshell/docsh5.cxx +++ b/sc/source/ui/docshell/docsh5.cxx @@ -22,7 +22,7 @@ #include <cassert> -#include "scitems.hxx" +#include <scitems.hxx> #include <vcl/msgbox.hxx> #include <vcl/waitobj.hxx> #include <sfx2/app.hxx> @@ -30,28 +30,28 @@ #include <com/sun/star/script/vba/XVBACompatibility.hpp> -#include "docsh.hxx" -#include "global.hxx" -#include "globstr.hrc" -#include "globalnames.hxx" -#include "undodat.hxx" -#include "undotab.hxx" -#include "undoblk.hxx" -#include "dpobject.hxx" -#include "dpshttab.hxx" -#include "dbdocfun.hxx" -#include "consoli.hxx" -#include "dbdata.hxx" -#include "progress.hxx" -#include "olinetab.hxx" -#include "patattr.hxx" -#include "attrib.hxx" -#include "docpool.hxx" -#include "uiitems.hxx" -#include "sc.hrc" -#include "waitoff.hxx" -#include "sizedev.hxx" -#include "clipparam.hxx" +#include <docsh.hxx> +#include <global.hxx> +#include <globstr.hrc> +#include <globalnames.hxx> +#include <undodat.hxx> +#include <undotab.hxx> +#include <undoblk.hxx> +#include <dpobject.hxx> +#include <dpshttab.hxx> +#include <dbdocfun.hxx> +#include <consoli.hxx> +#include <dbdata.hxx> +#include <progress.hxx> +#include <olinetab.hxx> +#include <patattr.hxx> +#include <attrib.hxx> +#include <docpool.hxx> +#include <uiitems.hxx> +#include <sc.hrc> +#include <waitoff.hxx> +#include <sizedev.hxx> +#include <clipparam.hxx> #include <rowheightcontext.hxx> #include <refupdatecontext.hxx> diff --git a/sc/source/ui/docshell/docsh6.cxx b/sc/source/ui/docshell/docsh6.cxx index 97ca6c119887..9ec7631aa749 100644 --- a/sc/source/ui/docshell/docsh6.cxx +++ b/sc/source/ui/docshell/docsh6.cxx @@ -17,25 +17,25 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "scitems.hxx" +#include <scitems.hxx> #include <o3tl/make_unique.hxx> #include <svx/pageitem.hxx> #include <sfx2/linkmgr.hxx> -#include "docsh.hxx" - -#include "stlsheet.hxx" -#include "stlpool.hxx" -#include "global.hxx" -#include "viewdata.hxx" -#include "tabvwsh.hxx" -#include "tablink.hxx" -#include "globstr.hrc" -#include "scmod.hxx" -#include "compiler.hxx" -#include "interpre.hxx" -#include "calcconfig.hxx" +#include <docsh.hxx> + +#include <stlsheet.hxx> +#include <stlpool.hxx> +#include <global.hxx> +#include <viewdata.hxx> +#include <tabvwsh.hxx> +#include <tablink.hxx> +#include <globstr.hrc> +#include <scmod.hxx> +#include <compiler.hxx> +#include <interpre.hxx> +#include <calcconfig.hxx> #include <vcl/msgbox.hxx> diff --git a/sc/source/ui/docshell/docsh8.cxx b/sc/source/ui/docshell/docsh8.cxx index c9b2dd313f17..198cc709debe 100644 --- a/sc/source/ui/docshell/docsh8.cxx +++ b/sc/source/ui/docshell/docsh8.cxx @@ -59,24 +59,24 @@ #include <com/sun/star/ucb/TransferInfo.hpp> #include <com/sun/star/ucb/XCommandInfo.hpp> -#include "scerrors.hxx" -#include "docsh.hxx" -#include "filter.hxx" -#include "progress.hxx" -#include "formulacell.hxx" -#include "editutil.hxx" -#include "cellform.hxx" -#include "dbdocutl.hxx" -#include "dociter.hxx" -#include "globstr.hrc" +#include <scerrors.hxx> +#include <docsh.hxx> +#include <filter.hxx> +#include <progress.hxx> +#include <formulacell.hxx> +#include <editutil.hxx> +#include <cellform.hxx> +#include <dbdocutl.hxx> +#include <dociter.hxx> +#include <globstr.hrc> #include <svl/zformat.hxx> #include <svl/intitem.hxx> -#include "patattr.hxx" -#include "scitems.hxx" -#include "docpool.hxx" -#include "segmenttree.hxx" -#include "docparam.hxx" -#include "cellvalue.hxx" +#include <patattr.hxx> +#include <scitems.hxx> +#include <docpool.hxx> +#include <segmenttree.hxx> +#include <docparam.hxx> +#include <cellvalue.hxx> #include <unordered_set> #include <vector> diff --git a/sc/source/ui/docshell/editable.cxx b/sc/source/ui/docshell/editable.cxx index 22e1ed7027ff..3b0f58ee653f 100644 --- a/sc/source/ui/docshell/editable.cxx +++ b/sc/source/ui/docshell/editable.cxx @@ -17,11 +17,11 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "editable.hxx" -#include "document.hxx" -#include "viewfunc.hxx" -#include "globstr.hrc" -#include "markdata.hxx" +#include <editable.hxx> +#include <document.hxx> +#include <viewfunc.hxx> +#include <globstr.hrc> +#include <markdata.hxx> ScEditableTester::ScEditableTester() : mbIsEditable(true), diff --git a/sc/source/ui/docshell/externalrefmgr.cxx b/sc/source/ui/docshell/externalrefmgr.cxx index fe36e9f0a07c..beb47fc010dd 100644 --- a/sc/source/ui/docshell/externalrefmgr.cxx +++ b/sc/source/ui/docshell/externalrefmgr.cxx @@ -17,22 +17,22 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "externalrefmgr.hxx" -#include "document.hxx" -#include "token.hxx" -#include "tokenarray.hxx" -#include "address.hxx" -#include "tablink.hxx" -#include "docsh.hxx" -#include "scextopt.hxx" -#include "rangenam.hxx" -#include "formulacell.hxx" -#include "viewdata.hxx" -#include "tabvwsh.hxx" -#include "sc.hrc" -#include "globstr.hrc" -#include "cellvalue.hxx" -#include "defaultsoptions.hxx" +#include <externalrefmgr.hxx> +#include <document.hxx> +#include <token.hxx> +#include <tokenarray.hxx> +#include <address.hxx> +#include <tablink.hxx> +#include <docsh.hxx> +#include <scextopt.hxx> +#include <rangenam.hxx> +#include <formulacell.hxx> +#include <viewdata.hxx> +#include <tabvwsh.hxx> +#include <sc.hrc> +#include <globstr.hrc> +#include <cellvalue.hxx> +#include <defaultsoptions.hxx> #include <osl/file.hxx> #include <sfx2/app.hxx> @@ -51,8 +51,8 @@ #include <tools/urlobj.hxx> #include <unotools/ucbhelper.hxx> #include <vcl/msgbox.hxx> -#include "stringutil.hxx" -#include "scmatrix.hxx" +#include <stringutil.hxx> +#include <scmatrix.hxx> #include <columnspanset.hxx> #include <column.hxx> #include <com/sun/star/document/MacroExecMode.hpp> diff --git a/sc/source/ui/docshell/impex.cxx b/sc/source/ui/docshell/impex.cxx index 7a6dca99ad89..80069b4eef59 100644 --- a/sc/source/ui/docshell/impex.cxx +++ b/sc/source/ui/docshell/impex.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sc.hrc" +#include <sc.hrc> #include <comphelper/processfactory.hxx> #include <i18nlangtag/languagetag.hxx> @@ -25,34 +25,34 @@ #include <sfx2/mieclip.hxx> #include <com/sun/star/i18n/CalendarFieldIndex.hpp> -#include "global.hxx" -#include "scerrors.hxx" -#include "docsh.hxx" -#include "undoblk.hxx" -#include "rangenam.hxx" -#include "viewdata.hxx" -#include "tabvwsh.hxx" -#include "filter.hxx" -#include "asciiopt.hxx" -#include "formulacell.hxx" -#include "cellform.hxx" -#include "docoptio.hxx" -#include "progress.hxx" -#include "scitems.hxx" -#include "editable.hxx" -#include "compiler.hxx" -#include "warnbox.hxx" -#include "clipparam.hxx" -#include "impex.hxx" -#include "editutil.hxx" -#include "patattr.hxx" -#include "docpool.hxx" -#include "stringutil.hxx" -#include "cellvalue.hxx" -#include "tokenarray.hxx" -#include "documentimport.hxx" - -#include "globstr.hrc" +#include <global.hxx> +#include <scerrors.hxx> +#include <docsh.hxx> +#include <undoblk.hxx> +#include <rangenam.hxx> +#include <viewdata.hxx> +#include <tabvwsh.hxx> +#include <filter.hxx> +#include <asciiopt.hxx> +#include <formulacell.hxx> +#include <cellform.hxx> +#include <docoptio.hxx> +#include <progress.hxx> +#include <scitems.hxx> +#include <editable.hxx> +#include <compiler.hxx> +#include <warnbox.hxx> +#include <clipparam.hxx> +#include <impex.hxx> +#include <editutil.hxx> +#include <patattr.hxx> +#include <docpool.hxx> +#include <stringutil.hxx> +#include <cellvalue.hxx> +#include <tokenarray.hxx> +#include <documentimport.hxx> + +#include <globstr.hrc> #include <vcl/svapp.hxx> #include <memory> diff --git a/sc/source/ui/docshell/macromgr.cxx b/sc/source/ui/docshell/macromgr.cxx index e8e365658bfd..716a2de7aeca 100644 --- a/sc/source/ui/docshell/macromgr.cxx +++ b/sc/source/ui/docshell/macromgr.cxx @@ -17,13 +17,13 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "macromgr.hxx" -#include "document.hxx" +#include <macromgr.hxx> +#include <document.hxx> #include <basic/basmgr.hxx> #include <cppuhelper/implbase.hxx> #include <sfx2/objsh.hxx> -#include "formulacell.hxx" +#include <formulacell.hxx> #include <vector> #include <com/sun/star/container/XContainer.hpp> diff --git a/sc/source/ui/docshell/olinefun.cxx b/sc/source/ui/docshell/olinefun.cxx index aaa8f3ede600..fc9d50448193 100644 --- a/sc/source/ui/docshell/olinefun.cxx +++ b/sc/source/ui/docshell/olinefun.cxx @@ -19,13 +19,13 @@ #include <sfx2/bindings.hxx> -#include "olinefun.hxx" +#include <olinefun.hxx> -#include "docsh.hxx" -#include "olinetab.hxx" -#include "undodat.hxx" -#include "globstr.hrc" -#include "sc.hrc" +#include <docsh.hxx> +#include <olinetab.hxx> +#include <undodat.hxx> +#include <globstr.hrc> +#include <sc.hrc> static void lcl_InvalidateOutliner( SfxBindings* pBindings ) { diff --git a/sc/source/ui/docshell/pagedata.cxx b/sc/source/ui/docshell/pagedata.cxx index 94ce9277776c..0b185a6e93af 100644 --- a/sc/source/ui/docshell/pagedata.cxx +++ b/sc/source/ui/docshell/pagedata.cxx @@ -19,7 +19,7 @@ #include <string.h> -#include "pagedata.hxx" +#include <pagedata.hxx> #include <osl/diagnose.h> diff --git a/sc/source/ui/docshell/pntlock.cxx b/sc/source/ui/docshell/pntlock.cxx index ed7aca968e17..39713941c050 100644 --- a/sc/source/ui/docshell/pntlock.cxx +++ b/sc/source/ui/docshell/pntlock.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "pntlock.hxx" +#include <pntlock.hxx> ScPaintLockData::ScPaintLockData() : nLevel( 0 ), diff --git a/sc/source/ui/docshell/servobj.cxx b/sc/source/ui/docshell/servobj.cxx index d3635deccf1f..712da4e96ade 100644 --- a/sc/source/ui/docshell/servobj.cxx +++ b/sc/source/ui/docshell/servobj.cxx @@ -20,12 +20,12 @@ #include <sot/formats.hxx> #include <sfx2/app.hxx> #include <sfx2/linkmgr.hxx> -#include "servobj.hxx" -#include "docsh.hxx" -#include "impex.hxx" -#include "brdcst.hxx" -#include "rangenam.hxx" -#include "sc.hrc" +#include <servobj.hxx> +#include <docsh.hxx> +#include <impex.hxx> +#include <brdcst.hxx> +#include <rangenam.hxx> +#include <sc.hrc> using namespace formula; diff --git a/sc/source/ui/docshell/sizedev.cxx b/sc/source/ui/docshell/sizedev.cxx index aaa37e1971a2..4cf8e4e0000f 100644 --- a/sc/source/ui/docshell/sizedev.cxx +++ b/sc/source/ui/docshell/sizedev.cxx @@ -20,10 +20,10 @@ #include <sfx2/printer.hxx> #include <vcl/virdev.hxx> -#include "sizedev.hxx" -#include "docsh.hxx" -#include "scmod.hxx" -#include "inputopt.hxx" +#include <sizedev.hxx> +#include <docsh.hxx> +#include <scmod.hxx> +#include <inputopt.hxx> ScSizeDeviceProvider::ScSizeDeviceProvider( ScDocShell* pDocSh ) { diff --git a/sc/source/ui/docshell/tablink.cxx b/sc/source/ui/docshell/tablink.cxx index 19b1f68d62f2..1166412616b1 100644 --- a/sc/source/ui/docshell/tablink.cxx +++ b/sc/source/ui/docshell/tablink.cxx @@ -32,22 +32,22 @@ #include <unotools/transliterationwrapper.hxx> #include <unotools/configmgr.hxx> -#include "tablink.hxx" - -#include "scextopt.hxx" -#include "table.hxx" -#include "document.hxx" -#include "docsh.hxx" -#include "globstr.hrc" -#include "undoblk.hxx" -#include "undotab.hxx" -#include "global.hxx" -#include "hints.hxx" -#include "dociter.hxx" +#include <tablink.hxx> + +#include <scextopt.hxx> +#include <table.hxx> +#include <document.hxx> +#include <docsh.hxx> +#include <globstr.hrc> +#include <undoblk.hxx> +#include <undotab.hxx> +#include <global.hxx> +#include <hints.hxx> +#include <dociter.hxx> #include <formula/opcode.hxx> -#include "formulacell.hxx" -#include "formulaiter.hxx" -#include "tokenarray.hxx" +#include <formulacell.hxx> +#include <formulaiter.hxx> +#include <tokenarray.hxx> struct TableLink_Impl { diff --git a/sc/source/ui/docshell/tpstat.cxx b/sc/source/ui/docshell/tpstat.cxx index 9fc5bf9312c9..621e2150f09c 100644 --- a/sc/source/ui/docshell/tpstat.cxx +++ b/sc/source/ui/docshell/tpstat.cxx @@ -19,11 +19,11 @@ #undef SC_DLLIMPLEMENTATION -#include "document.hxx" -#include "docsh.hxx" -#include "scresid.hxx" +#include <document.hxx> +#include <docsh.hxx> +#include <scresid.hxx> -#include "tpstat.hxx" +#include <tpstat.hxx> // Dokumentinfo-Tabpage: diff --git a/sc/source/ui/drawfunc/chartsh.cxx b/sc/source/ui/drawfunc/chartsh.cxx index d3b870bb15d7..9cf7d8a99916 100644 --- a/sc/source/ui/drawfunc/chartsh.cxx +++ b/sc/source/ui/drawfunc/chartsh.cxx @@ -29,18 +29,18 @@ #include <svl/whiter.hxx> #include <vcl/msgbox.hxx> -#include "chartsh.hxx" -#include "drwlayer.hxx" -#include "sc.hrc" -#include "viewdata.hxx" -#include "document.hxx" -#include "docpool.hxx" -#include "drawview.hxx" -#include "gridwin.hxx" -#include "scresid.hxx" +#include <chartsh.hxx> +#include <drwlayer.hxx> +#include <sc.hrc> +#include <viewdata.hxx> +#include <document.hxx> +#include <docpool.hxx> +#include <drawview.hxx> +#include <gridwin.hxx> +#include <scresid.hxx> #define ScChartShell -#include "scslots.hxx" +#include <scslots.hxx> using namespace css::uno; diff --git a/sc/source/ui/drawfunc/drawsh.cxx b/sc/source/ui/drawfunc/drawsh.cxx index c70adf6a8966..0e9850637f10 100644 --- a/sc/source/ui/drawfunc/drawsh.cxx +++ b/sc/source/ui/drawfunc/drawsh.cxx @@ -19,9 +19,9 @@ #include <svx/svxdlg.hxx> #include <svx/dialogs.hrc> -#include "sc.hrc" +#include <sc.hrc> -#include "scitems.hxx" +#include <scitems.hxx> #include <editeng/eeitem.hxx> #include <svx/fontwork.hxx> @@ -35,25 +35,25 @@ #include <svl/whiter.hxx> #include <vcl/msgbox.hxx> -#include "drawsh.hxx" -#include "drwlayer.hxx" -#include "strings.hrc" -#include "viewdata.hxx" -#include "document.hxx" -#include "docpool.hxx" -#include "drawview.hxx" -#include "scresid.hxx" +#include <drawsh.hxx> +#include <drwlayer.hxx> +#include <strings.hrc> +#include <viewdata.hxx> +#include <document.hxx> +#include <docpool.hxx> +#include <drawview.hxx> +#include <scresid.hxx> #include <svx/svdobj.hxx> #include <svx/drawitem.hxx> #include <svx/xtable.hxx> -#include "tabvwsh.hxx" +#include <tabvwsh.hxx> #include <gridwin.hxx> #include <sfx2/bindings.hxx> #define ScDrawShell -#include "scslots.hxx" +#include <scslots.hxx> -#include "userdat.hxx" +#include <userdat.hxx> #include <svl/macitem.hxx> #include <sfx2/evntconf.hxx> #include <sfx2/viewsh.hxx> diff --git a/sc/source/ui/drawfunc/drawsh2.cxx b/sc/source/ui/drawfunc/drawsh2.cxx index 6ab862b62556..b07d67947910 100644 --- a/sc/source/ui/drawfunc/drawsh2.cxx +++ b/sc/source/ui/drawfunc/drawsh2.cxx @@ -19,7 +19,7 @@ #include <com/sun/star/embed/EmbedMisc.hpp> -#include "scitems.hxx" +#include <scitems.hxx> #include <editeng/eeitem.hxx> #include <editeng/sizeitem.hxx> #include <svx/svdpagv.hxx> @@ -37,15 +37,15 @@ #include <svx/sidebar/SelectionAnalyzer.hxx> #include <svx/sidebar/ContextChangeEventMultiplexer.hxx> -#include "drawsh.hxx" -#include "drawview.hxx" -#include "viewdata.hxx" -#include "sc.hrc" -#include "tabvwsh.hxx" -#include "document.hxx" -#include "drwlayer.hxx" -#include "userdat.hxx" -#include "drtxtob.hxx" +#include <drawsh.hxx> +#include <drawview.hxx> +#include <viewdata.hxx> +#include <sc.hrc> +#include <tabvwsh.hxx> +#include <document.hxx> +#include <drwlayer.hxx> +#include <userdat.hxx> +#include <drtxtob.hxx> #include <gridwin.hxx> #include <svx/svdoole2.hxx> #include <svx/svdocapt.hxx> diff --git a/sc/source/ui/drawfunc/drawsh4.cxx b/sc/source/ui/drawfunc/drawsh4.cxx index 01d2576c7a61..a571411c945a 100644 --- a/sc/source/ui/drawfunc/drawsh4.cxx +++ b/sc/source/ui/drawfunc/drawsh4.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "scitems.hxx" +#include <scitems.hxx> #include <svx/drawitem.hxx> #include <svx/fontwork.hxx> #include <svx/svdotext.hxx> @@ -25,11 +25,11 @@ #include <sfx2/objsh.hxx> #include <sfx2/viewfrm.hxx> #include <svx/svdoashp.hxx> -#include "drawsh.hxx" -#include "drawview.hxx" -#include "viewdata.hxx" -#include "tabvwsh.hxx" -#include "sc.hrc" +#include <drawsh.hxx> +#include <drawview.hxx> +#include <viewdata.hxx> +#include <tabvwsh.hxx> +#include <sc.hrc> void ScDrawShell::GetFormTextState(SfxItemSet& rSet) { diff --git a/sc/source/ui/drawfunc/drawsh5.cxx b/sc/source/ui/drawfunc/drawsh5.cxx index edaab55c8ee0..95122e1c9e0d 100644 --- a/sc/source/ui/drawfunc/drawsh5.cxx +++ b/sc/source/ui/drawfunc/drawsh5.cxx @@ -45,20 +45,20 @@ #include <com/sun/star/beans/XPropertySetInfo.hpp> #include <com/sun/star/awt/XControlModel.hpp> -#include "drawsh.hxx" -#include "drawview.hxx" -#include "viewdata.hxx" -#include "tabvwsh.hxx" -#include "docsh.hxx" -#include "scresid.hxx" -#include "undotab.hxx" -#include "drwlayer.hxx" -#include "userdat.hxx" -#include "postit.hxx" -#include "drtxtob.hxx" +#include <drawsh.hxx> +#include <drawview.hxx> +#include <viewdata.hxx> +#include <tabvwsh.hxx> +#include <docsh.hxx> +#include <scresid.hxx> +#include <undotab.hxx> +#include <drwlayer.hxx> +#include <userdat.hxx> +#include <postit.hxx> +#include <drtxtob.hxx> #include <memory> -#include "sc.hrc" +#include <sc.hrc> using namespace com::sun::star; diff --git a/sc/source/ui/drawfunc/drformsh.cxx b/sc/source/ui/drawfunc/drformsh.cxx index 4ac230a36941..a1b4b6f13b9a 100644 --- a/sc/source/ui/drawfunc/drformsh.cxx +++ b/sc/source/ui/drawfunc/drformsh.cxx @@ -26,19 +26,19 @@ #include <svl/whiter.hxx> #include <vcl/msgbox.hxx> -#include "drformsh.hxx" -#include "drwlayer.hxx" -#include "sc.hrc" -#include "viewdata.hxx" -#include "document.hxx" -#include "docpool.hxx" -#include "drawview.hxx" -#include "scresid.hxx" +#include <drformsh.hxx> +#include <drwlayer.hxx> +#include <sc.hrc> +#include <viewdata.hxx> +#include <document.hxx> +#include <docpool.hxx> +#include <drawview.hxx> +#include <scresid.hxx> #include <svx/svdobj.hxx> #include <vcl/EnumContext.hxx> #define ScDrawFormShell -#include "scslots.hxx" +#include <scslots.hxx> SFX_IMPL_INTERFACE(ScDrawFormShell, ScDrawShell) diff --git a/sc/source/ui/drawfunc/drtxtob.cxx b/sc/source/ui/drawfunc/drtxtob.cxx index 6a2bad28bd50..3a8c3bdc14a0 100644 --- a/sc/source/ui/drawfunc/drtxtob.cxx +++ b/sc/source/ui/drawfunc/drtxtob.cxx @@ -19,7 +19,7 @@ #include <com/sun/star/lang/Locale.hpp> #include <comphelper/string.hxx> -#include "scitems.hxx" +#include <scitems.hxx> #include <editeng/adjustitem.hxx> #include <svx/clipfmtitem.hxx> @@ -62,21 +62,21 @@ #include <svx/dialogs.hrc> #include <vcl/EnumContext.hxx> -#include "sc.hrc" -#include "globstr.hrc" -#include "scmod.hxx" -#include "drtxtob.hxx" -#include "fudraw.hxx" -#include "viewdata.hxx" -#include "document.hxx" -#include "drawview.hxx" -#include "viewutil.hxx" -#include "scresid.hxx" -#include "tabvwsh.hxx" +#include <sc.hrc> +#include <globstr.hrc> +#include <scmod.hxx> +#include <drtxtob.hxx> +#include <fudraw.hxx> +#include <viewdata.hxx> +#include <document.hxx> +#include <drawview.hxx> +#include <viewutil.hxx> +#include <scresid.hxx> +#include <tabvwsh.hxx> #include <gridwin.hxx> #define ScDrawTextObjectBar -#include "scslots.hxx" +#include <scslots.hxx> #include <memory> diff --git a/sc/source/ui/drawfunc/drtxtob1.cxx b/sc/source/ui/drawfunc/drtxtob1.cxx index bfe52a9d8156..6dc3914bd763 100644 --- a/sc/source/ui/drawfunc/drtxtob1.cxx +++ b/sc/source/ui/drawfunc/drtxtob1.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/svxdlg.hxx> @@ -31,14 +31,14 @@ #include <vcl/msgbox.hxx> #include <svtools/transfer.hxx> -#include "sc.hrc" -#include "drtxtob.hxx" -#include "drawview.hxx" -#include "viewdata.hxx" -#include "scresid.hxx" +#include <sc.hrc> +#include <drtxtob.hxx> +#include <drawview.hxx> +#include <viewdata.hxx> +#include <scresid.hxx> #include <gridwin.hxx> -#include "scabstdlg.hxx" +#include <scabstdlg.hxx> #include <memory> bool ScDrawTextObjectBar::ExecuteCharDlg( const SfxItemSet& rArgs, diff --git a/sc/source/ui/drawfunc/drtxtob2.cxx b/sc/source/ui/drawfunc/drtxtob2.cxx index 2fbbf289be8b..28050513064b 100644 --- a/sc/source/ui/drawfunc/drtxtob2.cxx +++ b/sc/source/ui/drawfunc/drtxtob2.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "scitems.hxx" +#include <scitems.hxx> #include <editeng/adjustitem.hxx> #include <svx/drawitem.hxx> #include <svx/fontwork.hxx> @@ -33,16 +33,16 @@ #include <sot/formats.hxx> #include <svl/whiter.hxx> #include <svx/svdoashp.hxx> -#include "sc.hrc" -#include "drtxtob.hxx" -#include "viewdata.hxx" -#include "drawview.hxx" -#include "tabvwsh.hxx" -#include "impex.hxx" -#include "docsh.hxx" -#include "transobj.hxx" -#include "drwtrans.hxx" -#include "drwlayer.hxx" +#include <sc.hrc> +#include <drtxtob.hxx> +#include <viewdata.hxx> +#include <drawview.hxx> +#include <tabvwsh.hxx> +#include <impex.hxx> +#include <docsh.hxx> +#include <transobj.hxx> +#include <drwtrans.hxx> +#include <drwlayer.hxx> sal_uInt16 ScGetFontWorkId() { diff --git a/sc/source/ui/drawfunc/fuconarc.cxx b/sc/source/ui/drawfunc/fuconarc.cxx index 8b24064561e6..7ada2107c5b3 100644 --- a/sc/source/ui/drawfunc/fuconarc.cxx +++ b/sc/source/ui/drawfunc/fuconarc.cxx @@ -17,10 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "fuconarc.hxx" -#include "sc.hrc" -#include "tabvwsh.hxx" -#include "drawview.hxx" +#include <fuconarc.hxx> +#include <sc.hrc> +#include <tabvwsh.hxx> +#include <drawview.hxx> // Create default drawing objects via keyboard #include <svx/svdocirc.hxx> diff --git a/sc/source/ui/drawfunc/fuconcustomshape.cxx b/sc/source/ui/drawfunc/fuconcustomshape.cxx index dc19c2a7a5c4..f5a03392f736 100644 --- a/sc/source/ui/drawfunc/fuconcustomshape.cxx +++ b/sc/source/ui/drawfunc/fuconcustomshape.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "fuconcustomshape.hxx" +#include <fuconcustomshape.hxx> #include <editeng/svxenum.hxx> #include <svx/gallery.hxx> #include <sfx2/request.hxx> @@ -27,10 +27,10 @@ #include <svx/svdoashp.hxx> #include <editeng/eeitem.hxx> #include <svx/sdtagitm.hxx> -#include "fuconuno.hxx" -#include "tabvwsh.hxx" -#include "sc.hrc" -#include "drawview.hxx" +#include <fuconuno.hxx> +#include <tabvwsh.hxx> +#include <sc.hrc> +#include <drawview.hxx> #include <editeng/adjustitem.hxx> #include <math.h> diff --git a/sc/source/ui/drawfunc/fuconpol.cxx b/sc/source/ui/drawfunc/fuconpol.cxx index 143a73e2a17d..330ebf09a41d 100644 --- a/sc/source/ui/drawfunc/fuconpol.cxx +++ b/sc/source/ui/drawfunc/fuconpol.cxx @@ -17,10 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "fuconpol.hxx" -#include "tabvwsh.hxx" -#include "sc.hrc" -#include "drawview.hxx" +#include <fuconpol.hxx> +#include <tabvwsh.hxx> +#include <sc.hrc> +#include <drawview.hxx> // Create default drawing objects via keyboard #include <svx/svdopath.hxx> diff --git a/sc/source/ui/drawfunc/fuconrec.cxx b/sc/source/ui/drawfunc/fuconrec.cxx index ba0cddb6de18..671f81d9acaf 100644 --- a/sc/source/ui/drawfunc/fuconrec.cxx +++ b/sc/source/ui/drawfunc/fuconrec.cxx @@ -17,10 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "fuconrec.hxx" -#include "tabvwsh.hxx" -#include "sc.hrc" -#include "drawview.hxx" +#include <fuconrec.hxx> +#include <tabvwsh.hxx> +#include <sc.hrc> +#include <drawview.hxx> #include <editeng/outlobj.hxx> // Create default drawing objects via keyboard @@ -40,7 +40,7 @@ #include <basegfx/polygon/b2dpolygon.hxx> #include <basegfx/point/b2dpoint.hxx> -#include "scresid.hxx" +#include <scresid.hxx> FuConstRectangle::FuConstRectangle(ScTabViewShell* pViewSh, vcl::Window* pWin, ScDrawView* pViewP, SdrModel* pDoc, const SfxRequest& rReq) diff --git a/sc/source/ui/drawfunc/fuconstr.cxx b/sc/source/ui/drawfunc/fuconstr.cxx index e508e2ff5ec7..0c21daabc48e 100644 --- a/sc/source/ui/drawfunc/fuconstr.cxx +++ b/sc/source/ui/drawfunc/fuconstr.cxx @@ -23,14 +23,14 @@ #include <svx/svdouno.hxx> #include <sfx2/dispatch.hxx> -#include "fuconstr.hxx" -#include "fudraw.hxx" -#include "tabvwsh.hxx" -#include "futext.hxx" -#include "sc.hrc" -#include "drawview.hxx" -#include "document.hxx" -#include "gridwin.hxx" +#include <fuconstr.hxx> +#include <fudraw.hxx> +#include <tabvwsh.hxx> +#include <futext.hxx> +#include <sc.hrc> +#include <drawview.hxx> +#include <document.hxx> +#include <gridwin.hxx> // maximal permitted mouse movement to start Drag&Drop //! fusel,fuconstr,futext - combine them! diff --git a/sc/source/ui/drawfunc/fuconuno.cxx b/sc/source/ui/drawfunc/fuconuno.cxx index 123b05b14904..6fe1bcd9bfae 100644 --- a/sc/source/ui/drawfunc/fuconuno.cxx +++ b/sc/source/ui/drawfunc/fuconuno.cxx @@ -17,10 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "fuconuno.hxx" -#include "tabvwsh.hxx" -#include "sc.hrc" -#include "drawview.hxx" +#include <fuconuno.hxx> +#include <tabvwsh.hxx> +#include <sc.hrc> +#include <drawview.hxx> FuConstUnoControl::FuConstUnoControl(ScTabViewShell* pViewSh, vcl::Window* pWin, ScDrawView* pViewP, SdrModel* pDoc, const SfxRequest& rReq) diff --git a/sc/source/ui/drawfunc/fudraw.cxx b/sc/source/ui/drawfunc/fudraw.cxx index 32095599dc71..b13db135d299 100644 --- a/sc/source/ui/drawfunc/fudraw.cxx +++ b/sc/source/ui/drawfunc/fudraw.cxx @@ -29,17 +29,17 @@ #include <sfx2/dispatch.hxx> #include <sfx2/viewfrm.hxx> -#include "sc.hrc" -#include "fudraw.hxx" -#include "futext.hxx" -#include "tabvwsh.hxx" -#include "drwlayer.hxx" -#include "scresid.hxx" -#include "userdat.hxx" -#include "docsh.hxx" -#include "postit.hxx" -#include "globstr.hrc" -#include "drawview.hxx" +#include <sc.hrc> +#include <fudraw.hxx> +#include <futext.hxx> +#include <tabvwsh.hxx> +#include <drwlayer.hxx> +#include <scresid.hxx> +#include <userdat.hxx> +#include <docsh.hxx> +#include <postit.hxx> +#include <globstr.hrc> +#include <drawview.hxx> // base class for draw module specific functions FuDraw::FuDraw(ScTabViewShell* pViewSh, vcl::Window* pWin, ScDrawView* pViewP, diff --git a/sc/source/ui/drawfunc/fuins1.cxx b/sc/source/ui/drawfunc/fuins1.cxx index 09f0cead255b..11f21c0d509f 100644 --- a/sc/source/ui/drawfunc/fuins1.cxx +++ b/sc/source/ui/drawfunc/fuins1.cxx @@ -33,15 +33,15 @@ #include <avmedia/mediawindow.hxx> #include <vcl/svapp.hxx> -#include "fuinsert.hxx" -#include "tabvwsh.hxx" -#include "drwlayer.hxx" -#include "drawview.hxx" -#include "document.hxx" -#include "scresid.hxx" -#include "progress.hxx" -#include "strings.hrc" -#include "globstr.hrc" +#include <fuinsert.hxx> +#include <tabvwsh.hxx> +#include <drwlayer.hxx> +#include <drawview.hxx> +#include <document.hxx> +#include <scresid.hxx> +#include <progress.hxx> +#include <strings.hrc> +#include <globstr.hrc> using namespace ::com::sun::star; diff --git a/sc/source/ui/drawfunc/fuins2.cxx b/sc/source/ui/drawfunc/fuins2.cxx index b102851abe9a..a5efb6b2c3ca 100644 --- a/sc/source/ui/drawfunc/fuins2.cxx +++ b/sc/source/ui/drawfunc/fuins2.cxx @@ -62,22 +62,22 @@ #include <com/sun/star/chart/ChartDataRowSource.hpp> #include <cppuhelper/bootstrap.hxx> -#include "PivotTableDataProvider.hxx" -#include "chart2uno.hxx" -#include "fuinsert.hxx" -#include "tabvwsh.hxx" -#include "sc.hrc" -#include "chartarr.hxx" -#include "docsh.hxx" -#include "document.hxx" -#include "undotab.hxx" -#include "chartlis.hxx" -#include "uiitems.hxx" -#include "globstr.hrc" -#include "drawview.hxx" -#include "markdata.hxx" -#include "gridwin.hxx" -#include "dpobject.hxx" +#include <PivotTableDataProvider.hxx> +#include <chart2uno.hxx> +#include <fuinsert.hxx> +#include <tabvwsh.hxx> +#include <sc.hrc> +#include <chartarr.hxx> +#include <docsh.hxx> +#include <document.hxx> +#include <undotab.hxx> +#include <chartlis.hxx> +#include <uiitems.hxx> +#include <globstr.hrc> +#include <drawview.hxx> +#include <markdata.hxx> +#include <gridwin.hxx> +#include <dpobject.hxx> #include <memory> using namespace css; diff --git a/sc/source/ui/drawfunc/fupoor.cxx b/sc/source/ui/drawfunc/fupoor.cxx index e1bd9481634b..4422c944da9a 100644 --- a/sc/source/ui/drawfunc/fupoor.cxx +++ b/sc/source/ui/drawfunc/fupoor.cxx @@ -22,11 +22,11 @@ #include <svx/svdobj.hxx> #include <svx/svdpagv.hxx> -#include "fupoor.hxx" -#include "tabvwsh.hxx" -#include "drawview.hxx" -#include "detfunc.hxx" -#include "document.hxx" +#include <fupoor.hxx> +#include <tabvwsh.hxx> +#include <drawview.hxx> +#include <detfunc.hxx> +#include <document.hxx> #include <vcl/svapp.hxx> #include <svx/sdrhittesthelper.hxx> diff --git a/sc/source/ui/drawfunc/fusel.cxx b/sc/source/ui/drawfunc/fusel.cxx index 1cfe586a262c..966c31785b3f 100644 --- a/sc/source/ui/drawfunc/fusel.cxx +++ b/sc/source/ui/drawfunc/fusel.cxx @@ -33,21 +33,21 @@ #include <svx/svdocapt.hxx> #include <sfx2/app.hxx> -#include "fusel.hxx" -#include "sc.hrc" -#include "fudraw.hxx" -#include "futext.hxx" -#include "drawview.hxx" -#include "tabvwsh.hxx" -#include "drawpage.hxx" -#include "globstr.hrc" -#include "drwlayer.hxx" -#include "userdat.hxx" -#include "scmod.hxx" -#include "client.hxx" -#include "charthelper.hxx" -#include "docuno.hxx" -#include "docsh.hxx" +#include <fusel.hxx> +#include <sc.hrc> +#include <fudraw.hxx> +#include <futext.hxx> +#include <drawview.hxx> +#include <tabvwsh.hxx> +#include <drawpage.hxx> +#include <globstr.hrc> +#include <drwlayer.hxx> +#include <userdat.hxx> +#include <scmod.hxx> +#include <client.hxx> +#include <charthelper.hxx> +#include <docuno.hxx> +#include <docsh.hxx> // maximal permitted mouse movement to start Drag&Drop //! fusel,fuconstr,futext - combine them! diff --git a/sc/source/ui/drawfunc/fusel2.cxx b/sc/source/ui/drawfunc/fusel2.cxx index f6ee34d3b619..4c3318a50ebf 100644 --- a/sc/source/ui/drawfunc/fusel2.cxx +++ b/sc/source/ui/drawfunc/fusel2.cxx @@ -23,18 +23,18 @@ #include <sfx2/dispatch.hxx> #include <editeng/outliner.hxx> -#include "fusel.hxx" -#include "tabvwsh.hxx" -#include "document.hxx" -#include "detfunc.hxx" -#include "futext.hxx" -#include "sc.hrc" -#include "attrib.hxx" -#include "scitems.hxx" -#include "userdat.hxx" -#include "drwlayer.hxx" -#include "docsh.hxx" -#include "drawview.hxx" +#include <fusel.hxx> +#include <tabvwsh.hxx> +#include <document.hxx> +#include <detfunc.hxx> +#include <futext.hxx> +#include <sc.hrc> +#include <attrib.hxx> +#include <scitems.hxx> +#include <userdat.hxx> +#include <drwlayer.hxx> +#include <docsh.hxx> +#include <drawview.hxx> #include <svx/sdrhittesthelper.hxx> inline long Diff( const Point& rP1, const Point& rP2 ) diff --git a/sc/source/ui/drawfunc/futext.cxx b/sc/source/ui/drawfunc/futext.cxx index 47cd9c0031a2..bf3e1bbebd09 100644 --- a/sc/source/ui/drawfunc/futext.cxx +++ b/sc/source/ui/drawfunc/futext.cxx @@ -32,14 +32,14 @@ #include <editeng/eeitem.hxx> #include <svl/itemset.hxx> -#include "futext.hxx" -#include "drwlayer.hxx" -#include "sc.hrc" -#include "tabvwsh.hxx" -#include "drawview.hxx" +#include <futext.hxx> +#include <drwlayer.hxx> +#include <sc.hrc> +#include <tabvwsh.hxx> +#include <drawview.hxx> // Create default drawing objects via keyboard -#include "scresid.hxx" +#include <scresid.hxx> // maximum of mouse movement which allows to start Drag&Drop //! fusel,fuconstr,futext - combined! diff --git a/sc/source/ui/drawfunc/futext2.cxx b/sc/source/ui/drawfunc/futext2.cxx index 647571808d1a..22f6325a7114 100644 --- a/sc/source/ui/drawfunc/futext2.cxx +++ b/sc/source/ui/drawfunc/futext2.cxx @@ -21,8 +21,8 @@ #include <svx/svdoutl.hxx> #include <svx/svdetc.hxx> -#include "futext.hxx" -#include "tabvwsh.hxx" +#include <futext.hxx> +#include <tabvwsh.hxx> SdrOutliner* FuText::MakeOutliner() { diff --git a/sc/source/ui/drawfunc/futext3.cxx b/sc/source/ui/drawfunc/futext3.cxx index 8b4052657eb7..3e0dff9d1cc7 100644 --- a/sc/source/ui/drawfunc/futext3.cxx +++ b/sc/source/ui/drawfunc/futext3.cxx @@ -28,20 +28,20 @@ #include <sfx2/objsh.hxx> #include <editeng/writingmodeitem.hxx> -#include "global.hxx" -#include "drwlayer.hxx" -#include "userdat.hxx" -#include "tabvwsh.hxx" -#include "document.hxx" -#include "editutil.hxx" -#include "futext.hxx" -#include "docsh.hxx" -#include "postit.hxx" -#include "globstr.hrc" -#include "attrib.hxx" -#include "scitems.hxx" -#include "drawview.hxx" -#include "undocell.hxx" +#include <global.hxx> +#include <drwlayer.hxx> +#include <userdat.hxx> +#include <tabvwsh.hxx> +#include <document.hxx> +#include <editutil.hxx> +#include <futext.hxx> +#include <docsh.hxx> +#include <postit.hxx> +#include <globstr.hrc> +#include <attrib.hxx> +#include <scitems.hxx> +#include <drawview.hxx> +#include <undocell.hxx> // Editing of Note-Key-Objects has to be stopped always via StopEditMode, // so that changes are taken over into the document! diff --git a/sc/source/ui/drawfunc/graphsh.cxx b/sc/source/ui/drawfunc/graphsh.cxx index 3a55971f4dd4..e13638fe2e06 100644 --- a/sc/source/ui/drawfunc/graphsh.cxx +++ b/sc/source/ui/drawfunc/graphsh.cxx @@ -31,16 +31,16 @@ #include <svx/graphichelper.hxx> #include <vcl/msgbox.hxx> -#include "graphsh.hxx" -#include "strings.hrc" -#include "viewdata.hxx" -#include "drawview.hxx" -#include "scresid.hxx" +#include <graphsh.hxx> +#include <strings.hrc> +#include <viewdata.hxx> +#include <drawview.hxx> +#include <scresid.hxx> #include <svx/extedit.hxx> -#include "tabvwsh.hxx" +#include <tabvwsh.hxx> #define ScGraphicShell -#include "scslots.hxx" +#include <scslots.hxx> SFX_IMPL_INTERFACE(ScGraphicShell, ScDrawShell) diff --git a/sc/source/ui/drawfunc/mediash.cxx b/sc/source/ui/drawfunc/mediash.cxx index e2037306aae0..2e102b496f83 100644 --- a/sc/source/ui/drawfunc/mediash.cxx +++ b/sc/source/ui/drawfunc/mediash.cxx @@ -27,14 +27,14 @@ #include <svx/sdr/contact/viewcontactofsdrmediaobj.hxx> #include <vcl/EnumContext.hxx> -#include "mediash.hxx" -#include "strings.hrc" -#include "viewdata.hxx" -#include "drawview.hxx" -#include "scresid.hxx" +#include <mediash.hxx> +#include <strings.hrc> +#include <viewdata.hxx> +#include <drawview.hxx> +#include <scresid.hxx> #define ScMediaShell -#include "scslots.hxx" +#include <scslots.hxx> SFX_IMPL_INTERFACE(ScMediaShell, ScDrawShell) diff --git a/sc/source/ui/drawfunc/oleobjsh.cxx b/sc/source/ui/drawfunc/oleobjsh.cxx index 4f200a47a1d8..70d4e2bfc4f4 100644 --- a/sc/source/ui/drawfunc/oleobjsh.cxx +++ b/sc/source/ui/drawfunc/oleobjsh.cxx @@ -26,19 +26,19 @@ #include <svl/whiter.hxx> #include <vcl/msgbox.hxx> -#include "oleobjsh.hxx" -#include "drwlayer.hxx" -#include "sc.hrc" -#include "viewdata.hxx" -#include "document.hxx" -#include "docpool.hxx" -#include "drawview.hxx" -#include "scresid.hxx" +#include <oleobjsh.hxx> +#include <drwlayer.hxx> +#include <sc.hrc> +#include <viewdata.hxx> +#include <document.hxx> +#include <docpool.hxx> +#include <drawview.hxx> +#include <scresid.hxx> #include <svx/svdobj.hxx> #include <vcl/EnumContext.hxx> #define ScOleObjectShell -#include "scslots.hxx" +#include <scslots.hxx> SFX_IMPL_INTERFACE(ScOleObjectShell, ScDrawShell) diff --git a/sc/source/ui/formdlg/dwfunctr.cxx b/sc/source/ui/formdlg/dwfunctr.cxx index 27f8b7f14c00..e3abe848a2c6 100644 --- a/sc/source/ui/formdlg/dwfunctr.cxx +++ b/sc/source/ui/formdlg/dwfunctr.cxx @@ -25,19 +25,19 @@ #include <sfx2/viewsh.hxx> #include <formula/funcvarargs.h> -#include "sc.hrc" -#include "global.hxx" -#include "scresid.hxx" -#include "reffact.hxx" -#include "document.hxx" -#include "formulacell.hxx" -#include "scmod.hxx" -#include "inputhdl.hxx" -#include "tabvwsh.hxx" -#include "appoptio.hxx" -#include "compiler.hxx" - -#include "dwfunctr.hxx" +#include <sc.hrc> +#include <global.hxx> +#include <scresid.hxx> +#include <reffact.hxx> +#include <document.hxx> +#include <formulacell.hxx> +#include <scmod.hxx> +#include <inputhdl.hxx> +#include <tabvwsh.hxx> +#include <appoptio.hxx> +#include <compiler.hxx> + +#include <dwfunctr.hxx> /************************************************************************* #* Member: ScFunctionWin diff --git a/sc/source/ui/formdlg/formdata.cxx b/sc/source/ui/formdlg/formdata.cxx index 39a1646db199..3dfb94754fb5 100644 --- a/sc/source/ui/formdlg/formdata.cxx +++ b/sc/source/ui/formdlg/formdata.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "formdata.hxx" +#include <formdata.hxx> ScFormEditData::ScFormEditData() : formula::FormEditData() diff --git a/sc/source/ui/formdlg/formula.cxx b/sc/source/ui/formdlg/formula.cxx index f597ec92b63c..6c52eb700b4b 100644 --- a/sc/source/ui/formdlg/formula.cxx +++ b/sc/source/ui/formdlg/formula.cxx @@ -18,7 +18,7 @@ */ #include <memory> -#include "scitems.hxx" +#include <scitems.hxx> #include <sfx2/dispatch.hxx> #include <sfx2/docfile.hxx> #include <sfx2/objsh.hxx> @@ -34,26 +34,26 @@ #include <formula/IFunctionDescription.hxx> #include <formula/errorcodes.hxx> -#include "tokenuno.hxx" -#include "formula.hxx" -#include "formdata.hxx" -#include "globstr.hrc" -#include "scresid.hxx" -#include "reffact.hxx" -#include "document.hxx" -#include "simpleformulacalc.hxx" -#include "scmod.hxx" -#include "inputhdl.hxx" -#include "tabvwsh.hxx" -#include "appoptio.hxx" -#include "docsh.hxx" -#include "funcdesc.hxx" +#include <tokenuno.hxx> +#include <formula.hxx> +#include <formdata.hxx> +#include <globstr.hrc> +#include <scresid.hxx> +#include <reffact.hxx> +#include <document.hxx> +#include <simpleformulacalc.hxx> +#include <scmod.hxx> +#include <inputhdl.hxx> +#include <tabvwsh.hxx> +#include <appoptio.hxx> +#include <docsh.hxx> +#include <funcdesc.hxx> #include <formula/token.hxx> -#include "tokenarray.hxx" -#include "sc.hrc" -#include "servuno.hxx" -#include "unonames.hxx" -#include "externalrefmgr.hxx" +#include <tokenarray.hxx> +#include <sc.hrc> +#include <servuno.hxx> +#include <unonames.hxx> +#include <externalrefmgr.hxx> #include <com/sun/star/table/CellAddress.hpp> diff --git a/sc/source/ui/inc/AccessibleCell.hxx b/sc/source/ui/inc/AccessibleCell.hxx index 625308fc1a82..24dce5df3750 100644 --- a/sc/source/ui/inc/AccessibleCell.hxx +++ b/sc/source/ui/inc/AccessibleCell.hxx @@ -22,7 +22,7 @@ #include <memory> #include "AccessibleCellBase.hxx" -#include "global.hxx" +#include <global.hxx> #include "viewdata.hxx" #include <com/sun/star/accessibility/XAccessibleExtendedAttributes.hpp> #include <com/sun/star/accessibility/XAccessibleRelationSet.hpp> diff --git a/sc/source/ui/inc/AccessibleCellBase.hxx b/sc/source/ui/inc/AccessibleCellBase.hxx index f37252032c81..d9dde2fb2b08 100644 --- a/sc/source/ui/inc/AccessibleCellBase.hxx +++ b/sc/source/ui/inc/AccessibleCellBase.hxx @@ -21,8 +21,8 @@ #define INCLUDED_SC_SOURCE_UI_INC_ACCESSIBLECELLBASE_HXX #include "AccessibleContextBase.hxx" -#include "global.hxx" -#include "address.hxx" +#include <global.hxx> +#include <address.hxx> #include <com/sun/star/accessibility/XAccessibleValue.hpp> #include <cppuhelper/implbase1.hxx> diff --git a/sc/source/ui/inc/AccessibleEditObject.hxx b/sc/source/ui/inc/AccessibleEditObject.hxx index 2220e9a3433b..58c3c5c90d3d 100644 --- a/sc/source/ui/inc/AccessibleEditObject.hxx +++ b/sc/source/ui/inc/AccessibleEditObject.hxx @@ -23,7 +23,7 @@ #include "AccessibleContextBase.hxx" #include <com/sun/star/accessibility/XAccessibleSelection.hpp> -#include "global.hxx" +#include <global.hxx> #include <vcl/window.hxx> #include <memory> diff --git a/sc/source/ui/inc/AccessiblePreviewHeaderCell.hxx b/sc/source/ui/inc/AccessiblePreviewHeaderCell.hxx index de9bb7834086..e5b5df817b59 100644 --- a/sc/source/ui/inc/AccessiblePreviewHeaderCell.hxx +++ b/sc/source/ui/inc/AccessiblePreviewHeaderCell.hxx @@ -23,8 +23,8 @@ #include "AccessibleContextBase.hxx" #include <com/sun/star/accessibility/XAccessibleValue.hpp> #include <tools/gen.hxx> -#include "global.hxx" -#include "address.hxx" +#include <global.hxx> +#include <address.hxx> #include <cppuhelper/implbase1.hxx> class ScPreviewShell; diff --git a/sc/source/ui/inc/AccessibleSpreadsheet.hxx b/sc/source/ui/inc/AccessibleSpreadsheet.hxx index 0288af978c16..984a96afe3de 100644 --- a/sc/source/ui/inc/AccessibleSpreadsheet.hxx +++ b/sc/source/ui/inc/AccessibleSpreadsheet.hxx @@ -29,7 +29,7 @@ #include <vector> -#include "rangelst.hxx" +#include <rangelst.hxx> #include <map> class ScMyAddress : public ScAddress diff --git a/sc/source/ui/inc/AccessibleTableBase.hxx b/sc/source/ui/inc/AccessibleTableBase.hxx index 63f1bb6b98a5..5c3eb7b3a955 100644 --- a/sc/source/ui/inc/AccessibleTableBase.hxx +++ b/sc/source/ui/inc/AccessibleTableBase.hxx @@ -21,8 +21,8 @@ #define INCLUDED_SC_SOURCE_UI_INC_ACCESSIBLETABLEBASE_HXX #include "AccessibleContextBase.hxx" -#include "global.hxx" -#include "address.hxx" +#include <global.hxx> +#include <address.hxx> #include <com/sun/star/accessibility/XAccessibleTable.hpp> #include <com/sun/star/accessibility/XAccessibleSelection.hpp> #include <com/sun/star/accessibility/XAccessibleTableSelection.hpp> diff --git a/sc/source/ui/inc/AccessibleText.hxx b/sc/source/ui/inc/AccessibleText.hxx index c6d21fa9a690..940b854b7d13 100644 --- a/sc/source/ui/inc/AccessibleText.hxx +++ b/sc/source/ui/inc/AccessibleText.hxx @@ -20,8 +20,8 @@ #ifndef INCLUDED_SC_SOURCE_UI_INC_ACCESSIBLETEXT_HXX #define INCLUDED_SC_SOURCE_UI_INC_ACCESSIBLETEXT_HXX -#include "textuno.hxx" -#include "global.hxx" +#include <textuno.hxx> +#include <global.hxx> #include "viewdata.hxx" #include <editeng/svxenum.hxx> #include <svl/SfxBroadcaster.hxx> diff --git a/sc/source/ui/inc/AnalysisOfVarianceDialog.hxx b/sc/source/ui/inc/AnalysisOfVarianceDialog.hxx index 8d73ac101d1c..6acb8f009463 100644 --- a/sc/source/ui/inc/AnalysisOfVarianceDialog.hxx +++ b/sc/source/ui/inc/AnalysisOfVarianceDialog.hxx @@ -11,8 +11,8 @@ #ifndef INCLUDED_SC_SOURCE_UI_INC_ANALYSISOFVARIANCEDIALOG_HXX #define INCLUDED_SC_SOURCE_UI_INC_ANALYSISOFVARIANCEDIALOG_HXX -#include "global.hxx" -#include "address.hxx" +#include <global.hxx> +#include <address.hxx> #include "anyrefdg.hxx" #include <vcl/fixed.hxx> diff --git a/sc/source/ui/inc/ExponentialSmoothingDialog.hxx b/sc/source/ui/inc/ExponentialSmoothingDialog.hxx index 1393c09b215f..8a9abe069803 100644 --- a/sc/source/ui/inc/ExponentialSmoothingDialog.hxx +++ b/sc/source/ui/inc/ExponentialSmoothingDialog.hxx @@ -11,8 +11,8 @@ #ifndef INCLUDED_SC_SOURCE_UI_INC_EXPONENTIALSMOOTHINGDIALOG_HXX #define INCLUDED_SC_SOURCE_UI_INC_EXPONENTIALSMOOTHINGDIALOG_HXX -#include "global.hxx" -#include "address.hxx" +#include <global.hxx> +#include <address.hxx> #include "anyrefdg.hxx" #include <vcl/fixed.hxx> diff --git a/sc/source/ui/inc/MatrixComparisonGenerator.hxx b/sc/source/ui/inc/MatrixComparisonGenerator.hxx index 3fb40c43f913..82d30683192a 100644 --- a/sc/source/ui/inc/MatrixComparisonGenerator.hxx +++ b/sc/source/ui/inc/MatrixComparisonGenerator.hxx @@ -11,8 +11,8 @@ #ifndef INCLUDED_SC_SOURCE_UI_INC_MATRIXCOMPARISONGENERATOR_HXX #define INCLUDED_SC_SOURCE_UI_INC_MATRIXCOMPARISONGENERATOR_HXX -#include "global.hxx" -#include "address.hxx" +#include <global.hxx> +#include <address.hxx> #include "anyrefdg.hxx" #include <vcl/fixed.hxx> diff --git a/sc/source/ui/inc/MovingAverageDialog.hxx b/sc/source/ui/inc/MovingAverageDialog.hxx index a6b62243f798..517178807af0 100644 --- a/sc/source/ui/inc/MovingAverageDialog.hxx +++ b/sc/source/ui/inc/MovingAverageDialog.hxx @@ -11,8 +11,8 @@ #ifndef INCLUDED_SC_SOURCE_UI_INC_MOVINGAVERAGEDIALOG_HXX #define INCLUDED_SC_SOURCE_UI_INC_MOVINGAVERAGEDIALOG_HXX -#include "global.hxx" -#include "address.hxx" +#include <global.hxx> +#include <address.hxx> #include "anyrefdg.hxx" #include <vcl/fixed.hxx> diff --git a/sc/source/ui/inc/PivotLayoutDialog.hxx b/sc/source/ui/inc/PivotLayoutDialog.hxx index 6696e39b9113..25f12db90e5d 100644 --- a/sc/source/ui/inc/PivotLayoutDialog.hxx +++ b/sc/source/ui/inc/PivotLayoutDialog.hxx @@ -14,10 +14,10 @@ #include <svx/checklbx.hxx> #include <vcl/lstbox.hxx> #include "anyrefdg.hxx" -#include "dpobject.hxx" -#include "dpsave.hxx" -#include "dpshttab.hxx" -#include "document.hxx" +#include <dpobject.hxx> +#include <dpsave.hxx> +#include <dpshttab.hxx> +#include <document.hxx> #include "viewdata.hxx" #include "PivotLayoutTreeList.hxx" diff --git a/sc/source/ui/inc/PivotLayoutTreeListBase.hxx b/sc/source/ui/inc/PivotLayoutTreeListBase.hxx index 39d0d69d3bc9..41ff3a344909 100644 --- a/sc/source/ui/inc/PivotLayoutTreeListBase.hxx +++ b/sc/source/ui/inc/PivotLayoutTreeListBase.hxx @@ -15,7 +15,7 @@ #include <vcl/builder.hxx> -#include "pivot.hxx" +#include <pivot.hxx> class ScPivotLayoutDialog; class ScItemValue; diff --git a/sc/source/ui/inc/RandomNumberGeneratorDialog.hxx b/sc/source/ui/inc/RandomNumberGeneratorDialog.hxx index 82967424215a..0f85136bf850 100644 --- a/sc/source/ui/inc/RandomNumberGeneratorDialog.hxx +++ b/sc/source/ui/inc/RandomNumberGeneratorDialog.hxx @@ -11,8 +11,8 @@ #ifndef INCLUDED_SC_SOURCE_UI_INC_RANDOMNUMBERGENERATORDIALOG_HXX #define INCLUDED_SC_SOURCE_UI_INC_RANDOMNUMBERGENERATORDIALOG_HXX -#include "global.hxx" -#include "address.hxx" +#include <global.hxx> +#include <address.hxx> #include "anyrefdg.hxx" #include <vcl/fixed.hxx> diff --git a/sc/source/ui/inc/SamplingDialog.hxx b/sc/source/ui/inc/SamplingDialog.hxx index e3f267fe62a5..31cd2210bed7 100644 --- a/sc/source/ui/inc/SamplingDialog.hxx +++ b/sc/source/ui/inc/SamplingDialog.hxx @@ -11,8 +11,8 @@ #ifndef INCLUDED_SC_SOURCE_UI_INC_SAMPLINGDIALOG_HXX #define INCLUDED_SC_SOURCE_UI_INC_SAMPLINGDIALOG_HXX -#include "global.hxx" -#include "address.hxx" +#include <global.hxx> +#include <address.hxx> #include "anyrefdg.hxx" #include <vcl/fixed.hxx> diff --git a/sc/source/ui/inc/StatisticsInputOutputDialog.hxx b/sc/source/ui/inc/StatisticsInputOutputDialog.hxx index a551ed320600..e85c99d89793 100644 --- a/sc/source/ui/inc/StatisticsInputOutputDialog.hxx +++ b/sc/source/ui/inc/StatisticsInputOutputDialog.hxx @@ -11,8 +11,8 @@ #ifndef INCLUDED_SC_SOURCE_UI_INC_STATISTICSINPUTOUTPUTDIALOG_HXX #define INCLUDED_SC_SOURCE_UI_INC_STATISTICSINPUTOUTPUTDIALOG_HXX -#include "global.hxx" -#include "address.hxx" +#include <global.hxx> +#include <address.hxx> #include "anyrefdg.hxx" #include <vcl/fixed.hxx> diff --git a/sc/source/ui/inc/StatisticsTwoVariableDialog.hxx b/sc/source/ui/inc/StatisticsTwoVariableDialog.hxx index ba20289fcfcf..bcfdcb319940 100644 --- a/sc/source/ui/inc/StatisticsTwoVariableDialog.hxx +++ b/sc/source/ui/inc/StatisticsTwoVariableDialog.hxx @@ -11,8 +11,8 @@ #ifndef INCLUDED_SC_SOURCE_UI_INC_STATISTICSTWOVARIABLEDIALOG_HXX #define INCLUDED_SC_SOURCE_UI_INC_STATISTICSTWOVARIABLEDIALOG_HXX -#include "global.hxx" -#include "address.hxx" +#include <global.hxx> +#include <address.hxx> #include "anyrefdg.hxx" #include <vcl/fixed.hxx> diff --git a/sc/source/ui/inc/TableFillingAndNavigationTools.hxx b/sc/source/ui/inc/TableFillingAndNavigationTools.hxx index 085b626c1d0e..410ce5e667ad 100644 --- a/sc/source/ui/inc/TableFillingAndNavigationTools.hxx +++ b/sc/source/ui/inc/TableFillingAndNavigationTools.hxx @@ -11,13 +11,13 @@ #ifndef INCLUDED_SC_SOURCE_UI_INC_TABLEFILLINGANDNAVIGATIONTOOLS_HXX #define INCLUDED_SC_SOURCE_UI_INC_TABLEFILLINGANDNAVIGATIONTOOLS_HXX -#include "address.hxx" -#include "rangelst.hxx" +#include <address.hxx> +#include <rangelst.hxx> #include "docsh.hxx" -#include "document.hxx" +#include <document.hxx> #include "docfunc.hxx" -#include "formulacell.hxx" +#include <formulacell.hxx> #include <vector> diff --git a/sc/source/ui/inc/acredlin.hxx b/sc/source/ui/inc/acredlin.hxx index 952906f9c62c..f5a20ff95453 100644 --- a/sc/source/ui/inc/acredlin.hxx +++ b/sc/source/ui/inc/acredlin.hxx @@ -26,12 +26,12 @@ #include <svtools/headbar.hxx> #include <svtools/simptabl.hxx> #include <svtools/svtabbx.hxx> -#include "rangenam.hxx" +#include <rangenam.hxx> #include "anyrefdg.hxx" #include <vcl/lstbox.hxx> #include <svx/ctredlin.hxx> -#include "chgtrack.hxx" -#include "chgviset.hxx" +#include <chgtrack.hxx> +#include <chgviset.hxx> #include <vcl/timer.hxx> #include <vcl/idle.hxx> diff --git a/sc/source/ui/inc/anyrefdg.hxx b/sc/source/ui/inc/anyrefdg.hxx index 3614a956ae84..d9bf5d80df72 100644 --- a/sc/source/ui/inc/anyrefdg.hxx +++ b/sc/source/ui/inc/anyrefdg.hxx @@ -25,12 +25,12 @@ #include <vcl/accel.hxx> #include <sfx2/basedlgs.hxx> #include <sfx2/tabdlg.hxx> -#include "address.hxx" -#include "compiler.hxx" +#include <address.hxx> +#include <compiler.hxx> #include <formula/funcutl.hxx> #include "IAnyRefDialog.hxx" -#include "scresid.hxx" -#include "scmod.hxx" +#include <scresid.hxx> +#include <scmod.hxx> #include <memory> diff --git a/sc/source/ui/inc/areasave.hxx b/sc/source/ui/inc/areasave.hxx index b55ccf10db3e..1582faa35c63 100644 --- a/sc/source/ui/inc/areasave.hxx +++ b/sc/source/ui/inc/areasave.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_SC_SOURCE_UI_INC_AREASAVE_HXX #define INCLUDED_SC_SOURCE_UI_INC_AREASAVE_HXX -#include "address.hxx" +#include <address.hxx> #include <vector> diff --git a/sc/source/ui/inc/areasdlg.hxx b/sc/source/ui/inc/areasdlg.hxx index 13572bb4652b..5439b99bde51 100644 --- a/sc/source/ui/inc/areasdlg.hxx +++ b/sc/source/ui/inc/areasdlg.hxx @@ -19,7 +19,7 @@ #ifndef INCLUDED_SC_SOURCE_UI_INC_AREASDLG_HXX #define INCLUDED_SC_SOURCE_UI_INC_AREASDLG_HXX -#include "address.hxx" +#include <address.hxx> #include <svl/stritem.hxx> #include <vcl/lstbox.hxx> diff --git a/sc/source/ui/inc/auditsh.hxx b/sc/source/ui/inc/auditsh.hxx index 8181122995f4..20bd32e29437 100644 --- a/sc/source/ui/inc/auditsh.hxx +++ b/sc/source/ui/inc/auditsh.hxx @@ -23,7 +23,7 @@ #include <sfx2/shell.hxx> #include <sfx2/module.hxx> -#include "shellids.hxx" +#include <shellids.hxx> class ScViewData; diff --git a/sc/source/ui/inc/autofmt.hxx b/sc/source/ui/inc/autofmt.hxx index 168e1e3cba38..b5eb205b4b67 100644 --- a/sc/source/ui/inc/autofmt.hxx +++ b/sc/source/ui/inc/autofmt.hxx @@ -28,7 +28,7 @@ #include <vcl/dialog.hxx> #include <svtools/scriptedtext.hxx> #include <svx/framelinkarray.hxx> -#include "scdllapi.h" +#include <scdllapi.h> #include "viewdata.hxx" class ScAutoFormatData; diff --git a/sc/source/ui/inc/cellmergeoption.hxx b/sc/source/ui/inc/cellmergeoption.hxx index b838ddf03772..a172633280f9 100644 --- a/sc/source/ui/inc/cellmergeoption.hxx +++ b/sc/source/ui/inc/cellmergeoption.hxx @@ -10,7 +10,7 @@ #ifndef INCLUDED_SC_SOURCE_UI_INC_CELLMERGEOPTION_HXX #define INCLUDED_SC_SOURCE_UI_INC_CELLMERGEOPTION_HXX -#include "address.hxx" +#include <address.hxx> #include <set> diff --git a/sc/source/ui/inc/cellsh.hxx b/sc/source/ui/inc/cellsh.hxx index 98f679589c80..a60d1fcafaae 100644 --- a/sc/source/ui/inc/cellsh.hxx +++ b/sc/source/ui/inc/cellsh.hxx @@ -21,14 +21,14 @@ #define INCLUDED_SC_SOURCE_UI_INC_CELLSH_HXX #include <sfx2/shell.hxx> -#include "shellids.hxx" +#include <shellids.hxx> #include <sfx2/module.hxx> #include <svx/svdmark.hxx> #include <unotools/caserotate.hxx> #include <tools/link.hxx> #include <memory> #include "formatsh.hxx" -#include "address.hxx" +#include <address.hxx> #include <vcl/window.hxx> #include <rtl/ref.hxx> diff --git a/sc/source/ui/inc/chartsh.hxx b/sc/source/ui/inc/chartsh.hxx index cbfc4019ea47..05dda65fefd4 100644 --- a/sc/source/ui/inc/chartsh.hxx +++ b/sc/source/ui/inc/chartsh.hxx @@ -21,7 +21,7 @@ #define INCLUDED_SC_SOURCE_UI_INC_CHARTSH_HXX #include <sfx2/shell.hxx> -#include "shellids.hxx" +#include <shellids.hxx> #include <sfx2/module.hxx> class ScViewData; diff --git a/sc/source/ui/inc/cliputil.hxx b/sc/source/ui/inc/cliputil.hxx index f5de294058f4..871da744e007 100644 --- a/sc/source/ui/inc/cliputil.hxx +++ b/sc/source/ui/inc/cliputil.hxx @@ -10,7 +10,7 @@ #ifndef INCLUDED_SC_SOURCE_UI_INC_CLIPUTIL_HXX #define INCLUDED_SC_SOURCE_UI_INC_CLIPUTIL_HXX -#include "address.hxx" +#include <address.hxx> class ScViewData; class ScTabViewShell; diff --git a/sc/source/ui/inc/condformatdlg.hxx b/sc/source/ui/inc/condformatdlg.hxx index 021e21908185..374b4611cf2c 100644 --- a/sc/source/ui/inc/condformatdlg.hxx +++ b/sc/source/ui/inc/condformatdlg.hxx @@ -19,7 +19,7 @@ #include <svx/fntctrl.hxx> #include <svtools/ctrlbox.hxx> -#include "rangelst.hxx" +#include <rangelst.hxx> #include "condformathelper.hxx" #include "viewdata.hxx" #include "condformatdlgitem.hxx" diff --git a/sc/source/ui/inc/condformatdlgentry.hxx b/sc/source/ui/inc/condformatdlgentry.hxx index 87a468b5dea2..086c7c7ee6ed 100644 --- a/sc/source/ui/inc/condformatdlgentry.hxx +++ b/sc/source/ui/inc/condformatdlgentry.hxx @@ -11,8 +11,8 @@ #define INCLUDED_SC_SOURCE_UI_INC_CONDFORMATDLGENTRY_HXX #include <memory> -#include "colorscale.hxx" -#include "conditio.hxx" +#include <colorscale.hxx> +#include <conditio.hxx> #include <formula/funcutl.hxx> #include <svl/lstner.hxx> diff --git a/sc/source/ui/inc/condformathelper.hxx b/sc/source/ui/inc/condformathelper.hxx index cac29a9a181b..73848a281239 100644 --- a/sc/source/ui/inc/condformathelper.hxx +++ b/sc/source/ui/inc/condformathelper.hxx @@ -11,9 +11,9 @@ #define INCLUDED_SC_SOURCE_UI_INC_CONDFORMATHELPER_HXX #include <rtl/ustring.hxx> -#include "conditio.hxx" +#include <conditio.hxx> -#include "global.hxx" +#include <global.hxx> enum ScCondFormatEntryType { diff --git a/sc/source/ui/inc/condformatmgr.hxx b/sc/source/ui/inc/condformatmgr.hxx index 31d641d2ed23..b99a3be3a089 100644 --- a/sc/source/ui/inc/condformatmgr.hxx +++ b/sc/source/ui/inc/condformatmgr.hxx @@ -10,7 +10,7 @@ #ifndef INCLUDED_SC_SOURCE_UI_INC_CONDFORMATMGR_HXX #define INCLUDED_SC_SOURCE_UI_INC_CONDFORMATMGR_HXX -#include "scres.hrc" +#include <scres.hrc> #include <vcl/dialog.hxx> #include <vcl/layout.hxx> @@ -19,7 +19,7 @@ #include <vcl/fixed.hxx> #include <svtools/simptabl.hxx> -#include "conditio.hxx" +#include <conditio.hxx> #include <map> diff --git a/sc/source/ui/inc/condformatuno.hxx b/sc/source/ui/inc/condformatuno.hxx index 9a1a95c4e7b9..4ee0adc680af 100644 --- a/sc/source/ui/inc/condformatuno.hxx +++ b/sc/source/ui/inc/condformatuno.hxx @@ -10,7 +10,7 @@ #ifndef INCLUDED_SC_SOURCE_UI_INC_CONDFORMATUNO_HXX #define INCLUDED_SC_SOURCE_UI_INC_CONDFORMATUNO_HXX -#include "address.hxx" +#include <address.hxx> #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/sheet/XConditionalFormats.hpp> diff --git a/sc/source/ui/inc/conflictsdlg.hxx b/sc/source/ui/inc/conflictsdlg.hxx index 65890dc1ec63..fd352bccb01c 100644 --- a/sc/source/ui/inc/conflictsdlg.hxx +++ b/sc/source/ui/inc/conflictsdlg.hxx @@ -27,7 +27,7 @@ #include <vcl/idle.hxx> #include <svx/ctredlin.hxx> -#include "chgtrack.hxx" +#include <chgtrack.hxx> #include "docsh.hxx" class ScViewData; diff --git a/sc/source/ui/inc/consdlg.hxx b/sc/source/ui/inc/consdlg.hxx index ecd20847dccd..04108aeed887 100644 --- a/sc/source/ui/inc/consdlg.hxx +++ b/sc/source/ui/inc/consdlg.hxx @@ -25,7 +25,7 @@ #include <vcl/group.hxx> #include <vcl/layout.hxx> #include <vcl/morebtn.hxx> -#include "global.hxx" +#include <global.hxx> #include "anyrefdg.hxx" class ScViewData; diff --git a/sc/source/ui/inc/content.hxx b/sc/source/ui/inc/content.hxx index 21d201c60f9b..1c68f1950a8b 100644 --- a/sc/source/ui/inc/content.hxx +++ b/sc/source/ui/inc/content.hxx @@ -21,8 +21,8 @@ #define INCLUDED_SC_SOURCE_UI_INC_CONTENT_HXX #include <svtools/treelistbox.hxx> -#include "global.hxx" -#include "address.hxx" +#include <global.hxx> +#include <address.hxx> #include <tools/solar.h> #include <o3tl/enumarray.hxx> diff --git a/sc/source/ui/inc/crnrdlg.hxx b/sc/source/ui/inc/crnrdlg.hxx index 9474fe2f5558..ff1b346208c7 100644 --- a/sc/source/ui/inc/crnrdlg.hxx +++ b/sc/source/ui/inc/crnrdlg.hxx @@ -21,7 +21,7 @@ #define INCLUDED_SC_SOURCE_UI_INC_CRNRDLG_HXX #include "anyrefdg.hxx" -#include "rangelst.hxx" +#include <rangelst.hxx> #include <vcl/fixed.hxx> #include <vcl/lstbox.hxx> diff --git a/sc/source/ui/inc/csvcontrol.hxx b/sc/source/ui/inc/csvcontrol.hxx index 7ba7cf218828..34352971f0a5 100644 --- a/sc/source/ui/inc/csvcontrol.hxx +++ b/sc/source/ui/inc/csvcontrol.hxx @@ -21,9 +21,9 @@ #define INCLUDED_SC_SOURCE_UI_INC_CSVCONTROL_HXX #include <vcl/ctrl.hxx> -#include "scdllapi.h" -#include "global.hxx" -#include "address.hxx" +#include <scdllapi.h> +#include <global.hxx> +#include <address.hxx> #include "csvsplits.hxx" #include <com/sun/star/uno/Reference.hxx> #include <o3tl/typed_flags_set.hxx> diff --git a/sc/source/ui/inc/csvgrid.hxx b/sc/source/ui/inc/csvgrid.hxx index bdf91264c097..0af627f15a47 100644 --- a/sc/source/ui/inc/csvgrid.hxx +++ b/sc/source/ui/inc/csvgrid.hxx @@ -26,7 +26,7 @@ #include <vector> #include <memory> -#include "scdllapi.h" +#include <scdllapi.h> #include "csvcontrol.hxx" #include "csvsplits.hxx" diff --git a/sc/source/ui/inc/csvruler.hxx b/sc/source/ui/inc/csvruler.hxx index 4caf30e36e31..a3de15686b77 100644 --- a/sc/source/ui/inc/csvruler.hxx +++ b/sc/source/ui/inc/csvruler.hxx @@ -23,7 +23,7 @@ #include <vcl/virdev.hxx> #include "csvcontrol.hxx" #include "csvsplits.hxx" -#include "scdllapi.h" +#include <scdllapi.h> class ScAccessibleCsvControl; diff --git a/sc/source/ui/inc/csvtablebox.hxx b/sc/source/ui/inc/csvtablebox.hxx index 852ed39969d5..2dc5f8507a79 100644 --- a/sc/source/ui/inc/csvtablebox.hxx +++ b/sc/source/ui/inc/csvtablebox.hxx @@ -23,7 +23,7 @@ #include <vcl/ctrl.hxx> #include <vcl/scrbar.hxx> #include <vcl/vclptr.hxx> -#include "scdllapi.h" +#include <scdllapi.h> #include "csvcontrol.hxx" #include "csvruler.hxx" #include "csvgrid.hxx" diff --git a/sc/source/ui/inc/datafdlg.hxx b/sc/source/ui/inc/datafdlg.hxx index a752bca6426a..c4ec9a090553 100644 --- a/sc/source/ui/inc/datafdlg.hxx +++ b/sc/source/ui/inc/datafdlg.hxx @@ -14,7 +14,7 @@ #include <vcl/button.hxx> #include <vcl/fixed.hxx> -#include "global.hxx" +#include <global.hxx> #include "tabvwsh.hxx" #include <sfx2/bindings.hxx> diff --git a/sc/source/ui/inc/dataprovider.hxx b/sc/source/ui/inc/dataprovider.hxx index c9188eadf6a6..14637a49703f 100644 --- a/sc/source/ui/inc/dataprovider.hxx +++ b/sc/source/ui/inc/dataprovider.hxx @@ -23,15 +23,15 @@ #include <vcl/idle.hxx> #include "docsh.hxx" -#include "scdllapi.h" -#include "datamapper.hxx" +#include <scdllapi.h> +#include <datamapper.hxx> #include <rtl/strbuf.hxx> #include <queue> #include <vector> #include <map> -#include "officecfg/Office/Calc.hxx" +#include <officecfg/Office/Calc.hxx> #if defined(_WIN32) #define __ORCUS_STATIC_LIB diff --git a/sc/source/ui/inc/datatableview.hxx b/sc/source/ui/inc/datatableview.hxx index 467309b7026e..ebce87f4f4d0 100644 --- a/sc/source/ui/inc/datatableview.hxx +++ b/sc/source/ui/inc/datatableview.hxx @@ -22,8 +22,8 @@ #include <vcl/ctrl.hxx> -#include "scdllapi.h" -#include "types.hxx" +#include <scdllapi.h> +#include <types.hxx> #include "hdrcont.hxx" class ScDocument; diff --git a/sc/source/ui/inc/dbdocfun.hxx b/sc/source/ui/inc/dbdocfun.hxx index 5e8c6adc9bbb..75672a48d6ad 100644 --- a/sc/source/ui/inc/dbdocfun.hxx +++ b/sc/source/ui/inc/dbdocfun.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_SC_SOURCE_UI_INC_DBDOCFUN_HXX #define INCLUDED_SC_SOURCE_UI_INC_DBDOCFUN_HXX -#include "address.hxx" +#include <address.hxx> #include <tools/solar.h> #include <com/sun/star/uno/Sequence.hxx> diff --git a/sc/source/ui/inc/dbfunc.hxx b/sc/source/ui/inc/dbfunc.hxx index aab2990adea1..8503868fe087 100644 --- a/sc/source/ui/inc/dbfunc.hxx +++ b/sc/source/ui/inc/dbfunc.hxx @@ -21,7 +21,7 @@ #define INCLUDED_SC_SOURCE_UI_INC_DBFUNC_HXX #include "viewfunc.hxx" -#include "dptypes.hxx" +#include <dptypes.hxx> namespace com { namespace sun { namespace star { namespace sheet { struct DataPilotFieldFilter; diff --git a/sc/source/ui/inc/dbnamdlg.hxx b/sc/source/ui/inc/dbnamdlg.hxx index fcbc3cda24a9..4c04a25d3c6f 100644 --- a/sc/source/ui/inc/dbnamdlg.hxx +++ b/sc/source/ui/inc/dbnamdlg.hxx @@ -27,7 +27,7 @@ #include <vcl/layout.hxx> #include "anyrefdg.hxx" -#include "dbdata.hxx" +#include <dbdata.hxx> class ScViewData; class ScDocument; diff --git a/sc/source/ui/inc/delcldlg.hxx b/sc/source/ui/inc/delcldlg.hxx index d2c3ac363b4c..cdf57f5a9373 100644 --- a/sc/source/ui/inc/delcldlg.hxx +++ b/sc/source/ui/inc/delcldlg.hxx @@ -24,7 +24,7 @@ #include <vcl/button.hxx> #include <vcl/fixed.hxx> -#include "global.hxx" +#include <global.hxx> class ScDeleteCellDlg : public ModalDialog { diff --git a/sc/source/ui/inc/delcodlg.hxx b/sc/source/ui/inc/delcodlg.hxx index 6b3eda814a2b..d5df3a2add59 100644 --- a/sc/source/ui/inc/delcodlg.hxx +++ b/sc/source/ui/inc/delcodlg.hxx @@ -22,7 +22,7 @@ #include <vcl/dialog.hxx> #include <vcl/button.hxx> -#include "global.hxx" +#include <global.hxx> class ScDeleteContentsDlg : public ModalDialog { diff --git a/sc/source/ui/inc/docfunc.hxx b/sc/source/ui/inc/docfunc.hxx index 10deed238c9e..80298ec48e1b 100644 --- a/sc/source/ui/inc/docfunc.hxx +++ b/sc/source/ui/inc/docfunc.hxx @@ -21,11 +21,11 @@ #define INCLUDED_SC_SOURCE_UI_INC_DOCFUNC_HXX #include <tools/link.hxx> -#include "global.hxx" +#include <global.hxx> #include <formula/grammar.hxx> -#include "tabbgcolor.hxx" -#include "token.hxx" -#include "rangenam.hxx" +#include <tabbgcolor.hxx> +#include <token.hxx> +#include <rangenam.hxx> #include <memory> #include <vector> diff --git a/sc/source/ui/inc/docfuncutil.hxx b/sc/source/ui/inc/docfuncutil.hxx index 74d83757d492..ee86afa5871d 100644 --- a/sc/source/ui/inc/docfuncutil.hxx +++ b/sc/source/ui/inc/docfuncutil.hxx @@ -8,7 +8,7 @@ #ifndef INCLUDED_SC_DOCFUNCUTIL_HXX #define INCLUDED_SC_DOCFUNCUTIL_HXX -#include <undobase.hxx> +#include "undobase.hxx" #include <memory> diff --git a/sc/source/ui/inc/docsh.hxx b/sc/source/ui/inc/docsh.hxx index edb98cb1d08d..d457bb8ab04d 100644 --- a/sc/source/ui/inc/docsh.hxx +++ b/sc/source/ui/inc/docsh.hxx @@ -26,14 +26,14 @@ #include <sfx2/sfxmodelfactory.hxx> #include <sfx2/viewsh.hxx> -#include "scdllapi.h" -#include "scdll.hxx" -#include "document.hxx" -#include "appoptio.hxx" -#include "formulaopt.hxx" -#include "shellids.hxx" -#include "optutil.hxx" -#include "docuno.hxx" +#include <scdllapi.h> +#include <scdll.hxx> +#include <document.hxx> +#include <appoptio.hxx> +#include <formulaopt.hxx> +#include <shellids.hxx> +#include <optutil.hxx> +#include <docuno.hxx> #include <memory> #include <unordered_map> diff --git a/sc/source/ui/inc/dpgroupdlg.hxx b/sc/source/ui/inc/dpgroupdlg.hxx index 7abcea8f7136..42ab6e6c7341 100644 --- a/sc/source/ui/inc/dpgroupdlg.hxx +++ b/sc/source/ui/inc/dpgroupdlg.hxx @@ -26,7 +26,7 @@ #include <vcl/field.hxx> #include <svx/checklbx.hxx> #include "editfield.hxx" -#include "dpgroup.hxx" +#include <dpgroup.hxx> class ScDPGroupEditHelper { diff --git a/sc/source/ui/inc/drawsh.hxx b/sc/source/ui/inc/drawsh.hxx index d6d6af465083..fcfc4adb9b9a 100644 --- a/sc/source/ui/inc/drawsh.hxx +++ b/sc/source/ui/inc/drawsh.hxx @@ -21,7 +21,7 @@ #define INCLUDED_SC_SOURCE_UI_INC_DRAWSH_HXX #include <sfx2/shell.hxx> -#include "shellids.hxx" +#include <shellids.hxx> #include <sfx2/module.hxx> #include <svx/svdmark.hxx> #include <svx/svdtypes.hxx> diff --git a/sc/source/ui/inc/drawutil.hxx b/sc/source/ui/inc/drawutil.hxx index 02679e86c962..07b7945e36bc 100644 --- a/sc/source/ui/inc/drawutil.hxx +++ b/sc/source/ui/inc/drawutil.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_SC_SOURCE_UI_INC_DRAWUTIL_HXX #define INCLUDED_SC_SOURCE_UI_INC_DRAWUTIL_HXX -#include "address.hxx" +#include <address.hxx> class Fraction; class OutputDevice; diff --git a/sc/source/ui/inc/drawview.hxx b/sc/source/ui/inc/drawview.hxx index 1a87d768d0e3..ab5c6a17e661 100644 --- a/sc/source/ui/inc/drawview.hxx +++ b/sc/source/ui/inc/drawview.hxx @@ -22,7 +22,7 @@ #include <svx/fmview.hxx> -#include "global.hxx" +#include <global.hxx> namespace com { namespace sun { namespace star { namespace datatransfer { class XTransferable; } } } } diff --git a/sc/source/ui/inc/drformsh.hxx b/sc/source/ui/inc/drformsh.hxx index c2fc325a5001..5b6318f82e23 100644 --- a/sc/source/ui/inc/drformsh.hxx +++ b/sc/source/ui/inc/drformsh.hxx @@ -21,7 +21,7 @@ #define INCLUDED_SC_SOURCE_UI_INC_DRFORMSH_HXX #include <sfx2/shell.hxx> -#include "shellids.hxx" +#include <shellids.hxx> #include <sfx2/module.hxx> #include <svx/svdmark.hxx> diff --git a/sc/source/ui/inc/drtxtob.hxx b/sc/source/ui/inc/drtxtob.hxx index 53025d951b3f..4386bcf957fa 100644 --- a/sc/source/ui/inc/drtxtob.hxx +++ b/sc/source/ui/inc/drtxtob.hxx @@ -24,7 +24,7 @@ #include <sfx2/module.hxx> #include <tools/link.hxx> -#include "shellids.hxx" +#include <shellids.hxx> sal_uInt16 ScGetFontWorkId(); // instead of SvxFontWorkChildWindow::GetChildWindowId() diff --git a/sc/source/ui/inc/drwtrans.hxx b/sc/source/ui/inc/drwtrans.hxx index a82b288acd38..b1d4e52da626 100644 --- a/sc/source/ui/inc/drwtrans.hxx +++ b/sc/source/ui/inc/drwtrans.hxx @@ -25,9 +25,9 @@ #include <svtools/transfer.hxx> #include <sfx2/objsh.hxx> -#include "global.hxx" -#include "charthelper.hxx" -#include "rangelst.hxx" +#include <global.hxx> +#include <charthelper.hxx> +#include <rangelst.hxx> class SdrModel; class ScDocShell; diff --git a/sc/source/ui/inc/dwfunctr.hxx b/sc/source/ui/inc/dwfunctr.hxx index f91a4b291b05..5d55f7ad2261 100644 --- a/sc/source/ui/inc/dwfunctr.hxx +++ b/sc/source/ui/inc/dwfunctr.hxx @@ -28,8 +28,8 @@ #include <vcl/combobox.hxx> #include <svx/sidebar/PanelLayout.hxx> #include "anyrefdg.hxx" -#include "global.hxx" -#include "funcdesc.hxx" +#include <global.hxx> +#include <funcdesc.hxx> class ScFunctionWin : public PanelLayout { diff --git a/sc/source/ui/inc/editable.hxx b/sc/source/ui/inc/editable.hxx index 189fbbf227dd..d7eac06d449d 100644 --- a/sc/source/ui/inc/editable.hxx +++ b/sc/source/ui/inc/editable.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_SC_SOURCE_UI_INC_EDITABLE_HXX #define INCLUDED_SC_SOURCE_UI_INC_EDITABLE_HXX -#include "address.hxx" +#include <address.hxx> class ScDocument; class ScViewFunc; diff --git a/sc/source/ui/inc/editsh.hxx b/sc/source/ui/inc/editsh.hxx index 1b4cfb7c356a..18ee2dc40331 100644 --- a/sc/source/ui/inc/editsh.hxx +++ b/sc/source/ui/inc/editsh.hxx @@ -24,7 +24,7 @@ #include <sfx2/module.hxx> #include <tools/link.hxx> -#include "shellids.hxx" +#include <shellids.hxx> #include <editeng/editview.hxx> class EditView; diff --git a/sc/source/ui/inc/filldlg.hxx b/sc/source/ui/inc/filldlg.hxx index 7e7c1f28d497..4692bf4585fc 100644 --- a/sc/source/ui/inc/filldlg.hxx +++ b/sc/source/ui/inc/filldlg.hxx @@ -24,7 +24,7 @@ #include <vcl/button.hxx> #include <vcl/fixed.hxx> #include <vcl/edit.hxx> -#include "global.hxx" +#include <global.hxx> class ScDocument; diff --git a/sc/source/ui/inc/filtdlg.hxx b/sc/source/ui/inc/filtdlg.hxx index d2502af62f9b..1505a0bec22f 100644 --- a/sc/source/ui/inc/filtdlg.hxx +++ b/sc/source/ui/inc/filtdlg.hxx @@ -24,11 +24,11 @@ #include <vcl/lstbox.hxx> #include <vcl/layout.hxx> #include <vcl/morebtn.hxx> -#include "global.hxx" -#include "address.hxx" +#include <global.hxx> +#include <address.hxx> #include "anyrefdg.hxx" -#include "queryparam.hxx" -#include "filterentries.hxx" +#include <queryparam.hxx> +#include <filterentries.hxx> #include <memory> #include <deque> diff --git a/sc/source/ui/inc/formatsh.hxx b/sc/source/ui/inc/formatsh.hxx index 77d07f0ea65e..7b1c5e936963 100644 --- a/sc/source/ui/inc/formatsh.hxx +++ b/sc/source/ui/inc/formatsh.hxx @@ -21,7 +21,7 @@ #define INCLUDED_SC_SOURCE_UI_INC_FORMATSH_HXX #include <sfx2/shell.hxx> -#include "shellids.hxx" +#include <shellids.hxx> #include <sfx2/module.hxx> #include <svx/svdmark.hxx> diff --git a/sc/source/ui/inc/formula.hxx b/sc/source/ui/inc/formula.hxx index 0fbd2c2b7a6d..0148b177fada 100644 --- a/sc/source/ui/inc/formula.hxx +++ b/sc/source/ui/inc/formula.hxx @@ -22,13 +22,13 @@ #include <memory> #include "anyrefdg.hxx" -#include "global.hxx" +#include <global.hxx> #include <vcl/lstbox.hxx> #include <vcl/group.hxx> #include <svtools/svmedit.hxx> #include <vcl/tabpage.hxx> -#include "compiler.hxx" +#include <compiler.hxx> #include <formula/formula.hxx> #include "IAnyRefDialog.hxx" diff --git a/sc/source/ui/inc/fuinsert.hxx b/sc/source/ui/inc/fuinsert.hxx index 67a582de71b8..067e1ad5d20d 100644 --- a/sc/source/ui/inc/fuinsert.hxx +++ b/sc/source/ui/inc/fuinsert.hxx @@ -21,7 +21,7 @@ #define INCLUDED_SC_SOURCE_UI_INC_FUINSERT_HXX #include "fupoor.hxx" -#include "scdllapi.h" +#include <scdllapi.h> class FuInsertGraphic : public FuPoor { diff --git a/sc/source/ui/inc/graphsh.hxx b/sc/source/ui/inc/graphsh.hxx index 90af11b492a0..8d86458b616c 100644 --- a/sc/source/ui/inc/graphsh.hxx +++ b/sc/source/ui/inc/graphsh.hxx @@ -22,7 +22,7 @@ #include <memory> #include <sfx2/shell.hxx> -#include "shellids.hxx" +#include <shellids.hxx> #include <sfx2/module.hxx> #include <svx/svdmark.hxx> diff --git a/sc/source/ui/inc/hdrcont.hxx b/sc/source/ui/inc/hdrcont.hxx index b84981aa17a5..781edd4142ac 100644 --- a/sc/source/ui/inc/hdrcont.hxx +++ b/sc/source/ui/inc/hdrcont.hxx @@ -22,7 +22,7 @@ #include <vcl/window.hxx> #include <vcl/seleng.hxx> -#include "address.hxx" +#include <address.hxx> #define HDR_SIZE_OPTIMUM 0xFFFF diff --git a/sc/source/ui/inc/hfedtdlg.hxx b/sc/source/ui/inc/hfedtdlg.hxx index 8e5fded27bc6..3f3c13aa6669 100644 --- a/sc/source/ui/inc/hfedtdlg.hxx +++ b/sc/source/ui/inc/hfedtdlg.hxx @@ -23,7 +23,7 @@ #include <sfx2/tabdlg.hxx> #include <svx/pageitem.hxx> -#include "scres.hrc" +#include <scres.hrc> class ScHFEditDlg : public SfxTabDialog { diff --git a/sc/source/ui/inc/highred.hxx b/sc/source/ui/inc/highred.hxx index 151b16ffe6ee..9d00b68a3b00 100644 --- a/sc/source/ui/inc/highred.hxx +++ b/sc/source/ui/inc/highred.hxx @@ -27,14 +27,14 @@ #include <svtools/simptabl.hxx> #include <svtools/svtabbx.hxx> -#include "rangenam.hxx" +#include <rangenam.hxx> #include "anyrefdg.hxx" #include <vcl/lstbox.hxx> #include <svx/ctredlin.hxx> -#include "chgtrack.hxx" -#include "chgviset.hxx" +#include <chgtrack.hxx> +#include <chgviset.hxx> class ScViewData; class ScDocument; diff --git a/sc/source/ui/inc/hiranges.hxx b/sc/source/ui/inc/hiranges.hxx index 60e38877ef40..ae4738f085c4 100644 --- a/sc/source/ui/inc/hiranges.hxx +++ b/sc/source/ui/inc/hiranges.hxx @@ -21,8 +21,8 @@ #define INCLUDED_SC_SOURCE_UI_INC_HIRANGES_HXX #include <tools/color.hxx> -#include "global.hxx" -#include "address.hxx" +#include <global.hxx> +#include <address.hxx> struct ScHighlightEntry { diff --git a/sc/source/ui/inc/imoptdlg.hxx b/sc/source/ui/inc/imoptdlg.hxx index 82ecf28d155b..2b32168a880d 100644 --- a/sc/source/ui/inc/imoptdlg.hxx +++ b/sc/source/ui/inc/imoptdlg.hxx @@ -26,8 +26,8 @@ #include <vcl/lstbox.hxx> #include <vcl/button.hxx> #include <svx/txencbox.hxx> -#include "scdllapi.h" -#include "global.hxx" +#include <scdllapi.h> +#include <global.hxx> class SC_DLLPUBLIC ScImportOptions { diff --git a/sc/source/ui/inc/impex.hxx b/sc/source/ui/inc/impex.hxx index 02b5349c2751..97f71d749a6a 100644 --- a/sc/source/ui/inc/impex.hxx +++ b/sc/source/ui/inc/impex.hxx @@ -21,8 +21,8 @@ #define INCLUDED_SC_SOURCE_UI_INC_IMPEX_HXX #include <sot/exchange.hxx> -#include "global.hxx" -#include "address.hxx" +#include <global.hxx> +#include <address.hxx> class ScDocShell; class ScDocument; diff --git a/sc/source/ui/inc/inputhdl.hxx b/sc/source/ui/inc/inputhdl.hxx index 9457f42577e6..978f6bdf3705 100644 --- a/sc/source/ui/inc/inputhdl.hxx +++ b/sc/source/ui/inc/inputhdl.hxx @@ -20,9 +20,9 @@ #ifndef INCLUDED_SC_SOURCE_UI_INC_INPUTHDL_HXX #define INCLUDED_SC_SOURCE_UI_INC_INPUTHDL_HXX -#include "global.hxx" -#include "address.hxx" -#include "typedstrdata.hxx" +#include <global.hxx> +#include <address.hxx> +#include <typedstrdata.hxx> #include <tools/fract.hxx> #include <tools/gen.hxx> diff --git a/sc/source/ui/inc/inscldlg.hxx b/sc/source/ui/inc/inscldlg.hxx index 1cd229d7089b..58b830e27cf4 100644 --- a/sc/source/ui/inc/inscldlg.hxx +++ b/sc/source/ui/inc/inscldlg.hxx @@ -24,7 +24,7 @@ #include <vcl/button.hxx> #include <vcl/fixed.hxx> -#include "global.hxx" +#include <global.hxx> class ScInsertCellDlg : public ModalDialog { diff --git a/sc/source/ui/inc/inscodlg.hxx b/sc/source/ui/inc/inscodlg.hxx index ca46964b8dad..a9216cc6421e 100644 --- a/sc/source/ui/inc/inscodlg.hxx +++ b/sc/source/ui/inc/inscodlg.hxx @@ -23,7 +23,7 @@ #include <vcl/dialog.hxx> #include <vcl/button.hxx> #include <vcl/fixed.hxx> -#include "global.hxx" +#include <global.hxx> #include "scui_def.hxx" diff --git a/sc/source/ui/inc/instbdlg.hxx b/sc/source/ui/inc/instbdlg.hxx index ff6900139df5..05aa33b659b2 100644 --- a/sc/source/ui/inc/instbdlg.hxx +++ b/sc/source/ui/inc/instbdlg.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_SC_SOURCE_UI_INC_INSTBDLG_HXX #define INCLUDED_SC_SOURCE_UI_INC_INSTBDLG_HXX -#include "address.hxx" +#include <address.hxx> #include <vcl/button.hxx> #include <vcl/group.hxx> diff --git a/sc/source/ui/inc/mediash.hxx b/sc/source/ui/inc/mediash.hxx index 3d07ee808ad1..d6b2358961dd 100644 --- a/sc/source/ui/inc/mediash.hxx +++ b/sc/source/ui/inc/mediash.hxx @@ -21,7 +21,7 @@ #define INCLUDED_SC_SOURCE_UI_INC_MEDIASH_HXX #include <sfx2/shell.hxx> -#include "shellids.hxx" +#include <shellids.hxx> #include <sfx2/module.hxx> #include <svx/svdmark.hxx> diff --git a/sc/source/ui/inc/msgpool.hxx b/sc/source/ui/inc/msgpool.hxx index 93f492c16823..eff5c178ee14 100644 --- a/sc/source/ui/inc/msgpool.hxx +++ b/sc/source/ui/inc/msgpool.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_SC_SOURCE_UI_INC_MSGPOOL_HXX #define INCLUDED_SC_SOURCE_UI_INC_MSGPOOL_HXX -#include "scitems.hxx" +#include <scitems.hxx> #include <svl/srchitem.hxx> #include <svl/itempool.hxx> diff --git a/sc/source/ui/inc/mvtabdlg.hxx b/sc/source/ui/inc/mvtabdlg.hxx index f4129c8884ab..5a31e88dfc77 100644 --- a/sc/source/ui/inc/mvtabdlg.hxx +++ b/sc/source/ui/inc/mvtabdlg.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_SC_SOURCE_UI_INC_MVTABDLG_HXX #define INCLUDED_SC_SOURCE_UI_INC_MVTABDLG_HXX -#include "address.hxx" +#include <address.hxx> #include <vcl/dialog.hxx> #include <vcl/button.hxx> #include <vcl/lstbox.hxx> diff --git a/sc/source/ui/inc/namedlg.hxx b/sc/source/ui/inc/namedlg.hxx index ef2a08d26b12..c26269524c9a 100644 --- a/sc/source/ui/inc/namedlg.hxx +++ b/sc/source/ui/inc/namedlg.hxx @@ -26,7 +26,7 @@ #include <vcl/fixed.hxx> #include <vcl/lstbox.hxx> -#include "rangenam.hxx" +#include <rangenam.hxx> #include "anyrefdg.hxx" #include "namemgrtable.hxx" diff --git a/sc/source/ui/inc/namemgrtable.hxx b/sc/source/ui/inc/namemgrtable.hxx index fd6f8a888ed2..33516f466659 100644 --- a/sc/source/ui/inc/namemgrtable.hxx +++ b/sc/source/ui/inc/namemgrtable.hxx @@ -13,8 +13,8 @@ #include <svtools/simptabl.hxx> #include <vcl/ctrl.hxx> -#include "scresid.hxx" -#include "address.hxx" +#include <scresid.hxx> +#include <address.hxx> #include <memory> #include <vector> diff --git a/sc/source/ui/inc/navsett.hxx b/sc/source/ui/inc/navsett.hxx index 268bb7f64858..226626dfe8b5 100644 --- a/sc/source/ui/inc/navsett.hxx +++ b/sc/source/ui/inc/navsett.hxx @@ -24,7 +24,7 @@ #include <vector> #include <o3tl/enumarray.hxx> -#include <content.hxx> +#include "content.hxx" /** Contains settings of the navigator listbox. This includes the expand state of each listbox entry and the index of the selected entry and sub entry. */ diff --git a/sc/source/ui/inc/notemark.hxx b/sc/source/ui/inc/notemark.hxx index f01cd52e603f..8b87809d0fd1 100644 --- a/sc/source/ui/inc/notemark.hxx +++ b/sc/source/ui/inc/notemark.hxx @@ -22,9 +22,9 @@ #include <vcl/mapmod.hxx> #include <vcl/timer.hxx> -#include "global.hxx" -#include "address.hxx" -#include "postit.hxx" +#include <global.hxx> +#include <address.hxx> +#include <postit.hxx> class SdrModel; diff --git a/sc/source/ui/inc/oleobjsh.hxx b/sc/source/ui/inc/oleobjsh.hxx index 9ff121dba0a1..5b88140b4883 100644 --- a/sc/source/ui/inc/oleobjsh.hxx +++ b/sc/source/ui/inc/oleobjsh.hxx @@ -21,7 +21,7 @@ #define INCLUDED_SC_SOURCE_UI_INC_OLEOBJSH_HXX #include <sfx2/shell.hxx> -#include "shellids.hxx" +#include <shellids.hxx> #include <sfx2/module.hxx> #include <svx/svdmark.hxx> diff --git a/sc/source/ui/inc/olinefun.hxx b/sc/source/ui/inc/olinefun.hxx index 3253d94a8ca0..6129cb49801d 100644 --- a/sc/source/ui/inc/olinefun.hxx +++ b/sc/source/ui/inc/olinefun.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_SC_SOURCE_UI_INC_OLINEFUN_HXX #define INCLUDED_SC_SOURCE_UI_INC_OLINEFUN_HXX -#include "global.hxx" +#include <global.hxx> class ScDocShell; class ScRange; diff --git a/sc/source/ui/inc/optsolver.hxx b/sc/source/ui/inc/optsolver.hxx index 1edbdecad7be..4b7aabc6a56d 100644 --- a/sc/source/ui/inc/optsolver.hxx +++ b/sc/source/ui/inc/optsolver.hxx @@ -20,8 +20,8 @@ #ifndef INCLUDED_SC_SOURCE_UI_INC_OPTSOLVER_HXX #define INCLUDED_SC_SOURCE_UI_INC_OPTSOLVER_HXX -#include "global.hxx" -#include "address.hxx" +#include <global.hxx> +#include <address.hxx> #include "anyrefdg.hxx" #include <vcl/fixed.hxx> #include <vcl/group.hxx> diff --git a/sc/source/ui/inc/output.hxx b/sc/source/ui/inc/output.hxx index 29c1526f3967..46786853c0a5 100644 --- a/sc/source/ui/inc/output.hxx +++ b/sc/source/ui/inc/output.hxx @@ -20,8 +20,8 @@ #ifndef INCLUDED_SC_SOURCE_UI_INC_OUTPUT_HXX #define INCLUDED_SC_SOURCE_UI_INC_OUTPUT_HXX -#include "address.hxx" -#include "cellvalue.hxx" +#include <address.hxx> +#include <cellvalue.hxx> #include <tools/color.hxx> #include <tools/fract.hxx> #include <com/sun/star/embed/XEmbeddedObject.hpp> diff --git a/sc/source/ui/inc/pagedata.hxx b/sc/source/ui/inc/pagedata.hxx index ffca7fe86cd2..4f0c0579eb81 100644 --- a/sc/source/ui/inc/pagedata.hxx +++ b/sc/source/ui/inc/pagedata.hxx @@ -20,8 +20,8 @@ #ifndef INCLUDED_SC_SOURCE_UI_INC_PAGEDATA_HXX #define INCLUDED_SC_SOURCE_UI_INC_PAGEDATA_HXX -#include "global.hxx" -#include "address.hxx" +#include <global.hxx> +#include <address.hxx> #include <memory> #include <vector> diff --git a/sc/source/ui/inc/pfiltdlg.hxx b/sc/source/ui/inc/pfiltdlg.hxx index 36f8ae7bc24d..a0a33356e5e0 100644 --- a/sc/source/ui/inc/pfiltdlg.hxx +++ b/sc/source/ui/inc/pfiltdlg.hxx @@ -26,8 +26,8 @@ #include <vcl/dialog.hxx> #include <vcl/lstbox.hxx> #include <vcl/combobox.hxx> -#include "address.hxx" -#include "queryparam.hxx" +#include <address.hxx> +#include <queryparam.hxx> #include <array> #include <memory> #include <vector> diff --git a/sc/source/ui/inc/pfuncache.hxx b/sc/source/ui/inc/pfuncache.hxx index 40a41dec0342..083d86a1b3a7 100644 --- a/sc/source/ui/inc/pfuncache.hxx +++ b/sc/source/ui/inc/pfuncache.hxx @@ -22,8 +22,8 @@ #include <vector> #include <tools/gen.hxx> -#include "rangelst.hxx" -#include "printopt.hxx" +#include <rangelst.hxx> +#include <printopt.hxx> class ScDocShell; class ScMarkData; diff --git a/sc/source/ui/inc/pgbrksh.hxx b/sc/source/ui/inc/pgbrksh.hxx index ef2d58538452..c90b39b5f783 100644 --- a/sc/source/ui/inc/pgbrksh.hxx +++ b/sc/source/ui/inc/pgbrksh.hxx @@ -23,7 +23,7 @@ #include <sfx2/module.hxx> #include <sfx2/shell.hxx> -#include "shellids.hxx" +#include <shellids.hxx> class ScTabViewShell; diff --git a/sc/source/ui/inc/pivotsh.hxx b/sc/source/ui/inc/pivotsh.hxx index bd625b8e4e76..dd73a9032399 100644 --- a/sc/source/ui/inc/pivotsh.hxx +++ b/sc/source/ui/inc/pivotsh.hxx @@ -23,7 +23,7 @@ #include <sfx2/module.hxx> #include <sfx2/shell.hxx> -#include "shellids.hxx" +#include <shellids.hxx> class ScTabViewShell; class ScDPObject; diff --git a/sc/source/ui/inc/pntlock.hxx b/sc/source/ui/inc/pntlock.hxx index ccd76c4fabb8..5ae3734c19f3 100644 --- a/sc/source/ui/inc/pntlock.hxx +++ b/sc/source/ui/inc/pntlock.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_SC_SOURCE_UI_INC_PNTLOCK_HXX #define INCLUDED_SC_SOURCE_UI_INC_PNTLOCK_HXX -#include "rangelst.hxx" +#include <rangelst.hxx> class ScPaintLockData { diff --git a/sc/source/ui/inc/preview.hxx b/sc/source/ui/inc/preview.hxx index 4bcb5139838f..54e8d04c4f22 100644 --- a/sc/source/ui/inc/preview.hxx +++ b/sc/source/ui/inc/preview.hxx @@ -21,7 +21,7 @@ #include <vcl/window.hxx> #include "printfun.hxx" -#include "markdata.hxx" +#include <markdata.hxx> #include <vector> diff --git a/sc/source/ui/inc/prevloc.hxx b/sc/source/ui/inc/prevloc.hxx index a6ffc80489c8..7022f4dbe387 100644 --- a/sc/source/ui/inc/prevloc.hxx +++ b/sc/source/ui/inc/prevloc.hxx @@ -22,7 +22,7 @@ #include <sal/types.h> -#include "address.hxx" +#include <address.hxx> #include <vcl/mapmod.hxx> #include <vcl/vclptr.hxx> diff --git a/sc/source/ui/inc/prevwsh.hxx b/sc/source/ui/inc/prevwsh.hxx index 967c194db501..8d0f4591d4f3 100644 --- a/sc/source/ui/inc/prevwsh.hxx +++ b/sc/source/ui/inc/prevwsh.hxx @@ -22,12 +22,12 @@ class ScrollBar; -#include "address.hxx" +#include <address.hxx> #include <sfx2/viewfac.hxx> #include <sfx2/viewsh.hxx> #include <sfx2/zoomitem.hxx> -#include "shellids.hxx" +#include <shellids.hxx> class ScDocument; class ScDocShell; diff --git a/sc/source/ui/inc/printfun.hxx b/sc/source/ui/inc/printfun.hxx index b302818b8a31..8adedc168cc6 100644 --- a/sc/source/ui/inc/printfun.hxx +++ b/sc/source/ui/inc/printfun.hxx @@ -21,8 +21,8 @@ #define INCLUDED_SC_SOURCE_UI_INC_PRINTFUN_HXX #include <memory> -#include "pagepar.hxx" -#include "editutil.hxx" +#include <pagepar.hxx> +#include <editutil.hxx> #include <vcl/print.hxx> diff --git a/sc/source/ui/inc/protectiondlg.hxx b/sc/source/ui/inc/protectiondlg.hxx index 351a733e31d0..1f87032fad56 100644 --- a/sc/source/ui/inc/protectiondlg.hxx +++ b/sc/source/ui/inc/protectiondlg.hxx @@ -27,7 +27,7 @@ #include <vcl/layout.hxx> #include <svx/checklbx.hxx> -#include "scdllapi.h" +#include <scdllapi.h> namespace vcl { class Window; } class ScTableProtection; diff --git a/sc/source/ui/inc/pvfundlg.hxx b/sc/source/ui/inc/pvfundlg.hxx index c7365e4a1b8b..4ae7ffd4330d 100644 --- a/sc/source/ui/inc/pvfundlg.hxx +++ b/sc/source/ui/inc/pvfundlg.hxx @@ -33,7 +33,7 @@ #include <vcl/field.hxx> #include <svx/checklbx.hxx> #include <sfx2/itemconnect.hxx> -#include "pivot.hxx" +#include <pivot.hxx> #include <memory> #include <unordered_map> diff --git a/sc/source/ui/inc/redcom.hxx b/sc/source/ui/inc/redcom.hxx index e44437841466..8c77f2d8c9ef 100644 --- a/sc/source/ui/inc/redcom.hxx +++ b/sc/source/ui/inc/redcom.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_SC_SOURCE_UI_INC_REDCOM_HXX #define INCLUDED_SC_SOURCE_UI_INC_REDCOM_HXX -#include "chgtrack.hxx" +#include <chgtrack.hxx> class ScDocShell; class AbstractSvxPostItDialog; diff --git a/sc/source/ui/inc/reffact.hxx b/sc/source/ui/inc/reffact.hxx index 769438ca4f08..9c4dea3defdf 100644 --- a/sc/source/ui/inc/reffact.hxx +++ b/sc/source/ui/inc/reffact.hxx @@ -25,7 +25,7 @@ #include "dbfunc.hxx" -#include "sc.hrc" +#include <sc.hrc> #define DECL_WRAPPER_WITHID(Class) \ class Class : public SfxChildWindow \ diff --git a/sc/source/ui/inc/retypepassdlg.hxx b/sc/source/ui/inc/retypepassdlg.hxx index eeb23c22f458..2aced7126034 100644 --- a/sc/source/ui/inc/retypepassdlg.hxx +++ b/sc/source/ui/inc/retypepassdlg.hxx @@ -28,7 +28,7 @@ #include <vcl/scrbar.hxx> #include <svx/checklbx.hxx> -#include "tabprotection.hxx" +#include <tabprotection.hxx> #include <memory> diff --git a/sc/source/ui/inc/rfindlst.hxx b/sc/source/ui/inc/rfindlst.hxx index f666d5fcf458..ddb15a81ddac 100644 --- a/sc/source/ui/inc/rfindlst.hxx +++ b/sc/source/ui/inc/rfindlst.hxx @@ -21,8 +21,8 @@ #define INCLUDED_SC_SOURCE_UI_INC_RFINDLST_HXX #include <tools/color.hxx> -#include "global.hxx" -#include "address.hxx" +#include <global.hxx> +#include <address.hxx> struct ScRangeFindData { diff --git a/sc/source/ui/inc/selectionstate.hxx b/sc/source/ui/inc/selectionstate.hxx index cc69e10fbfce..868bda24a23c 100644 --- a/sc/source/ui/inc/selectionstate.hxx +++ b/sc/source/ui/inc/selectionstate.hxx @@ -21,7 +21,7 @@ #define INCLUDED_SC_SOURCE_UI_INC_SELECTIONSTATE_HXX #include <editeng/editdata.hxx> -#include "rangelst.hxx" +#include <rangelst.hxx> /** Enumerates all possible types of selections in a Calc document. */ enum ScSelectionType diff --git a/sc/source/ui/inc/servobj.hxx b/sc/source/ui/inc/servobj.hxx index 904d26908fe0..afca29b90e62 100644 --- a/sc/source/ui/inc/servobj.hxx +++ b/sc/source/ui/inc/servobj.hxx @@ -23,8 +23,8 @@ #include <svl/lstner.hxx> #include <svl/listener.hxx> #include <sfx2/linksrc.hxx> -#include "global.hxx" -#include "address.hxx" +#include <global.hxx> +#include <address.hxx> class ScDocShell; class ScServerObject; diff --git a/sc/source/ui/inc/simpref.hxx b/sc/source/ui/inc/simpref.hxx index 57548099bca6..118d2d60228b 100644 --- a/sc/source/ui/inc/simpref.hxx +++ b/sc/source/ui/inc/simpref.hxx @@ -28,7 +28,7 @@ #include <vcl/morebtn.hxx> #include "anyrefdg.hxx" -#include "dbdata.hxx" +#include <dbdata.hxx> class ScDocument; diff --git a/sc/source/ui/inc/solvrdlg.hxx b/sc/source/ui/inc/solvrdlg.hxx index 2739b24e0634..f814f92719f0 100644 --- a/sc/source/ui/inc/solvrdlg.hxx +++ b/sc/source/ui/inc/solvrdlg.hxx @@ -20,8 +20,8 @@ #ifndef INCLUDED_SC_SOURCE_UI_INC_SOLVRDLG_HXX #define INCLUDED_SC_SOURCE_UI_INC_SOLVRDLG_HXX -#include "global.hxx" -#include "address.hxx" +#include <global.hxx> +#include <address.hxx> #include "anyrefdg.hxx" #include <vcl/fixed.hxx> diff --git a/sc/source/ui/inc/spelldialog.hxx b/sc/source/ui/inc/spelldialog.hxx index f68a6e59906d..40da6612f54f 100644 --- a/sc/source/ui/inc/spelldialog.hxx +++ b/sc/source/ui/inc/spelldialog.hxx @@ -22,7 +22,7 @@ #include <memory> #include <svx/SpellDialogChildWindow.hxx> -#include "document.hxx" +#include <document.hxx> class ScConversionEngineBase; class ScSelectionState; diff --git a/sc/source/ui/inc/spelleng.hxx b/sc/source/ui/inc/spelleng.hxx index ea1eaec98128..ca3912f0c2fc 100644 --- a/sc/source/ui/inc/spelleng.hxx +++ b/sc/source/ui/inc/spelleng.hxx @@ -19,7 +19,7 @@ #ifndef INCLUDED_SC_SOURCE_UI_INC_SPELLENG_HXX #define INCLUDED_SC_SOURCE_UI_INC_SPELLENG_HXX -#include "editutil.hxx" +#include <editutil.hxx> #include "selectionstate.hxx" #include "spellparam.hxx" diff --git a/sc/source/ui/inc/tabcont.hxx b/sc/source/ui/inc/tabcont.hxx index f21e87df6c23..f8d7167d1b73 100644 --- a/sc/source/ui/inc/tabcont.hxx +++ b/sc/source/ui/inc/tabcont.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_SC_SOURCE_UI_INC_TABCONT_HXX #define INCLUDED_SC_SOURCE_UI_INC_TABCONT_HXX -#include "address.hxx" +#include <address.hxx> #include <svtools/tabbar.hxx> #include <svtools/transfer.hxx> diff --git a/sc/source/ui/inc/tabopdlg.hxx b/sc/source/ui/inc/tabopdlg.hxx index 163b9d3f8a79..fb3574574105 100644 --- a/sc/source/ui/inc/tabopdlg.hxx +++ b/sc/source/ui/inc/tabopdlg.hxx @@ -22,8 +22,8 @@ #include <vcl/fixed.hxx> #include <vcl/group.hxx> -#include "global.hxx" -#include "address.hxx" +#include <global.hxx> +#include <address.hxx> #include "anyrefdg.hxx" enum ScTabOpErr diff --git a/sc/source/ui/inc/tabvwsh.hxx b/sc/source/ui/inc/tabvwsh.hxx index 35fa4d61357a..2ad0299d73cb 100644 --- a/sc/source/ui/inc/tabvwsh.hxx +++ b/sc/source/ui/inc/tabvwsh.hxx @@ -27,12 +27,12 @@ #include <sfx2/viewsh.hxx> #include <sfx2/viewfac.hxx> #include <editeng/svxenum.hxx> -#include "scdllapi.h" +#include <scdllapi.h> #include "dbfunc.hxx" #include "target.hxx" -#include "rangelst.hxx" -#include "shellids.hxx" -#include "tabprotection.hxx" +#include <rangelst.hxx> +#include <shellids.hxx> +#include <tabprotection.hxx> #include <memory> #include <map> diff --git a/sc/source/ui/inc/tpformula.hxx b/sc/source/ui/inc/tpformula.hxx index 18542e28b5de..0848f791c60d 100644 --- a/sc/source/ui/inc/tpformula.hxx +++ b/sc/source/ui/inc/tpformula.hxx @@ -26,8 +26,8 @@ #include <vcl/edit.hxx> #include <vcl/button.hxx> -#include "calcconfig.hxx" -#include "docoptio.hxx" +#include <calcconfig.hxx> +#include <docoptio.hxx> class ScTpFormulaOptions : public SfxTabPage { diff --git a/sc/source/ui/inc/tphfedit.hxx b/sc/source/ui/inc/tphfedit.hxx index 9047fad24e4f..43ec85414574 100644 --- a/sc/source/ui/inc/tphfedit.hxx +++ b/sc/source/ui/inc/tphfedit.hxx @@ -26,8 +26,8 @@ #include <vcl/lstbox.hxx> #include <vcl/timer.hxx> #include <vcl/virdev.hxx> -#include "scdllapi.h" -#include "scitems.hxx" +#include <scdllapi.h> +#include <scitems.hxx> #include <com/sun/star/accessibility/XAccessible.hpp> #include <cppuhelper/weakref.hxx> diff --git a/sc/source/ui/inc/tpsort.hxx b/sc/source/ui/inc/tpsort.hxx index 87cd6eb9e7eb..9c79b8020daf 100644 --- a/sc/source/ui/inc/tpsort.hxx +++ b/sc/source/ui/inc/tpsort.hxx @@ -30,9 +30,9 @@ #include "sortkeydlg.hxx" -#include "global.hxx" -#include "address.hxx" -#include "sortparam.hxx" +#include <global.hxx> +#include <address.hxx> +#include <sortparam.hxx> // +1 because one field is reserved for the "- undefined -" entry #define SC_MAXFIELDS MAXCOLCOUNT+1 diff --git a/sc/source/ui/inc/tpsubt.hxx b/sc/source/ui/inc/tpsubt.hxx index 26597193ad7e..97ffd168bc30 100644 --- a/sc/source/ui/inc/tpsubt.hxx +++ b/sc/source/ui/inc/tpsubt.hxx @@ -24,7 +24,7 @@ #include <svx/checklbx.hxx> #include <vcl/fixed.hxx> #include <vcl/lstbox.hxx> -#include "global.hxx" +#include <global.hxx> // +1 because one field is reserved for the "- none -" entry #define SC_MAXFIELDS MAXCOLCOUNT+1 diff --git a/sc/source/ui/inc/transobj.hxx b/sc/source/ui/inc/transobj.hxx index b897a727937e..312d1beeaf6f 100644 --- a/sc/source/ui/inc/transobj.hxx +++ b/sc/source/ui/inc/transobj.hxx @@ -21,8 +21,8 @@ #define INCLUDED_SC_SOURCE_UI_INC_TRANSOBJ_HXX #include <svtools/transfer.hxx> -#include "global.hxx" -#include "address.hxx" +#include <global.hxx> +#include <address.hxx> #include <sfx2/objsh.hxx> diff --git a/sc/source/ui/inc/uiitems.hxx b/sc/source/ui/inc/uiitems.hxx index 7e235acd49f9..cefe54402c59 100644 --- a/sc/source/ui/inc/uiitems.hxx +++ b/sc/source/ui/inc/uiitems.hxx @@ -20,11 +20,11 @@ #ifndef INCLUDED_SC_SOURCE_UI_INC_UIITEMS_HXX #define INCLUDED_SC_SOURCE_UI_INC_UIITEMS_HXX -#include "scdllapi.h" -#include "conditio.hxx" -#include "sortparam.hxx" -#include "subtotalparam.hxx" -#include "paramisc.hxx" +#include <scdllapi.h> +#include <conditio.hxx> +#include <sortparam.hxx> +#include <subtotalparam.hxx> +#include <paramisc.hxx> #include <svl/poolitem.hxx> #include <memory> diff --git a/sc/source/ui/inc/undobase.hxx b/sc/source/ui/inc/undobase.hxx index 6d0e8d167103..9ef3a08171b5 100644 --- a/sc/source/ui/inc/undobase.hxx +++ b/sc/source/ui/inc/undobase.hxx @@ -21,8 +21,8 @@ #define INCLUDED_SC_SOURCE_UI_INC_UNDOBASE_HXX #include <svl/undo.hxx> -#include "global.hxx" -#include "address.hxx" +#include <global.hxx> +#include <address.hxx> #include "docsh.hxx" #include <columnspanset.hxx> diff --git a/sc/source/ui/inc/undoblk.hxx b/sc/source/ui/inc/undoblk.hxx index 5115bc173d20..0c2f5891bc85 100644 --- a/sc/source/ui/inc/undoblk.hxx +++ b/sc/source/ui/inc/undoblk.hxx @@ -20,11 +20,11 @@ #define INCLUDED_SC_SOURCE_UI_INC_UNDOBLK_HXX #include "undobase.hxx" -#include "markdata.hxx" +#include <markdata.hxx> #include "viewutil.hxx" #include "spellparam.hxx" #include "cellmergeoption.hxx" -#include "paramisc.hxx" +#include <paramisc.hxx> #include <memory> diff --git a/sc/source/ui/inc/undocell.hxx b/sc/source/ui/inc/undocell.hxx index 65a9ea6f22d8..e1e45e2e1f46 100644 --- a/sc/source/ui/inc/undocell.hxx +++ b/sc/source/ui/inc/undocell.hxx @@ -21,8 +21,8 @@ #define INCLUDED_SC_SOURCE_UI_INC_UNDOCELL_HXX #include "undobase.hxx" -#include "postit.hxx" -#include "cellvalue.hxx" +#include <postit.hxx> +#include <cellvalue.hxx> #include <cellvalues.hxx> #include <memory> diff --git a/sc/source/ui/inc/undoconvert.hxx b/sc/source/ui/inc/undoconvert.hxx index 0faafe947214..d792cde714da 100644 --- a/sc/source/ui/inc/undoconvert.hxx +++ b/sc/source/ui/inc/undoconvert.hxx @@ -10,7 +10,7 @@ #ifndef INCLUDED_SC_UNDOCONVERT_HXX #define INCLUDED_SC_UNDOCONVERT_HXX -#include <undobase.hxx> +#include "undobase.hxx" #include <cellvalues.hxx> namespace sc { diff --git a/sc/source/ui/inc/undodat.hxx b/sc/source/ui/inc/undodat.hxx index 46542158bbbb..3b19598eb701 100644 --- a/sc/source/ui/inc/undodat.hxx +++ b/sc/source/ui/inc/undodat.hxx @@ -21,12 +21,12 @@ #define INCLUDED_SC_SOURCE_UI_INC_UNDODAT_HXX #include "undobase.hxx" -#include "rangeutl.hxx" -#include "rangelst.hxx" -#include "sortparam.hxx" -#include "queryparam.hxx" -#include "subtotalparam.hxx" -#include "pivot.hxx" +#include <rangeutl.hxx> +#include <rangelst.hxx> +#include <sortparam.hxx> +#include <queryparam.hxx> +#include <subtotalparam.hxx> +#include <pivot.hxx> #include <memory> diff --git a/sc/source/ui/inc/undosort.hxx b/sc/source/ui/inc/undosort.hxx index cdd3181ff6e1..d44827ffad5e 100644 --- a/sc/source/ui/inc/undosort.hxx +++ b/sc/source/ui/inc/undosort.hxx @@ -10,7 +10,7 @@ #ifndef INCLUDED_SC_UNDOSORT_HXX #define INCLUDED_SC_UNDOSORT_HXX -#include <undobase.hxx> +#include "undobase.hxx" #include <sortparam.hxx> namespace sc { diff --git a/sc/source/ui/inc/undotab.hxx b/sc/source/ui/inc/undotab.hxx index 901c406730a9..eb3c92e59a96 100644 --- a/sc/source/ui/inc/undotab.hxx +++ b/sc/source/ui/inc/undotab.hxx @@ -23,7 +23,7 @@ #include "undobase.hxx" #include <formula/grammar.hxx> #include <tools/color.hxx> -#include "tabbgcolor.hxx" +#include <tabbgcolor.hxx> #include <memory> #include <vector> diff --git a/sc/source/ui/inc/undoutil.hxx b/sc/source/ui/inc/undoutil.hxx index c8c8e523092a..40e8f74a303d 100644 --- a/sc/source/ui/inc/undoutil.hxx +++ b/sc/source/ui/inc/undoutil.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_SC_SOURCE_UI_INC_UNDOUTIL_HXX #define INCLUDED_SC_SOURCE_UI_INC_UNDOUTIL_HXX -#include "address.hxx" +#include <address.hxx> class ScRange; class ScDocShell; diff --git a/sc/source/ui/inc/validate.hxx b/sc/source/ui/inc/validate.hxx index 678a68313d70..03b0bb80f40b 100644 --- a/sc/source/ui/inc/validate.hxx +++ b/sc/source/ui/inc/validate.hxx @@ -29,7 +29,7 @@ #include <svtools/svmedit.hxx> #include "anyrefdg.hxx" -#include "sc.hrc" +#include <sc.hrc> struct ScRefHandlerCaller : public virtual VclReferenceBase { }; diff --git a/sc/source/ui/inc/viewdata.hxx b/sc/source/ui/inc/viewdata.hxx index 00b672930098..7960d19acd43 100644 --- a/sc/source/ui/inc/viewdata.hxx +++ b/sc/source/ui/inc/viewdata.hxx @@ -20,9 +20,9 @@ #define INCLUDED_SC_SOURCE_UI_INC_VIEWDATA_HXX #include <sfx2/zoomitem.hxx> -#include "rangelst.hxx" -#include "scdllapi.h" -#include "viewopti.hxx" +#include <rangelst.hxx> +#include <scdllapi.h> +#include <viewopti.hxx> #include "docsh.hxx" #include <memory> diff --git a/sc/source/ui/inc/viewfunc.hxx b/sc/source/ui/inc/viewfunc.hxx index c4ea49c98f01..91f8dcb3708a 100644 --- a/sc/source/ui/inc/viewfunc.hxx +++ b/sc/source/ui/inc/viewfunc.hxx @@ -21,7 +21,7 @@ #include "tabview.hxx" -#include "tabbgcolor.hxx" +#include <tabbgcolor.hxx> #include <com/sun/star/embed/XEmbeddedObject.hpp> #include <com/sun/star/embed/Aspects.hpp> diff --git a/sc/source/ui/inc/viewutil.hxx b/sc/source/ui/inc/viewutil.hxx index 565e0b1c8f87..5ea8308220b3 100644 --- a/sc/source/ui/inc/viewutil.hxx +++ b/sc/source/ui/inc/viewutil.hxx @@ -19,7 +19,7 @@ #ifndef INCLUDED_SC_SOURCE_UI_INC_VIEWUTIL_HXX #define INCLUDED_SC_SOURCE_UI_INC_VIEWUTIL_HXX -#include "address.hxx" +#include <address.hxx> #include <sal/types.h> #include <i18nlangtag/lang.h> diff --git a/sc/source/ui/inc/xmlsourcedlg.hxx b/sc/source/ui/inc/xmlsourcedlg.hxx index db34fb9a0bde..2e48dbfd8bab 100644 --- a/sc/source/ui/inc/xmlsourcedlg.hxx +++ b/sc/source/ui/inc/xmlsourcedlg.hxx @@ -16,7 +16,7 @@ #include <svtools/treelistbox.hxx> #include "anyrefdg.hxx" -#include "orcusxml.hxx" +#include <orcusxml.hxx> #include <set> #include <memory> diff --git a/sc/source/ui/miscdlgs/acredlin.cxx b/sc/source/ui/miscdlgs/acredlin.cxx index 14a42a42af4d..660f38b1d584 100644 --- a/sc/source/ui/miscdlgs/acredlin.cxx +++ b/sc/source/ui/miscdlgs/acredlin.cxx @@ -26,17 +26,17 @@ #include <sfx2/app.hxx> #include <sfx2/viewfrm.hxx> -#include "acredlin.hxx" -#include "global.hxx" -#include "reffact.hxx" -#include "document.hxx" -#include "docsh.hxx" -#include "scresid.hxx" -#include "globstr.hrc" -#include "strings.hrc" -#include "simpref.hxx" -#include "scmod.hxx" -#include "tabvwsh.hxx" +#include <acredlin.hxx> +#include <global.hxx> +#include <reffact.hxx> +#include <document.hxx> +#include <docsh.hxx> +#include <scresid.hxx> +#include <globstr.hrc> +#include <strings.hrc> +#include <simpref.hxx> +#include <scmod.hxx> +#include <tabvwsh.hxx> // defines ------------------------------------------------------------------- diff --git a/sc/source/ui/miscdlgs/anyrefdg.cxx b/sc/source/ui/miscdlgs/anyrefdg.cxx index 7ff07f2157eb..bab95aa80539 100644 --- a/sc/source/ui/miscdlgs/anyrefdg.cxx +++ b/sc/source/ui/miscdlgs/anyrefdg.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "rangelst.hxx" +#include <rangelst.hxx> #include <comphelper/string.hxx> #include <sfx2/app.hxx> #include <sfx2/viewsh.hxx> @@ -26,21 +26,21 @@ #include <sfx2/bindings.hxx> #include <sfx2/dispatch.hxx> -#include "anyrefdg.hxx" -#include "sc.hrc" -#include "inputhdl.hxx" -#include "scmod.hxx" -#include "scresid.hxx" -#include "inputwin.hxx" -#include "tabvwsh.hxx" -#include "docsh.hxx" -#include "rfindlst.hxx" -#include "compiler.hxx" -#include "formulacell.hxx" -#include "global.hxx" -#include "inputopt.hxx" -#include "rangeutl.hxx" -#include "tokenarray.hxx" +#include <anyrefdg.hxx> +#include <sc.hrc> +#include <inputhdl.hxx> +#include <scmod.hxx> +#include <scresid.hxx> +#include <inputwin.hxx> +#include <tabvwsh.hxx> +#include <docsh.hxx> +#include <rfindlst.hxx> +#include <compiler.hxx> +#include <formulacell.hxx> +#include <global.hxx> +#include <inputopt.hxx> +#include <rangeutl.hxx> +#include <tokenarray.hxx> #include <memory> diff --git a/sc/source/ui/miscdlgs/autofmt.cxx b/sc/source/ui/miscdlgs/autofmt.cxx index a8ed0d26803e..e5276b3f8803 100644 --- a/sc/source/ui/miscdlgs/autofmt.cxx +++ b/sc/source/ui/miscdlgs/autofmt.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "scitems.hxx" +#include <scitems.hxx> #include <svx/algitem.hxx> #include <editeng/boxitem.hxx> #include <editeng/brushitem.hxx> @@ -38,18 +38,18 @@ #include <comphelper/processfactory.hxx> #include <drawinglayer/processor2d/processor2dtools.hxx> -#include "strings.hrc" -#include "scmod.hxx" -#include "attrib.hxx" -#include "zforauto.hxx" -#include "global.hxx" -#include "globstr.hrc" -#include "autoform.hxx" -#include "autofmt.hxx" -#include "scresid.hxx" -#include "document.hxx" -#include "docsh.hxx" -#include "tabvwsh.hxx" +#include <strings.hrc> +#include <scmod.hxx> +#include <attrib.hxx> +#include <zforauto.hxx> +#include <global.hxx> +#include <globstr.hrc> +#include <autoform.hxx> +#include <autofmt.hxx> +#include <scresid.hxx> +#include <document.hxx> +#include <docsh.hxx> +#include <tabvwsh.hxx> #define FRAME_OFFSET 4 diff --git a/sc/source/ui/miscdlgs/conflictsdlg.cxx b/sc/source/ui/miscdlgs/conflictsdlg.cxx index f5b9720b5d5e..fb35f9d1f46d 100644 --- a/sc/source/ui/miscdlgs/conflictsdlg.cxx +++ b/sc/source/ui/miscdlgs/conflictsdlg.cxx @@ -20,11 +20,11 @@ #include <comphelper/string.hxx> #include <vcl/msgbox.hxx> -#include "conflictsdlg.hxx" -#include "strings.hrc" -#include "scresid.hxx" -#include "viewdata.hxx" -#include "dbfunc.hxx" +#include <conflictsdlg.hxx> +#include <strings.hrc> +#include <scresid.hxx> +#include <viewdata.hxx> +#include <dbfunc.hxx> // struct ScConflictsListEntry diff --git a/sc/source/ui/miscdlgs/crdlg.cxx b/sc/source/ui/miscdlgs/crdlg.cxx index 77520bbb9778..d075a8c9a948 100644 --- a/sc/source/ui/miscdlgs/crdlg.cxx +++ b/sc/source/ui/miscdlgs/crdlg.cxx @@ -19,9 +19,9 @@ #undef SC_DLLIMPLEMENTATION -#include "crdlg.hxx" -#include "scresid.hxx" -#include "strings.hrc" +#include <crdlg.hxx> +#include <scresid.hxx> +#include <strings.hrc> ScColOrRowDlg::ScColOrRowDlg(vcl::Window* pParent, const OUString& rStrTitle, const OUString& rStrLabel) diff --git a/sc/source/ui/miscdlgs/crnrdlg.cxx b/sc/source/ui/miscdlgs/crnrdlg.cxx index fe7e8b63b51d..24087e0bbd95 100644 --- a/sc/source/ui/miscdlgs/crnrdlg.cxx +++ b/sc/source/ui/miscdlgs/crnrdlg.cxx @@ -17,12 +17,12 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "reffact.hxx" -#include "document.hxx" -#include "scresid.hxx" -#include "globstr.hrc" -#include "docsh.hxx" -#include "crnrdlg.hxx" +#include <reffact.hxx> +#include <document.hxx> +#include <scresid.hxx> +#include <globstr.hrc> +#include <docsh.hxx> +#include <crnrdlg.hxx> #include <vcl/msgbox.hxx> #include <memory> diff --git a/sc/source/ui/miscdlgs/datafdlg.cxx b/sc/source/ui/miscdlgs/datafdlg.cxx index 1a54c75c73f7..7448ffcb3e1e 100644 --- a/sc/source/ui/miscdlgs/datafdlg.cxx +++ b/sc/source/ui/miscdlgs/datafdlg.cxx @@ -9,12 +9,12 @@ #undef SC_DLLIMPLEMENTATION -#include "datafdlg.hxx" -#include "scresid.hxx" -#include "viewdata.hxx" -#include "docsh.hxx" -#include "refundo.hxx" -#include "undodat.hxx" +#include <datafdlg.hxx> +#include <scresid.hxx> +#include <viewdata.hxx> +#include <docsh.hxx> +#include <refundo.hxx> +#include <undodat.hxx> #include <rtl/ustrbuf.hxx> diff --git a/sc/source/ui/miscdlgs/dataproviderdlg.cxx b/sc/source/ui/miscdlgs/dataproviderdlg.cxx index 23366fbea0fc..3263c241397f 100644 --- a/sc/source/ui/miscdlgs/dataproviderdlg.cxx +++ b/sc/source/ui/miscdlgs/dataproviderdlg.cxx @@ -7,11 +7,11 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#include "dataproviderdlg.hxx" +#include <dataproviderdlg.hxx> -#include "document.hxx" -#include "dataprovider.hxx" -#include "datatransformation.hxx" +#include <document.hxx> +#include <dataprovider.hxx> +#include <datatransformation.hxx> #include <vcl/lstbox.hxx> diff --git a/sc/source/ui/miscdlgs/datatableview.cxx b/sc/source/ui/miscdlgs/datatableview.cxx index 00359e4340e5..9429e0744b85 100644 --- a/sc/source/ui/miscdlgs/datatableview.cxx +++ b/sc/source/ui/miscdlgs/datatableview.cxx @@ -17,13 +17,13 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "datatableview.hxx" +#include <datatableview.hxx> -#include "document.hxx" -#include "viewdata.hxx" -#include "output.hxx" -#include "fillinfo.hxx" -#include "table.hxx" +#include <document.hxx> +#include <viewdata.hxx> +#include <output.hxx> +#include <fillinfo.hxx> +#include <table.hxx> #include <vcl/builderfactory.hxx> diff --git a/sc/source/ui/miscdlgs/delcldlg.cxx b/sc/source/ui/miscdlgs/delcldlg.cxx index 31528b1b2899..14f7cc8aa5bd 100644 --- a/sc/source/ui/miscdlgs/delcldlg.cxx +++ b/sc/source/ui/miscdlgs/delcldlg.cxx @@ -19,9 +19,9 @@ #undef SC_DLLIMPLEMENTATION -#include "delcldlg.hxx" -#include "scresid.hxx" -#include "strings.hrc" +#include <delcldlg.hxx> +#include <scresid.hxx> +#include <strings.hrc> static sal_uInt8 nDelItemChecked=0; diff --git a/sc/source/ui/miscdlgs/delcodlg.cxx b/sc/source/ui/miscdlgs/delcodlg.cxx index fa862b1378c8..16767809cc26 100644 --- a/sc/source/ui/miscdlgs/delcodlg.cxx +++ b/sc/source/ui/miscdlgs/delcodlg.cxx @@ -19,9 +19,9 @@ #undef SC_DLLIMPLEMENTATION -#include "delcodlg.hxx" -#include "scresid.hxx" -#include "strings.hrc" +#include <delcodlg.hxx> +#include <scresid.hxx> +#include <strings.hrc> bool ScDeleteContentsDlg::bPreviousAllCheck = false; InsertDeleteFlags ScDeleteContentsDlg::nPreviousChecks = (InsertDeleteFlags::DATETIME | InsertDeleteFlags::STRING | diff --git a/sc/source/ui/miscdlgs/filldlg.cxx b/sc/source/ui/miscdlgs/filldlg.cxx index c5e16bfa7c73..ab336f0bd816 100644 --- a/sc/source/ui/miscdlgs/filldlg.cxx +++ b/sc/source/ui/miscdlgs/filldlg.cxx @@ -23,11 +23,11 @@ #include <vcl/layout.hxx> #include <limits.h> -#include "scresid.hxx" -#include "document.hxx" -#include "globstr.hrc" -#include "strings.hrc" -#include "filldlg.hxx" +#include <scresid.hxx> +#include <document.hxx> +#include <globstr.hrc> +#include <strings.hrc> +#include <filldlg.hxx> // class ScFillSeriesDlg diff --git a/sc/source/ui/miscdlgs/groupdlg.cxx b/sc/source/ui/miscdlgs/groupdlg.cxx index 0b85da75efd6..d575ac0d6817 100644 --- a/sc/source/ui/miscdlgs/groupdlg.cxx +++ b/sc/source/ui/miscdlgs/groupdlg.cxx @@ -19,8 +19,8 @@ #undef SC_DLLIMPLEMENTATION -#include "groupdlg.hxx" -#include "scresid.hxx" +#include <groupdlg.hxx> +#include <scresid.hxx> ScGroupDlg::ScGroupDlg(vcl::Window* pParent, bool bUngroup, bool bRows) : ModalDialog(pParent, diff --git a/sc/source/ui/miscdlgs/highred.cxx b/sc/source/ui/miscdlgs/highred.cxx index 25f9224f1e33..0a1d7f537f35 100644 --- a/sc/source/ui/miscdlgs/highred.cxx +++ b/sc/source/ui/miscdlgs/highred.cxx @@ -17,14 +17,14 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "global.hxx" -#include "reffact.hxx" -#include "document.hxx" -#include "docsh.hxx" -#include "scresid.hxx" -#include "globstr.hrc" - -#include "highred.hxx" +#include <global.hxx> +#include <reffact.hxx> +#include <document.hxx> +#include <docsh.hxx> +#include <scresid.hxx> +#include <globstr.hrc> + +#include <highred.hxx> #include <vcl/msgbox.hxx> #include <sfx2/app.hxx> diff --git a/sc/source/ui/miscdlgs/inscldlg.cxx b/sc/source/ui/miscdlgs/inscldlg.cxx index 891d3ae9b7f9..3ce3ae4a36e2 100644 --- a/sc/source/ui/miscdlgs/inscldlg.cxx +++ b/sc/source/ui/miscdlgs/inscldlg.cxx @@ -19,9 +19,9 @@ #undef SC_DLLIMPLEMENTATION -#include "inscldlg.hxx" -#include "scresid.hxx" -#include "strings.hrc" +#include <inscldlg.hxx> +#include <scresid.hxx> +#include <strings.hrc> static sal_uInt8 nInsItemChecked=0; diff --git a/sc/source/ui/miscdlgs/inscodlg.cxx b/sc/source/ui/miscdlgs/inscodlg.cxx index eb99aff262cb..0845e7627c23 100644 --- a/sc/source/ui/miscdlgs/inscodlg.cxx +++ b/sc/source/ui/miscdlgs/inscodlg.cxx @@ -19,9 +19,9 @@ #undef SC_DLLIMPLEMENTATION -#include "inscodlg.hxx" -#include "scresid.hxx" -#include "strings.hrc" +#include <inscodlg.hxx> +#include <scresid.hxx> +#include <strings.hrc> bool ScInsertContentsDlg::bPreviousAllCheck = false; InsertDeleteFlags ScInsertContentsDlg::nPreviousChecks = (InsertDeleteFlags::VALUE | InsertDeleteFlags::DATETIME | InsertDeleteFlags::STRING); diff --git a/sc/source/ui/miscdlgs/instbdlg.cxx b/sc/source/ui/miscdlgs/instbdlg.cxx index a2c46485ff38..fd7aa9a20df9 100644 --- a/sc/source/ui/miscdlgs/instbdlg.cxx +++ b/sc/source/ui/miscdlgs/instbdlg.cxx @@ -27,12 +27,12 @@ #include <svtools/sfxecode.hxx> #include <vcl/msgbox.hxx> -#include "global.hxx" -#include "docsh.hxx" -#include "viewdata.hxx" -#include "scresid.hxx" -#include "globstr.hrc" -#include "instbdlg.hxx" +#include <global.hxx> +#include <docsh.hxx> +#include <viewdata.hxx> +#include <scresid.hxx> +#include <globstr.hrc> +#include <instbdlg.hxx> ScInsertTableDlg::ScInsertTableDlg( vcl::Window* pParent, ScViewData& rData, SCTAB nTabCount, bool bFromFile ) : ModalDialog(pParent, "InsertSheetDialog", "modules/scalc/ui/insertsheet.ui") diff --git a/sc/source/ui/miscdlgs/lbseldlg.cxx b/sc/source/ui/miscdlgs/lbseldlg.cxx index ce8d891f9f1d..1e6cacc89b6e 100644 --- a/sc/source/ui/miscdlgs/lbseldlg.cxx +++ b/sc/source/ui/miscdlgs/lbseldlg.cxx @@ -21,9 +21,9 @@ #include <vcl/msgbox.hxx> -#include "lbseldlg.hxx" -#include "scresid.hxx" -#include "strings.hrc" +#include <lbseldlg.hxx> +#include <scresid.hxx> +#include <strings.hrc> ScSelEntryDlg::ScSelEntryDlg(vcl::Window* pParent, const std::vector<OUString> &rEntryList) : ModalDialog(pParent, "SelectRangeDialog", "modules/scalc/ui/selectrange.ui") diff --git a/sc/source/ui/miscdlgs/linkarea.cxx b/sc/source/ui/miscdlgs/linkarea.cxx index eb5efd1e5e7b..dab027b2f954 100644 --- a/sc/source/ui/miscdlgs/linkarea.cxx +++ b/sc/source/ui/miscdlgs/linkarea.cxx @@ -30,12 +30,12 @@ #include <svtools/sfxecode.hxx> #include <vcl/waitobj.hxx> -#include "linkarea.hxx" -#include "scresid.hxx" -#include "sc.hrc" -#include "rangeutl.hxx" -#include "docsh.hxx" -#include "tablink.hxx" +#include <linkarea.hxx> +#include <scresid.hxx> +#include <sc.hrc> +#include <rangeutl.hxx> +#include <docsh.hxx> +#include <tablink.hxx> ScLinkedAreaDlg::ScLinkedAreaDlg(vcl::Window* pParent) : ModalDialog(pParent, "ExternalDataDialog", "modules/scalc/ui/externaldata.ui") diff --git a/sc/source/ui/miscdlgs/mergecellsdialog.cxx b/sc/source/ui/miscdlgs/mergecellsdialog.cxx index 3156f14f9091..aaff85bf8eaf 100644 --- a/sc/source/ui/miscdlgs/mergecellsdialog.cxx +++ b/sc/source/ui/miscdlgs/mergecellsdialog.cxx @@ -8,7 +8,7 @@ * */ -#include "mergecellsdialog.hxx" +#include <mergecellsdialog.hxx> ScMergeCellsDialog::ScMergeCellsDialog( vcl::Window * pParent ) : ModalDialog( pParent, "MergeCellsDialog", diff --git a/sc/source/ui/miscdlgs/mtrindlg.cxx b/sc/source/ui/miscdlgs/mtrindlg.cxx index b38bc98a6d58..e53e19191c6f 100644 --- a/sc/source/ui/miscdlgs/mtrindlg.cxx +++ b/sc/source/ui/miscdlgs/mtrindlg.cxx @@ -19,9 +19,9 @@ #undef SC_DLLIMPLEMENTATION -#include "mtrindlg.hxx" -#include "scresid.hxx" -#include "strings.hrc" +#include <mtrindlg.hxx> +#include <scresid.hxx> +#include <strings.hrc> ScMetricInputDlg::ScMetricInputDlg( vcl::Window* pParent, const OString& sDialogName, diff --git a/sc/source/ui/miscdlgs/mvtabdlg.cxx b/sc/source/ui/miscdlgs/mvtabdlg.cxx index d57bb053c6b3..54375859b6e6 100644 --- a/sc/source/ui/miscdlgs/mvtabdlg.cxx +++ b/sc/source/ui/miscdlgs/mvtabdlg.cxx @@ -21,13 +21,13 @@ #include <vcl/msgbox.hxx> -#include "mvtabdlg.hxx" -#include "document.hxx" -#include "docsh.hxx" -#include "strings.hrc" -#include "global.hxx" -#include "scresid.hxx" -#include "globstr.hrc" +#include <mvtabdlg.hxx> +#include <document.hxx> +#include <docsh.hxx> +#include <strings.hrc> +#include <global.hxx> +#include <scresid.hxx> +#include <globstr.hrc> ScMoveTableDlg::ScMoveTableDlg(vcl::Window* pParent, const OUString& rDefault) diff --git a/sc/source/ui/miscdlgs/namecrea.cxx b/sc/source/ui/miscdlgs/namecrea.cxx index 3535ea5d0603..6cd5f69535ee 100644 --- a/sc/source/ui/miscdlgs/namecrea.cxx +++ b/sc/source/ui/miscdlgs/namecrea.cxx @@ -19,8 +19,8 @@ #undef SC_DLLIMPLEMENTATION -#include "namecrea.hxx" -#include "scresid.hxx" +#include <namecrea.hxx> +#include <scresid.hxx> ScNameCreateDlg::ScNameCreateDlg( vcl::Window * pParent, CreateNameFlags nFlags ) : ModalDialog(pParent, "CreateNamesDialog", "modules/scalc/ui/createnamesdialog.ui") diff --git a/sc/source/ui/miscdlgs/optsolver.cxx b/sc/source/ui/miscdlgs/optsolver.cxx index 8f73855c3f60..7c753326be82 100644 --- a/sc/source/ui/miscdlgs/optsolver.cxx +++ b/sc/source/ui/miscdlgs/optsolver.cxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "rangelst.hxx" -#include "scitems.hxx" +#include <rangelst.hxx> +#include <scitems.hxx> #include <sfx2/bindings.hxx> #include <svl/zforlist.hxx> #include <vcl/builderfactory.hxx> @@ -26,20 +26,20 @@ #include <vcl/msgbox.hxx> #include <vcl/svapp.hxx> -#include "uiitems.hxx" -#include "reffact.hxx" -#include "docsh.hxx" -#include "docfunc.hxx" -#include "formulacell.hxx" -#include "rangeutl.hxx" -#include "scresid.hxx" -#include "convuno.hxx" -#include "unonames.hxx" -#include "solveroptions.hxx" -#include "solverutil.hxx" -#include "globstr.hrc" - -#include "optsolver.hxx" +#include <uiitems.hxx> +#include <reffact.hxx> +#include <docsh.hxx> +#include <docfunc.hxx> +#include <formulacell.hxx> +#include <rangeutl.hxx> +#include <scresid.hxx> +#include <convuno.hxx> +#include <unonames.hxx> +#include <solveroptions.hxx> +#include <solverutil.hxx> +#include <globstr.hrc> + +#include <optsolver.hxx> #include <com/sun/star/sheet/Solver.hpp> #include <com/sun/star/sheet/XSolverDescription.hpp> diff --git a/sc/source/ui/miscdlgs/protectiondlg.cxx b/sc/source/ui/miscdlgs/protectiondlg.cxx index 082aec5a87c6..9b67e2d50d67 100644 --- a/sc/source/ui/miscdlgs/protectiondlg.cxx +++ b/sc/source/ui/miscdlgs/protectiondlg.cxx @@ -17,9 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "protectiondlg.hxx" -#include "scresid.hxx" -#include "tabprotection.hxx" +#include <protectiondlg.hxx> +#include <scresid.hxx> +#include <tabprotection.hxx> #include <sal/macros.h> #include <vcl/msgbox.hxx> diff --git a/sc/source/ui/miscdlgs/redcom.cxx b/sc/source/ui/miscdlgs/redcom.cxx index 1831af9daee7..4da173c54b07 100644 --- a/sc/source/ui/miscdlgs/redcom.cxx +++ b/sc/source/ui/miscdlgs/redcom.cxx @@ -20,9 +20,9 @@ #include <vcl/msgbox.hxx> #include <unotools/localedatawrapper.hxx> -#include "redcom.hxx" -#include "docsh.hxx" -#include "tabvwsh.hxx" +#include <redcom.hxx> +#include <docsh.hxx> +#include <tabvwsh.hxx> #include <svx/svxdlg.hxx> #include <svx/dialogs.hrc> diff --git a/sc/source/ui/miscdlgs/retypepassdlg.cxx b/sc/source/ui/miscdlgs/retypepassdlg.cxx index 4dfafc4aaa8b..cc4ed0b727cb 100644 --- a/sc/source/ui/miscdlgs/retypepassdlg.cxx +++ b/sc/source/ui/miscdlgs/retypepassdlg.cxx @@ -17,11 +17,11 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "strings.hrc" -#include "retypepassdlg.hxx" -#include "scresid.hxx" -#include "document.hxx" -#include "tabprotection.hxx" +#include <strings.hrc> +#include <retypepassdlg.hxx> +#include <scresid.hxx> +#include <document.hxx> +#include <tabprotection.hxx> #include <vcl/msgbox.hxx> diff --git a/sc/source/ui/miscdlgs/scuiautofmt.cxx b/sc/source/ui/miscdlgs/scuiautofmt.cxx index ed337ffe6b05..eb9276d77e60 100644 --- a/sc/source/ui/miscdlgs/scuiautofmt.cxx +++ b/sc/source/ui/miscdlgs/scuiautofmt.cxx @@ -19,7 +19,7 @@ #undef SC_DLLIMPLEMENTATION -#include "scitems.hxx" +#include <scitems.hxx> #include <svx/algitem.hxx> #include <editeng/boxitem.hxx> #include <editeng/brushitem.hxx> @@ -36,18 +36,18 @@ #include <comphelper/processfactory.hxx> #include <sfx2/strings.hrc> #include <sfx2/sfxresid.hxx> -#include "strings.hrc" -#include "scmod.hxx" -#include "attrib.hxx" -#include "zforauto.hxx" -#include "global.hxx" -#include "globstr.hrc" -#include "autoform.hxx" -#include "strindlg.hxx" -#include "scuiautofmt.hxx" -#include "scresid.hxx" -#include "document.hxx" -#include "helpids.h" +#include <strings.hrc> +#include <scmod.hxx> +#include <attrib.hxx> +#include <zforauto.hxx> +#include <global.hxx> +#include <globstr.hrc> +#include <autoform.hxx> +#include <strindlg.hxx> +#include <scuiautofmt.hxx> +#include <scresid.hxx> +#include <document.hxx> +#include <helpids.h> // AutoFormat-Dialog: diff --git a/sc/source/ui/miscdlgs/sharedocdlg.cxx b/sc/source/ui/miscdlgs/sharedocdlg.cxx index 969a35c7c10d..439b2e293ef4 100644 --- a/sc/source/ui/miscdlgs/sharedocdlg.cxx +++ b/sc/source/ui/miscdlgs/sharedocdlg.cxx @@ -27,9 +27,9 @@ #include <com/sun/star/document/XDocumentPropertiesSupplier.hpp> #include <com/sun/star/document/XDocumentProperties.hpp> -#include "sharedocdlg.hxx" -#include "scresid.hxx" -#include "viewdata.hxx" +#include <sharedocdlg.hxx> +#include <scresid.hxx> +#include <viewdata.hxx> using namespace ::com::sun::star; diff --git a/sc/source/ui/miscdlgs/shtabdlg.cxx b/sc/source/ui/miscdlgs/shtabdlg.cxx index 03e27fdf2cea..3bdb2e30c88e 100644 --- a/sc/source/ui/miscdlgs/shtabdlg.cxx +++ b/sc/source/ui/miscdlgs/shtabdlg.cxx @@ -21,9 +21,9 @@ #include <vcl/msgbox.hxx> -#include "shtabdlg.hxx" -#include "scresid.hxx" -#include "strings.hrc" +#include <shtabdlg.hxx> +#include <scresid.hxx> +#include <strings.hrc> ScShowTabDlg::ScShowTabDlg(vcl::Window* pParent) : ModalDialog(pParent, "ShowSheetDialog", "modules/scalc/ui/showsheetdialog.ui") diff --git a/sc/source/ui/miscdlgs/simpref.cxx b/sc/source/ui/miscdlgs/simpref.cxx index f9af2856c9d4..3994155de2cf 100644 --- a/sc/source/ui/miscdlgs/simpref.cxx +++ b/sc/source/ui/miscdlgs/simpref.cxx @@ -20,13 +20,13 @@ #include <vcl/msgbox.hxx> #include <sfx2/app.hxx> -#include "reffact.hxx" -#include "document.hxx" -#include "scresid.hxx" -#include "globstr.hrc" -#include "rangenam.hxx" -#include "simpref.hxx" -#include "scmod.hxx" +#include <reffact.hxx> +#include <document.hxx> +#include <scresid.hxx> +#include <globstr.hrc> +#include <rangenam.hxx> +#include <simpref.hxx> +#include <scmod.hxx> ScSimpleRefDlg::ScSimpleRefDlg(SfxBindings* pB, SfxChildWindow* pCW, vcl::Window* pParent) : ScAnyRefDlg(pB, pCW, pParent, "SimpleRefDialog", "modules/scalc/ui/simplerefdialog.ui") diff --git a/sc/source/ui/miscdlgs/solveroptions.cxx b/sc/source/ui/miscdlgs/solveroptions.cxx index b762761c51b4..03bda551f857 100644 --- a/sc/source/ui/miscdlgs/solveroptions.cxx +++ b/sc/source/ui/miscdlgs/solveroptions.cxx @@ -18,11 +18,11 @@ */ #include <memory> -#include "solveroptions.hxx" -#include "scresid.hxx" -#include "global.hxx" -#include "miscuno.hxx" -#include "solverutil.hxx" +#include <solveroptions.hxx> +#include <scresid.hxx> +#include <global.hxx> +#include <miscuno.hxx> +#include <solverutil.hxx> #include <rtl/math.hxx> #include <vcl/msgbox.hxx> diff --git a/sc/source/ui/miscdlgs/solverutil.cxx b/sc/source/ui/miscdlgs/solverutil.cxx index 45ef32b4945c..f1ac4464b66e 100644 --- a/sc/source/ui/miscdlgs/solverutil.cxx +++ b/sc/source/ui/miscdlgs/solverutil.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "solverutil.hxx" +#include <solverutil.hxx> #include <com/sun/star/container/XContentEnumerationAccess.hpp> #include <com/sun/star/lang/XServiceInfo.hpp> diff --git a/sc/source/ui/miscdlgs/solvrdlg.cxx b/sc/source/ui/miscdlgs/solvrdlg.cxx index 06d4a75366ac..a3b81600872a 100644 --- a/sc/source/ui/miscdlgs/solvrdlg.cxx +++ b/sc/source/ui/miscdlgs/solvrdlg.cxx @@ -17,19 +17,19 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "rangelst.hxx" -#include "scitems.hxx" +#include <rangelst.hxx> +#include <scitems.hxx> #include <sfx2/dispatch.hxx> #include <svl/zforlist.hxx> #include <vcl/msgbox.hxx> -#include "uiitems.hxx" -#include "reffact.hxx" -#include "document.hxx" -#include "scresid.hxx" -#include "globstr.hrc" -#include "sc.hrc" -#include "solvrdlg.hxx" +#include <uiitems.hxx> +#include <reffact.hxx> +#include <document.hxx> +#include <scresid.hxx> +#include <globstr.hrc> +#include <sc.hrc> +#include <solvrdlg.hxx> namespace { diff --git a/sc/source/ui/miscdlgs/strindlg.cxx b/sc/source/ui/miscdlgs/strindlg.cxx index 482ca29aed33..145517ec599a 100644 --- a/sc/source/ui/miscdlgs/strindlg.cxx +++ b/sc/source/ui/miscdlgs/strindlg.cxx @@ -19,8 +19,8 @@ #undef SC_DLLIMPLEMENTATION -#include "strindlg.hxx" -#include "scresid.hxx" +#include <strindlg.hxx> +#include <scresid.hxx> ScStringInputDlg::ScStringInputDlg( vcl::Window* pParent, const OUString& rTitle, diff --git a/sc/source/ui/miscdlgs/tabbgcolordlg.cxx b/sc/source/ui/miscdlgs/tabbgcolordlg.cxx index 3344879c18f1..2fa3b55bea6d 100644 --- a/sc/source/ui/miscdlgs/tabbgcolordlg.cxx +++ b/sc/source/ui/miscdlgs/tabbgcolordlg.cxx @@ -19,10 +19,10 @@ #undef SC_DLLIMPLEMENTATION -#include "tabbgcolordlg.hxx" -#include "sc.hrc" -#include "scresid.hxx" -#include "strings.hrc" +#include <tabbgcolordlg.hxx> +#include <sc.hrc> +#include <scresid.hxx> +#include <strings.hrc> #include <tools/color.hxx> #include <sfx2/objsh.hxx> diff --git a/sc/source/ui/miscdlgs/tabopdlg.cxx b/sc/source/ui/miscdlgs/tabopdlg.cxx index e26582b218ab..cee7b8ea075c 100644 --- a/sc/source/ui/miscdlgs/tabopdlg.cxx +++ b/sc/source/ui/miscdlgs/tabopdlg.cxx @@ -17,19 +17,19 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "scitems.hxx" +#include <scitems.hxx> #include <sfx2/dispatch.hxx> #include <vcl/layout.hxx> -#include "uiitems.hxx" -#include "global.hxx" -#include "document.hxx" -#include "scresid.hxx" -#include "sc.hrc" -#include "strings.hrc" -#include "reffact.hxx" +#include <uiitems.hxx> +#include <global.hxx> +#include <document.hxx> +#include <scresid.hxx> +#include <sc.hrc> +#include <strings.hrc> +#include <reffact.hxx> -#include "tabopdlg.hxx" +#include <tabopdlg.hxx> // class ScTabOpDlg diff --git a/sc/source/ui/miscdlgs/textdlgs.cxx b/sc/source/ui/miscdlgs/textdlgs.cxx index c1416798f247..afaf95393b57 100644 --- a/sc/source/ui/miscdlgs/textdlgs.cxx +++ b/sc/source/ui/miscdlgs/textdlgs.cxx @@ -26,9 +26,9 @@ #include <sfx2/objsh.hxx> #include <svl/cjkoptions.hxx> -#include "textdlgs.hxx" -#include "scresid.hxx" -#include "sc.hrc" +#include <textdlgs.hxx> +#include <scresid.hxx> +#include <sc.hrc> #include <svl/intitem.hxx> #include <svx/flagsdef.hxx> diff --git a/sc/source/ui/miscdlgs/warnbox.cxx b/sc/source/ui/miscdlgs/warnbox.cxx index fa1c7eb976b7..9e74563d6452 100644 --- a/sc/source/ui/miscdlgs/warnbox.cxx +++ b/sc/source/ui/miscdlgs/warnbox.cxx @@ -17,13 +17,13 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "warnbox.hxx" +#include <warnbox.hxx> -#include "scmod.hxx" -#include "inputopt.hxx" -#include "scresid.hxx" -#include "strings.hrc" -#include "helpids.h" +#include <scmod.hxx> +#include <inputopt.hxx> +#include <scresid.hxx> +#include <strings.hrc> +#include <helpids.h> ScReplaceWarnBox::ScReplaceWarnBox( vcl::Window* pParent ) : WarningBox( pParent, MessBoxStyle::YesNo | MessBoxStyle::DefaultYes, ScResId( STR_REPLCELLSWARN ) ) diff --git a/sc/source/ui/namedlg/namedefdlg.cxx b/sc/source/ui/namedlg/namedefdlg.cxx index a2f26e4d0f09..3cd904d8dd0b 100644 --- a/sc/source/ui/namedlg/namedefdlg.cxx +++ b/sc/source/ui/namedlg/namedefdlg.cxx @@ -7,22 +7,22 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#include "namedefdlg.hxx" +#include <namedefdlg.hxx> #include <vcl/msgbox.hxx> #include <vcl/settings.hxx> #include <formula/errorcodes.hxx> #include <sfx2/app.hxx> -#include "document.hxx" -#include "globstr.hrc" -#include "globalnames.hxx" -#include "rangenam.hxx" -#include "reffact.hxx" -#include "undorangename.hxx" -#include "tabvwsh.hxx" -#include "tokenarray.hxx" -#include "sc.hrc" +#include <document.hxx> +#include <globstr.hrc> +#include <globalnames.hxx> +#include <rangenam.hxx> +#include <reffact.hxx> +#include <undorangename.hxx> +#include <tabvwsh.hxx> +#include <tokenarray.hxx> +#include <sc.hrc> ScNameDefDlg::ScNameDefDlg( SfxBindings* pB, SfxChildWindow* pCW, vcl::Window* pParent, const ScViewData* pViewData, const std::map<OUString, ScRangeName*>& aRangeMap, diff --git a/sc/source/ui/namedlg/namedlg.cxx b/sc/source/ui/namedlg/namedlg.cxx index 10d9f0b23433..fd21418397aa 100644 --- a/sc/source/ui/namedlg/namedlg.cxx +++ b/sc/source/ui/namedlg/namedlg.cxx @@ -18,18 +18,18 @@ */ #include <memory> -#include "global.hxx" -#include "reffact.hxx" -#include "document.hxx" -#include "docfunc.hxx" -#include "scresid.hxx" -#include "globstr.hrc" -#include "namedlg.hxx" -#include "viewdata.hxx" -#include "tabvwsh.hxx" - -#include "globalnames.hxx" -#include "tokenarray.hxx" +#include <global.hxx> +#include <reffact.hxx> +#include <document.hxx> +#include <docfunc.hxx> +#include <scresid.hxx> +#include <globstr.hrc> +#include <namedlg.hxx> +#include <viewdata.hxx> +#include <tabvwsh.hxx> + +#include <globalnames.hxx> +#include <tokenarray.hxx> #include <sfx2/app.hxx> diff --git a/sc/source/ui/namedlg/namemgrtable.cxx b/sc/source/ui/namedlg/namemgrtable.cxx index 7279b0ea9b83..d9b07db3396c 100644 --- a/sc/source/ui/namedlg/namemgrtable.cxx +++ b/sc/source/ui/namedlg/namemgrtable.cxx @@ -9,15 +9,15 @@ //ScRangeManagerTable #include <memory> -#include "global.hxx" -#include "reffact.hxx" -#include "document.hxx" -#include "docfunc.hxx" -#include "scresid.hxx" -#include "globstr.hrc" -#include "namedlg.hxx" -#include "viewdata.hxx" -#include "globalnames.hxx" +#include <global.hxx> +#include <reffact.hxx> +#include <document.hxx> +#include <docfunc.hxx> +#include <scresid.hxx> +#include <globstr.hrc> +#include <namedlg.hxx> +#include <viewdata.hxx> +#include <globalnames.hxx> #include <sfx2/app.hxx> diff --git a/sc/source/ui/namedlg/namepast.cxx b/sc/source/ui/namedlg/namepast.cxx index f02b8441732c..720d581d7ce4 100644 --- a/sc/source/ui/namedlg/namepast.cxx +++ b/sc/source/ui/namedlg/namepast.cxx @@ -19,12 +19,12 @@ #undef SC_DLLIMPLEMENTATION -#include "namepast.hxx" -#include "scresid.hxx" -#include "docsh.hxx" -#include "strings.hrc" -#include "rangenam.hxx" -#include "viewdata.hxx" +#include <namepast.hxx> +#include <scresid.hxx> +#include <docsh.hxx> +#include <strings.hrc> +#include <rangenam.hxx> +#include <viewdata.hxx> #include <o3tl/make_unique.hxx> diff --git a/sc/source/ui/navipi/content.cxx b/sc/source/ui/navipi/content.cxx index e82ddfe976bc..ddeba41626da 100644 --- a/sc/source/ui/navipi/content.cxx +++ b/sc/source/ui/navipi/content.cxx @@ -34,32 +34,32 @@ #include <svtools/treelistentry.hxx> #include <stdlib.h> -#include "content.hxx" -#include "navipi.hxx" -#include "global.hxx" -#include "docsh.hxx" -#include "scmod.hxx" -#include "rangenam.hxx" -#include "dbdata.hxx" -#include "tablink.hxx" -#include "drwlayer.hxx" -#include "transobj.hxx" -#include "drwtrans.hxx" -#include "lnktrans.hxx" -#include "formulacell.hxx" -#include "dociter.hxx" -#include "strings.hrc" -#include "scresid.hxx" -#include "globstr.hrc" -#include "bitmaps.hlst" -#include "arealink.hxx" -#include "navicfg.hxx" -#include "navsett.hxx" -#include "postit.hxx" -#include "tabvwsh.hxx" -#include "drawview.hxx" -#include "clipparam.hxx" -#include "markdata.hxx" +#include <content.hxx> +#include <navipi.hxx> +#include <global.hxx> +#include <docsh.hxx> +#include <scmod.hxx> +#include <rangenam.hxx> +#include <dbdata.hxx> +#include <tablink.hxx> +#include <drwlayer.hxx> +#include <transobj.hxx> +#include <drwtrans.hxx> +#include <lnktrans.hxx> +#include <formulacell.hxx> +#include <dociter.hxx> +#include <strings.hrc> +#include <scresid.hxx> +#include <globstr.hrc> +#include <bitmaps.hlst> +#include <arealink.hxx> +#include <navicfg.hxx> +#include <navsett.hxx> +#include <postit.hxx> +#include <tabvwsh.hxx> +#include <drawview.hxx> +#include <clipparam.hxx> +#include <markdata.hxx> #include <o3tl/make_unique.hxx> using namespace com::sun::star; diff --git a/sc/source/ui/navipi/navcitem.cxx b/sc/source/ui/navipi/navcitem.cxx index fc9aeaf76dde..f69e9b8799f5 100644 --- a/sc/source/ui/navipi/navcitem.cxx +++ b/sc/source/ui/navipi/navcitem.cxx @@ -20,10 +20,10 @@ #include <svl/intitem.hxx> #include <svl/stritem.hxx> -#include "navcitem.hxx" -#include "global.hxx" -#include "navipi.hxx" -#include "sc.hrc" +#include <navcitem.hxx> +#include <global.hxx> +#include <navipi.hxx> +#include <sc.hrc> ScNavigatorControllerItem::ScNavigatorControllerItem( sal_uInt16 nIdP, ScNavigatorDlg& rDlg, diff --git a/sc/source/ui/navipi/navipi.cxx b/sc/source/ui/navipi/navipi.cxx index 536a97e12496..b980f8354ebe 100644 --- a/sc/source/ui/navipi/navipi.cxx +++ b/sc/source/ui/navipi/navipi.cxx @@ -30,23 +30,23 @@ #include <unotools/charclass.hxx> #include <stdlib.h> -#include "viewdata.hxx" -#include "tabvwsh.hxx" -#include "docsh.hxx" -#include "document.hxx" -#include "dbdata.hxx" -#include "rangenam.hxx" -#include "rangeutl.hxx" -#include "sc.hrc" -#include "strings.hrc" -#include "bitmaps.hlst" -#include "scresid.hxx" -#include "scmod.hxx" -#include "navicfg.hxx" -#include "navcitem.hxx" -#include "navipi.hxx" -#include "navsett.hxx" -#include "markdata.hxx" +#include <viewdata.hxx> +#include <tabvwsh.hxx> +#include <docsh.hxx> +#include <document.hxx> +#include <dbdata.hxx> +#include <rangenam.hxx> +#include <rangeutl.hxx> +#include <sc.hrc> +#include <strings.hrc> +#include <bitmaps.hlst> +#include <scresid.hxx> +#include <scmod.hxx> +#include <navicfg.hxx> +#include <navcitem.hxx> +#include <navipi.hxx> +#include <navsett.hxx> +#include <markdata.hxx> #include <algorithm> diff --git a/sc/source/ui/navipi/scenwnd.cxx b/sc/source/ui/navipi/scenwnd.cxx index d1e5fead4224..6b65715124bc 100644 --- a/sc/source/ui/navipi/scenwnd.cxx +++ b/sc/source/ui/navipi/scenwnd.cxx @@ -25,11 +25,11 @@ #include <vcl/msgbox.hxx> #include <vcl/svapp.hxx> #include <vcl/settings.hxx> -#include "navipi.hxx" -#include "scresid.hxx" -#include "sc.hrc" -#include "strings.hrc" -#include "globstr.hrc" +#include <navipi.hxx> +#include <scresid.hxx> +#include <sc.hrc> +#include <strings.hrc> +#include <globstr.hrc> // class ScScenarioWindow ------------------------------------------------ diff --git a/sc/source/ui/optdlg/calcoptionsdlg.cxx b/sc/source/ui/optdlg/calcoptionsdlg.cxx index bad8985794db..82c74d735f59 100644 --- a/sc/source/ui/optdlg/calcoptionsdlg.cxx +++ b/sc/source/ui/optdlg/calcoptionsdlg.cxx @@ -12,23 +12,23 @@ #include <algorithm> #include <cmath> -#include "calcconfig.hxx" +#include <calcconfig.hxx> #include "calcoptionsdlg.hxx" -#include "docfunc.hxx" -#include "docsh.hxx" -#include "interpre.hxx" -#include "sc.hrc" -#include "scresid.hxx" -#include "scopetools.hxx" -#include "viewdata.hxx" +#include <docfunc.hxx> +#include <docsh.hxx> +#include <interpre.hxx> +#include <sc.hrc> +#include <scresid.hxx> +#include <scopetools.hxx> +#include <viewdata.hxx> #include <comphelper/random.hxx> #include <svtools/svlbitm.hxx> #include <svtools/treelistentry.hxx> #if HAVE_FEATURE_OPENCL -#include "formulagroup.hxx" -#include "globalnames.hxx" +#include <formulagroup.hxx> +#include <globalnames.hxx> #endif namespace { diff --git a/sc/source/ui/optdlg/calcoptionsdlg.hxx b/sc/source/ui/optdlg/calcoptionsdlg.hxx index 85509e350eee..5d62570678cb 100644 --- a/sc/source/ui/optdlg/calcoptionsdlg.hxx +++ b/sc/source/ui/optdlg/calcoptionsdlg.hxx @@ -24,7 +24,7 @@ #include <svtools/treelistbox.hxx> -#include "calcconfig.hxx" +#include <calcconfig.hxx> #if HAVE_FEATURE_OPENCL #include <opencl/openclconfig.hxx> diff --git a/sc/source/ui/optdlg/opredlin.cxx b/sc/source/ui/optdlg/opredlin.cxx index 557945264e8d..586f15761276 100644 --- a/sc/source/ui/optdlg/opredlin.cxx +++ b/sc/source/ui/optdlg/opredlin.cxx @@ -24,20 +24,20 @@ #include <svx/drawitem.hxx> #include <svx/xtable.hxx> -#include "appoptio.hxx" -#include "scmod.hxx" -#include "scitems.hxx" -#include "tpview.hxx" -#include "global.hxx" -#include "viewopti.hxx" -#include "tabvwsh.hxx" -#include "uiitems.hxx" -#include "scresid.hxx" -#include "docsh.hxx" -#include "sc.hrc" -#include "globstr.hrc" - -#include "opredlin.hxx" +#include <appoptio.hxx> +#include <scmod.hxx> +#include <scitems.hxx> +#include <tpview.hxx> +#include <global.hxx> +#include <viewopti.hxx> +#include <tabvwsh.hxx> +#include <uiitems.hxx> +#include <scresid.hxx> +#include <docsh.hxx> +#include <sc.hrc> +#include <globstr.hrc> + +#include <opredlin.hxx> ScRedlineOptionsTabPage::ScRedlineOptionsTabPage( vcl::Window* pParent, const SfxItemSet& rSet ) diff --git a/sc/source/ui/optdlg/tpcalc.cxx b/sc/source/ui/optdlg/tpcalc.cxx index 56f7d42c6c49..541a63096e1b 100644 --- a/sc/source/ui/optdlg/tpcalc.cxx +++ b/sc/source/ui/optdlg/tpcalc.cxx @@ -19,20 +19,20 @@ #undef SC_DLLIMPLEMENTATION -#include "scitems.hxx" +#include <scitems.hxx> #include <vcl/msgbox.hxx> -#include "global.hxx" -#include "globstr.hrc" -#include "uiitems.hxx" -#include "docsh.hxx" -#include "document.hxx" -#include "docoptio.hxx" -#include "scresid.hxx" -#include "sc.hrc" +#include <global.hxx> +#include <globstr.hrc> +#include <uiitems.hxx> +#include <docsh.hxx> +#include <document.hxx> +#include <docoptio.hxx> +#include <scresid.hxx> +#include <sc.hrc> #include <officecfg/Office/Calc.hxx> -#include "tpcalc.hxx" +#include <tpcalc.hxx> #include <math.h> diff --git a/sc/source/ui/optdlg/tpcompatibility.cxx b/sc/source/ui/optdlg/tpcompatibility.cxx index c5f38a697fb0..e23424da1117 100644 --- a/sc/source/ui/optdlg/tpcompatibility.cxx +++ b/sc/source/ui/optdlg/tpcompatibility.cxx @@ -10,10 +10,10 @@ #undef SC_DLLIMPLEMENTATION #include <scmod.hxx> -#include "tpcompatibility.hxx" -#include "sc.hrc" -#include "scresid.hxx" -#include "appoptio.hxx" +#include <tpcompatibility.hxx> +#include <sc.hrc> +#include <scresid.hxx> +#include <appoptio.hxx> ScTpCompatOptions::ScTpCompatOptions(vcl::Window *pParent, const SfxItemSet &rCoreAttrs) : SfxTabPage(pParent, "OptCompatibilityPage","modules/scalc/ui/optcompatibilitypage.ui", &rCoreAttrs) diff --git a/sc/source/ui/optdlg/tpdefaults.cxx b/sc/source/ui/optdlg/tpdefaults.cxx index a789d0b83db6..dbff2ee5a795 100644 --- a/sc/source/ui/optdlg/tpdefaults.cxx +++ b/sc/source/ui/optdlg/tpdefaults.cxx @@ -9,12 +9,12 @@ #undef SC_DLLIMPLEMENTATION -#include "tpdefaults.hxx" -#include "sc.hrc" -#include "scresid.hxx" -#include "scmod.hxx" -#include "defaultsoptions.hxx" -#include "document.hxx" +#include <tpdefaults.hxx> +#include <sc.hrc> +#include <scresid.hxx> +#include <scmod.hxx> +#include <defaultsoptions.hxx> +#include <document.hxx> ScTpDefaultsOptions::ScTpDefaultsOptions(vcl::Window *pParent, const SfxItemSet &rCoreSet) : SfxTabPage(pParent, "OptDefaultPage", "modules/scalc/ui/optdefaultpage.ui", &rCoreSet) diff --git a/sc/source/ui/optdlg/tpformula.cxx b/sc/source/ui/optdlg/tpformula.cxx index f47d17139d07..14bd0695589d 100644 --- a/sc/source/ui/optdlg/tpformula.cxx +++ b/sc/source/ui/optdlg/tpformula.cxx @@ -22,11 +22,11 @@ #include <scmod.hxx> #include <svl/eitem.hxx> #include <svl/stritem.hxx> -#include "tpformula.hxx" -#include "formulaopt.hxx" -#include "sc.hrc" -#include "strings.hrc" -#include "scresid.hxx" +#include <tpformula.hxx> +#include <formulaopt.hxx> +#include <sc.hrc> +#include <strings.hrc> +#include <scresid.hxx> #include <formula/grammar.hxx> #include "calcoptionsdlg.hxx" #include <vcl/msgbox.hxx> diff --git a/sc/source/ui/optdlg/tpprint.cxx b/sc/source/ui/optdlg/tpprint.cxx index 0e9e574dcd85..2ba30bf352e6 100644 --- a/sc/source/ui/optdlg/tpprint.cxx +++ b/sc/source/ui/optdlg/tpprint.cxx @@ -21,11 +21,11 @@ #include <svl/eitem.hxx> -#include "tpprint.hxx" -#include "printopt.hxx" -#include "scmod.hxx" -#include "scresid.hxx" -#include "sc.hrc" +#include <tpprint.hxx> +#include <printopt.hxx> +#include <scmod.hxx> +#include <scresid.hxx> +#include <sc.hrc> ScTpPrintOptions::ScTpPrintOptions( vcl::Window* pParent, const SfxItemSet& rCoreAttrs ) diff --git a/sc/source/ui/optdlg/tpusrlst.cxx b/sc/source/ui/optdlg/tpusrlst.cxx index 0ab4e71fa189..c43a82f5959a 100644 --- a/sc/source/ui/optdlg/tpusrlst.cxx +++ b/sc/source/ui/optdlg/tpusrlst.cxx @@ -22,18 +22,18 @@ #include <comphelper/string.hxx> #include <vcl/msgbox.hxx> -#include "global.hxx" -#include "document.hxx" -#include "tabvwsh.hxx" -#include "viewdata.hxx" -#include "uiitems.hxx" -#include "userlist.hxx" -#include "rangeutl.hxx" -#include "crdlg.hxx" -#include "scresid.hxx" -#include "sc.hrc" -#include "globstr.hrc" -#include "tpusrlst.hxx" +#include <global.hxx> +#include <document.hxx> +#include <tabvwsh.hxx> +#include <viewdata.hxx> +#include <uiitems.hxx> +#include <userlist.hxx> +#include <rangeutl.hxx> +#include <crdlg.hxx> +#include <scresid.hxx> +#include <sc.hrc> +#include <globstr.hrc> +#include <tpusrlst.hxx> #define CR u'\x000D' #define LF u'\x000A' diff --git a/sc/source/ui/optdlg/tpview.cxx b/sc/source/ui/optdlg/tpview.cxx index b4250fb477bc..195259b2fd00 100644 --- a/sc/source/ui/optdlg/tpview.cxx +++ b/sc/source/ui/optdlg/tpview.cxx @@ -19,18 +19,18 @@ #undef SC_DLLIMPLEMENTATION -#include "scitems.hxx" -#include "tpview.hxx" -#include "global.hxx" -#include "viewopti.hxx" -#include "tabvwsh.hxx" -#include "uiitems.hxx" -#include "scresid.hxx" -#include "docsh.hxx" -#include "sc.hrc" -#include "strings.hrc" -#include "globstr.hrc" -#include "units.hrc" +#include <scitems.hxx> +#include <tpview.hxx> +#include <global.hxx> +#include <viewopti.hxx> +#include <tabvwsh.hxx> +#include <uiitems.hxx> +#include <scresid.hxx> +#include <docsh.hxx> +#include <sc.hrc> +#include <strings.hrc> +#include <globstr.hrc> +#include <units.hrc> #include <appoptio.hxx> #include <scmod.hxx> #include <svx/colorbox.hxx> diff --git a/sc/source/ui/pagedlg/areasdlg.cxx b/sc/source/ui/pagedlg/areasdlg.cxx index 9626d22e33a1..1ad3ebf896e2 100644 --- a/sc/source/ui/pagedlg/areasdlg.cxx +++ b/sc/source/ui/pagedlg/areasdlg.cxx @@ -26,15 +26,15 @@ #include <unotools/charclass.hxx> #include <stdlib.h> -#include "areasdlg.hxx" -#include "scresid.hxx" -#include "rangenam.hxx" -#include "reffact.hxx" -#include "tabvwsh.hxx" -#include "docsh.hxx" -#include "globstr.hrc" -#include "compiler.hxx" -#include "markdata.hxx" +#include <areasdlg.hxx> +#include <scresid.hxx> +#include <rangenam.hxx> +#include <reffact.hxx> +#include <tabvwsh.hxx> +#include <docsh.hxx> +#include <globstr.hrc> +#include <compiler.hxx> +#include <markdata.hxx> // List box positions for print range (PR) enum { diff --git a/sc/source/ui/pagedlg/hfedtdlg.cxx b/sc/source/ui/pagedlg/hfedtdlg.cxx index aee90a6b1962..76a8be272ee4 100644 --- a/sc/source/ui/pagedlg/hfedtdlg.cxx +++ b/sc/source/ui/pagedlg/hfedtdlg.cxx @@ -19,14 +19,14 @@ #undef SC_DLLIMPLEMENTATION -#include "scitems.hxx" +#include <scitems.hxx> #include <svl/eitem.hxx> -#include "hfedtdlg.hxx" -#include "global.hxx" -#include "globstr.hrc" -#include "scresid.hxx" -#include "scuitphfedit.hxx" +#include <hfedtdlg.hxx> +#include <global.hxx> +#include <globstr.hrc> +#include <scresid.hxx> +#include <scuitphfedit.hxx> // macros from docsh4.cxx //! use SIDs? diff --git a/sc/source/ui/pagedlg/scuitphfedit.cxx b/sc/source/ui/pagedlg/scuitphfedit.cxx index 67155250f87e..527c3f31ffb3 100644 --- a/sc/source/ui/pagedlg/scuitphfedit.cxx +++ b/sc/source/ui/pagedlg/scuitphfedit.cxx @@ -19,7 +19,7 @@ #undef SC_DLLIMPLEMENTATION -#include "scitems.hxx" +#include <scitems.hxx> #include <editeng/eeitem.hxx> #include <editeng/editobj.hxx> @@ -34,19 +34,19 @@ #include <unotools/useroptions.hxx> -#include "editutil.hxx" -#include "global.hxx" -#include "attrib.hxx" -#include "patattr.hxx" -#include "scresid.hxx" -#include "sc.hrc" -#include "globstr.hrc" -#include "tabvwsh.hxx" -#include "prevwsh.hxx" -#include "textdlgs.hxx" -#include "AccessibleEditObject.hxx" - -#include "scuitphfedit.hxx" +#include <editutil.hxx> +#include <global.hxx> +#include <attrib.hxx> +#include <patattr.hxx> +#include <scresid.hxx> +#include <sc.hrc> +#include <globstr.hrc> +#include <tabvwsh.hxx> +#include <prevwsh.hxx> +#include <textdlgs.hxx> +#include <AccessibleEditObject.hxx> + +#include <scuitphfedit.hxx> #include <memory> // class ScHFEditPage diff --git a/sc/source/ui/pagedlg/tphf.cxx b/sc/source/ui/pagedlg/tphf.cxx index 3392c16a9018..a94cca63e746 100644 --- a/sc/source/ui/pagedlg/tphf.cxx +++ b/sc/source/ui/pagedlg/tphf.cxx @@ -19,23 +19,23 @@ #undef SC_DLLIMPLEMENTATION -#include "scitems.hxx" +#include <scitems.hxx> #include <sfx2/basedlgs.hxx> #include <svl/style.hxx> #include <vcl/svapp.hxx> #include <vcl/msgbox.hxx> -#include "tphf.hxx" -#include "sc.hrc" -#include "scabstdlg.hxx" -#include "globstr.hrc" -#include "tabvwsh.hxx" -#include "viewdata.hxx" -#include "document.hxx" -#include "hfedtdlg.hxx" -#include "styledlg.hxx" -#include "scresid.hxx" -#include "scuitphfedit.hxx" +#include <tphf.hxx> +#include <sc.hrc> +#include <scabstdlg.hxx> +#include <globstr.hrc> +#include <tabvwsh.hxx> +#include <viewdata.hxx> +#include <document.hxx> +#include <hfedtdlg.hxx> +#include <styledlg.hxx> +#include <scresid.hxx> +#include <scuitphfedit.hxx> #include <memory> // class ScHFPage diff --git a/sc/source/ui/pagedlg/tphfedit.cxx b/sc/source/ui/pagedlg/tphfedit.cxx index df331676d935..7fe3affa9506 100644 --- a/sc/source/ui/pagedlg/tphfedit.cxx +++ b/sc/source/ui/pagedlg/tphfedit.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/editobj.hxx> @@ -32,20 +32,20 @@ #include <vcl/settings.hxx> #include <vcl/builderfactory.hxx> -#include "tphfedit.hxx" -#include "editutil.hxx" -#include "global.hxx" -#include "attrib.hxx" -#include "patattr.hxx" -#include "scresid.hxx" -#include "sc.hrc" -#include "globstr.hrc" -#include "strings.hrc" -#include "tabvwsh.hxx" -#include "prevwsh.hxx" -#include "AccessibleEditObject.hxx" - -#include "scabstdlg.hxx" +#include <tphfedit.hxx> +#include <editutil.hxx> +#include <global.hxx> +#include <attrib.hxx> +#include <patattr.hxx> +#include <scresid.hxx> +#include <sc.hrc> +#include <globstr.hrc> +#include <strings.hrc> +#include <tabvwsh.hxx> +#include <prevwsh.hxx> +#include <AccessibleEditObject.hxx> + +#include <scabstdlg.hxx> #include <memory> diff --git a/sc/source/ui/pagedlg/tptable.cxx b/sc/source/ui/pagedlg/tptable.cxx index cf3170a22258..be608b015f53 100644 --- a/sc/source/ui/pagedlg/tptable.cxx +++ b/sc/source/ui/pagedlg/tptable.cxx @@ -19,16 +19,16 @@ #undef SC_DLLIMPLEMENTATION -#include "scitems.hxx" +#include <scitems.hxx> #include <vcl/settings.hxx> -#include "tptable.hxx" -#include "global.hxx" -#include "attrib.hxx" -#include "scresid.hxx" -#include "sc.hrc" -#include "bitmaps.hlst" +#include <tptable.hxx> +#include <global.hxx> +#include <attrib.hxx> +#include <scresid.hxx> +#include <sc.hrc> +#include <bitmaps.hlst> // Static Data diff --git a/sc/source/ui/sidebar/AlignmentPropertyPanel.cxx b/sc/source/ui/sidebar/AlignmentPropertyPanel.cxx index da854a62ac10..a00e4bcb06eb 100644 --- a/sc/source/ui/sidebar/AlignmentPropertyPanel.cxx +++ b/sc/source/ui/sidebar/AlignmentPropertyPanel.cxx @@ -19,9 +19,9 @@ #include "AlignmentPropertyPanel.hxx" #include <editeng/justifyitem.hxx> -#include "sc.hrc" -#include "scresid.hxx" -#include "scitems.hxx" +#include <sc.hrc> +#include <scresid.hxx> +#include <scitems.hxx> #include <sfx2/bindings.hxx> #include <sfx2/dispatch.hxx> #include <svx/algitem.hxx> diff --git a/sc/source/ui/sidebar/CellAppearancePropertyPanel.cxx b/sc/source/ui/sidebar/CellAppearancePropertyPanel.cxx index 61e68d32f505..29a76f8e9a75 100644 --- a/sc/source/ui/sidebar/CellAppearancePropertyPanel.cxx +++ b/sc/source/ui/sidebar/CellAppearancePropertyPanel.cxx @@ -20,10 +20,10 @@ #include <sfx2/sidebar/Theme.hxx> #include <sfx2/sidebar/ControlFactory.hxx> #include "CellAppearancePropertyPanel.hxx" -#include "sc.hrc" -#include "strings.hrc" -#include "bitmaps.hlst" -#include "scresid.hxx" +#include <sc.hrc> +#include <strings.hrc> +#include <bitmaps.hlst> +#include <scresid.hxx> #include <sfx2/bindings.hxx> #include <sfx2/dispatch.hxx> #include <vcl/fixed.hxx> diff --git a/sc/source/ui/sidebar/CellBorderStyleControl.cxx b/sc/source/ui/sidebar/CellBorderStyleControl.cxx index 85ddb65b6e8d..d516da3a3fc9 100644 --- a/sc/source/ui/sidebar/CellBorderStyleControl.cxx +++ b/sc/source/ui/sidebar/CellBorderStyleControl.cxx @@ -18,8 +18,8 @@ */ #include "CellBorderStyleControl.hxx" -#include "sc.hrc" -#include "scresid.hxx" +#include <sc.hrc> +#include <scresid.hxx> #include <editeng/boxitem.hxx> #include <editeng/borderline.hxx> #include "CellAppearancePropertyPanel.hxx" diff --git a/sc/source/ui/sidebar/CellLineStyleControl.cxx b/sc/source/ui/sidebar/CellLineStyleControl.cxx index f7a9261eab5f..fe3a7d881967 100644 --- a/sc/source/ui/sidebar/CellLineStyleControl.cxx +++ b/sc/source/ui/sidebar/CellLineStyleControl.cxx @@ -18,8 +18,8 @@ */ #include "CellLineStyleControl.hxx" -#include "sc.hrc" -#include "scresid.hxx" +#include <sc.hrc> +#include <scresid.hxx> #include "CellLineStyleValueSet.hxx" #include <vcl/i18nhelp.hxx> #include <vcl/settings.hxx> diff --git a/sc/source/ui/sidebar/NumberFormatPropertyPanel.cxx b/sc/source/ui/sidebar/NumberFormatPropertyPanel.cxx index 859f58d72f7f..e52a08e83be5 100644 --- a/sc/source/ui/sidebar/NumberFormatPropertyPanel.cxx +++ b/sc/source/ui/sidebar/NumberFormatPropertyPanel.cxx @@ -19,8 +19,8 @@ #include <sfx2/sidebar/ControlFactory.hxx> #include "NumberFormatPropertyPanel.hxx" -#include "sc.hrc" -#include "scresid.hxx" +#include <sc.hrc> +#include <scresid.hxx> #include <sfx2/bindings.hxx> #include <sfx2/dispatch.hxx> #include <vcl/fixed.hxx> diff --git a/sc/source/ui/sidebar/ScPanelFactory.cxx b/sc/source/ui/sidebar/ScPanelFactory.cxx index f16ca5f21c31..f204e3685fb8 100644 --- a/sc/source/ui/sidebar/ScPanelFactory.cxx +++ b/sc/source/ui/sidebar/ScPanelFactory.cxx @@ -24,7 +24,7 @@ #include "NumberFormatPropertyPanel.hxx" #include <navipi.hxx> #include <dwfunctr.hxx> -#include "sc.hrc" +#include <sc.hrc> #include <sfx2/sidebar/SidebarPanelBase.hxx> #include <sfx2/sfxbasecontroller.hxx> diff --git a/sc/source/ui/styleui/styledlg.cxx b/sc/source/ui/styleui/styledlg.cxx index 0f0c43cce8fa..328b015f5d5f 100644 --- a/sc/source/ui/styleui/styledlg.cxx +++ b/sc/source/ui/styleui/styledlg.cxx @@ -19,19 +19,19 @@ #undef SC_DLLIMPLEMENTATION -#include "scitems.hxx" +#include <scitems.hxx> #include <svx/numinf.hxx> #include <sfx2/objsh.hxx> #include <svl/style.hxx> #include <svl/cjkoptions.hxx> -#include "styledlg.hxx" -#include "tabpages.hxx" -#include "tphf.hxx" -#include "tptable.hxx" -#include "scresid.hxx" -#include "scres.hrc" -#include "strings.hrc" +#include <styledlg.hxx> +#include <tabpages.hxx> +#include <tphf.hxx> +#include <tptable.hxx> +#include <scresid.hxx> +#include <scres.hrc> +#include <strings.hrc> #include <svx/svxdlg.hxx> #include <svx/svxids.hrc> #include <svx/dialogs.hrc> diff --git a/sc/source/ui/uitest/uiobject.cxx b/sc/source/ui/uitest/uiobject.cxx index a92185a4714d..323ae82e517a 100644 --- a/sc/source/ui/uitest/uiobject.cxx +++ b/sc/source/ui/uitest/uiobject.cxx @@ -8,14 +8,14 @@ */ #include <memory> -#include "uiobject.hxx" +#include <uiobject.hxx> -#include "rangeutl.hxx" -#include "gridwin.hxx" +#include <rangeutl.hxx> +#include <gridwin.hxx> -#include "viewdata.hxx" -#include "dbfunc.hxx" -#include "tabvwsh.hxx" +#include <viewdata.hxx> +#include <dbfunc.hxx> +#include <tabvwsh.hxx> #include <svx/svditer.hxx> #include <svx/svdobj.hxx> diff --git a/sc/source/ui/undo/areasave.cxx b/sc/source/ui/undo/areasave.cxx index a37420e7783a..51710f907ff1 100644 --- a/sc/source/ui/undo/areasave.cxx +++ b/sc/source/ui/undo/areasave.cxx @@ -19,9 +19,9 @@ #include <sfx2/linkmgr.hxx> -#include "areasave.hxx" -#include "arealink.hxx" -#include "document.hxx" +#include <areasave.hxx> +#include <arealink.hxx> +#include <document.hxx> #include <documentlinkmgr.hxx> ScAreaLinkSaver::ScAreaLinkSaver( const ScAreaLink& rSource ) : diff --git a/sc/source/ui/undo/refundo.cxx b/sc/source/ui/undo/refundo.cxx index a7c209634fda..7488465e63af 100644 --- a/sc/source/ui/undo/refundo.cxx +++ b/sc/source/ui/undo/refundo.cxx @@ -17,20 +17,20 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "refundo.hxx" -#include "undobase.hxx" -#include "document.hxx" -#include "dbdata.hxx" -#include "rangenam.hxx" -#include "pivot.hxx" -#include "chartarr.hxx" -#include "stlpool.hxx" -#include "detdata.hxx" -#include "prnsave.hxx" -#include "chartlis.hxx" -#include "dpobject.hxx" -#include "areasave.hxx" -#include "unoreflist.hxx" +#include <refundo.hxx> +#include <undobase.hxx> +#include <document.hxx> +#include <dbdata.hxx> +#include <rangenam.hxx> +#include <pivot.hxx> +#include <chartarr.hxx> +#include <stlpool.hxx> +#include <detdata.hxx> +#include <prnsave.hxx> +#include <chartlis.hxx> +#include <dpobject.hxx> +#include <areasave.hxx> +#include <unoreflist.hxx> #include <scopetools.hxx> #include <refupdatecontext.hxx> diff --git a/sc/source/ui/undo/target.cxx b/sc/source/ui/undo/target.cxx index e99abee7cb17..db8784288558 100644 --- a/sc/source/ui/undo/target.cxx +++ b/sc/source/ui/undo/target.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "target.hxx" +#include <target.hxx> ScTabViewTarget::~ScTabViewTarget() { diff --git a/sc/source/ui/undo/undobase.cxx b/sc/source/ui/undo/undobase.cxx index 89848f1a1a22..e69a2c81397b 100644 --- a/sc/source/ui/undo/undobase.cxx +++ b/sc/source/ui/undo/undobase.cxx @@ -19,18 +19,18 @@ #include <vcl/virdev.hxx> -#include "undobase.hxx" -#include "refundo.hxx" -#include "docsh.hxx" -#include "tabvwsh.hxx" -#include "undoolk.hxx" -#include "undodraw.hxx" -#include "dbdata.hxx" -#include "attrib.hxx" -#include "queryparam.hxx" -#include "subtotalparam.hxx" -#include "bcaslot.hxx" -#include "globstr.hrc" +#include <undobase.hxx> +#include <refundo.hxx> +#include <docsh.hxx> +#include <tabvwsh.hxx> +#include <undoolk.hxx> +#include <undodraw.hxx> +#include <dbdata.hxx> +#include <attrib.hxx> +#include <queryparam.hxx> +#include <subtotalparam.hxx> +#include <bcaslot.hxx> +#include <globstr.hrc> #include <rowheightcontext.hxx> #include <column.hxx> #include <sortparam.hxx> diff --git a/sc/source/ui/undo/undoblk.cxx b/sc/source/ui/undo/undoblk.cxx index b033116e47e0..acaadbc0dd61 100644 --- a/sc/source/ui/undo/undoblk.cxx +++ b/sc/source/ui/undo/undoblk.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "scitems.hxx" +#include <scitems.hxx> #include <vcl/virdev.hxx> #include <vcl/waitobj.hxx> #include <editeng/boxitem.hxx> @@ -26,30 +26,30 @@ #include <comphelper/lok.hxx> #include <sfx2/lokhelper.hxx> -#include "undoblk.hxx" -#include "undoutil.hxx" -#include "document.hxx" -#include "patattr.hxx" -#include "docsh.hxx" -#include "tabvwsh.hxx" -#include "rangenam.hxx" -#include "rangeutl.hxx" -#include "dbdata.hxx" -#include "stlpool.hxx" -#include "stlsheet.hxx" -#include "globstr.hrc" -#include "global.hxx" -#include "target.hxx" -#include "docpool.hxx" -#include "docfunc.hxx" -#include "attrib.hxx" -#include "chgtrack.hxx" -#include "transobj.hxx" -#include "refundo.hxx" -#include "undoolk.hxx" -#include "clipparam.hxx" +#include <undoblk.hxx> +#include <undoutil.hxx> +#include <document.hxx> +#include <patattr.hxx> +#include <docsh.hxx> +#include <tabvwsh.hxx> +#include <rangenam.hxx> +#include <rangeutl.hxx> +#include <dbdata.hxx> +#include <stlpool.hxx> +#include <stlsheet.hxx> +#include <globstr.hrc> +#include <global.hxx> +#include <target.hxx> +#include <docpool.hxx> +#include <docfunc.hxx> +#include <attrib.hxx> +#include <chgtrack.hxx> +#include <transobj.hxx> +#include <refundo.hxx> +#include <undoolk.hxx> +#include <clipparam.hxx> #include <brdcst.hxx> -#include "sc.hrc" +#include <sc.hrc> #include <rowheightcontext.hxx> #include <refhint.hxx> #include <refupdatecontext.hxx> diff --git a/sc/source/ui/undo/undoblk2.cxx b/sc/source/ui/undo/undoblk2.cxx index 8a1247cbca14..140cdb459b91 100644 --- a/sc/source/ui/undo/undoblk2.cxx +++ b/sc/source/ui/undo/undoblk2.cxx @@ -17,18 +17,18 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "scitems.hxx" - -#include "undoblk.hxx" -#include "document.hxx" -#include "docsh.hxx" -#include "tabvwsh.hxx" -#include "olinetab.hxx" -#include "globstr.hrc" -#include "global.hxx" -#include "target.hxx" - -#include "undoolk.hxx" +#include <scitems.hxx> + +#include <undoblk.hxx> +#include <document.hxx> +#include <docsh.hxx> +#include <tabvwsh.hxx> +#include <olinetab.hxx> +#include <globstr.hrc> +#include <global.hxx> +#include <target.hxx> + +#include <undoolk.hxx> #include <comphelper/lok.hxx> #include <sfx2/lokhelper.hxx> diff --git a/sc/source/ui/undo/undoblk3.cxx b/sc/source/ui/undo/undoblk3.cxx index 7828532b92c9..8e6dd0f50358 100644 --- a/sc/source/ui/undo/undoblk3.cxx +++ b/sc/source/ui/undo/undoblk3.cxx @@ -22,7 +22,7 @@ #include <memory> #include <utility> -#include "scitems.hxx" +#include <scitems.hxx> #include <svx/algitem.hxx> #include <editeng/boxitem.hxx> #include <editeng/justifyitem.hxx> @@ -32,30 +32,30 @@ #include <vcl/virdev.hxx> #include <sfx2/app.hxx> -#include "undoblk.hxx" -#include "sc.hrc" -#include "globstr.hrc" -#include "global.hxx" -#include "rangenam.hxx" -#include "arealink.hxx" -#include "patattr.hxx" -#include "target.hxx" -#include "document.hxx" -#include "docpool.hxx" -#include "table.hxx" -#include "docsh.hxx" -#include "tabvwsh.hxx" -#include "undoolk.hxx" -#include "undoutil.hxx" -#include "chgtrack.hxx" -#include "dociter.hxx" -#include "formulacell.hxx" -#include "paramisc.hxx" -#include "postit.hxx" -#include "docuno.hxx" -#include "progress.hxx" -#include "editutil.hxx" -#include "editdataarray.hxx" +#include <undoblk.hxx> +#include <sc.hrc> +#include <globstr.hrc> +#include <global.hxx> +#include <rangenam.hxx> +#include <arealink.hxx> +#include <patattr.hxx> +#include <target.hxx> +#include <document.hxx> +#include <docpool.hxx> +#include <table.hxx> +#include <docsh.hxx> +#include <tabvwsh.hxx> +#include <undoolk.hxx> +#include <undoutil.hxx> +#include <chgtrack.hxx> +#include <dociter.hxx> +#include <formulacell.hxx> +#include <paramisc.hxx> +#include <postit.hxx> +#include <docuno.hxx> +#include <progress.hxx> +#include <editutil.hxx> +#include <editdataarray.hxx> #include <rowheightcontext.hxx> // TODO: diff --git a/sc/source/ui/undo/undocell.cxx b/sc/source/ui/undo/undocell.cxx index 5e0a20b3bebc..65c073b6b8e6 100644 --- a/sc/source/ui/undo/undocell.cxx +++ b/sc/source/ui/undo/undocell.cxx @@ -17,33 +17,33 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "undocell.hxx" +#include <undocell.hxx> -#include "scitems.hxx" +#include <scitems.hxx> #include <editeng/eeitem.hxx> #include <editeng/editobj.hxx> #include <svl/zforlist.hxx> #include <svl/sharedstringpool.hxx> #include <sfx2/app.hxx> -#include "document.hxx" -#include "docpool.hxx" -#include "patattr.hxx" -#include "docsh.hxx" -#include "tabvwsh.hxx" -#include "globstr.hrc" -#include "global.hxx" -#include "formulacell.hxx" -#include "target.hxx" -#include "undoolk.hxx" -#include "detdata.hxx" -#include "stlpool.hxx" -#include "printfun.hxx" -#include "rangenam.hxx" -#include "chgtrack.hxx" -#include "sc.hrc" -#include "docuno.hxx" -#include "stringutil.hxx" +#include <document.hxx> +#include <docpool.hxx> +#include <patattr.hxx> +#include <docsh.hxx> +#include <tabvwsh.hxx> +#include <globstr.hrc> +#include <global.hxx> +#include <formulacell.hxx> +#include <target.hxx> +#include <undoolk.hxx> +#include <detdata.hxx> +#include <stlpool.hxx> +#include <printfun.hxx> +#include <rangenam.hxx> +#include <chgtrack.hxx> +#include <sc.hrc> +#include <docuno.hxx> +#include <stringutil.hxx> using std::shared_ptr; diff --git a/sc/source/ui/undo/undodat.cxx b/sc/source/ui/undo/undodat.cxx index 759d49a0b390..b7a745a87d98 100644 --- a/sc/source/ui/undo/undodat.cxx +++ b/sc/source/ui/undo/undodat.cxx @@ -19,30 +19,30 @@ #include <sfx2/app.hxx> -#include "undodat.hxx" -#include "undoutil.hxx" -#include "undoolk.hxx" -#include "document.hxx" -#include "docsh.hxx" -#include "tabvwsh.hxx" -#include "olinetab.hxx" -#include "dbdata.hxx" -#include "rangenam.hxx" -#include "pivot.hxx" -#include "globstr.hrc" -#include "global.hxx" -#include "globalnames.hxx" -#include "target.hxx" -#include "chartarr.hxx" -#include "dbdocfun.hxx" -#include "olinefun.hxx" -#include "dpobject.hxx" -#include "attrib.hxx" -#include "hints.hxx" -#include "sc.hrc" -#include "chgtrack.hxx" -#include "refundo.hxx" -#include "markdata.hxx" +#include <undodat.hxx> +#include <undoutil.hxx> +#include <undoolk.hxx> +#include <document.hxx> +#include <docsh.hxx> +#include <tabvwsh.hxx> +#include <olinetab.hxx> +#include <dbdata.hxx> +#include <rangenam.hxx> +#include <pivot.hxx> +#include <globstr.hrc> +#include <global.hxx> +#include <globalnames.hxx> +#include <target.hxx> +#include <chartarr.hxx> +#include <dbdocfun.hxx> +#include <olinefun.hxx> +#include <dpobject.hxx> +#include <attrib.hxx> +#include <hints.hxx> +#include <sc.hrc> +#include <chgtrack.hxx> +#include <refundo.hxx> +#include <markdata.hxx> // Show or hide outline groups diff --git a/sc/source/ui/undo/undodraw.cxx b/sc/source/ui/undo/undodraw.cxx index bc7f0a7118ca..83229f81978d 100644 --- a/sc/source/ui/undo/undodraw.cxx +++ b/sc/source/ui/undo/undodraw.cxx @@ -19,9 +19,9 @@ #include <svx/svdundo.hxx> -#include "undodraw.hxx" -#include "docsh.hxx" -#include "tabvwsh.hxx" +#include <undodraw.hxx> +#include <docsh.hxx> +#include <tabvwsh.hxx> ScUndoDraw::ScUndoDraw( SfxUndoAction* pUndo, ScDocShell* pDocSh ) : diff --git a/sc/source/ui/undo/undoolk.cxx b/sc/source/ui/undo/undoolk.cxx index 9d80fb1aa64f..060aac26c00b 100644 --- a/sc/source/ui/undo/undoolk.cxx +++ b/sc/source/ui/undo/undoolk.cxx @@ -19,9 +19,9 @@ #include <svx/svdundo.hxx> -#include "document.hxx" -#include "drwlayer.hxx" -#include "undoolk.hxx" +#include <document.hxx> +#include <drwlayer.hxx> +#include <undoolk.hxx> SdrUndoAction* GetSdrUndoAction( ScDocument* pDoc ) { diff --git a/sc/source/ui/undo/undorangename.cxx b/sc/source/ui/undo/undorangename.cxx index 793846cfd000..151b6586899a 100644 --- a/sc/source/ui/undo/undorangename.cxx +++ b/sc/source/ui/undo/undorangename.cxx @@ -7,11 +7,11 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#include "undorangename.hxx" -#include "globstr.hrc" -#include "global.hxx" -#include "docfunc.hxx" -#include "sc.hrc" +#include <undorangename.hxx> +#include <globstr.hrc> +#include <global.hxx> +#include <docfunc.hxx> +#include <sc.hrc> #include <sfx2/app.hxx> diff --git a/sc/source/ui/undo/undostyl.cxx b/sc/source/ui/undo/undostyl.cxx index 066648d6d70e..b2d7ccde8875 100644 --- a/sc/source/ui/undo/undostyl.cxx +++ b/sc/source/ui/undo/undostyl.cxx @@ -20,14 +20,14 @@ #include <svl/itemset.hxx> #include <vcl/virdev.hxx> -#include "undostyl.hxx" -#include "docsh.hxx" -#include "docpool.hxx" -#include "stlpool.hxx" -#include "printfun.hxx" -#include "scmod.hxx" -#include "inputhdl.hxx" -#include "globstr.hrc" +#include <undostyl.hxx> +#include <docsh.hxx> +#include <docpool.hxx> +#include <stlpool.hxx> +#include <printfun.hxx> +#include <scmod.hxx> +#include <inputhdl.hxx> +#include <globstr.hrc> // modify style (cell or page style) diff --git a/sc/source/ui/undo/undotab.cxx b/sc/source/ui/undo/undotab.cxx index 0b41b3d460e0..db0c34d0568c 100644 --- a/sc/source/ui/undo/undotab.cxx +++ b/sc/source/ui/undo/undotab.cxx @@ -22,31 +22,31 @@ #include <sfx2/dispatch.hxx> #include <svl/hint.hxx> -#include "undotab.hxx" -#include "document.hxx" -#include "docsh.hxx" -#include "tabvwsh.hxx" -#include "globstr.hrc" -#include "global.hxx" -#include "sc.hrc" -#include "strings.hrc" -#include "undoolk.hxx" -#include "target.hxx" -#include "uiitems.hxx" -#include "prnsave.hxx" -#include "printfun.hxx" -#include "chgtrack.hxx" -#include "tabprotection.hxx" -#include "viewdata.hxx" -#include "progress.hxx" -#include "markdata.hxx" +#include <undotab.hxx> +#include <document.hxx> +#include <docsh.hxx> +#include <tabvwsh.hxx> +#include <globstr.hrc> +#include <global.hxx> +#include <sc.hrc> +#include <strings.hrc> +#include <undoolk.hxx> +#include <target.hxx> +#include <uiitems.hxx> +#include <prnsave.hxx> +#include <printfun.hxx> +#include <chgtrack.hxx> +#include <tabprotection.hxx> +#include <viewdata.hxx> +#include <progress.hxx> +#include <markdata.hxx> // for ScUndoRenameObject - might me moved to another file later #include <svx/svditer.hxx> #include <svx/svdoole2.hxx> #include <svx/svdpage.hxx> -#include "drwlayer.hxx" -#include "scresid.hxx" +#include <drwlayer.hxx> +#include <scresid.hxx> #include <memory> #include <utility> diff --git a/sc/source/ui/undo/undoutil.cxx b/sc/source/ui/undo/undoutil.cxx index 41d2caf92e69..dce4612ce60d 100644 --- a/sc/source/ui/undo/undoutil.cxx +++ b/sc/source/ui/undo/undoutil.cxx @@ -17,16 +17,16 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "undoutil.hxx" +#include <undoutil.hxx> -#include "docsh.hxx" -#include "tabvwsh.hxx" -#include "document.hxx" -#include "dbdata.hxx" -#include "globstr.hrc" -#include "globalnames.hxx" -#include "global.hxx" -#include "markdata.hxx" +#include <docsh.hxx> +#include <tabvwsh.hxx> +#include <document.hxx> +#include <dbdata.hxx> +#include <globstr.hrc> +#include <globalnames.hxx> +#include <global.hxx> +#include <markdata.hxx> void ScUndoUtil::MarkSimpleBlock( const ScDocShell* pDocShell, SCCOL nStartX, SCROW nStartY, SCTAB nStartZ, 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> 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; diff --git a/sc/source/ui/view/auditsh.cxx b/sc/source/ui/view/auditsh.cxx index 951a325cd86e..ca50b45ae63b 100644 --- a/sc/source/ui/view/auditsh.cxx +++ b/sc/source/ui/view/auditsh.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "scitems.hxx" +#include <scitems.hxx> #include <svl/srchitem.hxx> #include <sfx2/bindings.hxx> #include <sfx2/objface.hxx> @@ -25,14 +25,14 @@ #include <sfx2/request.hxx> #include <vcl/EnumContext.hxx> -#include "auditsh.hxx" -#include "tabvwsh.hxx" -#include "scresid.hxx" -#include "sc.hrc" -#include "document.hxx" +#include <auditsh.hxx> +#include <tabvwsh.hxx> +#include <scresid.hxx> +#include <sc.hrc> +#include <document.hxx> #define ScAuditingShell -#include "scslots.hxx" +#include <scslots.hxx> SFX_IMPL_INTERFACE(ScAuditingShell, SfxShell) diff --git a/sc/source/ui/view/cellmergeoption.cxx b/sc/source/ui/view/cellmergeoption.cxx index 42b5862e4248..a9c770264d26 100644 --- a/sc/source/ui/view/cellmergeoption.cxx +++ b/sc/source/ui/view/cellmergeoption.cxx @@ -7,8 +7,8 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#include "cellmergeoption.hxx" -#include "address.hxx" +#include <cellmergeoption.hxx> +#include <address.hxx> ScCellMergeOption::ScCellMergeOption(const ScRange& rRange) : mnStartCol(rRange.aStart.Col()), diff --git a/sc/source/ui/view/cellsh.cxx b/sc/source/ui/view/cellsh.cxx index cf410346c6c1..6c96acf74570 100644 --- a/sc/source/ui/view/cellsh.cxx +++ b/sc/source/ui/view/cellsh.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "scitems.hxx" +#include <scitems.hxx> #include <comphelper/lok.hxx> #include <svl/slstitm.hxx> @@ -39,29 +39,29 @@ #include <svx/sidebar/ContextChangeEventMultiplexer.hxx> #include <editeng/langitem.hxx> -#include "cellsh.hxx" -#include "sc.hrc" -#include "docsh.hxx" -#include "attrib.hxx" -#include "scresid.hxx" -#include "tabvwsh.hxx" -#include "impex.hxx" -#include "formulacell.hxx" -#include "scmod.hxx" -#include "globstr.hrc" -#include "transobj.hxx" -#include "drwtrans.hxx" -#include "scabstdlg.hxx" -#include "dociter.hxx" -#include "postit.hxx" -#include "cliputil.hxx" -#include "clipparam.hxx" -#include "markdata.hxx" +#include <cellsh.hxx> +#include <sc.hrc> +#include <docsh.hxx> +#include <attrib.hxx> +#include <scresid.hxx> +#include <tabvwsh.hxx> +#include <impex.hxx> +#include <formulacell.hxx> +#include <scmod.hxx> +#include <globstr.hrc> +#include <transobj.hxx> +#include <drwtrans.hxx> +#include <scabstdlg.hxx> +#include <dociter.hxx> +#include <postit.hxx> +#include <cliputil.hxx> +#include <clipparam.hxx> +#include <markdata.hxx> #include <gridwin.hxx> #define ScCellShell #define CellMovement -#include "scslots.hxx" +#include <scslots.hxx> SFX_IMPL_INTERFACE(ScCellShell, ScFormatShell) diff --git a/sc/source/ui/view/cellsh1.cxx b/sc/source/ui/view/cellsh1.cxx index d0dec50d9e99..8794364f80eb 100644 --- a/sc/source/ui/view/cellsh1.cxx +++ b/sc/source/ui/view/cellsh1.cxx @@ -22,7 +22,7 @@ #include <com/sun/star/i18n/TextConversionOption.hpp> #include <com/sun/star/sheet/DataPilotFieldFilter.hpp> -#include "scitems.hxx" +#include <scitems.hxx> #include <sfx2/viewfrm.hxx> #include <basic/sberrors.hxx> @@ -50,44 +50,44 @@ #include <editeng/editview.hxx> #include <svtools/cliplistener.hxx> -#include "cellsh.hxx" -#include "sc.hrc" -#include "document.hxx" -#include "patattr.hxx" -#include "scmod.hxx" -#include "scresid.hxx" -#include "tabvwsh.hxx" -#include "impex.hxx" -#include "reffind.hxx" -#include "uiitems.hxx" -#include "reffact.hxx" -#include "inputhdl.hxx" -#include "transobj.hxx" -#include "drwtrans.hxx" -#include "docfunc.hxx" -#include "editable.hxx" -#include "dpobject.hxx" -#include "dpsave.hxx" -#include "dpgroup.hxx" -#include "spellparam.hxx" -#include "postit.hxx" -#include "clipparam.hxx" -#include "pivot.hxx" -#include "dpsdbtab.hxx" -#include "dpshttab.hxx" -#include "dbdata.hxx" -#include "docsh.hxx" -#include "cliputil.hxx" -#include "markdata.hxx" -#include "docpool.hxx" -#include "condformatdlg.hxx" -#include "attrib.hxx" -#include "condformatdlgitem.hxx" - -#include "globstr.hrc" -#include "scui_def.hxx" +#include <cellsh.hxx> +#include <sc.hrc> +#include <document.hxx> +#include <patattr.hxx> +#include <scmod.hxx> +#include <scresid.hxx> +#include <tabvwsh.hxx> +#include <impex.hxx> +#include <reffind.hxx> +#include <uiitems.hxx> +#include <reffact.hxx> +#include <inputhdl.hxx> +#include <transobj.hxx> +#include <drwtrans.hxx> +#include <docfunc.hxx> +#include <editable.hxx> +#include <dpobject.hxx> +#include <dpsave.hxx> +#include <dpgroup.hxx> +#include <spellparam.hxx> +#include <postit.hxx> +#include <clipparam.hxx> +#include <pivot.hxx> +#include <dpsdbtab.hxx> +#include <dpshttab.hxx> +#include <dbdata.hxx> +#include <docsh.hxx> +#include <cliputil.hxx> +#include <markdata.hxx> +#include <docpool.hxx> +#include <condformatdlg.hxx> +#include <attrib.hxx> +#include <condformatdlgitem.hxx> + +#include <globstr.hrc> +#include <scui_def.hxx> #include <svx/dialogs.hrc> -#include "scabstdlg.hxx" +#include <scabstdlg.hxx> #include <tokenstringcontext.hxx> #include <cellvalue.hxx> #include <tokenarray.hxx> diff --git a/sc/source/ui/view/cellsh2.cxx b/sc/source/ui/view/cellsh2.cxx index e2016d2acce9..11fb12fe3f5c 100644 --- a/sc/source/ui/view/cellsh2.cxx +++ b/sc/source/ui/view/cellsh2.cxx @@ -20,7 +20,7 @@ #include <config_features.h> #include <basic/sberrors.hxx> -#include "scitems.hxx" +#include <scitems.hxx> #include <comphelper/lok.hxx> #include <sfx2/viewfrm.hxx> #include <sfx2/app.hxx> @@ -38,35 +38,35 @@ #include <com/sun/star/frame/FrameSearchFlag.hpp> #include <com/sun/star/sdbc/XResultSet.hpp> -#include "cellsh.hxx" -#include "tabvwsh.hxx" -#include "sc.hrc" -#include "globstr.hrc" -#include "global.hxx" -#include "globalnames.hxx" -#include "scmod.hxx" -#include "docsh.hxx" -#include "document.hxx" -#include "uiitems.hxx" -#include "dbfunc.hxx" -#include "dbdocfun.hxx" -#include "filtdlg.hxx" -#include "dbnamdlg.hxx" -#include "reffact.hxx" -#include "validat.hxx" -#include "validate.hxx" -#include "scresid.hxx" -#include "datamapper.hxx" - -#include "scui_def.hxx" -#include "scabstdlg.hxx" -#include "impex.hxx" -#include "asciiopt.hxx" -#include "datastream.hxx" -#include "datastreamdlg.hxx" -#include "dataproviderdlg.hxx" -#include "queryentry.hxx" -#include "markdata.hxx" +#include <cellsh.hxx> +#include <tabvwsh.hxx> +#include <sc.hrc> +#include <globstr.hrc> +#include <global.hxx> +#include <globalnames.hxx> +#include <scmod.hxx> +#include <docsh.hxx> +#include <document.hxx> +#include <uiitems.hxx> +#include <dbfunc.hxx> +#include <dbdocfun.hxx> +#include <filtdlg.hxx> +#include <dbnamdlg.hxx> +#include <reffact.hxx> +#include <validat.hxx> +#include <validate.hxx> +#include <scresid.hxx> +#include <datamapper.hxx> + +#include <scui_def.hxx> +#include <scabstdlg.hxx> +#include <impex.hxx> +#include <asciiopt.hxx> +#include <datastream.hxx> +#include <datastreamdlg.hxx> +#include <dataproviderdlg.hxx> +#include <queryentry.hxx> +#include <markdata.hxx> #include <documentlinkmgr.hxx> #include <memory> diff --git a/sc/source/ui/view/cellsh3.cxx b/sc/source/ui/view/cellsh3.cxx index 8b6233ba0083..305bbd68f876 100644 --- a/sc/source/ui/view/cellsh3.cxx +++ b/sc/source/ui/view/cellsh3.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "scitems.hxx" +#include <scitems.hxx> #include <editeng/editview.hxx> #include <editeng/editeng.hxx> #include <sfx2/viewfrm.hxx> @@ -27,23 +27,23 @@ #include <svl/stritem.hxx> #include <vcl/msgbox.hxx> #include <sfx2/app.hxx> -#include "globstr.hrc" -#include "scmod.hxx" -#include "appoptio.hxx" -#include "tabvwsh.hxx" -#include "document.hxx" -#include "sc.hrc" -#include "docsh.hxx" -#include "reffact.hxx" -#include "uiitems.hxx" -#include "autoform.hxx" -#include "autofmt.hxx" -#include "cellsh.hxx" -#include "inputhdl.hxx" -#include "editable.hxx" -#include "markdata.hxx" -#include "scabstdlg.hxx" -#include "columnspanset.hxx" +#include <globstr.hrc> +#include <scmod.hxx> +#include <appoptio.hxx> +#include <tabvwsh.hxx> +#include <document.hxx> +#include <sc.hrc> +#include <docsh.hxx> +#include <reffact.hxx> +#include <uiitems.hxx> +#include <autoform.hxx> +#include <autofmt.hxx> +#include <cellsh.hxx> +#include <inputhdl.hxx> +#include <editable.hxx> +#include <markdata.hxx> +#include <scabstdlg.hxx> +#include <columnspanset.hxx> #include <memory> diff --git a/sc/source/ui/view/cellsh4.cxx b/sc/source/ui/view/cellsh4.cxx index dc682c5f8850..3037ceb0c425 100644 --- a/sc/source/ui/view/cellsh4.cxx +++ b/sc/source/ui/view/cellsh4.cxx @@ -19,15 +19,15 @@ #include <sfx2/request.hxx> -#include "cellsh.hxx" -#include "tabvwsh.hxx" -#include "global.hxx" -#include "scmod.hxx" -#include "inputhdl.hxx" -#include "inputwin.hxx" -#include "document.hxx" -#include "sc.hrc" -#include "scabstdlg.hxx" +#include <cellsh.hxx> +#include <tabvwsh.hxx> +#include <global.hxx> +#include <scmod.hxx> +#include <inputhdl.hxx> +#include <inputwin.hxx> +#include <document.hxx> +#include <sc.hrc> +#include <scabstdlg.hxx> #include <vcl/svapp.hxx> diff --git a/sc/source/ui/view/cliputil.cxx b/sc/source/ui/view/cliputil.cxx index 24ef0f4a2741..4eead7dee2f3 100644 --- a/sc/source/ui/view/cliputil.cxx +++ b/sc/source/ui/view/cliputil.cxx @@ -7,18 +7,18 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#include "cliputil.hxx" -#include "viewdata.hxx" -#include "tabvwsh.hxx" -#include "transobj.hxx" -#include "document.hxx" -#include "dpobject.hxx" -#include "globstr.hrc" -#include "clipparam.hxx" -#include "clipoptions.hxx" -#include "rangelst.hxx" -#include "viewutil.hxx" -#include "markdata.hxx" +#include <cliputil.hxx> +#include <viewdata.hxx> +#include <tabvwsh.hxx> +#include <transobj.hxx> +#include <document.hxx> +#include <dpobject.hxx> +#include <globstr.hrc> +#include <clipparam.hxx> +#include <clipoptions.hxx> +#include <rangelst.hxx> +#include <viewutil.hxx> +#include <markdata.hxx> #include <gridwin.hxx> #include <vcl/waitobj.hxx> diff --git a/sc/source/ui/view/colrowba.cxx b/sc/source/ui/view/colrowba.cxx index f650ffbb3e52..246fd7b5238a 100644 --- a/sc/source/ui/view/colrowba.cxx +++ b/sc/source/ui/view/colrowba.cxx @@ -19,15 +19,15 @@ #include <unotools/localedatawrapper.hxx> -#include "colrowba.hxx" -#include "document.hxx" -#include "scmod.hxx" -#include "tabvwsh.hxx" -#include "docsh.hxx" -#include "appoptio.hxx" -#include "globstr.hrc" -#include "markdata.hxx" -#include "tabview.hxx" +#include <colrowba.hxx> +#include <document.hxx> +#include <scmod.hxx> +#include <tabvwsh.hxx> +#include <docsh.hxx> +#include <appoptio.hxx> +#include <globstr.hrc> +#include <markdata.hxx> +#include <tabview.hxx> #include <columnspanset.hxx> static OUString lcl_MetricString( long nTwips, const OUString& rText ) diff --git a/sc/source/ui/view/dbfunc.cxx b/sc/source/ui/view/dbfunc.cxx index 40e6ec4ad3b5..7b0d640fd30d 100644 --- a/sc/source/ui/view/dbfunc.cxx +++ b/sc/source/ui/view/dbfunc.cxx @@ -17,26 +17,26 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "scitems.hxx" +#include <scitems.hxx> #include <sfx2/app.hxx> #include <sfx2/bindings.hxx> #include <vcl/msgbox.hxx> #include <com/sun/star/sdbc/XResultSet.hpp> -#include "dbfunc.hxx" -#include "docsh.hxx" -#include "attrib.hxx" -#include "sc.hrc" -#include "undodat.hxx" -#include "dbdata.hxx" -#include "globstr.hrc" -#include "global.hxx" -#include "dbdocfun.hxx" -#include "editable.hxx" -#include "queryentry.hxx" -#include "markdata.hxx" -#include "tabvwsh.hxx" +#include <dbfunc.hxx> +#include <docsh.hxx> +#include <attrib.hxx> +#include <sc.hrc> +#include <undodat.hxx> +#include <dbdata.hxx> +#include <globstr.hrc> +#include <global.hxx> +#include <dbdocfun.hxx> +#include <editable.hxx> +#include <queryentry.hxx> +#include <markdata.hxx> +#include <tabvwsh.hxx> ScDBFunc::ScDBFunc( vcl::Window* pParent, ScDocShell& rDocSh, ScTabViewShell* pViewShell ) : ScViewFunc( pParent, rDocSh, pViewShell ) diff --git a/sc/source/ui/view/dbfunc2.cxx b/sc/source/ui/view/dbfunc2.cxx index 9a9b32e57fe4..5bc6dffc7250 100644 --- a/sc/source/ui/view/dbfunc2.cxx +++ b/sc/source/ui/view/dbfunc2.cxx @@ -17,12 +17,12 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "dbfunc.hxx" -#include "docsh.hxx" -#include "global.hxx" -#include "document.hxx" -#include "sc.hrc" -#include "globstr.hrc" +#include <dbfunc.hxx> +#include <docsh.hxx> +#include <global.hxx> +#include <document.hxx> +#include <sc.hrc> +#include <globstr.hrc> void ScDBFunc::UpdateCharts( bool bAllCharts ) { diff --git a/sc/source/ui/view/dbfunc3.cxx b/sc/source/ui/view/dbfunc3.cxx index dfced2d0229f..99db0e7f6839 100644 --- a/sc/source/ui/view/dbfunc3.cxx +++ b/sc/source/ui/view/dbfunc3.cxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "dbfunc.hxx" -#include "scitems.hxx" +#include <dbfunc.hxx> +#include <scitems.hxx> #include <sfx2/bindings.hxx> #include <vcl/svapp.hxx> #include <vcl/msgbox.hxx> @@ -36,37 +36,37 @@ #include <com/sun/star/sheet/XDimensionsSupplier.hpp> #include <com/sun/star/sheet/XDrillDownDataSupplier.hpp> -#include "global.hxx" -#include "globstr.hrc" -#include "sc.hrc" -#include "undotab.hxx" -#include "undodat.hxx" -#include "dbdata.hxx" -#include "rangenam.hxx" -#include "rangeutl.hxx" -#include "docsh.hxx" -#include "olinetab.hxx" -#include "consoli.hxx" -#include "olinefun.hxx" -#include "dpobject.hxx" -#include "dpsave.hxx" -#include "dpdimsave.hxx" -#include "dbdocfun.hxx" -#include "dpoutput.hxx" -#include "dptabsrc.hxx" -#include "dpshttab.hxx" -#include "dpsdbtab.hxx" -#include "editable.hxx" -#include "docpool.hxx" -#include "patattr.hxx" -#include "unonames.hxx" -#include "formulacell.hxx" -#include "userlist.hxx" -#include "queryentry.hxx" -#include "markdata.hxx" -#include "stringutil.hxx" -#include "tabvwsh.hxx" -#include "generalfunction.hxx" +#include <global.hxx> +#include <globstr.hrc> +#include <sc.hrc> +#include <undotab.hxx> +#include <undodat.hxx> +#include <dbdata.hxx> +#include <rangenam.hxx> +#include <rangeutl.hxx> +#include <docsh.hxx> +#include <olinetab.hxx> +#include <consoli.hxx> +#include <olinefun.hxx> +#include <dpobject.hxx> +#include <dpsave.hxx> +#include <dpdimsave.hxx> +#include <dbdocfun.hxx> +#include <dpoutput.hxx> +#include <dptabsrc.hxx> +#include <dpshttab.hxx> +#include <dpsdbtab.hxx> +#include <editable.hxx> +#include <docpool.hxx> +#include <patattr.hxx> +#include <unonames.hxx> +#include <formulacell.hxx> +#include <userlist.hxx> +#include <queryentry.hxx> +#include <markdata.hxx> +#include <stringutil.hxx> +#include <tabvwsh.hxx> +#include <generalfunction.hxx> #include <list> #include <memory> diff --git a/sc/source/ui/view/dbfunc4.cxx b/sc/source/ui/view/dbfunc4.cxx index cae85ae9ad83..be7ef4021289 100644 --- a/sc/source/ui/view/dbfunc4.cxx +++ b/sc/source/ui/view/dbfunc4.cxx @@ -21,9 +21,9 @@ #include <svx/svdoole2.hxx> #include <svx/svdpage.hxx> -#include "dbfunc.hxx" -#include "drwlayer.hxx" -#include "document.hxx" +#include <dbfunc.hxx> +#include <drwlayer.hxx> +#include <document.hxx> using namespace com::sun::star; diff --git a/sc/source/ui/view/drawutil.cxx b/sc/source/ui/view/drawutil.cxx index fa89cbf37f84..435c0854fa5d 100644 --- a/sc/source/ui/view/drawutil.cxx +++ b/sc/source/ui/view/drawutil.cxx @@ -19,10 +19,10 @@ #include <vcl/outdev.hxx> -#include "drawutil.hxx" -#include "document.hxx" -#include "global.hxx" -#include "viewdata.hxx" +#include <drawutil.hxx> +#include <document.hxx> +#include <global.hxx> +#include <viewdata.hxx> void ScDrawUtil::CalcScale( const ScDocument* pDoc, SCTAB nTab, SCCOL nStartCol, SCROW nStartRow, SCCOL nEndCol, SCROW nEndRow, diff --git a/sc/source/ui/view/drawvie3.cxx b/sc/source/ui/view/drawvie3.cxx index 1dc0b8f5dc45..37ea3244b0e2 100644 --- a/sc/source/ui/view/drawvie3.cxx +++ b/sc/source/ui/view/drawvie3.cxx @@ -22,17 +22,17 @@ #include <sfx2/app.hxx> #include <sfx2/viewfrm.hxx> -#include "strings.hrc" -#include "scresid.hxx" -#include "drawview.hxx" -#include "drwlayer.hxx" +#include <strings.hrc> +#include <scresid.hxx> +#include <drawview.hxx> +#include <drwlayer.hxx> #include "imapwrap.hxx" -#include "viewdata.hxx" -#include "dbfunc.hxx" -#include "document.hxx" -#include "userdat.hxx" -#include "tabvwsh.hxx" -#include "docsh.hxx" +#include <viewdata.hxx> +#include <dbfunc.hxx> +#include <document.hxx> +#include <userdat.hxx> +#include <tabvwsh.hxx> +#include <docsh.hxx> ScDrawView::ScDrawView( OutputDevice* pOut, ScViewData* pData ) : FmFormView( pData->GetDocument()->GetDrawLayer(), pOut ), diff --git a/sc/source/ui/view/drawvie4.cxx b/sc/source/ui/view/drawvie4.cxx index 2bc77ae35207..1314246cbd6c 100644 --- a/sc/source/ui/view/drawvie4.cxx +++ b/sc/source/ui/view/drawvie4.cxx @@ -27,18 +27,18 @@ #include <tools/urlobj.hxx> #include <toolkit/helper/vclunohelper.hxx> -#include "drawview.hxx" -#include "global.hxx" -#include "drwlayer.hxx" -#include "viewdata.hxx" -#include "document.hxx" -#include "docsh.hxx" -#include "drwtrans.hxx" -#include "transobj.hxx" -#include "drawutil.hxx" -#include "scmod.hxx" -#include "globstr.hrc" -#include "chartarr.hxx" +#include <drawview.hxx> +#include <global.hxx> +#include <drwlayer.hxx> +#include <viewdata.hxx> +#include <document.hxx> +#include <docsh.hxx> +#include <drwtrans.hxx> +#include <transobj.hxx> +#include <drawutil.hxx> +#include <scmod.hxx> +#include <globstr.hrc> +#include <chartarr.hxx> #include <gridwin.hxx> #include <com/sun/star/embed/NoVisualAreaSizeException.hpp> diff --git a/sc/source/ui/view/drawview.cxx b/sc/source/ui/view/drawview.cxx index 4664aabacc54..7004ea618877 100644 --- a/sc/source/ui/view/drawview.cxx +++ b/sc/source/ui/view/drawview.cxx @@ -39,25 +39,25 @@ #include <sfx2/lokhelper.hxx> #include <LibreOfficeKit/LibreOfficeKitEnums.h> -#include "drawview.hxx" -#include "global.hxx" -#include "viewdata.hxx" -#include "document.hxx" -#include "drawutil.hxx" -#include "futext.hxx" -#include "globstr.hrc" -#include "tabvwsh.hxx" -#include "client.hxx" -#include "scmod.hxx" -#include "drwlayer.hxx" -#include "docsh.hxx" -#include "viewuno.hxx" -#include "userdat.hxx" -#include "postit.hxx" -#include "undocell.hxx" -#include "gridwin.hxx" - -#include "sc.hrc" +#include <drawview.hxx> +#include <global.hxx> +#include <viewdata.hxx> +#include <document.hxx> +#include <drawutil.hxx> +#include <futext.hxx> +#include <globstr.hrc> +#include <tabvwsh.hxx> +#include <client.hxx> +#include <scmod.hxx> +#include <drwlayer.hxx> +#include <docsh.hxx> +#include <viewuno.hxx> +#include <userdat.hxx> +#include <postit.hxx> +#include <undocell.hxx> +#include <gridwin.hxx> + +#include <sc.hrc> using namespace com::sun::star; diff --git a/sc/source/ui/view/editsh.cxx b/sc/source/ui/view/editsh.cxx index 26296201524a..42e8c4a6d0f4 100644 --- a/sc/source/ui/view/editsh.cxx +++ b/sc/source/ui/view/editsh.cxx @@ -19,7 +19,7 @@ #include <com/sun/star/linguistic2/XThesaurus.hpp> #include <comphelper/string.hxx> -#include "scitems.hxx" +#include <scitems.hxx> #include <editeng/eeitem.hxx> #include <i18nutil/unicode.hxx> @@ -58,26 +58,26 @@ #include <svtools/transfer.hxx> #include <svl/stritem.hxx> -#include "editsh.hxx" -#include "scresid.hxx" -#include "global.hxx" -#include "sc.hrc" -#include "scmod.hxx" -#include "inputhdl.hxx" -#include "viewutil.hxx" -#include "viewdata.hxx" -#include "document.hxx" -#include "reffind.hxx" -#include "tabvwsh.hxx" -#include "editutil.hxx" -#include "globstr.hrc" +#include <editsh.hxx> +#include <scresid.hxx> +#include <global.hxx> +#include <sc.hrc> +#include <scmod.hxx> +#include <inputhdl.hxx> +#include <viewutil.hxx> +#include <viewdata.hxx> +#include <document.hxx> +#include <reffind.hxx> +#include <tabvwsh.hxx> +#include <editutil.hxx> +#include <globstr.hrc> #include <gridwin.hxx> #define ScEditShell -#include "scslots.hxx" +#include <scslots.hxx> -#include "scui_def.hxx" -#include "scabstdlg.hxx" +#include <scui_def.hxx> +#include <scabstdlg.hxx> #include <memory> using namespace ::com::sun::star; diff --git a/sc/source/ui/view/formatsh.cxx b/sc/source/ui/view/formatsh.cxx index 6908c960281e..70c459a6d286 100644 --- a/sc/source/ui/view/formatsh.cxx +++ b/sc/source/ui/view/formatsh.cxx @@ -21,7 +21,7 @@ #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/container/XNameAccess.hpp> -#include "scitems.hxx" +#include <scitems.hxx> #include <editeng/borderline.hxx> #include <editeng/eeitem.hxx> @@ -58,30 +58,30 @@ #include <editeng/justifyitem.hxx> #include <editeng/fhgtitem.hxx> -#include "formatsh.hxx" -#include "sc.hrc" -#include "scres.hrc" -#include "globstr.hrc" -#include "docsh.hxx" -#include "patattr.hxx" -#include "scmod.hxx" -#include "stlpool.hxx" -#include "stlsheet.hxx" -#include "printfun.hxx" -#include "docpool.hxx" -#include "scresid.hxx" -#include "tabvwsh.hxx" -#include "undostyl.hxx" -#include "markdata.hxx" -#include "markarr.hxx" -#include "attrib.hxx" +#include <formatsh.hxx> +#include <sc.hrc> +#include <scres.hrc> +#include <globstr.hrc> +#include <docsh.hxx> +#include <patattr.hxx> +#include <scmod.hxx> +#include <stlpool.hxx> +#include <stlsheet.hxx> +#include <printfun.hxx> +#include <docpool.hxx> +#include <scresid.hxx> +#include <tabvwsh.hxx> +#include <undostyl.hxx> +#include <markdata.hxx> +#include <markarr.hxx> +#include <attrib.hxx> #define ScFormatShell #define TableFont #define FormatForSelection -#include "scslots.hxx" +#include <scslots.hxx> -#include "scabstdlg.hxx" +#include <scabstdlg.hxx> #include <editeng/fontitem.hxx> #include <sfx2/classificationhelper.hxx> diff --git a/sc/source/ui/view/gridmerg.cxx b/sc/source/ui/view/gridmerg.cxx index aead9ccbb345..9a05482a063f 100644 --- a/sc/source/ui/view/gridmerg.cxx +++ b/sc/source/ui/view/gridmerg.cxx @@ -19,7 +19,7 @@ #include <vcl/outdev.hxx> -#include "gridmerg.hxx" +#include <gridmerg.hxx> #define PAGEBREAK_LINE_DISTANCE_PIXEL 5 #define PAGEBREAK_LINE_DASH_LEN_PIXEL 5 diff --git a/sc/source/ui/view/gridwin.cxx b/sc/source/ui/view/gridwin.cxx index 7e093ddae6a3..ee82b35dbbcd 100644 --- a/sc/source/ui/view/gridwin.cxx +++ b/sc/source/ui/view/gridwin.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "scitems.hxx" +#include <scitems.hxx> #include <memory> #include <editeng/adjustitem.hxx> @@ -68,72 +68,72 @@ #include <com/sun/star/script/vba/XVBAEventProcessor.hpp> #include <com/sun/star/text/textfield/Type.hpp> -#include "gridwin.hxx" -#include "tabvwsh.hxx" -#include "docsh.hxx" -#include "viewdata.hxx" -#include "tabview.hxx" -#include "select.hxx" -#include "scmod.hxx" -#include "document.hxx" -#include "attrib.hxx" -#include "dbdata.hxx" -#include "stlpool.hxx" -#include "printfun.hxx" -#include "cbutton.hxx" -#include "sc.hrc" -#include "globstr.hrc" -#include "strings.hrc" -#include "editutil.hxx" -#include "scresid.hxx" -#include "inputhdl.hxx" -#include "uiitems.hxx" -#include "filtdlg.hxx" -#include "impex.hxx" -#include "formulacell.hxx" -#include "patattr.hxx" -#include "notemark.hxx" -#include "rfindlst.hxx" -#include "docpool.hxx" -#include "output.hxx" -#include "docfunc.hxx" -#include "dbdocfun.hxx" -#include "dpobject.hxx" -#include "dpoutput.hxx" -#include "transobj.hxx" -#include "drwtrans.hxx" -#include "seltrans.hxx" -#include "sizedev.hxx" -#include "AccessibilityHints.hxx" -#include "dpsave.hxx" -#include "viewuno.hxx" -#include "compiler.hxx" -#include "editable.hxx" -#include "fillinfo.hxx" -#include "userdat.hxx" -#include "drwlayer.hxx" -#include "validat.hxx" -#include "tabprotection.hxx" -#include "postit.hxx" -#include "dpcontrol.hxx" -#include "checklistmenu.hxx" -#include "clipparam.hxx" -#include "cellsh.hxx" -#include "overlayobject.hxx" -#include "cellsuno.hxx" -#include "drawview.hxx" -#include "dragdata.hxx" -#include "cliputil.hxx" -#include "queryentry.hxx" -#include "markdata.hxx" -#include "externalrefmgr.hxx" -#include "dociter.hxx" -#include "hints.hxx" -#include "spellcheckcontext.hxx" -#include "uiobject.hxx" -#include "scabstdlg.hxx" -#include "undoblk.hxx" -#include "datamapper.hxx" +#include <gridwin.hxx> +#include <tabvwsh.hxx> +#include <docsh.hxx> +#include <viewdata.hxx> +#include <tabview.hxx> +#include <select.hxx> +#include <scmod.hxx> +#include <document.hxx> +#include <attrib.hxx> +#include <dbdata.hxx> +#include <stlpool.hxx> +#include <printfun.hxx> +#include <cbutton.hxx> +#include <sc.hrc> +#include <globstr.hrc> +#include <strings.hrc> +#include <editutil.hxx> +#include <scresid.hxx> +#include <inputhdl.hxx> +#include <uiitems.hxx> +#include <filtdlg.hxx> +#include <impex.hxx> +#include <formulacell.hxx> +#include <patattr.hxx> +#include <notemark.hxx> +#include <rfindlst.hxx> +#include <docpool.hxx> +#include <output.hxx> +#include <docfunc.hxx> +#include <dbdocfun.hxx> +#include <dpobject.hxx> +#include <dpoutput.hxx> +#include <transobj.hxx> +#include <drwtrans.hxx> +#include <seltrans.hxx> +#include <sizedev.hxx> +#include <AccessibilityHints.hxx> +#include <dpsave.hxx> +#include <viewuno.hxx> +#include <compiler.hxx> +#include <editable.hxx> +#include <fillinfo.hxx> +#include <userdat.hxx> +#include <drwlayer.hxx> +#include <validat.hxx> +#include <tabprotection.hxx> +#include <postit.hxx> +#include <dpcontrol.hxx> +#include <checklistmenu.hxx> +#include <clipparam.hxx> +#include <cellsh.hxx> +#include <overlayobject.hxx> +#include <cellsuno.hxx> +#include <drawview.hxx> +#include <dragdata.hxx> +#include <cliputil.hxx> +#include <queryentry.hxx> +#include <markdata.hxx> +#include <externalrefmgr.hxx> +#include <dociter.hxx> +#include <hints.hxx> +#include <spellcheckcontext.hxx> +#include <uiobject.hxx> +#include <scabstdlg.hxx> +#include <undoblk.hxx> +#include <datamapper.hxx> #include <svx/sdrpagewindow.hxx> #include <svx/sdr/overlay/overlaymanager.hxx> diff --git a/sc/source/ui/view/gridwin2.cxx b/sc/source/ui/view/gridwin2.cxx index 06235979f3e7..52ebd2804052 100644 --- a/sc/source/ui/view/gridwin2.cxx +++ b/sc/source/ui/view/gridwin2.cxx @@ -17,32 +17,32 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "scitems.hxx" +#include <scitems.hxx> #include <vcl/msgbox.hxx> #include <vcl/settings.hxx> #include <comphelper/lok.hxx> -#include "gridwin.hxx" -#include "tabvwsh.hxx" -#include "docsh.hxx" -#include "viewdata.hxx" -#include "pivot.hxx" -#include "uiitems.hxx" -#include "scresid.hxx" -#include "sc.hrc" -#include "globstr.hrc" -#include "strings.hrc" -#include "pagedata.hxx" -#include "dpobject.hxx" -#include "dpsave.hxx" -#include "dpoutput.hxx" -#include "dpshttab.hxx" -#include "dbdocfun.hxx" -#include "checklistmenu.hxx" -#include "dpcontrol.hxx" -#include "userlist.hxx" -#include "scabstdlg.hxx" -#include "spellcheckcontext.hxx" +#include <gridwin.hxx> +#include <tabvwsh.hxx> +#include <docsh.hxx> +#include <viewdata.hxx> +#include <pivot.hxx> +#include <uiitems.hxx> +#include <scresid.hxx> +#include <sc.hrc> +#include <globstr.hrc> +#include <strings.hrc> +#include <pagedata.hxx> +#include <dpobject.hxx> +#include <dpsave.hxx> +#include <dpoutput.hxx> +#include <dpshttab.hxx> +#include <dbdocfun.hxx> +#include <checklistmenu.hxx> +#include <dpcontrol.hxx> +#include <userlist.hxx> +#include <scabstdlg.hxx> +#include <spellcheckcontext.hxx> #include <com/sun/star/sheet/DataPilotFieldOrientation.hpp> diff --git a/sc/source/ui/view/gridwin3.cxx b/sc/source/ui/view/gridwin3.cxx index fd5e832b1fbe..897051a02098 100644 --- a/sc/source/ui/view/gridwin3.cxx +++ b/sc/source/ui/view/gridwin3.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/svdoutl.hxx> @@ -27,20 +27,20 @@ #include <sfx2/bindings.hxx> #include <svl/ptitem.hxx> -#include "tabvwsh.hxx" -#include "gridwin.hxx" -#include "dbfunc.hxx" -#include "viewdata.hxx" -#include "output.hxx" -#include "drawview.hxx" -#include "fupoor.hxx" - -#include "drawutil.hxx" -#include "document.hxx" -#include "drwlayer.hxx" +#include <tabvwsh.hxx> +#include <gridwin.hxx> +#include <dbfunc.hxx> +#include <viewdata.hxx> +#include <output.hxx> +#include <drawview.hxx> +#include <fupoor.hxx> + +#include <drawutil.hxx> +#include <document.hxx> +#include <drwlayer.hxx> #include <vcl/svapp.hxx> -#include "userdat.hxx" -#include "unitconv.hxx" +#include <userdat.hxx> +#include <unitconv.hxx> #include <svx/svdpage.hxx> #include <comphelper/lok.hxx> diff --git a/sc/source/ui/view/gridwin4.cxx b/sc/source/ui/view/gridwin4.cxx index 297008b3140f..19e398a58367 100644 --- a/sc/source/ui/view/gridwin4.cxx +++ b/sc/source/ui/view/gridwin4.cxx @@ -18,7 +18,7 @@ */ #include <memory> -#include "scitems.hxx" +#include <scitems.hxx> #include <editeng/eeitem.hxx> #include <svtools/colorcfg.hxx> @@ -35,36 +35,36 @@ #include <sfx2/lokhelper.hxx> #include <svx/svdview.hxx> -#include "tabvwsh.hxx" - -#include "gridwin.hxx" -#include "viewdata.hxx" -#include "output.hxx" -#include "document.hxx" -#include "attrib.hxx" -#include "patattr.hxx" -#include "dbdata.hxx" -#include "docoptio.hxx" -#include "notemark.hxx" -#include "dbfunc.hxx" -#include "scmod.hxx" -#include "inputhdl.hxx" -#include "rfindlst.hxx" -#include "hiranges.hxx" -#include "pagedata.hxx" -#include "docpool.hxx" -#include "globstr.hrc" -#include "docsh.hxx" -#include "cbutton.hxx" -#include "invmerge.hxx" -#include "editutil.hxx" -#include "inputopt.hxx" -#include "fillinfo.hxx" -#include "dpcontrol.hxx" -#include "queryparam.hxx" -#include "queryentry.hxx" -#include "markdata.hxx" -#include "sc.hrc" +#include <tabvwsh.hxx> + +#include <gridwin.hxx> +#include <viewdata.hxx> +#include <output.hxx> +#include <document.hxx> +#include <attrib.hxx> +#include <patattr.hxx> +#include <dbdata.hxx> +#include <docoptio.hxx> +#include <notemark.hxx> +#include <dbfunc.hxx> +#include <scmod.hxx> +#include <inputhdl.hxx> +#include <rfindlst.hxx> +#include <hiranges.hxx> +#include <pagedata.hxx> +#include <docpool.hxx> +#include <globstr.hrc> +#include <docsh.hxx> +#include <cbutton.hxx> +#include <invmerge.hxx> +#include <editutil.hxx> +#include <inputopt.hxx> +#include <fillinfo.hxx> +#include <dpcontrol.hxx> +#include <queryparam.hxx> +#include <queryentry.hxx> +#include <markdata.hxx> +#include <sc.hrc> #include <vcl/virdev.hxx> #include <svx/sdrpaintwindow.hxx> diff --git a/sc/source/ui/view/gridwin5.cxx b/sc/source/ui/view/gridwin5.cxx index 363cd5e8679d..7e7503a6331c 100644 --- a/sc/source/ui/view/gridwin5.cxx +++ b/sc/source/ui/view/gridwin5.cxx @@ -34,25 +34,25 @@ #include <unotools/localedatawrapper.hxx> #include <unotools/securityoptions.hxx> -#include "viewuno.hxx" -#include "AccessibleDocument.hxx" +#include <viewuno.hxx> +#include <AccessibleDocument.hxx> #include <com/sun/star/accessibility/XAccessible.hpp> -#include "gridwin.hxx" -#include "viewdata.hxx" -#include "drawview.hxx" -#include "drwlayer.hxx" -#include "drawpage.hxx" -#include "document.hxx" -#include "notemark.hxx" -#include "chgtrack.hxx" -#include "chgviset.hxx" -#include "dbfunc.hxx" -#include "tabvwsh.hxx" -#include "userdat.hxx" -#include "postit.hxx" -#include "global.hxx" -#include "globstr.hrc" +#include <gridwin.hxx> +#include <viewdata.hxx> +#include <drawview.hxx> +#include <drwlayer.hxx> +#include <drawpage.hxx> +#include <document.hxx> +#include <notemark.hxx> +#include <chgtrack.hxx> +#include <chgviset.hxx> +#include <dbfunc.hxx> +#include <tabvwsh.hxx> +#include <userdat.hxx> +#include <postit.hxx> +#include <global.hxx> +#include <globstr.hrc> bool ScGridWindow::ShowNoteMarker( SCCOL nPosX, SCROW nPosY, bool bKeyboard ) { diff --git a/sc/source/ui/view/gridwin_dbgutil.cxx b/sc/source/ui/view/gridwin_dbgutil.cxx index 5f90d55f18c1..6dc9bd1ebafc 100644 --- a/sc/source/ui/view/gridwin_dbgutil.cxx +++ b/sc/source/ui/view/gridwin_dbgutil.cxx @@ -9,14 +9,14 @@ #include <iostream> -#include "gridwin.hxx" +#include <gridwin.hxx> #include <svx/svdpage.hxx> #include <libxml/xmlwriter.h> #include <viewdata.hxx> -#include "document.hxx" -#include "patattr.hxx" +#include <document.hxx> +#include <patattr.hxx> #include <svl/poolitem.hxx> -#include "userdat.hxx" +#include <userdat.hxx> #include <dpobject.hxx> namespace { diff --git a/sc/source/ui/view/hdrcont.cxx b/sc/source/ui/view/hdrcont.cxx index de94d101b6b9..96d388c0483e 100644 --- a/sc/source/ui/view/hdrcont.cxx +++ b/sc/source/ui/view/hdrcont.cxx @@ -23,17 +23,17 @@ #include <tools/poly.hxx> #include <svtools/colorcfg.hxx> -#include "scresid.hxx" -#include "sc.hrc" -#include "tabvwsh.hxx" -#include "hdrcont.hxx" -#include "scmod.hxx" -#include "inputopt.hxx" -#include "gridmerg.hxx" -#include "document.hxx" -#include "markdata.hxx" -#include "tabview.hxx" -#include "viewdata.hxx" +#include <scresid.hxx> +#include <sc.hrc> +#include <tabvwsh.hxx> +#include <hdrcont.hxx> +#include <scmod.hxx> +#include <inputopt.hxx> +#include <gridmerg.hxx> +#include <document.hxx> +#include <markdata.hxx> +#include <tabview.hxx> +#include <viewdata.hxx> #define SC_DRAG_MIN 2 diff --git a/sc/source/ui/view/hintwin.cxx b/sc/source/ui/view/hintwin.cxx index 2d9d86527f91..80d7fff29fcb 100644 --- a/sc/source/ui/view/hintwin.cxx +++ b/sc/source/ui/view/hintwin.cxx @@ -17,9 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "global.hxx" -#include "overlayobject.hxx" -#include "scmod.hxx" +#include <global.hxx> +#include <overlayobject.hxx> +#include <scmod.hxx> #include <drawinglayer/attribute/fillgradientattribute.hxx> #include <drawinglayer/attribute/fontattribute.hxx> diff --git a/sc/source/ui/view/invmerge.cxx b/sc/source/ui/view/invmerge.cxx index e0e176186320..647b09f02dc5 100644 --- a/sc/source/ui/view/invmerge.cxx +++ b/sc/source/ui/view/invmerge.cxx @@ -19,7 +19,7 @@ #include <vcl/window.hxx> -#include "invmerge.hxx" +#include <invmerge.hxx> ScInvertMerger::ScInvertMerger( ::std::vector< tools::Rectangle >* pRectangles ) : pRects( pRectangles ) diff --git a/sc/source/ui/view/notemark.cxx b/sc/source/ui/view/notemark.cxx index 536c104f0ed7..f486a70d0168 100644 --- a/sc/source/ui/view/notemark.cxx +++ b/sc/source/ui/view/notemark.cxx @@ -27,9 +27,9 @@ #include <vcl/svapp.hxx> #include <vcl/settings.hxx> -#include "notemark.hxx" -#include "document.hxx" -#include "postit.hxx" +#include <notemark.hxx> +#include <document.hxx> +#include <postit.hxx> #define SC_NOTEMARK_TIME 800 #define SC_NOTEMARK_SHORT 70 diff --git a/sc/source/ui/view/olinewin.cxx b/sc/source/ui/view/olinewin.cxx index 63851cff97a0..9a56fb6fd7c4 100644 --- a/sc/source/ui/view/olinewin.cxx +++ b/sc/source/ui/view/olinewin.cxx @@ -21,13 +21,13 @@ #include <vcl/taskpanelist.hxx> #include <vcl/settings.hxx> -#include "olinewin.hxx" -#include "olinetab.hxx" -#include "document.hxx" -#include "dbfunc.hxx" -#include "strings.hrc" -#include "scresid.hxx" -#include "bitmaps.hlst" +#include <olinewin.hxx> +#include <olinetab.hxx> +#include <document.hxx> +#include <dbfunc.hxx> +#include <strings.hrc> +#include <scresid.hxx> +#include <bitmaps.hlst> const long SC_OL_BITMAPSIZE = 12; const long SC_OL_POSOFFSET = 2; diff --git a/sc/source/ui/view/output.cxx b/sc/source/ui/view/output.cxx index 858ea99ef83f..4c3e0d432a91 100644 --- a/sc/source/ui/view/output.cxx +++ b/sc/source/ui/view/output.cxx @@ -19,7 +19,7 @@ #include <com/sun/star/embed/EmbedMisc.hpp> -#include "scitems.hxx" +#include <scitems.hxx> #include <editeng/boxitem.hxx> #include <editeng/brushitem.hxx> #include <editeng/editdata.hxx> @@ -42,28 +42,28 @@ #include <vcl/settings.hxx> #include <svx/unoapi.hxx> -#include "output.hxx" -#include "document.hxx" -#include "drwlayer.hxx" -#include "formulacell.hxx" -#include "attrib.hxx" -#include "patattr.hxx" -#include "docpool.hxx" -#include "tabvwsh.hxx" -#include "progress.hxx" -#include "pagedata.hxx" -#include "chgtrack.hxx" -#include "chgviset.hxx" -#include "viewutil.hxx" -#include "gridmerg.hxx" -#include "invmerge.hxx" -#include "fillinfo.hxx" -#include "scmod.hxx" -#include "appoptio.hxx" -#include "postit.hxx" - -#include "scresid.hxx" -#include "colorscale.hxx" +#include <output.hxx> +#include <document.hxx> +#include <drwlayer.hxx> +#include <formulacell.hxx> +#include <attrib.hxx> +#include <patattr.hxx> +#include <docpool.hxx> +#include <tabvwsh.hxx> +#include <progress.hxx> +#include <pagedata.hxx> +#include <chgtrack.hxx> +#include <chgviset.hxx> +#include <viewutil.hxx> +#include <gridmerg.hxx> +#include <invmerge.hxx> +#include <fillinfo.hxx> +#include <scmod.hxx> +#include <appoptio.hxx> +#include <postit.hxx> + +#include <scresid.hxx> +#include <colorscale.hxx> #include <math.h> #include <iostream> diff --git a/sc/source/ui/view/output2.cxx b/sc/source/ui/view/output2.cxx index 424862cc9693..0a27abb7ccf2 100644 --- a/sc/source/ui/view/output2.cxx +++ b/sc/source/ui/view/output2.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/adjustitem.hxx> @@ -46,22 +46,22 @@ #include <vcl/settings.hxx> #include <o3tl/make_unique.hxx> -#include "output.hxx" -#include "document.hxx" -#include "formulacell.hxx" -#include "attrib.hxx" -#include "patattr.hxx" -#include "cellform.hxx" -#include "editutil.hxx" -#include "progress.hxx" -#include "scmod.hxx" -#include "fillinfo.hxx" -#include "viewdata.hxx" -#include "tabvwsh.hxx" -#include "docsh.hxx" -#include "markdata.hxx" -#include "stlsheet.hxx" -#include "spellcheckcontext.hxx" +#include <output.hxx> +#include <document.hxx> +#include <formulacell.hxx> +#include <attrib.hxx> +#include <patattr.hxx> +#include <cellform.hxx> +#include <editutil.hxx> +#include <progress.hxx> +#include <scmod.hxx> +#include <fillinfo.hxx> +#include <viewdata.hxx> +#include <tabvwsh.hxx> +#include <docsh.hxx> +#include <markdata.hxx> +#include <stlsheet.hxx> +#include <spellcheckcontext.hxx> #include <scopetools.hxx> #include <com/sun/star/i18n/DirectionProperty.hpp> diff --git a/sc/source/ui/view/output3.cxx b/sc/source/ui/view/output3.cxx index 168879acaed5..4fdf0a2b67aa 100644 --- a/sc/source/ui/view/output3.cxx +++ b/sc/source/ui/view/output3.cxx @@ -27,11 +27,11 @@ #include <vcl/svapp.hxx> #include <vcl/settings.hxx> -#include "output.hxx" -#include "drwlayer.hxx" -#include "document.hxx" -#include "tabvwsh.hxx" -#include "fillinfo.hxx" +#include <output.hxx> +#include <drwlayer.hxx> +#include <document.hxx> +#include <tabvwsh.hxx> +#include <fillinfo.hxx> #include <svx/fmview.hxx> diff --git a/sc/source/ui/view/overlayobject.cxx b/sc/source/ui/view/overlayobject.cxx index 07ea2d0f5b64..b8aff2502ddb 100644 --- a/sc/source/ui/view/overlayobject.cxx +++ b/sc/source/ui/view/overlayobject.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "overlayobject.hxx" +#include <overlayobject.hxx> #include <vcl/outdev.hxx> #include <vcl/lineinfo.hxx> #include <tools/fract.hxx> diff --git a/sc/source/ui/view/pfuncache.cxx b/sc/source/ui/view/pfuncache.cxx index 93a22a056c0e..daf593fdbb3d 100644 --- a/sc/source/ui/view/pfuncache.cxx +++ b/sc/source/ui/view/pfuncache.cxx @@ -19,11 +19,11 @@ #include <tools/multisel.hxx> -#include "pfuncache.hxx" -#include "printfun.hxx" -#include "docsh.hxx" -#include "markdata.hxx" -#include "prevloc.hxx" +#include <pfuncache.hxx> +#include <printfun.hxx> +#include <docsh.hxx> +#include <markdata.hxx> +#include <prevloc.hxx> ScPrintFuncCache::ScPrintFuncCache( ScDocShell* pD, const ScMarkData& rMark, const ScPrintSelectionStatus& rStatus ) : diff --git a/sc/source/ui/view/pgbrksh.cxx b/sc/source/ui/view/pgbrksh.cxx index 4a41fd45567a..2652031ba337 100644 --- a/sc/source/ui/view/pgbrksh.cxx +++ b/sc/source/ui/view/pgbrksh.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "scitems.hxx" +#include <scitems.hxx> #include <svl/srchitem.hxx> #include <sfx2/app.hxx> #include <sfx2/objface.hxx> @@ -25,14 +25,14 @@ #include <sfx2/request.hxx> #include <svl/whiter.hxx> -#include "pgbrksh.hxx" -#include "tabvwsh.hxx" -#include "scresid.hxx" -#include "document.hxx" -#include "sc.hrc" +#include <pgbrksh.hxx> +#include <tabvwsh.hxx> +#include <scresid.hxx> +#include <document.hxx> +#include <sc.hrc> #define ScPageBreakShell -#include "scslots.hxx" +#include <scslots.hxx> SFX_IMPL_INTERFACE(ScPageBreakShell, SfxShell) diff --git a/sc/source/ui/view/pivotsh.cxx b/sc/source/ui/view/pivotsh.cxx index b3d09b124a73..27171ed5560f 100644 --- a/sc/source/ui/view/pivotsh.cxx +++ b/sc/source/ui/view/pivotsh.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "scitems.hxx" +#include <scitems.hxx> #include <svl/srchitem.hxx> #include <sfx2/app.hxx> #include <sfx2/objface.hxx> @@ -27,20 +27,20 @@ #include <vcl/msgbox.hxx> #include <vcl/EnumContext.hxx> -#include "sc.hrc" -#include "pivotsh.hxx" -#include "tabvwsh.hxx" -#include "docsh.hxx" -#include "scresid.hxx" -#include "document.hxx" -#include "dpobject.hxx" -#include "dpshttab.hxx" -#include "dbdocfun.hxx" -#include "uiitems.hxx" -#include "scabstdlg.hxx" +#include <sc.hrc> +#include <pivotsh.hxx> +#include <tabvwsh.hxx> +#include <docsh.hxx> +#include <scresid.hxx> +#include <document.hxx> +#include <dpobject.hxx> +#include <dpshttab.hxx> +#include <dbdocfun.hxx> +#include <uiitems.hxx> +#include <scabstdlg.hxx> #define ScPivotShell -#include "scslots.hxx" +#include <scslots.hxx> #include <memory> diff --git a/sc/source/ui/view/preview.cxx b/sc/source/ui/view/preview.cxx index c94993a43bbc..ab30e5fcdaf2 100644 --- a/sc/source/ui/view/preview.cxx +++ b/sc/source/ui/view/preview.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 <svtools/colorcfg.hxx> @@ -34,33 +34,33 @@ #include <vcl/settings.hxx> #include <o3tl/deleter.hxx> -#include "preview.hxx" -#include "prevwsh.hxx" -#include "prevloc.hxx" -#include "docsh.hxx" -#include "docfunc.hxx" -#include "printfun.hxx" -#include "printopt.hxx" -#include "stlpool.hxx" -#include "undostyl.hxx" -#include "drwlayer.hxx" -#include "scmod.hxx" -#include "markdata.hxx" -#include "globstr.hrc" -#include "sc.hrc" -#include "AccessibleDocumentPagePreview.hxx" +#include <preview.hxx> +#include <prevwsh.hxx> +#include <prevloc.hxx> +#include <docsh.hxx> +#include <docfunc.hxx> +#include <printfun.hxx> +#include <printopt.hxx> +#include <stlpool.hxx> +#include <undostyl.hxx> +#include <drwlayer.hxx> +#include <scmod.hxx> +#include <markdata.hxx> +#include <globstr.hrc> +#include <sc.hrc> +#include <AccessibleDocumentPagePreview.hxx> #include <vcl/lineinfo.hxx> #include <svx/algitem.hxx> #include <editeng/lrspitem.hxx> #include <editeng/ulspitem.hxx> #include <editeng/colritem.hxx> #include <editeng/fhgtitem.hxx> -#include "attrib.hxx" -#include "pagepar.hxx" +#include <attrib.hxx> +#include <pagepar.hxx> #include <com/sun/star/accessibility/XAccessible.hpp> -#include "AccessibilityHints.hxx" +#include <AccessibilityHints.hxx> #include <vcl/svapp.hxx> -#include "viewutil.hxx" +#include <viewutil.hxx> #include <columnspanset.hxx> #include <docpool.hxx> #include <patattr.hxx> diff --git a/sc/source/ui/view/prevloc.cxx b/sc/source/ui/view/prevloc.cxx index f929a4e24e58..5bc32e702427 100644 --- a/sc/source/ui/view/prevloc.cxx +++ b/sc/source/ui/view/prevloc.cxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "prevloc.hxx" -#include "document.hxx" +#include <prevloc.hxx> +#include <document.hxx> #include <vcl/outdev.hxx> diff --git a/sc/source/ui/view/prevwsh.cxx b/sc/source/ui/view/prevwsh.cxx index adb5b964b01a..1504303c9232 100644 --- a/sc/source/ui/view/prevwsh.cxx +++ b/sc/source/ui/view/prevwsh.cxx @@ -21,7 +21,7 @@ #include <cstdlib> -#include "scitems.hxx" +#include <scitems.hxx> #include <comphelper/string.hxx> #include <editeng/eeitem.hxx> @@ -42,23 +42,23 @@ #include <sfx2/docfile.hxx> #include <sfx2/printer.hxx> -#include "prevwsh.hxx" -#include "preview.hxx" -#include "printfun.hxx" -#include "attrib.hxx" -#include "scmod.hxx" -#include "inputhdl.hxx" -#include "docsh.hxx" -#include "tabvwsh.hxx" -#include "stlpool.hxx" -#include "editutil.hxx" -#include "scresid.hxx" -#include "globstr.hrc" -#include "sc.hrc" -#include "ViewSettingsSequenceDefines.hxx" -#include "tpprint.hxx" -#include "printopt.hxx" -#include "viewuno.hxx" +#include <prevwsh.hxx> +#include <preview.hxx> +#include <printfun.hxx> +#include <attrib.hxx> +#include <scmod.hxx> +#include <inputhdl.hxx> +#include <docsh.hxx> +#include <tabvwsh.hxx> +#include <stlpool.hxx> +#include <editutil.hxx> +#include <scresid.hxx> +#include <globstr.hrc> +#include <sc.hrc> +#include <ViewSettingsSequenceDefines.hxx> +#include <tpprint.hxx> +#include <printopt.hxx> +#include <viewuno.hxx> #include <sax/tools/converter.hxx> #include <rtl/ustrbuf.hxx> @@ -69,7 +69,7 @@ #include <svx/zoom_def.hxx> #include <com/sun/star/document/XDocumentProperties.hpp> -#include "scabstdlg.hxx" +#include <scabstdlg.hxx> // for mouse wheel #define MINZOOM_SLIDER 10 #define MAXZOOM_SLIDER 400 @@ -79,7 +79,7 @@ using namespace com::sun::star; #define ScPreviewShell -#include "scslots.hxx" +#include <scslots.hxx> #include <memory> diff --git a/sc/source/ui/view/prevwsh2.cxx b/sc/source/ui/view/prevwsh2.cxx index 190c2d053a5a..92c92bd350a8 100644 --- a/sc/source/ui/view/prevwsh2.cxx +++ b/sc/source/ui/view/prevwsh2.cxx @@ -20,11 +20,11 @@ #include <svx/svdmodel.hxx> #include <svl/hint.hxx> -#include "prevwsh.hxx" -#include "docsh.hxx" -#include "preview.hxx" -#include "hints.hxx" -#include "sc.hrc" +#include <prevwsh.hxx> +#include <docsh.hxx> +#include <preview.hxx> +#include <hints.hxx> +#include <sc.hrc> void ScPreviewShell::Notify( SfxBroadcaster&, const SfxHint& rHint ) { diff --git a/sc/source/ui/view/printfun.cxx b/sc/source/ui/view/printfun.cxx index b8d5ecfd30f5..7b46e66adf95 100644 --- a/sc/source/ui/view/printfun.cxx +++ b/sc/source/ui/view/printfun.cxx @@ -17,10 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "scitems.hxx" +#include <scitems.hxx> #include <editeng/eeitem.hxx> -#include "printfun.hxx" +#include <printfun.hxx> #include <svx/svxids.hrc> #include <editeng/adjustitem.hxx> @@ -44,29 +44,29 @@ #include <tools/urlobj.hxx> #include <svx/xoutbmp.hxx> -#include "editutil.hxx" -#include "docsh.hxx" -#include "output.hxx" -#include "viewdata.hxx" -#include "viewopti.hxx" -#include "stlpool.hxx" -#include "pagepar.hxx" -#include "attrib.hxx" -#include "patattr.hxx" -#include "docpool.hxx" -#include "dociter.hxx" -#include "formulacell.hxx" -#include "drawutil.hxx" -#include "globstr.hrc" -#include "scresid.hxx" -#include "sc.hrc" -#include "pagedata.hxx" -#include "printopt.hxx" -#include "prevloc.hxx" -#include "scmod.hxx" -#include "drwlayer.hxx" -#include "fillinfo.hxx" -#include "postit.hxx" +#include <editutil.hxx> +#include <docsh.hxx> +#include <output.hxx> +#include <viewdata.hxx> +#include <viewopti.hxx> +#include <stlpool.hxx> +#include <pagepar.hxx> +#include <attrib.hxx> +#include <patattr.hxx> +#include <docpool.hxx> +#include <dociter.hxx> +#include <formulacell.hxx> +#include <drawutil.hxx> +#include <globstr.hrc> +#include <scresid.hxx> +#include <sc.hrc> +#include <pagedata.hxx> +#include <printopt.hxx> +#include <prevloc.hxx> +#include <scmod.hxx> +#include <drwlayer.hxx> +#include <fillinfo.hxx> +#include <postit.hxx> #include <vcl/lineinfo.hxx> diff --git a/sc/source/ui/view/reffact.cxx b/sc/source/ui/view/reffact.cxx index 8f0c2941f7ac..8a7bb28adec9 100644 --- a/sc/source/ui/view/reffact.cxx +++ b/sc/source/ui/view/reffact.cxx @@ -23,14 +23,14 @@ #include <sfx2/dispatch.hxx> #include <sfx2/viewfrm.hxx> -#include "reffact.hxx" -#include "tabvwsh.hxx" -#include "sc.hrc" -#include "acredlin.hxx" -#include "simpref.hxx" -#include "scmod.hxx" -#include "scres.hrc" -#include "validate.hxx" +#include <reffact.hxx> +#include <tabvwsh.hxx> +#include <sc.hrc> +#include <acredlin.hxx> +#include <simpref.hxx> +#include <scmod.hxx> +#include <scres.hrc> +#include <validate.hxx> SFX_IMPL_MODELESSDIALOG_WITHID(ScNameDlgWrapper, FID_DEFINE_NAME ) SFX_IMPL_MODELESSDIALOG_WITHID(ScNameDefDlgWrapper, FID_ADD_NAME ) diff --git a/sc/source/ui/view/scextopt.cxx b/sc/source/ui/view/scextopt.cxx index ff3f28f9b043..8bf3e0c173d6 100644 --- a/sc/source/ui/view/scextopt.cxx +++ b/sc/source/ui/view/scextopt.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "scextopt.hxx" +#include <scextopt.hxx> #include <osl/diagnose.h> diff --git a/sc/source/ui/view/select.cxx b/sc/source/ui/view/select.cxx index bb5eaa351951..f06043c79276 100644 --- a/sc/source/ui/view/select.cxx +++ b/sc/source/ui/view/select.cxx @@ -21,15 +21,15 @@ #include <vcl/svapp.hxx> #include <sfx2/docfile.hxx> -#include "select.hxx" -#include "sc.hrc" -#include "tabvwsh.hxx" -#include "scmod.hxx" -#include "document.hxx" -#include "transobj.hxx" -#include "docsh.hxx" -#include "tabprotection.hxx" -#include "markdata.hxx" +#include <select.hxx> +#include <sc.hrc> +#include <tabvwsh.hxx> +#include <scmod.hxx> +#include <document.hxx> +#include <transobj.hxx> +#include <docsh.hxx> +#include <tabprotection.hxx> +#include <markdata.hxx> #include <gridwin.hxx> #if defined(_WIN32) diff --git a/sc/source/ui/view/selectionstate.cxx b/sc/source/ui/view/selectionstate.cxx index 5c49bfe50cd8..11181970f5bf 100644 --- a/sc/source/ui/view/selectionstate.cxx +++ b/sc/source/ui/view/selectionstate.cxx @@ -17,11 +17,11 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "selectionstate.hxx" +#include <selectionstate.hxx> #include <editeng/editview.hxx> -#include "viewdata.hxx" -#include "markdata.hxx" +#include <viewdata.hxx> +#include <markdata.hxx> ScSelectionState::ScSelectionState( ScViewData& rViewData ) : meType( SC_SELECTTYPE_NONE ) diff --git a/sc/source/ui/view/spellcheckcontext.cxx b/sc/source/ui/view/spellcheckcontext.cxx index 025cfb41e1e5..5f03da7d882c 100644 --- a/sc/source/ui/view/spellcheckcontext.cxx +++ b/sc/source/ui/view/spellcheckcontext.cxx @@ -7,7 +7,7 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#include "spellcheckcontext.hxx" +#include <spellcheckcontext.hxx> namespace sc { diff --git a/sc/source/ui/view/spelldialog.cxx b/sc/source/ui/view/spelldialog.cxx index 8bb710834795..9b498b6b820c 100644 --- a/sc/source/ui/view/spelldialog.cxx +++ b/sc/source/ui/view/spelldialog.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "spelldialog.hxx" +#include <spelldialog.hxx> #include <sfx2/app.hxx> #include <sfx2/bindings.hxx> @@ -26,14 +26,14 @@ #include <editeng/editstat.hxx> #include <editeng/editview.hxx> #include <editeng/unolingu.hxx> -#include "selectionstate.hxx" - -#include "spelleng.hxx" -#include "tabvwsh.hxx" -#include "docsh.hxx" -#include "scmod.hxx" -#include "editable.hxx" -#include "undoblk.hxx" +#include <selectionstate.hxx> + +#include <spelleng.hxx> +#include <tabvwsh.hxx> +#include <docsh.hxx> +#include <scmod.hxx> +#include <editable.hxx> +#include <undoblk.hxx> #include <gridwin.hxx> #include <refupdatecontext.hxx> diff --git a/sc/source/ui/view/spelleng.cxx b/sc/source/ui/view/spelleng.cxx index c5405959b91c..7fad99809081 100644 --- a/sc/source/ui/view/spelleng.cxx +++ b/sc/source/ui/view/spelleng.cxx @@ -17,10 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "spelleng.hxx" +#include <spelleng.hxx> #include <com/sun/star/i18n/TextConversionOption.hpp> -#include "scitems.hxx" +#include <scitems.hxx> #include <editeng/eeitem.hxx> #include <editeng/langitem.hxx> @@ -31,16 +31,16 @@ #include <vcl/svapp.hxx> #include <vcl/settings.hxx> -#include "spelldialog.hxx" -#include "tabvwsh.hxx" -#include "docsh.hxx" -#include "cellvalue.hxx" -#include "cellform.hxx" -#include "formulacell.hxx" -#include "patattr.hxx" -#include "waitoff.hxx" -#include "globstr.hrc" -#include "markdata.hxx" +#include <spelldialog.hxx> +#include <tabvwsh.hxx> +#include <docsh.hxx> +#include <cellvalue.hxx> +#include <cellform.hxx> +#include <formulacell.hxx> +#include <patattr.hxx> +#include <waitoff.hxx> +#include <globstr.hrc> +#include <markdata.hxx> #include <memory> diff --git a/sc/source/ui/view/tabcont.cxx b/sc/source/ui/view/tabcont.cxx index c71cd4458581..592d052167b6 100644 --- a/sc/source/ui/view/tabcont.cxx +++ b/sc/source/ui/view/tabcont.cxx @@ -22,17 +22,17 @@ #include <sfx2/docfile.hxx> #include <tools/urlobj.hxx> #include <vcl/svapp.hxx> -#include "tabcont.hxx" -#include "tabvwsh.hxx" -#include "docsh.hxx" -#include "scmod.hxx" -#include "scresid.hxx" -#include "sc.hrc" -#include "globstr.hrc" -#include "transobj.hxx" -#include "clipparam.hxx" -#include "dragdata.hxx" -#include "markdata.hxx" +#include <tabcont.hxx> +#include <tabvwsh.hxx> +#include <docsh.hxx> +#include <scmod.hxx> +#include <scresid.hxx> +#include <sc.hrc> +#include <globstr.hrc> +#include <transobj.hxx> +#include <clipparam.hxx> +#include <dragdata.hxx> +#include <markdata.hxx> #include <gridwin.hxx> #include <LibreOfficeKit/LibreOfficeKitEnums.h> #include <comphelper/lok.hxx> diff --git a/sc/source/ui/view/tabsplit.cxx b/sc/source/ui/view/tabsplit.cxx index c509f5674cfc..541cd47268b2 100644 --- a/sc/source/ui/view/tabsplit.cxx +++ b/sc/source/ui/view/tabsplit.cxx @@ -17,9 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "tabsplit.hxx" -#include "viewdata.hxx" -#include "dbfunc.hxx" +#include <tabsplit.hxx> +#include <viewdata.hxx> +#include <dbfunc.hxx> #include <vcl/settings.hxx> diff --git a/sc/source/ui/view/tabview.cxx b/sc/source/ui/view/tabview.cxx index 53a40774869d..5325828c81d9 100644 --- a/sc/source/ui/view/tabview.cxx +++ b/sc/source/ui/view/tabview.cxx @@ -19,32 +19,32 @@ #include <vcl/svapp.hxx> -#include "scitems.hxx" +#include <scitems.hxx> #include <sfx2/viewfrm.hxx> #include <sfx2/bindings.hxx> #include <vcl/help.hxx> #include <vcl/settings.hxx> -#include "tabview.hxx" -#include "tabvwsh.hxx" -#include "document.hxx" -#include "gridwin.hxx" -#include "olinewin.hxx" -#include "olinetab.hxx" -#include "tabsplit.hxx" -#include "colrowba.hxx" -#include "tabcont.hxx" -#include "scmod.hxx" -#include "sc.hrc" -#include "viewutil.hxx" -#include "globstr.hrc" -#include "drawview.hxx" -#include "docsh.hxx" -#include "viewuno.hxx" -#include "AccessibilityHints.hxx" -#include "appoptio.hxx" -#include "attrib.hxx" -#include "table.hxx" +#include <tabview.hxx> +#include <tabvwsh.hxx> +#include <document.hxx> +#include <gridwin.hxx> +#include <olinewin.hxx> +#include <olinetab.hxx> +#include <tabsplit.hxx> +#include <colrowba.hxx> +#include <tabcont.hxx> +#include <scmod.hxx> +#include <sc.hrc> +#include <viewutil.hxx> +#include <globstr.hrc> +#include <drawview.hxx> +#include <docsh.hxx> +#include <viewuno.hxx> +#include <AccessibilityHints.hxx> +#include <appoptio.hxx> +#include <attrib.hxx> +#include <table.hxx> #include <comphelper/lok.hxx> #include <LibreOfficeKit/LibreOfficeKitEnums.h> #include <sfx2/lokhelper.hxx> diff --git a/sc/source/ui/view/tabview2.cxx b/sc/source/ui/view/tabview2.cxx index a312d2e7a685..d7efffce5c70 100644 --- a/sc/source/ui/view/tabview2.cxx +++ b/sc/source/ui/view/tabview2.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 <vcl/timer.hxx> #include <vcl/msgbox.hxx> @@ -26,25 +26,25 @@ #include <sfx2/bindings.hxx> #include <sfx2/childwin.hxx> -#include "attrib.hxx" -#include "pagedata.hxx" -#include "tabview.hxx" -#include "tabvwsh.hxx" -#include "printfun.hxx" -#include "stlpool.hxx" -#include "docsh.hxx" -#include "gridwin.hxx" -#include "olinewin.hxx" -#include "uiitems.hxx" -#include "sc.hrc" -#include "viewutil.hxx" -#include "colrowba.hxx" -#include "waitoff.hxx" -#include "globstr.hrc" -#include "scmod.hxx" -#include "tabprotection.hxx" -#include "markdata.hxx" -#include "inputopt.hxx" +#include <attrib.hxx> +#include <pagedata.hxx> +#include <tabview.hxx> +#include <tabvwsh.hxx> +#include <printfun.hxx> +#include <stlpool.hxx> +#include <docsh.hxx> +#include <gridwin.hxx> +#include <olinewin.hxx> +#include <uiitems.hxx> +#include <sc.hrc> +#include <viewutil.hxx> +#include <colrowba.hxx> +#include <waitoff.hxx> +#include <globstr.hrc> +#include <scmod.hxx> +#include <tabprotection.hxx> +#include <markdata.hxx> +#include <inputopt.hxx> #include <comphelper/lok.hxx> namespace { diff --git a/sc/source/ui/view/tabview3.cxx b/sc/source/ui/view/tabview3.cxx index 2def729ddccb..d31146d1a81a 100644 --- a/sc/source/ui/view/tabview3.cxx +++ b/sc/source/ui/view/tabview3.cxx @@ -18,7 +18,7 @@ */ #include <rangelst.hxx> -#include "scitems.hxx" +#include <scitems.hxx> #include <editeng/eeitem.hxx> #include <editeng/brushitem.hxx> @@ -31,38 +31,38 @@ #include <sfx2/viewfrm.hxx> #include <vcl/cursor.hxx> -#include "tabview.hxx" -#include "tabvwsh.hxx" -#include "docsh.hxx" -#include "gridwin.hxx" -#include "olinewin.hxx" -#include "overlayobject.hxx" -#include "colrowba.hxx" -#include "tabcont.hxx" -#include "scmod.hxx" -#include "uiitems.hxx" -#include "sc.hrc" -#include "viewutil.hxx" -#include "editutil.hxx" -#include "inputhdl.hxx" -#include "inputwin.hxx" -#include "validat.hxx" -#include "inputopt.hxx" -#include "rfindlst.hxx" -#include "hiranges.hxx" -#include "viewuno.hxx" -#include "chartarr.hxx" -#include "anyrefdg.hxx" -#include "dpobject.hxx" -#include "patattr.hxx" -#include "dociter.hxx" -#include "seltrans.hxx" -#include "fillinfo.hxx" -#include "AccessibilityHints.hxx" -#include "rangeutl.hxx" -#include "client.hxx" -#include "tabprotection.hxx" -#include "markdata.hxx" +#include <tabview.hxx> +#include <tabvwsh.hxx> +#include <docsh.hxx> +#include <gridwin.hxx> +#include <olinewin.hxx> +#include <overlayobject.hxx> +#include <colrowba.hxx> +#include <tabcont.hxx> +#include <scmod.hxx> +#include <uiitems.hxx> +#include <sc.hrc> +#include <viewutil.hxx> +#include <editutil.hxx> +#include <inputhdl.hxx> +#include <inputwin.hxx> +#include <validat.hxx> +#include <inputopt.hxx> +#include <rfindlst.hxx> +#include <hiranges.hxx> +#include <viewuno.hxx> +#include <chartarr.hxx> +#include <anyrefdg.hxx> +#include <dpobject.hxx> +#include <patattr.hxx> +#include <dociter.hxx> +#include <seltrans.hxx> +#include <fillinfo.hxx> +#include <AccessibilityHints.hxx> +#include <rangeutl.hxx> +#include <client.hxx> +#include <tabprotection.hxx> +#include <markdata.hxx> #include <formula/FormulaCompiler.hxx> #include <comphelper/lok.hxx> #include <LibreOfficeKit/LibreOfficeKitEnums.h> diff --git a/sc/source/ui/view/tabview4.cxx b/sc/source/ui/view/tabview4.cxx index 332c4711d840..4ddb18f7ec01 100644 --- a/sc/source/ui/view/tabview4.cxx +++ b/sc/source/ui/view/tabview4.cxx @@ -20,14 +20,14 @@ #include <vcl/help.hxx> #include <vcl/svapp.hxx> -#include "tabview.hxx" -#include "document.hxx" -#include "docsh.hxx" -#include "scmod.hxx" -#include "gridwin.hxx" -#include "globstr.hrc" -#include "formulacell.hxx" -#include "dociter.hxx" +#include <tabview.hxx> +#include <document.hxx> +#include <docsh.hxx> +#include <scmod.hxx> +#include <gridwin.hxx> +#include <globstr.hrc> +#include <formulacell.hxx> +#include <dociter.hxx> // --- Referenz-Eingabe / Fill-Cursor diff --git a/sc/source/ui/view/tabview5.cxx b/sc/source/ui/view/tabview5.cxx index 233dc6aee8c7..005399636816 100644 --- a/sc/source/ui/view/tabview5.cxx +++ b/sc/source/ui/view/tabview5.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/fmshell.hxx> @@ -29,26 +29,26 @@ #include <sfx2/lokhelper.hxx> #include <sfx2/objsh.hxx> -#include "tabview.hxx" -#include "tabvwsh.hxx" -#include "document.hxx" -#include "gridwin.hxx" -#include "olinewin.hxx" -#include "tabsplit.hxx" -#include "colrowba.hxx" -#include "tabcont.hxx" -#include "sc.hrc" -#include "pagedata.hxx" -#include "hiranges.hxx" -#include "drawview.hxx" -#include "drwlayer.hxx" -#include "fusel.hxx" -#include "seltrans.hxx" -#include "scmod.hxx" -#include "AccessibilityHints.hxx" -#include "docsh.hxx" -#include "viewuno.hxx" -#include "postit.hxx" +#include <tabview.hxx> +#include <tabvwsh.hxx> +#include <document.hxx> +#include <gridwin.hxx> +#include <olinewin.hxx> +#include <tabsplit.hxx> +#include <colrowba.hxx> +#include <tabcont.hxx> +#include <sc.hrc> +#include <pagedata.hxx> +#include <hiranges.hxx> +#include <drawview.hxx> +#include <drwlayer.hxx> +#include <fusel.hxx> +#include <seltrans.hxx> +#include <scmod.hxx> +#include <AccessibilityHints.hxx> +#include <docsh.hxx> +#include <viewuno.hxx> +#include <postit.hxx> #include <vcl/svapp.hxx> #include <vcl/settings.hxx> diff --git a/sc/source/ui/view/tabvwsh.cxx b/sc/source/ui/view/tabvwsh.cxx index f61f2fafabb9..395e030c989c 100644 --- a/sc/source/ui/view/tabvwsh.cxx +++ b/sc/source/ui/view/tabvwsh.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "scitems.hxx" +#include <scitems.hxx> #include <svx/imapdlg.hxx> #include <svx/srchdlg.hxx> #include <svl/srchitem.hxx> @@ -29,24 +29,24 @@ #include <sfx2/infobar.hxx> #include <sfx2/sidebar/SidebarChildWindow.hxx> -#include "cellvalue.hxx" -#include "docoptio.hxx" +#include <cellvalue.hxx> +#include <docoptio.hxx> -#include "tabvwsh.hxx" -#include "docsh.hxx" -#include "reffact.hxx" -#include "scresid.hxx" -#include "dwfunctr.hxx" -#include "sc.hrc" -#include "spelldialog.hxx" -#include "formulacell.hxx" +#include <tabvwsh.hxx> +#include <docsh.hxx> +#include <reffact.hxx> +#include <scresid.hxx> +#include <dwfunctr.hxx> +#include <sc.hrc> +#include <spelldialog.hxx> +#include <formulacell.hxx> #include <searchresults.hxx> #include <sfx2/request.hxx> // needed for -fsanitize=function visibility of typeinfo for functions of // type void(SfxShell*,SfxRequest&) defined in scslots.hxx #define ScTabViewShell -#include "scslots.hxx" +#include <scslots.hxx> SFX_IMPL_INTERFACE(ScTabViewShell, SfxViewShell) diff --git a/sc/source/ui/view/tabvwsh2.cxx b/sc/source/ui/view/tabvwsh2.cxx index 69e4347118f5..4655bd7aa371 100644 --- a/sc/source/ui/view/tabvwsh2.cxx +++ b/sc/source/ui/view/tabvwsh2.cxx @@ -25,21 +25,21 @@ #include <svl/languageoptions.hxx> #include <sfx2/dispatch.hxx> -#include "tabvwsh.hxx" -#include "drawsh.hxx" -#include "drawview.hxx" -#include "fupoor.hxx" -#include "fuconrec.hxx" -#include "fuconpol.hxx" -#include "fuconarc.hxx" -#include "fuconuno.hxx" -#include "fusel.hxx" -#include "futext.hxx" -#include "fuinsert.hxx" -#include "global.hxx" -#include "sc.hrc" -#include "scmod.hxx" -#include "appoptio.hxx" +#include <tabvwsh.hxx> +#include <drawsh.hxx> +#include <drawview.hxx> +#include <fupoor.hxx> +#include <fuconrec.hxx> +#include <fuconpol.hxx> +#include <fuconarc.hxx> +#include <fuconuno.hxx> +#include <fusel.hxx> +#include <futext.hxx> +#include <fuinsert.hxx> +#include <global.hxx> +#include <sc.hrc> +#include <scmod.hxx> +#include <appoptio.hxx> #include <gridwin.hxx> // Create default drawing objects via keyboard diff --git a/sc/source/ui/view/tabvwsh3.cxx b/sc/source/ui/view/tabvwsh3.cxx index 0b9e416f65e3..ddd1ef663525 100644 --- a/sc/source/ui/view/tabvwsh3.cxx +++ b/sc/source/ui/view/tabvwsh3.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 <sfx2/app.hxx> @@ -33,31 +33,31 @@ #include <vcl/msgbox.hxx> #include <vcl/vclenum.hxx> -#include "globstr.hrc" -#include "strings.hrc" -#include "scmod.hxx" -#include "appoptio.hxx" -#include "tabvwsh.hxx" -#include "document.hxx" -#include "sc.hrc" -#include "inputwin.hxx" -#include "scresid.hxx" -#include "printfun.hxx" -#include "docsh.hxx" -#include "rangelst.hxx" -#include "prevwsh.hxx" -#include "rangeutl.hxx" -#include "reffact.hxx" -#include "uiitems.hxx" -#include "formulacell.hxx" -#include "inputhdl.hxx" -#include "autoform.hxx" -#include "autofmt.hxx" -#include "dwfunctr.hxx" -#include "shtabdlg.hxx" -#include "tabprotection.hxx" -#include "protectiondlg.hxx" -#include "markdata.hxx" +#include <globstr.hrc> +#include <strings.hrc> +#include <scmod.hxx> +#include <appoptio.hxx> +#include <tabvwsh.hxx> +#include <document.hxx> +#include <sc.hrc> +#include <inputwin.hxx> +#include <scresid.hxx> +#include <printfun.hxx> +#include <docsh.hxx> +#include <rangelst.hxx> +#include <prevwsh.hxx> +#include <rangeutl.hxx> +#include <reffact.hxx> +#include <uiitems.hxx> +#include <formulacell.hxx> +#include <inputhdl.hxx> +#include <autoform.hxx> +#include <autofmt.hxx> +#include <dwfunctr.hxx> +#include <shtabdlg.hxx> +#include <tabprotection.hxx> +#include <protectiondlg.hxx> +#include <markdata.hxx> #include <svl/ilstitem.hxx> #include <vector> @@ -66,7 +66,7 @@ #include <svx/svxdlg.hxx> #include <svx/dialogs.hrc> #include <comphelper/string.hxx> -#include "scabstdlg.hxx" +#include <scabstdlg.hxx> #include <memory> diff --git a/sc/source/ui/view/tabvwsh4.cxx b/sc/source/ui/view/tabvwsh4.cxx index 2cf0b789062f..1b67ca293cba 100644 --- a/sc/source/ui/view/tabvwsh4.cxx +++ b/sc/source/ui/view/tabvwsh4.cxx @@ -19,7 +19,7 @@ #include <sal/config.h> -#include "scitems.hxx" +#include <scitems.hxx> #include <editeng/eeitem.hxx> #include <sfx2/app.hxx> @@ -41,53 +41,53 @@ #include <sfx2/docfile.hxx> #include <o3tl/make_unique.hxx> -#include "tabvwsh.hxx" -#include "sc.hrc" -#include "globstr.hrc" -#include "stlpool.hxx" -#include "stlsheet.hxx" -#include "docsh.hxx" -#include "scmod.hxx" -#include "appoptio.hxx" -#include "rangeutl.hxx" -#include "printfun.hxx" -#include "drawsh.hxx" -#include "drformsh.hxx" -#include "editsh.hxx" -#include "pivotsh.hxx" -#include "auditsh.hxx" -#include "drtxtob.hxx" -#include "inputhdl.hxx" -#include "editutil.hxx" -#include "inputopt.hxx" -#include "inputwin.hxx" -#include "scresid.hxx" -#include "dbdata.hxx" -#include "reffact.hxx" -#include "viewuno.hxx" -#include "dispuno.hxx" -#include "anyrefdg.hxx" -#include "chgtrack.hxx" -#include "cellsh.hxx" -#include "oleobjsh.hxx" -#include "chartsh.hxx" -#include "graphsh.hxx" -#include "mediash.hxx" -#include "pgbrksh.hxx" -#include "dpobject.hxx" -#include "prevwsh.hxx" -#include "tpprint.hxx" -#include "scextopt.hxx" -#include "printopt.hxx" -#include "drawview.hxx" -#include "fupoor.hxx" -#include "navsett.hxx" -#include "scabstdlg.hxx" -#include "externalrefmgr.hxx" -#include "defaultsoptions.hxx" -#include "markdata.hxx" -#include "preview.hxx" -#include "docoptio.hxx" +#include <tabvwsh.hxx> +#include <sc.hrc> +#include <globstr.hrc> +#include <stlpool.hxx> +#include <stlsheet.hxx> +#include <docsh.hxx> +#include <scmod.hxx> +#include <appoptio.hxx> +#include <rangeutl.hxx> +#include <printfun.hxx> +#include <drawsh.hxx> +#include <drformsh.hxx> +#include <editsh.hxx> +#include <pivotsh.hxx> +#include <auditsh.hxx> +#include <drtxtob.hxx> +#include <inputhdl.hxx> +#include <editutil.hxx> +#include <inputopt.hxx> +#include <inputwin.hxx> +#include <scresid.hxx> +#include <dbdata.hxx> +#include <reffact.hxx> +#include <viewuno.hxx> +#include <dispuno.hxx> +#include <anyrefdg.hxx> +#include <chgtrack.hxx> +#include <cellsh.hxx> +#include <oleobjsh.hxx> +#include <chartsh.hxx> +#include <graphsh.hxx> +#include <mediash.hxx> +#include <pgbrksh.hxx> +#include <dpobject.hxx> +#include <prevwsh.hxx> +#include <tpprint.hxx> +#include <scextopt.hxx> +#include <printopt.hxx> +#include <drawview.hxx> +#include <fupoor.hxx> +#include <navsett.hxx> +#include <scabstdlg.hxx> +#include <externalrefmgr.hxx> +#include <defaultsoptions.hxx> +#include <markdata.hxx> +#include <preview.hxx> +#include <docoptio.hxx> #include <documentlinkmgr.hxx> #include <gridwin.hxx> diff --git a/sc/source/ui/view/tabvwsh5.cxx b/sc/source/ui/view/tabvwsh5.cxx index 928d804c2c8c..198fafc8e068 100644 --- a/sc/source/ui/view/tabvwsh5.cxx +++ b/sc/source/ui/view/tabvwsh5.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "scitems.hxx" +#include <scitems.hxx> #include <svl/hint.hxx> #include <comphelper/lok.hxx> #include <svl/zforlist.hxx> @@ -27,18 +27,18 @@ #include <sfx2/dispatch.hxx> #include <sfx2/objsh.hxx> -#include "tabvwsh.hxx" -#include "sc.hrc" -#include "global.hxx" -#include "docsh.hxx" -#include "document.hxx" -#include "formulacell.hxx" -#include "globstr.hrc" -#include "scmod.hxx" -#include "uiitems.hxx" -#include "editsh.hxx" -#include "hints.hxx" -#include "cellvalue.hxx" +#include <tabvwsh.hxx> +#include <sc.hrc> +#include <global.hxx> +#include <docsh.hxx> +#include <document.hxx> +#include <formulacell.hxx> +#include <globstr.hrc> +#include <scmod.hxx> +#include <uiitems.hxx> +#include <editsh.hxx> +#include <hints.hxx> +#include <cellvalue.hxx> #include <svl/sharedstring.hxx> void ScTabViewShell::Notify( SfxBroadcaster& rBC, const SfxHint& rHint ) diff --git a/sc/source/ui/view/tabvwsh8.cxx b/sc/source/ui/view/tabvwsh8.cxx index 2f61df7ecf9e..bc83876ab6c3 100644 --- a/sc/source/ui/view/tabvwsh8.cxx +++ b/sc/source/ui/view/tabvwsh8.cxx @@ -17,11 +17,11 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "scitems.hxx" +#include <scitems.hxx> #include <editeng/boxitem.hxx> -#include "tabvwsh.hxx" -#include "document.hxx" +#include <tabvwsh.hxx> +#include <document.hxx> void ScTabViewShell::SetDefaultFrameLine( const ::editeng::SvxBorderLine* pLine ) { diff --git a/sc/source/ui/view/tabvwsh9.cxx b/sc/source/ui/view/tabvwsh9.cxx index d86a7349f238..43508fb93981 100644 --- a/sc/source/ui/view/tabvwsh9.cxx +++ b/sc/source/ui/view/tabvwsh9.cxx @@ -30,12 +30,12 @@ #include <svl/whiter.hxx> #include "imapwrap.hxx" -#include "tabvwsh.hxx" -#include "viewdata.hxx" -#include "tabview.hxx" -#include "drwlayer.hxx" -#include "userdat.hxx" -#include "docsh.hxx" +#include <tabvwsh.hxx> +#include <viewdata.hxx> +#include <tabview.hxx> +#include <drwlayer.hxx> +#include <userdat.hxx> +#include <docsh.hxx> #include <svx/galleryitem.hxx> #include <com/sun/star/gallery/GalleryItemType.hpp> diff --git a/sc/source/ui/view/tabvwsha.cxx b/sc/source/ui/view/tabvwsha.cxx index 916eb4828a69..e481d4dd6576 100644 --- a/sc/source/ui/view/tabvwsha.cxx +++ b/sc/source/ui/view/tabvwsha.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "scitems.hxx" +#include <scitems.hxx> #include <svl/stritem.hxx> #include <svl/whiter.hxx> #include <svl/zformat.hxx> @@ -34,28 +34,28 @@ #include <sfx2/request.hxx> #include <vcl/msgbox.hxx> -#include "global.hxx" -#include "attrib.hxx" -#include "patattr.hxx" -#include "cellform.hxx" -#include "document.hxx" -#include "formulacell.hxx" -#include "globstr.hrc" -#include "scmod.hxx" -#include "inputhdl.hxx" -#include "inputwin.hxx" -#include "docsh.hxx" -#include "viewdata.hxx" -#include "appoptio.hxx" -#include "sc.hrc" -#include "stlpool.hxx" -#include "tabvwsh.hxx" -#include "dwfunctr.hxx" -#include "scabstdlg.hxx" -#include "compiler.hxx" -#include "markdata.hxx" -#include "cellvalue.hxx" -#include "tokenarray.hxx" +#include <global.hxx> +#include <attrib.hxx> +#include <patattr.hxx> +#include <cellform.hxx> +#include <document.hxx> +#include <formulacell.hxx> +#include <globstr.hrc> +#include <scmod.hxx> +#include <inputhdl.hxx> +#include <inputwin.hxx> +#include <docsh.hxx> +#include <viewdata.hxx> +#include <appoptio.hxx> +#include <sc.hrc> +#include <stlpool.hxx> +#include <tabvwsh.hxx> +#include <dwfunctr.hxx> +#include <scabstdlg.hxx> +#include <compiler.hxx> +#include <markdata.hxx> +#include <cellvalue.hxx> +#include <tokenarray.hxx> #include <com/sun/star/table/BorderLineStyle.hpp> diff --git a/sc/source/ui/view/tabvwshb.cxx b/sc/source/ui/view/tabvwshb.cxx index d2c5e0207ad4..44d505ccdd2e 100644 --- a/sc/source/ui/view/tabvwshb.cxx +++ b/sc/source/ui/view/tabvwshb.cxx @@ -50,17 +50,17 @@ #include <sot/exchange.hxx> #include <tools/diagnose_ex.h> -#include "tabvwsh.hxx" -#include "globstr.hrc" -#include "scmod.hxx" -#include "document.hxx" -#include "sc.hrc" -#include "client.hxx" -#include "fuinsert.hxx" -#include "docsh.hxx" -#include "chartarr.hxx" -#include "drawview.hxx" -#include "ChartRangeSelectionListener.hxx" +#include <tabvwsh.hxx> +#include <globstr.hrc> +#include <scmod.hxx> +#include <document.hxx> +#include <sc.hrc> +#include <client.hxx> +#include <fuinsert.hxx> +#include <docsh.hxx> +#include <chartarr.hxx> +#include <drawview.hxx> +#include <ChartRangeSelectionListener.hxx> #include <gridwin.hxx> #include <tools/urlobj.hxx> diff --git a/sc/source/ui/view/tabvwshc.cxx b/sc/source/ui/view/tabvwshc.cxx index 4eaca7a70f58..74b65ef6b4a6 100644 --- a/sc/source/ui/view/tabvwshc.cxx +++ b/sc/source/ui/view/tabvwshc.cxx @@ -19,64 +19,64 @@ #include <config_mpl.h> -#include "scitems.hxx" +#include <scitems.hxx> #include <vcl/msgbox.hxx> #include <sfx2/childwin.hxx> #include <sfx2/dispatch.hxx> #include <editeng/editview.hxx> #include <inputhdl.hxx> -#include "tabvwsh.hxx" -#include "sc.hrc" -#include "scres.hrc" -#include "globstr.hrc" -#include "global.hxx" -#include "scmod.hxx" -#include "docsh.hxx" -#include "document.hxx" -#include "uiitems.hxx" -#include "pivot.hxx" -#include "namedlg.hxx" -#include "namedefdlg.hxx" -#include "solvrdlg.hxx" -#include "optsolver.hxx" -#include "tabopdlg.hxx" -#include "autoform.hxx" -#include "autofmt.hxx" -#include "consdlg.hxx" -#include "filtdlg.hxx" -#include "dbnamdlg.hxx" -#include "areasdlg.hxx" -#include "rangeutl.hxx" -#include "crnrdlg.hxx" -#include "formula.hxx" -#include "formulacell.hxx" -#include "acredlin.hxx" -#include "highred.hxx" -#include "simpref.hxx" -#include "funcdesc.hxx" -#include "dpobject.hxx" -#include "markdata.hxx" -#include "reffact.hxx" -#include "condformatdlg.hxx" -#include "xmlsourcedlg.hxx" -#include "condformatdlgitem.hxx" - -#include "RandomNumberGeneratorDialog.hxx" -#include "SamplingDialog.hxx" -#include "DescriptiveStatisticsDialog.hxx" -#include "AnalysisOfVarianceDialog.hxx" -#include "CorrelationDialog.hxx" -#include "CovarianceDialog.hxx" -#include "ExponentialSmoothingDialog.hxx" -#include "MovingAverageDialog.hxx" -#include "RegressionDialog.hxx" -#include "TTestDialog.hxx" -#include "FTestDialog.hxx" -#include "ZTestDialog.hxx" -#include "ChiSquareTestDialog.hxx" - -#include "PivotLayoutDialog.hxx" +#include <tabvwsh.hxx> +#include <sc.hrc> +#include <scres.hrc> +#include <globstr.hrc> +#include <global.hxx> +#include <scmod.hxx> +#include <docsh.hxx> +#include <document.hxx> +#include <uiitems.hxx> +#include <pivot.hxx> +#include <namedlg.hxx> +#include <namedefdlg.hxx> +#include <solvrdlg.hxx> +#include <optsolver.hxx> +#include <tabopdlg.hxx> +#include <autoform.hxx> +#include <autofmt.hxx> +#include <consdlg.hxx> +#include <filtdlg.hxx> +#include <dbnamdlg.hxx> +#include <areasdlg.hxx> +#include <rangeutl.hxx> +#include <crnrdlg.hxx> +#include <formula.hxx> +#include <formulacell.hxx> +#include <acredlin.hxx> +#include <highred.hxx> +#include <simpref.hxx> +#include <funcdesc.hxx> +#include <dpobject.hxx> +#include <markdata.hxx> +#include <reffact.hxx> +#include <condformatdlg.hxx> +#include <xmlsourcedlg.hxx> +#include <condformatdlgitem.hxx> + +#include <RandomNumberGeneratorDialog.hxx> +#include <SamplingDialog.hxx> +#include <DescriptiveStatisticsDialog.hxx> +#include <AnalysisOfVarianceDialog.hxx> +#include <CorrelationDialog.hxx> +#include <CovarianceDialog.hxx> +#include <ExponentialSmoothingDialog.hxx> +#include <MovingAverageDialog.hxx> +#include <RegressionDialog.hxx> +#include <TTestDialog.hxx> +#include <FTestDialog.hxx> +#include <ZTestDialog.hxx> +#include <ChiSquareTestDialog.hxx> + +#include <PivotLayoutDialog.hxx> #include <LibreOfficeKit/LibreOfficeKitEnums.h> #include <sfx2/lokhelper.hxx> diff --git a/sc/source/ui/view/tabvwshd.cxx b/sc/source/ui/view/tabvwshd.cxx index 663c5a185103..9a85c4ccac79 100644 --- a/sc/source/ui/view/tabvwshd.cxx +++ b/sc/source/ui/view/tabvwshd.cxx @@ -23,11 +23,11 @@ #include <vcl/svapp.hxx> #include <vcl/wrkwin.hxx> -#include "tabvwsh.hxx" -#include "global.hxx" -#include "scmod.hxx" -#include "docsh.hxx" -#include "sc.hrc" +#include <tabvwsh.hxx> +#include <global.hxx> +#include <scmod.hxx> +#include <docsh.hxx> +#include <sc.hrc> #include <gridwin.hxx> //! parent window for dialogs diff --git a/sc/source/ui/view/tabvwshe.cxx b/sc/source/ui/view/tabvwshe.cxx index 43ac8f0e1eee..78e83bf3a3b9 100644 --- a/sc/source/ui/view/tabvwshe.cxx +++ b/sc/source/ui/view/tabvwshe.cxx @@ -20,7 +20,7 @@ #include <comphelper/string.hxx> #include <editeng/eeitem.hxx> -#include "scitems.hxx" +#include <scitems.hxx> #include <editeng/editview.hxx> #include <editeng/flditem.hxx> #include <svx/hlnkitem.hxx> @@ -31,15 +31,15 @@ #include <sfx2/objface.hxx> #include <svl/stritem.hxx> -#include "tabvwsh.hxx" -#include "sc.hrc" -#include "scmod.hxx" -#include "impex.hxx" -#include "editsh.hxx" -#include "dociter.hxx" -#include "inputhdl.hxx" +#include <tabvwsh.hxx> +#include <sc.hrc> +#include <scmod.hxx> +#include <impex.hxx> +#include <editsh.hxx> +#include <dociter.hxx> +#include <inputhdl.hxx> #include <svx/srchdlg.hxx> -#include "document.hxx" +#include <document.hxx> #include <gridwin.hxx> OUString ScTabViewShell::GetSelectionText( bool bWholeWord ) diff --git a/sc/source/ui/view/tabvwshf.cxx b/sc/source/ui/view/tabvwshf.cxx index 4f49a250769a..3cbe8c83aa8f 100644 --- a/sc/source/ui/view/tabvwshf.cxx +++ b/sc/source/ui/view/tabvwshf.cxx @@ -21,7 +21,7 @@ #include <memory> -#include "scitems.hxx" +#include <scitems.hxx> #include <sfx2/request.hxx> #include <sfx2/bindings.hxx> #include <sfx2/viewfrm.hxx> @@ -34,24 +34,24 @@ #include <svx/svxdlg.hxx> #include <editeng/colritem.hxx> -#include "tabvwsh.hxx" -#include "sc.hrc" -#include "docsh.hxx" -#include "document.hxx" -#include "shtabdlg.hxx" -#include "scresid.hxx" -#include "globstr.hrc" -#include "strings.hrc" -#include "docfunc.hxx" -#include "eventuno.hxx" -#include "dpobject.hxx" -#include "dpshttab.hxx" - -#include "scabstdlg.hxx" - -#include "tabbgcolor.hxx" -#include "tabbgcolordlg.hxx" -#include "markdata.hxx" +#include <tabvwsh.hxx> +#include <sc.hrc> +#include <docsh.hxx> +#include <document.hxx> +#include <shtabdlg.hxx> +#include <scresid.hxx> +#include <globstr.hrc> +#include <strings.hrc> +#include <docfunc.hxx> +#include <eventuno.hxx> +#include <dpobject.hxx> +#include <dpshttab.hxx> + +#include <scabstdlg.hxx> + +#include <tabbgcolor.hxx> +#include <tabbgcolordlg.hxx> +#include <markdata.hxx> #include <vector> diff --git a/sc/source/ui/view/tabvwshg.cxx b/sc/source/ui/view/tabvwshg.cxx index 4c8ef350625a..538ac000aed4 100644 --- a/sc/source/ui/view/tabvwshg.cxx +++ b/sc/source/ui/view/tabvwshg.cxx @@ -32,10 +32,10 @@ using namespace com::sun::star; -#include "tabvwsh.hxx" -#include "document.hxx" -#include "drawview.hxx" -#include "globstr.hrc" +#include <tabvwsh.hxx> +#include <document.hxx> +#include <drawview.hxx> +#include <globstr.hrc> #include <gridwin.hxx> #include <avmedia/mediawindow.hxx> diff --git a/sc/source/ui/view/tabvwshh.cxx b/sc/source/ui/view/tabvwshh.cxx index a25f27df8938..c59e6dcc4e6c 100644 --- a/sc/source/ui/view/tabvwshh.cxx +++ b/sc/source/ui/view/tabvwshh.cxx @@ -30,14 +30,14 @@ #include <svl/whiter.hxx> #include <vcl/msgbox.hxx> -#include "tabvwsh.hxx" -#include "client.hxx" -#include "document.hxx" -#include "docsh.hxx" -#include "sc.hrc" -#include "drwlayer.hxx" -#include "retypepassdlg.hxx" -#include "tabprotection.hxx" +#include <tabvwsh.hxx> +#include <client.hxx> +#include <document.hxx> +#include <docsh.hxx> +#include <sc.hrc> +#include <drwlayer.hxx> +#include <retypepassdlg.hxx> +#include <tabprotection.hxx> using namespace com::sun::star; diff --git a/sc/source/ui/view/viewdata.cxx b/sc/source/ui/view/viewdata.cxx index 9f56c5c4a4f1..656af7c880d1 100644 --- a/sc/source/ui/view/viewdata.cxx +++ b/sc/source/ui/view/viewdata.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 <sfx2/lokhelper.hxx> @@ -37,26 +37,26 @@ #include <sax/tools/converter.hxx> -#include "viewdata.hxx" -#include "docoptio.hxx" -#include "scmod.hxx" -#include "global.hxx" -#include "document.hxx" -#include "attrib.hxx" -#include "tabview.hxx" -#include "tabvwsh.hxx" -#include "docsh.hxx" -#include "sc.hrc" -#include "patattr.hxx" -#include "editutil.hxx" -#include "scextopt.hxx" -#include "miscuno.hxx" -#include "unonames.hxx" -#include "inputopt.hxx" -#include "viewutil.hxx" -#include "markdata.hxx" -#include "stlalgorithm.hxx" -#include "ViewSettingsSequenceDefines.hxx" +#include <viewdata.hxx> +#include <docoptio.hxx> +#include <scmod.hxx> +#include <global.hxx> +#include <document.hxx> +#include <attrib.hxx> +#include <tabview.hxx> +#include <tabvwsh.hxx> +#include <docsh.hxx> +#include <sc.hrc> +#include <patattr.hxx> +#include <editutil.hxx> +#include <scextopt.hxx> +#include <miscuno.hxx> +#include <unonames.hxx> +#include <inputopt.hxx> +#include <viewutil.hxx> +#include <markdata.hxx> +#include <stlalgorithm.hxx> +#include <ViewSettingsSequenceDefines.hxx> #include <gridwin.hxx> #include <rtl/ustrbuf.hxx> #include <comphelper/flagguard.hxx> diff --git a/sc/source/ui/view/viewfun2.cxx b/sc/source/ui/view/viewfun2.cxx index 55fe8f091d05..1a8e08520db4 100644 --- a/sc/source/ui/view/viewfun2.cxx +++ b/sc/source/ui/view/viewfun2.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 <sfx2/app.hxx> @@ -41,51 +41,51 @@ #include <basic/sbstar.hxx> #include <com/sun/star/container/XNameContainer.hpp> -#include "viewfunc.hxx" - -#include "sc.hrc" -#include "globstr.hrc" - -#include "attrib.hxx" -#include "autoform.hxx" -#include "formulacell.hxx" -#include "cellmergeoption.hxx" -#include "compiler.hxx" -#include "docfunc.hxx" -#include "docpool.hxx" -#include "docsh.hxx" -#include "docoptio.hxx" -#include "global.hxx" -#include "patattr.hxx" -#include "printfun.hxx" -#include "rangenam.hxx" -#include "rangeutl.hxx" -#include "refundo.hxx" -#include "table.hxx" -#include "tablink.hxx" -#include "tabvwsh.hxx" -#include "uiitems.hxx" -#include "undoblk.hxx" -#include "undocell.hxx" -#include "undotab.hxx" -#include "sizedev.hxx" -#include "editable.hxx" -#include "scmod.hxx" -#include "inputhdl.hxx" -#include "inputwin.hxx" -#include "funcdesc.hxx" -#include "docuno.hxx" -#include "charthelper.hxx" -#include "tabbgcolor.hxx" -#include "clipparam.hxx" -#include "prnsave.hxx" -#include "searchresults.hxx" -#include "tokenarray.hxx" +#include <viewfunc.hxx> + +#include <sc.hrc> +#include <globstr.hrc> + +#include <attrib.hxx> +#include <autoform.hxx> +#include <formulacell.hxx> +#include <cellmergeoption.hxx> +#include <compiler.hxx> +#include <docfunc.hxx> +#include <docpool.hxx> +#include <docsh.hxx> +#include <docoptio.hxx> +#include <global.hxx> +#include <patattr.hxx> +#include <printfun.hxx> +#include <rangenam.hxx> +#include <rangeutl.hxx> +#include <refundo.hxx> +#include <table.hxx> +#include <tablink.hxx> +#include <tabvwsh.hxx> +#include <uiitems.hxx> +#include <undoblk.hxx> +#include <undocell.hxx> +#include <undotab.hxx> +#include <sizedev.hxx> +#include <editable.hxx> +#include <scmod.hxx> +#include <inputhdl.hxx> +#include <inputwin.hxx> +#include <funcdesc.hxx> +#include <docuno.hxx> +#include <charthelper.hxx> +#include <tabbgcolor.hxx> +#include <clipparam.hxx> +#include <prnsave.hxx> +#include <searchresults.hxx> +#include <tokenarray.hxx> #include <columnspanset.hxx> #include <rowheightcontext.hxx> #include <LibreOfficeKit/LibreOfficeKitEnums.h> #include <comphelper/lok.hxx> -#include "mergecellsdialog.hxx" +#include <mergecellsdialog.hxx> #include <vector> #include <memory> diff --git a/sc/source/ui/view/viewfun3.cxx b/sc/source/ui/view/viewfun3.cxx index 1df722ed79f8..4756372d151f 100644 --- a/sc/source/ui/view/viewfun3.cxx +++ b/sc/source/ui/view/viewfun3.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "scitems.hxx" +#include <scitems.hxx> #include <svx/svdetc.hxx> #include <svx/svditer.hxx> #include <svx/svdoole2.hxx> @@ -40,36 +40,36 @@ #include <comphelper/lok.hxx> #include <sfx2/lokhelper.hxx> -#include "attrib.hxx" -#include "patattr.hxx" -#include "dociter.hxx" -#include "viewfunc.hxx" -#include "tabvwsh.hxx" -#include "docsh.hxx" -#include "docfunc.hxx" -#include "undoblk.hxx" -#include "refundo.hxx" -#include "globstr.hrc" -#include "global.hxx" -#include "transobj.hxx" -#include "drwtrans.hxx" -#include "rangenam.hxx" -#include "dbdata.hxx" -#include "impex.hxx" -#include "chgtrack.hxx" -#include "waitoff.hxx" -#include "scmod.hxx" -#include "sc.hrc" -#include "inputopt.hxx" -#include "warnbox.hxx" -#include "drwlayer.hxx" -#include "editable.hxx" -#include "docuno.hxx" -#include "clipparam.hxx" -#include "undodat.hxx" -#include "drawview.hxx" -#include "cliputil.hxx" -#include "clipoptions.hxx" +#include <attrib.hxx> +#include <patattr.hxx> +#include <dociter.hxx> +#include <viewfunc.hxx> +#include <tabvwsh.hxx> +#include <docsh.hxx> +#include <docfunc.hxx> +#include <undoblk.hxx> +#include <refundo.hxx> +#include <globstr.hrc> +#include <global.hxx> +#include <transobj.hxx> +#include <drwtrans.hxx> +#include <rangenam.hxx> +#include <dbdata.hxx> +#include <impex.hxx> +#include <chgtrack.hxx> +#include <waitoff.hxx> +#include <scmod.hxx> +#include <sc.hrc> +#include <inputopt.hxx> +#include <warnbox.hxx> +#include <drwlayer.hxx> +#include <editable.hxx> +#include <docuno.hxx> +#include <clipparam.hxx> +#include <undodat.hxx> +#include <drawview.hxx> +#include <cliputil.hxx> +#include <clipoptions.hxx> #include <gridwin.hxx> #include <com/sun/star/util/XCloneable.hpp> diff --git a/sc/source/ui/view/viewfun4.cxx b/sc/source/ui/view/viewfun4.cxx index 641bd4421325..f59e4b25db5c 100644 --- a/sc/source/ui/view/viewfun4.cxx +++ b/sc/source/ui/view/viewfun4.cxx @@ -18,7 +18,7 @@ */ #include <memory> -#include "scitems.hxx" +#include <scitems.hxx> #include <editeng/eeitem.hxx> #include <editeng/editobj.hxx> @@ -47,27 +47,27 @@ #include <comphelper/storagehelper.hxx> #include <comphelper/processfactory.hxx> -#include "viewfunc.hxx" -#include "docsh.hxx" -#include "document.hxx" -#include "docpool.hxx" -#include "globstr.hrc" -#include "global.hxx" -#include "undoblk.hxx" -#include "undocell.hxx" -#include "formulacell.hxx" -#include "scmod.hxx" -#include "spelleng.hxx" -#include "patattr.hxx" -#include "sc.hrc" -#include "tabvwsh.hxx" -#include "impex.hxx" -#include "editutil.hxx" -#include "editable.hxx" -#include "dociter.hxx" -#include "reffind.hxx" -#include "compiler.hxx" -#include "tokenarray.hxx" +#include <viewfunc.hxx> +#include <docsh.hxx> +#include <document.hxx> +#include <docpool.hxx> +#include <globstr.hrc> +#include <global.hxx> +#include <undoblk.hxx> +#include <undocell.hxx> +#include <formulacell.hxx> +#include <scmod.hxx> +#include <spelleng.hxx> +#include <patattr.hxx> +#include <sc.hrc> +#include <tabvwsh.hxx> +#include <impex.hxx> +#include <editutil.hxx> +#include <editable.hxx> +#include <dociter.hxx> +#include <reffind.hxx> +#include <compiler.hxx> +#include <tokenarray.hxx> #include <refupdatecontext.hxx> #include <gridwin.hxx> diff --git a/sc/source/ui/view/viewfun5.cxx b/sc/source/ui/view/viewfun5.cxx index d3baacf6ba34..f1feed622442 100644 --- a/sc/source/ui/view/viewfun5.cxx +++ b/sc/source/ui/view/viewfun5.cxx @@ -48,22 +48,22 @@ #include <comphelper/storagehelper.hxx> #include <comphelper/string.hxx> -#include "viewfunc.hxx" -#include "docsh.hxx" -#include "drawview.hxx" -#include "impex.hxx" -#include "dbfunc.hxx" -#include "dbdata.hxx" -#include "sc.hrc" -#include "filter.hxx" -#include "scextopt.hxx" -#include "tabvwsh.hxx" -#include "compiler.hxx" - -#include "asciiopt.hxx" -#include "scabstdlg.hxx" -#include "clipparam.hxx" -#include "markdata.hxx" +#include <viewfunc.hxx> +#include <docsh.hxx> +#include <drawview.hxx> +#include <impex.hxx> +#include <dbfunc.hxx> +#include <dbdata.hxx> +#include <sc.hrc> +#include <filter.hxx> +#include <scextopt.hxx> +#include <tabvwsh.hxx> +#include <compiler.hxx> + +#include <asciiopt.hxx> +#include <scabstdlg.hxx> +#include <clipparam.hxx> +#include <markdata.hxx> #include <vcl/msgbox.hxx> #include <sfx2/viewfrm.hxx> #include <svx/dbaexchange.hxx> diff --git a/sc/source/ui/view/viewfun6.cxx b/sc/source/ui/view/viewfun6.cxx index f5e887c13913..e5bc488a7724 100644 --- a/sc/source/ui/view/viewfun6.cxx +++ b/sc/source/ui/view/viewfun6.cxx @@ -26,26 +26,26 @@ #include <svl/zformat.hxx> #include <editeng/editview.hxx> -#include "viewfunc.hxx" -#include "detfunc.hxx" -#include "detdata.hxx" -#include "viewdata.hxx" -#include "drwlayer.hxx" -#include "docsh.hxx" -#include "undocell.hxx" -#include "futext.hxx" -#include "docfunc.hxx" -#include "globstr.hrc" -#include "sc.hrc" -#include "fusel.hxx" -#include "reftokenhelper.hxx" -#include "externalrefmgr.hxx" -#include "formulacell.hxx" -#include "markdata.hxx" -#include "drawview.hxx" -#include "globalnames.hxx" -#include "inputhdl.hxx" -#include "tabvwsh.hxx" +#include <viewfunc.hxx> +#include <detfunc.hxx> +#include <detdata.hxx> +#include <viewdata.hxx> +#include <drwlayer.hxx> +#include <docsh.hxx> +#include <undocell.hxx> +#include <futext.hxx> +#include <docfunc.hxx> +#include <globstr.hrc> +#include <sc.hrc> +#include <fusel.hxx> +#include <reftokenhelper.hxx> +#include <externalrefmgr.hxx> +#include <formulacell.hxx> +#include <markdata.hxx> +#include <drawview.hxx> +#include <globalnames.hxx> +#include <inputhdl.hxx> +#include <tabvwsh.hxx> #include <vector> diff --git a/sc/source/ui/view/viewfun7.cxx b/sc/source/ui/view/viewfun7.cxx index 3695ce2653ac..f08b7688432d 100644 --- a/sc/source/ui/view/viewfun7.cxx +++ b/sc/source/ui/view/viewfun7.cxx @@ -34,19 +34,19 @@ #include <toolkit/helper/vclunohelper.hxx> #include <com/sun/star/embed/Aspects.hpp> -#include "document.hxx" -#include "viewfunc.hxx" -#include "tabvwsh.hxx" -#include "drawview.hxx" -#include "scmod.hxx" -#include "drwlayer.hxx" -#include "drwtrans.hxx" -#include "globstr.hrc" -#include "chartlis.hxx" -#include "docuno.hxx" -#include "docsh.hxx" -#include "convuno.hxx" -#include "dragdata.hxx" +#include <document.hxx> +#include <viewfunc.hxx> +#include <tabvwsh.hxx> +#include <drawview.hxx> +#include <scmod.hxx> +#include <drwlayer.hxx> +#include <drwtrans.hxx> +#include <globstr.hrc> +#include <chartlis.hxx> +#include <docuno.hxx> +#include <docsh.hxx> +#include <convuno.hxx> +#include <dragdata.hxx> #include <gridwin.hxx> bool bPasteIsMove = false; diff --git a/sc/source/ui/view/viewfunc.cxx b/sc/source/ui/view/viewfunc.cxx index e2fa26b2fcd9..836d368fa731 100644 --- a/sc/source/ui/view/viewfunc.cxx +++ b/sc/source/ui/view/viewfunc.cxx @@ -19,7 +19,7 @@ #include <config_features.h> -#include "scitems.hxx" +#include <scitems.hxx> #include <editeng/eeitem.hxx> #include <sfx2/app.hxx> @@ -40,43 +40,43 @@ #include <o3tl/make_unique.hxx> #include <stdlib.h> -#include "viewfunc.hxx" -#include "tabvwsh.hxx" -#include "docsh.hxx" -#include "attrib.hxx" -#include "patattr.hxx" -#include "docpool.hxx" -#include "uiitems.hxx" -#include "sc.hrc" -#include "strings.hrc" -#include "undocell.hxx" -#include "undoblk.hxx" -#include "undotab.hxx" -#include "refundo.hxx" -#include "dbdata.hxx" -#include "olinetab.hxx" -#include "rangeutl.hxx" -#include "rangenam.hxx" -#include "globstr.hrc" -#include "global.hxx" -#include "stlsheet.hxx" -#include "editutil.hxx" -#include "formulacell.hxx" -#include "scresid.hxx" -#include "inputhdl.hxx" -#include "scmod.hxx" -#include "inputopt.hxx" -#include "compiler.hxx" -#include "docfunc.hxx" -#include "appoptio.hxx" -#include "dociter.hxx" -#include "sizedev.hxx" -#include "editable.hxx" -#include "scui_def.hxx" -#include "funcdesc.hxx" -#include "docuno.hxx" -#include "cellsuno.hxx" -#include "tokenarray.hxx" +#include <viewfunc.hxx> +#include <tabvwsh.hxx> +#include <docsh.hxx> +#include <attrib.hxx> +#include <patattr.hxx> +#include <docpool.hxx> +#include <uiitems.hxx> +#include <sc.hrc> +#include <strings.hrc> +#include <undocell.hxx> +#include <undoblk.hxx> +#include <undotab.hxx> +#include <refundo.hxx> +#include <dbdata.hxx> +#include <olinetab.hxx> +#include <rangeutl.hxx> +#include <rangenam.hxx> +#include <globstr.hrc> +#include <global.hxx> +#include <stlsheet.hxx> +#include <editutil.hxx> +#include <formulacell.hxx> +#include <scresid.hxx> +#include <inputhdl.hxx> +#include <scmod.hxx> +#include <inputopt.hxx> +#include <compiler.hxx> +#include <docfunc.hxx> +#include <appoptio.hxx> +#include <dociter.hxx> +#include <sizedev.hxx> +#include <editable.hxx> +#include <scui_def.hxx> +#include <funcdesc.hxx> +#include <docuno.hxx> +#include <cellsuno.hxx> +#include <tokenarray.hxx> #include <rowheightcontext.hxx> #include <docfuncutil.hxx> #include <sfx2/lokhelper.hxx> diff --git a/sc/source/ui/view/viewutil.cxx b/sc/source/ui/view/viewutil.cxx index aedb386a96d4..a2ceeb944800 100644 --- a/sc/source/ui/view/viewutil.cxx +++ b/sc/source/ui/view/viewutil.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "scitems.hxx" +#include <scitems.hxx> #include <sfx2/bindings.hxx> #include <sfx2/viewsh.hxx> #include <sfx2/dispatch.hxx> @@ -37,12 +37,12 @@ #include <svl/stritem.hxx> #include <svl/eitem.hxx> -#include "viewutil.hxx" -#include "global.hxx" -#include "chgtrack.hxx" -#include "chgviset.hxx" -#include "markdata.hxx" -#include "document.hxx" +#include <viewutil.hxx> +#include <global.hxx> +#include <chgtrack.hxx> +#include <chgviset.hxx> +#include <markdata.hxx> +#include <document.hxx> #include <svx/svxdlg.hxx> #include <svx/dialogs.hrc> diff --git a/sc/source/ui/view/waitoff.cxx b/sc/source/ui/view/waitoff.cxx index a2ff18da928e..94b2728bc0b6 100644 --- a/sc/source/ui/view/waitoff.cxx +++ b/sc/source/ui/view/waitoff.cxx @@ -19,7 +19,7 @@ #include <vcl/window.hxx> -#include "waitoff.hxx" +#include <waitoff.hxx> ScWaitCursorOff::ScWaitCursorOff( vcl::Window* pWinP ) : diff --git a/sc/source/ui/xmlsource/xmlsourcedlg.cxx b/sc/source/ui/xmlsource/xmlsourcedlg.cxx index 76dfebcbe5ab..c48fb8387104 100644 --- a/sc/source/ui/xmlsource/xmlsourcedlg.cxx +++ b/sc/source/ui/xmlsource/xmlsourcedlg.cxx @@ -7,15 +7,15 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#include "xmlsourcedlg.hxx" -#include "sc.hrc" -#include "bitmaps.hlst" -#include "scresid.hxx" -#include "document.hxx" -#include "orcusfilters.hxx" -#include "filter.hxx" -#include "reffact.hxx" -#include "tabvwsh.hxx" +#include <xmlsourcedlg.hxx> +#include <sc.hrc> +#include <bitmaps.hlst> +#include <scresid.hxx> +#include <document.hxx> +#include <orcusfilters.hxx> +#include <filter.hxx> +#include <reffact.hxx> +#include <tabvwsh.hxx> #include <unotools/pathoptions.hxx> #include <tools/urlobj.hxx> |