diff options
Diffstat (limited to 'sc/source/ui')
320 files changed, 756 insertions, 749 deletions
diff --git a/sc/source/ui/attrdlg/scdlgfact.hxx b/sc/source/ui/attrdlg/scdlgfact.hxx index 7dd1b48dd6b5..8e60fd943664 100644 --- a/sc/source/ui/attrdlg/scdlgfact.hxx +++ b/sc/source/ui/attrdlg/scdlgfact.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _SC_DLGFACT_HXX -#define _SC_DLGFACT_HXX +#ifndef INCLUDED_SC_SOURCE_UI_ATTRDLG_SCDLGFACT_HXX +#define INCLUDED_SC_SOURCE_UI_ATTRDLG_SCDLGFACT_HXX #include "scabstdlg.hxx" class Dialog; diff --git a/sc/source/ui/collab/sendfunc.hxx b/sc/source/ui/collab/sendfunc.hxx index 4b5ef349fa90..d5b605d43a71 100644 --- a/sc/source/ui/collab/sendfunc.hxx +++ b/sc/source/ui/collab/sendfunc.hxx @@ -7,8 +7,8 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#ifndef _SENDFUNC_HXX_ -#define _SENDFUNC_HXX_ +#ifndef INCLUDED_SC_SOURCE_UI_COLLAB_SENDFUNC_HXX +#define INCLUDED_SC_SOURCE_UI_COLLAB_SENDFUNC_HXX #include <sal/config.h> diff --git a/sc/source/ui/dbgui/dpuiglobal.hxx b/sc/source/ui/dbgui/dpuiglobal.hxx index 8b66eb5ef14e..a464395f51fe 100644 --- a/sc/source/ui/dbgui/dpuiglobal.hxx +++ b/sc/source/ui/dbgui/dpuiglobal.hxx @@ -7,8 +7,8 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#ifndef __SC_DPUIGLOBAL_HXX__ -#define __SC_DPUIGLOBAL_HXX__ +#ifndef INCLUDED_SC_SOURCE_UI_DBGUI_DPUIGLOBAL_HXX +#define INCLUDED_SC_SOURCE_UI_DBGUI_DPUIGLOBAL_HXX #define OUTER_MARGIN_HOR 4 #define OUTER_MARGIN_VER 4 diff --git a/sc/source/ui/docshell/docshimp.hxx b/sc/source/ui/docshell/docshimp.hxx index 14eadb8a863c..a9068cfda859 100644 --- a/sc/source/ui/docshell/docshimp.hxx +++ b/sc/source/ui/docshell/docshimp.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_DOCSHELLIMP_HXX -#define SC_DOCSHELLIMP_HXX +#ifndef INCLUDED_SC_SOURCE_UI_DOCSHELL_DOCSHIMP_HXX +#define INCLUDED_SC_SOURCE_UI_DOCSHELL_DOCSHIMP_HXX #include <svtools/ctrltool.hxx> #include <sfx2/docinsert.hxx> diff --git a/sc/source/ui/inc/AccessibilityHints.hxx b/sc/source/ui/inc/AccessibilityHints.hxx index f0e8b100c216..4161442a6eea 100644 --- a/sc/source/ui/inc/AccessibilityHints.hxx +++ b/sc/source/ui/inc/AccessibilityHints.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_ACCESSIBILITYHINTS_HXX -#define SC_ACCESSIBILITYHINTS_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_ACCESSIBILITYHINTS_HXX +#define INCLUDED_SC_SOURCE_UI_INC_ACCESSIBILITYHINTS_HXX #include "viewdata.hxx" #include <com/sun/star/uno/XInterface.hpp> diff --git a/sc/source/ui/inc/AccessibleCell.hxx b/sc/source/ui/inc/AccessibleCell.hxx index b25648101c7d..540f8231ffc9 100644 --- a/sc/source/ui/inc/AccessibleCell.hxx +++ b/sc/source/ui/inc/AccessibleCell.hxx @@ -18,8 +18,8 @@ */ -#ifndef _SC_ACCESSIBLECELL_HXX -#define _SC_ACCESSIBLECELL_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_ACCESSIBLECELL_HXX +#define INCLUDED_SC_SOURCE_UI_INC_ACCESSIBLECELL_HXX #include "AccessibleCellBase.hxx" #include "global.hxx" diff --git a/sc/source/ui/inc/AccessibleCellBase.hxx b/sc/source/ui/inc/AccessibleCellBase.hxx index 0afd3fd4c31c..a2af98ca822f 100644 --- a/sc/source/ui/inc/AccessibleCellBase.hxx +++ b/sc/source/ui/inc/AccessibleCellBase.hxx @@ -18,8 +18,8 @@ */ -#ifndef _SC_ACCESSIBLECELLBASE_HXX -#define _SC_ACCESSIBLECELLBASE_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_ACCESSIBLECELLBASE_HXX +#define INCLUDED_SC_SOURCE_UI_INC_ACCESSIBLECELLBASE_HXX #include "AccessibleContextBase.hxx" #include "global.hxx" diff --git a/sc/source/ui/inc/AccessibleContextBase.hxx b/sc/source/ui/inc/AccessibleContextBase.hxx index 23a32d3a5cca..f780fef556e5 100644 --- a/sc/source/ui/inc/AccessibleContextBase.hxx +++ b/sc/source/ui/inc/AccessibleContextBase.hxx @@ -18,8 +18,8 @@ */ -#ifndef _SC_ACCESSIBLECONTEXTBASE_HXX -#define _SC_ACCESSIBLECONTEXTBASE_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_ACCESSIBLECONTEXTBASE_HXX +#define INCLUDED_SC_SOURCE_UI_INC_ACCESSIBLECONTEXTBASE_HXX #include <com/sun/star/accessibility/XAccessible.hpp> #include <com/sun/star/accessibility/XAccessibleComponent.hpp> diff --git a/sc/source/ui/inc/AccessibleCsvControl.hxx b/sc/source/ui/inc/AccessibleCsvControl.hxx index bd061e4a8f0b..2d35ffa4400f 100644 --- a/sc/source/ui/inc/AccessibleCsvControl.hxx +++ b/sc/source/ui/inc/AccessibleCsvControl.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _SC_ACCESSIBLECSVCONTROL_HXX -#define _SC_ACCESSIBLECSVCONTROL_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_ACCESSIBLECSVCONTROL_HXX +#define INCLUDED_SC_SOURCE_UI_INC_ACCESSIBLECSVCONTROL_HXX #include <com/sun/star/accessibility/XAccessibleText.hpp> #include <com/sun/star/accessibility/XAccessibleTable.hpp> diff --git a/sc/source/ui/inc/AccessibleDocument.hxx b/sc/source/ui/inc/AccessibleDocument.hxx index 818ba75e3005..f1da4604a879 100644 --- a/sc/source/ui/inc/AccessibleDocument.hxx +++ b/sc/source/ui/inc/AccessibleDocument.hxx @@ -18,8 +18,8 @@ */ -#ifndef _SC_ACCESSIBLEDOCUMENT_HXX -#define _SC_ACCESSIBLEDOCUMENT_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_ACCESSIBLEDOCUMENT_HXX +#define INCLUDED_SC_SOURCE_UI_INC_ACCESSIBLEDOCUMENT_HXX #include "AccessibleDocumentBase.hxx" #include "viewdata.hxx" diff --git a/sc/source/ui/inc/AccessibleDocumentBase.hxx b/sc/source/ui/inc/AccessibleDocumentBase.hxx index 1d3ce35b174c..1162f2ab5116 100644 --- a/sc/source/ui/inc/AccessibleDocumentBase.hxx +++ b/sc/source/ui/inc/AccessibleDocumentBase.hxx @@ -18,8 +18,8 @@ */ -#ifndef _SC_ACCESSIBLEDOCUMENTBASE_HXX -#define _SC_ACCESSIBLEDOCUMENTBASE_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_ACCESSIBLEDOCUMENTBASE_HXX +#define INCLUDED_SC_SOURCE_UI_INC_ACCESSIBLEDOCUMENTBASE_HXX #include "AccessibleContextBase.hxx" diff --git a/sc/source/ui/inc/AccessibleDocumentPagePreview.hxx b/sc/source/ui/inc/AccessibleDocumentPagePreview.hxx index d793b34e0b8f..5c90451eacef 100644 --- a/sc/source/ui/inc/AccessibleDocumentPagePreview.hxx +++ b/sc/source/ui/inc/AccessibleDocumentPagePreview.hxx @@ -18,8 +18,8 @@ */ -#ifndef _SC_ACCESSIBLEDOCUMENTPAGEPREVIEW_HXX -#define _SC_ACCESSIBLEDOCUMENTPAGEPREVIEW_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_ACCESSIBLEDOCUMENTPAGEPREVIEW_HXX +#define INCLUDED_SC_SOURCE_UI_INC_ACCESSIBLEDOCUMENTPAGEPREVIEW_HXX #include "AccessibleDocumentBase.hxx" diff --git a/sc/source/ui/inc/AccessibleEditObject.hxx b/sc/source/ui/inc/AccessibleEditObject.hxx index c03a61c22ef2..afe5c93a4b7c 100644 --- a/sc/source/ui/inc/AccessibleEditObject.hxx +++ b/sc/source/ui/inc/AccessibleEditObject.hxx @@ -18,8 +18,8 @@ */ -#ifndef _SC_ACCESSIBLEEDITOBJECT_HXX -#define _SC_ACCESSIBLEEDITOBJECT_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_ACCESSIBLEEDITOBJECT_HXX +#define INCLUDED_SC_SOURCE_UI_INC_ACCESSIBLEEDITOBJECT_HXX #include "AccessibleContextBase.hxx" diff --git a/sc/source/ui/inc/AccessiblePageHeader.hxx b/sc/source/ui/inc/AccessiblePageHeader.hxx index ccc22133b66e..2a744f7bc3a9 100644 --- a/sc/source/ui/inc/AccessiblePageHeader.hxx +++ b/sc/source/ui/inc/AccessiblePageHeader.hxx @@ -18,8 +18,8 @@ */ -#ifndef _SC_ACCESSIBLEPAGEHEADER_HXX -#define _SC_ACCESSIBLEPAGEHEADER_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_ACCESSIBLEPAGEHEADER_HXX +#define INCLUDED_SC_SOURCE_UI_INC_ACCESSIBLEPAGEHEADER_HXX #include "AccessibleContextBase.hxx" #include <editeng/svxenum.hxx> diff --git a/sc/source/ui/inc/AccessiblePageHeaderArea.hxx b/sc/source/ui/inc/AccessiblePageHeaderArea.hxx index 8d5bd256c006..05a5db06f65a 100644 --- a/sc/source/ui/inc/AccessiblePageHeaderArea.hxx +++ b/sc/source/ui/inc/AccessiblePageHeaderArea.hxx @@ -18,8 +18,8 @@ */ -#ifndef _SC_ACCESSIBLEPAGEHEADERAREA_HXX -#define _SC_ACCESSIBLEPAGEHEADERAREA_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_ACCESSIBLEPAGEHEADERAREA_HXX +#define INCLUDED_SC_SOURCE_UI_INC_ACCESSIBLEPAGEHEADERAREA_HXX #include "AccessibleContextBase.hxx" #include <editeng/svxenum.hxx> diff --git a/sc/source/ui/inc/AccessiblePreviewCell.hxx b/sc/source/ui/inc/AccessiblePreviewCell.hxx index d67f6570143c..f9d4e59a1b09 100644 --- a/sc/source/ui/inc/AccessiblePreviewCell.hxx +++ b/sc/source/ui/inc/AccessiblePreviewCell.hxx @@ -18,8 +18,8 @@ */ -#ifndef _SC_ACCESSIBLEPREVIEWCELL_HXX -#define _SC_ACCESSIBLEPREVIEWCELL_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_ACCESSIBLEPREVIEWCELL_HXX +#define INCLUDED_SC_SOURCE_UI_INC_ACCESSIBLEPREVIEWCELL_HXX #include "AccessibleCellBase.hxx" diff --git a/sc/source/ui/inc/AccessiblePreviewHeaderCell.hxx b/sc/source/ui/inc/AccessiblePreviewHeaderCell.hxx index 7e1cc96208bb..6357a12c41c9 100644 --- a/sc/source/ui/inc/AccessiblePreviewHeaderCell.hxx +++ b/sc/source/ui/inc/AccessiblePreviewHeaderCell.hxx @@ -18,8 +18,8 @@ */ -#ifndef _SC_ACCESSIBLEPREVIEWHEADERCELL_HXX -#define _SC_ACCESSIBLEPREVIEWHEADERCELL_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_ACCESSIBLEPREVIEWHEADERCELL_HXX +#define INCLUDED_SC_SOURCE_UI_INC_ACCESSIBLEPREVIEWHEADERCELL_HXX #include "AccessibleContextBase.hxx" #include <com/sun/star/accessibility/XAccessibleValue.hpp> diff --git a/sc/source/ui/inc/AccessiblePreviewTable.hxx b/sc/source/ui/inc/AccessiblePreviewTable.hxx index 1d21083ba72a..aadece14dd7b 100644 --- a/sc/source/ui/inc/AccessiblePreviewTable.hxx +++ b/sc/source/ui/inc/AccessiblePreviewTable.hxx @@ -18,8 +18,8 @@ */ -#ifndef _SC_ACCESSIBLEPREVIEWTABLE_HXX -#define _SC_ACCESSIBLEPREVIEWTABLE_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_ACCESSIBLEPREVIEWTABLE_HXX +#define INCLUDED_SC_SOURCE_UI_INC_ACCESSIBLEPREVIEWTABLE_HXX #include "AccessibleContextBase.hxx" #include <com/sun/star/accessibility/XAccessibleTable.hpp> diff --git a/sc/source/ui/inc/AccessibleSpreadsheet.hxx b/sc/source/ui/inc/AccessibleSpreadsheet.hxx index 3978d47c9283..7264baac0f17 100644 --- a/sc/source/ui/inc/AccessibleSpreadsheet.hxx +++ b/sc/source/ui/inc/AccessibleSpreadsheet.hxx @@ -18,8 +18,8 @@ */ -#ifndef _SC_ACCESSIBLESPREADSHEET_HXX -#define _SC_ACCESSIBLESPREADSHEET_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_ACCESSIBLESPREADSHEET_HXX +#define INCLUDED_SC_SOURCE_UI_INC_ACCESSIBLESPREADSHEET_HXX #include <sal/config.h> diff --git a/sc/source/ui/inc/AccessibleTableBase.hxx b/sc/source/ui/inc/AccessibleTableBase.hxx index e054c8acf3df..32eb852c92ac 100644 --- a/sc/source/ui/inc/AccessibleTableBase.hxx +++ b/sc/source/ui/inc/AccessibleTableBase.hxx @@ -18,8 +18,8 @@ */ -#ifndef _SC_ACCESSIBLETABLEBASE_HXX -#define _SC_ACCESSIBLETABLEBASE_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_ACCESSIBLETABLEBASE_HXX +#define INCLUDED_SC_SOURCE_UI_INC_ACCESSIBLETABLEBASE_HXX #include "AccessibleContextBase.hxx" #include "global.hxx" diff --git a/sc/source/ui/inc/AccessibleText.hxx b/sc/source/ui/inc/AccessibleText.hxx index e01ee9d0a2ff..d655e7e4b648 100644 --- a/sc/source/ui/inc/AccessibleText.hxx +++ b/sc/source/ui/inc/AccessibleText.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _SC_ACCESSIBLETEXT_HXX -#define _SC_ACCESSIBLETEXT_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_ACCESSIBLETEXT_HXX +#define INCLUDED_SC_SOURCE_UI_INC_ACCESSIBLETEXT_HXX #include "textuno.hxx" #include "global.hxx" diff --git a/sc/source/ui/inc/AnalysisOfVarianceDialog.hxx b/sc/source/ui/inc/AnalysisOfVarianceDialog.hxx index 9246e1dd19a7..11608116e717 100644 --- a/sc/source/ui/inc/AnalysisOfVarianceDialog.hxx +++ b/sc/source/ui/inc/AnalysisOfVarianceDialog.hxx @@ -8,8 +8,8 @@ * */ -#ifndef ANALYSIS_OF_VARIANCE_DIALOG_HXX -#define ANALYSIS_OF_VARIANCE_DIALOG_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_ANALYSISOFVARIANCEDIALOG_HXX +#define INCLUDED_SC_SOURCE_UI_INC_ANALYSISOFVARIANCEDIALOG_HXX #include "global.hxx" #include "address.hxx" diff --git a/sc/source/ui/inc/ChartRangeSelectionListener.hxx b/sc/source/ui/inc/ChartRangeSelectionListener.hxx index 04ca7ba4442f..15a67597c176 100644 --- a/sc/source/ui/inc/ChartRangeSelectionListener.hxx +++ b/sc/source/ui/inc/ChartRangeSelectionListener.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_CHARTRANGESELECTIONLISTENER_HXX -#define SC_CHARTRANGESELECTIONLISTENER_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_CHARTRANGESELECTIONLISTENER_HXX +#define INCLUDED_SC_SOURCE_UI_INC_CHARTRANGESELECTIONLISTENER_HXX #include <cppuhelper/compbase2.hxx> #include <comphelper/broadcasthelper.hxx> @@ -67,7 +67,7 @@ private: ScTabViewShell * m_pViewShell; }; -// SC_CHARTRANGESELECTIONLISTENER_HXX +// INCLUDED_SC_SOURCE_UI_INC_CHARTRANGESELECTIONLISTENER_HXX #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sc/source/ui/inc/ChildWindowWrapper.hxx b/sc/source/ui/inc/ChildWindowWrapper.hxx index 684bf6db8543..8cc06ebfc093 100644 --- a/sc/source/ui/inc/ChildWindowWrapper.hxx +++ b/sc/source/ui/inc/ChildWindowWrapper.hxx @@ -8,8 +8,8 @@ * */ -#ifndef CHILD_WINDOW_WRAPPER_HXX -#define CHILD_WINDOW_WRAPPER_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_CHILDWINDOWWRAPPER_HXX +#define INCLUDED_SC_SOURCE_UI_INC_CHILDWINDOWWRAPPER_HXX #include <sfx2/basedlgs.hxx> #include <sfx2/dispatch.hxx> @@ -89,6 +89,6 @@ private: } }; -#endif // CHILD_WINDOW_WRAPPER_HXX +#endif // INCLUDED_SC_SOURCE_UI_INC_CHILDWINDOWWRAPPER_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sc/source/ui/inc/CorrelationDialog.hxx b/sc/source/ui/inc/CorrelationDialog.hxx index 82bc1675c8a8..492e9ed9e8c9 100644 --- a/sc/source/ui/inc/CorrelationDialog.hxx +++ b/sc/source/ui/inc/CorrelationDialog.hxx @@ -8,8 +8,8 @@ * */ -#ifndef CORRELATION_DIALOG_HXX -#define CORRELATION_DIALOG_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_CORRELATIONDIALOG_HXX +#define INCLUDED_SC_SOURCE_UI_INC_CORRELATIONDIALOG_HXX #include "MatrixComparisonGenerator.hxx" diff --git a/sc/source/ui/inc/CovarianceDialog.hxx b/sc/source/ui/inc/CovarianceDialog.hxx index 539d6ec8bcfb..4f154cee694b 100644 --- a/sc/source/ui/inc/CovarianceDialog.hxx +++ b/sc/source/ui/inc/CovarianceDialog.hxx @@ -8,8 +8,8 @@ * */ -#ifndef COVARIANCE_DIALOG_HXX -#define COVARIANCE_DIALOG_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_COVARIANCEDIALOG_HXX +#define INCLUDED_SC_SOURCE_UI_INC_COVARIANCEDIALOG_HXX #include "MatrixComparisonGenerator.hxx" diff --git a/sc/source/ui/inc/DescriptiveStatisticsDialog.hxx b/sc/source/ui/inc/DescriptiveStatisticsDialog.hxx index ef57a6a2081c..5a2b117cdf69 100644 --- a/sc/source/ui/inc/DescriptiveStatisticsDialog.hxx +++ b/sc/source/ui/inc/DescriptiveStatisticsDialog.hxx @@ -8,8 +8,8 @@ * */ -#ifndef DESCRIPTIVE_STATISTICS_DIALOG_HXX -#define DESCRIPTIVE_STATISTICS_DIALOG_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_DESCRIPTIVESTATISTICSDIALOG_HXX +#define INCLUDED_SC_SOURCE_UI_INC_DESCRIPTIVESTATISTICSDIALOG_HXX #include "global.hxx" #include "address.hxx" diff --git a/sc/source/ui/inc/DrawModelBroadcaster.hxx b/sc/source/ui/inc/DrawModelBroadcaster.hxx index 79c06e0bd65c..18d50e48a76d 100644 --- a/sc/source/ui/inc/DrawModelBroadcaster.hxx +++ b/sc/source/ui/inc/DrawModelBroadcaster.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _SC_DRAWMODELBROADCASTER_HXX -#define _SC_DRAWMODELBROADCASTER_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_DRAWMODELBROADCASTER_HXX +#define INCLUDED_SC_SOURCE_UI_INC_DRAWMODELBROADCASTER_HXX #include <svl/lstner.hxx> diff --git a/sc/source/ui/inc/ExponentialSmoothingDialog.hxx b/sc/source/ui/inc/ExponentialSmoothingDialog.hxx index e010d3132b9b..8416c7fda530 100644 --- a/sc/source/ui/inc/ExponentialSmoothingDialog.hxx +++ b/sc/source/ui/inc/ExponentialSmoothingDialog.hxx @@ -8,8 +8,8 @@ * */ -#ifndef EXPONENTIAL_SMOOTHING_DIALOG_HXX -#define EXPONENTIAL_SMOOTHING_DIALOG_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_EXPONENTIALSMOOTHINGDIALOG_HXX +#define INCLUDED_SC_SOURCE_UI_INC_EXPONENTIALSMOOTHINGDIALOG_HXX #include "global.hxx" #include "address.hxx" diff --git a/sc/source/ui/inc/IAnyRefDialog.hxx b/sc/source/ui/inc/IAnyRefDialog.hxx index 12ff8a956bae..0f0ee946d694 100644 --- a/sc/source/ui/inc/IAnyRefDialog.hxx +++ b/sc/source/ui/inc/IAnyRefDialog.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_IANYREFDIALOG_HXX_INCLUDED -#define SC_IANYREFDIALOG_HXX_INCLUDED +#ifndef INCLUDED_SC_SOURCE_UI_INC_IANYREFDIALOG_HXX +#define INCLUDED_SC_SOURCE_UI_INC_IANYREFDIALOG_HXX #include <formula/IControlReferenceHandler.hxx> @@ -47,6 +47,6 @@ public: virtual void ViewShellChanged() = 0; }; -#endif // SC_IANYREFDIALOG_HXX_INCLUDED +#endif // INCLUDED_SC_SOURCE_UI_INC_IANYREFDIALOG_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sc/source/ui/inc/MatrixComparisonGenerator.hxx b/sc/source/ui/inc/MatrixComparisonGenerator.hxx index c065cdc8f364..d1ccdf884cac 100644 --- a/sc/source/ui/inc/MatrixComparisonGenerator.hxx +++ b/sc/source/ui/inc/MatrixComparisonGenerator.hxx @@ -8,8 +8,8 @@ * */ -#ifndef MATRIX_COMPARISON_GENERATOR_HXX -#define MATRIX_COMPARISON_GENERATOR_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_MATRIXCOMPARISONGENERATOR_HXX +#define INCLUDED_SC_SOURCE_UI_INC_MATRIXCOMPARISONGENERATOR_HXX #include "global.hxx" #include "address.hxx" diff --git a/sc/source/ui/inc/MovingAverageDialog.hxx b/sc/source/ui/inc/MovingAverageDialog.hxx index 8ba10ba643a2..a703817d53bc 100644 --- a/sc/source/ui/inc/MovingAverageDialog.hxx +++ b/sc/source/ui/inc/MovingAverageDialog.hxx @@ -8,8 +8,8 @@ * */ -#ifndef MOVING_AVERAGE_DIALOG_HXX -#define MOVING_AVERAGE_DIALOG_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_MOVINGAVERAGEDIALOG_HXX +#define INCLUDED_SC_SOURCE_UI_INC_MOVINGAVERAGEDIALOG_HXX #include "global.hxx" #include "address.hxx" diff --git a/sc/source/ui/inc/PivotLayoutDialog.hxx b/sc/source/ui/inc/PivotLayoutDialog.hxx index 23099a44c492..aae10381eb8f 100644 --- a/sc/source/ui/inc/PivotLayoutDialog.hxx +++ b/sc/source/ui/inc/PivotLayoutDialog.hxx @@ -8,8 +8,8 @@ * */ -#ifndef PIVOTLAYOUTDIALOG_HXX -#define PIVOTLAYOUTDIALOG_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_PIVOTLAYOUTDIALOG_HXX +#define INCLUDED_SC_SOURCE_UI_INC_PIVOTLAYOUTDIALOG_HXX #include <boost/ptr_container/ptr_vector.hpp> diff --git a/sc/source/ui/inc/PivotLayoutTreeList.hxx b/sc/source/ui/inc/PivotLayoutTreeList.hxx index 7b805ac49f37..5b89d40fc0b7 100644 --- a/sc/source/ui/inc/PivotLayoutTreeList.hxx +++ b/sc/source/ui/inc/PivotLayoutTreeList.hxx @@ -8,8 +8,8 @@ * */ -#ifndef PIVOTLAYOUTTREELIST_HXX -#define PIVOTLAYOUTTREELIST_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_PIVOTLAYOUTTREELIST_HXX +#define INCLUDED_SC_SOURCE_UI_INC_PIVOTLAYOUTTREELIST_HXX #include "PivotLayoutTreeListBase.hxx" #include <boost/ptr_container/ptr_vector.hpp> diff --git a/sc/source/ui/inc/PivotLayoutTreeListBase.hxx b/sc/source/ui/inc/PivotLayoutTreeListBase.hxx index 7564d36ecf86..8cf6d3a13266 100644 --- a/sc/source/ui/inc/PivotLayoutTreeListBase.hxx +++ b/sc/source/ui/inc/PivotLayoutTreeListBase.hxx @@ -8,8 +8,8 @@ * */ -#ifndef PIVOTLAYOUTTREELISTBASE_HXX -#define PIVOTLAYOUTTREELISTBASE_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_PIVOTLAYOUTTREELISTBASE_HXX +#define INCLUDED_SC_SOURCE_UI_INC_PIVOTLAYOUTTREELISTBASE_HXX #include <svtools/treelistbox.hxx> diff --git a/sc/source/ui/inc/PivotLayoutTreeListData.hxx b/sc/source/ui/inc/PivotLayoutTreeListData.hxx index f7d9f5cb3a8f..327d379fbddb 100644 --- a/sc/source/ui/inc/PivotLayoutTreeListData.hxx +++ b/sc/source/ui/inc/PivotLayoutTreeListData.hxx @@ -8,8 +8,8 @@ * */ -#ifndef PIVOTLAYOUTTREELISTDATA_HXX -#define PIVOTLAYOUTTREELISTDATA_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_PIVOTLAYOUTTREELISTDATA_HXX +#define INCLUDED_SC_SOURCE_UI_INC_PIVOTLAYOUTTREELISTDATA_HXX #include "PivotLayoutTreeListBase.hxx" #include <boost/ptr_container/ptr_vector.hpp> diff --git a/sc/source/ui/inc/PivotLayoutTreeListLabel.hxx b/sc/source/ui/inc/PivotLayoutTreeListLabel.hxx index 656fb4905715..82019dcc6484 100644 --- a/sc/source/ui/inc/PivotLayoutTreeListLabel.hxx +++ b/sc/source/ui/inc/PivotLayoutTreeListLabel.hxx @@ -8,8 +8,8 @@ * */ -#ifndef PIVOTLAYOUTTREELISTLABEL_HXX -#define PIVOTLAYOUTTREELISTLABEL_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_PIVOTLAYOUTTREELISTLABEL_HXX +#define INCLUDED_SC_SOURCE_UI_INC_PIVOTLAYOUTTREELISTLABEL_HXX #include "PivotLayoutTreeListBase.hxx" #include <boost/ptr_container/ptr_vector.hpp> diff --git a/sc/source/ui/inc/RandomNumberGeneratorDialog.hxx b/sc/source/ui/inc/RandomNumberGeneratorDialog.hxx index 2c97b2994673..2146ebb852ce 100644 --- a/sc/source/ui/inc/RandomNumberGeneratorDialog.hxx +++ b/sc/source/ui/inc/RandomNumberGeneratorDialog.hxx @@ -8,8 +8,8 @@ * */ -#ifndef RANDOM_NUMBER_GENERATION_HXX -#define RANDOM_NUMBER_GENERATION_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_RANDOMNUMBERGENERATORDIALOG_HXX +#define INCLUDED_SC_SOURCE_UI_INC_RANDOMNUMBERGENERATORDIALOG_HXX #include "global.hxx" #include "address.hxx" @@ -78,7 +78,7 @@ private: }; -#endif // SC_SOLVRDLG_HXX +#endif // INCLUDED_SC_SOURCE_UI_INC_RANDOMNUMBERGENERATORDIALOG_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sc/source/ui/inc/SamplingDialog.hxx b/sc/source/ui/inc/SamplingDialog.hxx index 69a070d9cfeb..554f33fea06f 100644 --- a/sc/source/ui/inc/SamplingDialog.hxx +++ b/sc/source/ui/inc/SamplingDialog.hxx @@ -8,8 +8,8 @@ * */ -#ifndef SAMPLING_DIALOG_HXX -#define SAMPLING_DIALOG_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_SAMPLINGDIALOG_HXX +#define INCLUDED_SC_SOURCE_UI_INC_SAMPLINGDIALOG_HXX #include "global.hxx" #include "address.hxx" diff --git a/sc/source/ui/inc/StatisticsInputOutputDialog.hxx b/sc/source/ui/inc/StatisticsInputOutputDialog.hxx index cefe0c54cdfd..caac62fe3ead 100644 --- a/sc/source/ui/inc/StatisticsInputOutputDialog.hxx +++ b/sc/source/ui/inc/StatisticsInputOutputDialog.hxx @@ -8,8 +8,8 @@ * */ -#ifndef STATISTICS_INPUT_OUTPUT_DIALOG_HXX -#define STATISTICS_INPUT_OUTPUT_DIALOG_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_STATISTICSINPUTOUTPUTDIALOG_HXX +#define INCLUDED_SC_SOURCE_UI_INC_STATISTICSINPUTOUTPUTDIALOG_HXX #include "global.hxx" #include "address.hxx" diff --git a/sc/source/ui/inc/StatisticsTwoVariableDialog.hxx b/sc/source/ui/inc/StatisticsTwoVariableDialog.hxx index de6fcdbc56fe..5d57e693e76b 100644 --- a/sc/source/ui/inc/StatisticsTwoVariableDialog.hxx +++ b/sc/source/ui/inc/StatisticsTwoVariableDialog.hxx @@ -8,8 +8,8 @@ * */ -#ifndef STATISTICS_TWO_VARIABLE_DIALOG_HXX -#define STATISTICS_TWO_VARIABLE_DIALOG_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_STATISTICSTWOVARIABLEDIALOG_HXX +#define INCLUDED_SC_SOURCE_UI_INC_STATISTICSTWOVARIABLEDIALOG_HXX #include "global.hxx" #include "address.hxx" diff --git a/sc/source/ui/inc/TTestDialog.hxx b/sc/source/ui/inc/TTestDialog.hxx index 88734b2a95e8..b296999648f2 100644 --- a/sc/source/ui/inc/TTestDialog.hxx +++ b/sc/source/ui/inc/TTestDialog.hxx @@ -8,8 +8,8 @@ * */ -#ifndef T_TEST_DIALOG_HXX -#define T_TEST_DIALOG_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_TTESTDIALOG_HXX +#define INCLUDED_SC_SOURCE_UI_INC_TTESTDIALOG_HXX #include "StatisticsTwoVariableDialog.hxx" diff --git a/sc/source/ui/inc/TableFillingAndNavigationTools.hxx b/sc/source/ui/inc/TableFillingAndNavigationTools.hxx index 2ffec04d762b..540407aeb791 100644 --- a/sc/source/ui/inc/TableFillingAndNavigationTools.hxx +++ b/sc/source/ui/inc/TableFillingAndNavigationTools.hxx @@ -8,8 +8,8 @@ * */ -#ifndef TABLEFILLINGANDNAVIGATIONTOOLS_HXX -#define TABLEFILLINGANDNAVIGATIONTOOLS_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_TABLEFILLINGANDNAVIGATIONTOOLS_HXX +#define INCLUDED_SC_SOURCE_UI_INC_TABLEFILLINGANDNAVIGATIONTOOLS_HXX #include "address.hxx" #include "rangelst.hxx" diff --git a/sc/source/ui/inc/acredlin.hxx b/sc/source/ui/inc/acredlin.hxx index ba0621630b31..a3511e729795 100644 --- a/sc/source/ui/inc/acredlin.hxx +++ b/sc/source/ui/inc/acredlin.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_ACREDLIN_HXX -#define SC_ACREDLIN_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_ACREDLIN_HXX +#define INCLUDED_SC_SOURCE_UI_INC_ACREDLIN_HXX #include <vcl/morebtn.hxx> #include <vcl/combobox.hxx> @@ -219,6 +219,6 @@ public: }; -#endif // SC_NAMEDLG_HXX +#endif // INCLUDED_SC_SOURCE_UI_INC_ACREDLIN_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sc/source/ui/inc/anyrefdg.hxx b/sc/source/ui/inc/anyrefdg.hxx index af1a3aa71048..c5af032700ea 100644 --- a/sc/source/ui/inc/anyrefdg.hxx +++ b/sc/source/ui/inc/anyrefdg.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_ANYREFDG_HXX -#define SC_ANYREFDG_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_ANYREFDG_HXX +#define INCLUDED_SC_SOURCE_UI_INC_ANYREFDG_HXX #include <vcl/button.hxx> #include <vcl/edit.hxx> @@ -323,6 +323,6 @@ inline bool ScRefHandler::CanInputDone( bool bForced ) return m_aHelper.CanInputDone( bForced ); } -#endif // SC_ANYREFDG_HXX +#endif // INCLUDED_SC_SOURCE_UI_INC_ANYREFDG_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sc/source/ui/inc/areasave.hxx b/sc/source/ui/inc/areasave.hxx index 067cba819348..89d4094f19ec 100644 --- a/sc/source/ui/inc/areasave.hxx +++ b/sc/source/ui/inc/areasave.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_AREASAVE_HXX -#define SC_AREASAVE_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_AREASAVE_HXX +#define INCLUDED_SC_SOURCE_UI_INC_AREASAVE_HXX #include "address.hxx" diff --git a/sc/source/ui/inc/areasdlg.hxx b/sc/source/ui/inc/areasdlg.hxx index 1c2c681075f4..7b55dd181c80 100644 --- a/sc/source/ui/inc/areasdlg.hxx +++ b/sc/source/ui/inc/areasdlg.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_AREASDLG_HXX -#define SC_AREASDLG_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_AREASDLG_HXX +#define INCLUDED_SC_SOURCE_UI_INC_AREASDLG_HXX #include "address.hxx" diff --git a/sc/source/ui/inc/asciiopt.hxx b/sc/source/ui/inc/asciiopt.hxx index 8e7c6a2e9218..5507332ddbea 100644 --- a/sc/source/ui/inc/asciiopt.hxx +++ b/sc/source/ui/inc/asciiopt.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_ASCIIOPT_HXX -#define SC_ASCIIOPT_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_ASCIIOPT_HXX +#define INCLUDED_SC_SOURCE_UI_INC_ASCIIOPT_HXX #include <vcl/dialog.hxx> #include <vcl/button.hxx> diff --git a/sc/source/ui/inc/attrdlg.hxx b/sc/source/ui/inc/attrdlg.hxx index 3023be44eac2..ef6e380a4604 100644 --- a/sc/source/ui/inc/attrdlg.hxx +++ b/sc/source/ui/inc/attrdlg.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_ATTRDLG_HXX -#define SC_ATTRDLG_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_ATTRDLG_HXX +#define INCLUDED_SC_SOURCE_UI_INC_ATTRDLG_HXX #include <sfx2/tabdlg.hxx> @@ -43,7 +43,7 @@ private: sal_uInt16 m_nFontPageId; }; -#endif // SC_ATTRDLG_HXX +#endif // INCLUDED_SC_SOURCE_UI_INC_ATTRDLG_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sc/source/ui/inc/auditsh.hxx b/sc/source/ui/inc/auditsh.hxx index 6a902d6c4d75..7e0945130e08 100644 --- a/sc/source/ui/inc/auditsh.hxx +++ b/sc/source/ui/inc/auditsh.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_AUDITSH_HXX -#define SC_AUDITSH_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_AUDITSH_HXX +#define INCLUDED_SC_SOURCE_UI_INC_AUDITSH_HXX #include <sfx2/shell.hxx> #include <sfx2/module.hxx> diff --git a/sc/source/ui/inc/autofmt.hxx b/sc/source/ui/inc/autofmt.hxx index f75480ce3ec9..614c2c0d4643 100644 --- a/sc/source/ui/inc/autofmt.hxx +++ b/sc/source/ui/inc/autofmt.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_AUTOFMT_HXX -#define SC_AUTOFMT_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_AUTOFMT_HXX +#define INCLUDED_SC_SOURCE_UI_INC_AUTOFMT_HXX #include <vcl/virdev.hxx> #include <vcl/fixed.hxx> @@ -111,7 +111,7 @@ private: ::editeng::SvxBorderLine& rLineRB ); }; -#endif // SC_AUTOFMT_HXX +#endif // INCLUDED_SC_SOURCE_UI_INC_AUTOFMT_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sc/source/ui/inc/autostyl.hxx b/sc/source/ui/inc/autostyl.hxx index 34651cbb2b9e..746f52e966a5 100644 --- a/sc/source/ui/inc/autostyl.hxx +++ b/sc/source/ui/inc/autostyl.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_AUTOSTYL_HXX -#define SC_AUTOSTYL_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_AUTOSTYL_HXX +#define INCLUDED_SC_SOURCE_UI_INC_AUTOSTYL_HXX #include <boost/ptr_container/ptr_vector.hpp> #include <rtl/ustring.hxx> diff --git a/sc/source/ui/inc/cbutton.hxx b/sc/source/ui/inc/cbutton.hxx index 5222ab42b8f8..b89439bfdb86 100644 --- a/sc/source/ui/inc/cbutton.hxx +++ b/sc/source/ui/inc/cbutton.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_CBUTTON_HXX -#define SC_CBUTTON_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_CBUTTON_HXX +#define INCLUDED_SC_SOURCE_UI_INC_CBUTTON_HXX #include <tools/gen.hxx> #include <tools/color.hxx> @@ -67,7 +67,7 @@ protected: }; -#endif // SC_CBUTTON_HXX +#endif // INCLUDED_SC_SOURCE_UI_INC_CBUTTON_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sc/source/ui/inc/cellmergeoption.hxx b/sc/source/ui/inc/cellmergeoption.hxx index f92928b2fb26..fc2c0ec94808 100644 --- a/sc/source/ui/inc/cellmergeoption.hxx +++ b/sc/source/ui/inc/cellmergeoption.hxx @@ -7,8 +7,8 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#ifndef SC_CELLMERGEOPTION_HXX -#define SC_CELLMERGEOPTION_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_CELLMERGEOPTION_HXX +#define INCLUDED_SC_SOURCE_UI_INC_CELLMERGEOPTION_HXX #include "address.hxx" diff --git a/sc/source/ui/inc/cellsh.hxx b/sc/source/ui/inc/cellsh.hxx index b6ad427cb4a7..fa83707c6315 100644 --- a/sc/source/ui/inc/cellsh.hxx +++ b/sc/source/ui/inc/cellsh.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_CELLSH_HXX -#define SC_CELLSH_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_CELLSH_HXX +#define INCLUDED_SC_SOURCE_UI_INC_CELLSH_HXX #include <sfx2/shell.hxx> #include "shellids.hxx" diff --git a/sc/source/ui/inc/chartsh.hxx b/sc/source/ui/inc/chartsh.hxx index 5466cb24e009..7de20d939880 100644 --- a/sc/source/ui/inc/chartsh.hxx +++ b/sc/source/ui/inc/chartsh.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CHARTSH_HXX -#define CHARTSH_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_CHARTSH_HXX +#define INCLUDED_SC_SOURCE_UI_INC_CHARTSH_HXX #include <sfx2/shell.hxx> #include "shellids.hxx" diff --git a/sc/source/ui/inc/checklistmenu.hxx b/sc/source/ui/inc/checklistmenu.hxx index 2fbeadee6a6a..15b761ba9285 100644 --- a/sc/source/ui/inc/checklistmenu.hxx +++ b/sc/source/ui/inc/checklistmenu.hxx @@ -7,8 +7,8 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#ifndef __SC_CHECKLISTMENU_HXX__ -#define __SC_CHECKLISTMENU_HXX__ +#ifndef INCLUDED_SC_SOURCE_UI_INC_CHECKLISTMENU_HXX +#define INCLUDED_SC_SOURCE_UI_INC_CHECKLISTMENU_HXX #include "vcl/popupmenuwindow.hxx" #include "vcl/button.hxx" diff --git a/sc/source/ui/inc/client.hxx b/sc/source/ui/inc/client.hxx index fd723aae4107..4c53384b227a 100644 --- a/sc/source/ui/inc/client.hxx +++ b/sc/source/ui/inc/client.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_CLIENT_HXX -#define SC_CLIENT_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_CLIENT_HXX +#define INCLUDED_SC_SOURCE_UI_INC_CLIENT_HXX #include <sfx2/ipclient.hxx> diff --git a/sc/source/ui/inc/cliputil.hxx b/sc/source/ui/inc/cliputil.hxx index 541de3b79bef..883b4ca1db2c 100644 --- a/sc/source/ui/inc/cliputil.hxx +++ b/sc/source/ui/inc/cliputil.hxx @@ -7,8 +7,8 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#ifndef __SC_CLIPUTIL_HXX__ -#define __SC_CLIPUTIL_HXX__ +#ifndef INCLUDED_SC_SOURCE_UI_INC_CLIPUTIL_HXX +#define INCLUDED_SC_SOURCE_UI_INC_CLIPUTIL_HXX #include "address.hxx" diff --git a/sc/source/ui/inc/colrowba.hxx b/sc/source/ui/inc/colrowba.hxx index 4452cd02e9e1..1054ff769419 100644 --- a/sc/source/ui/inc/colrowba.hxx +++ b/sc/source/ui/inc/colrowba.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_COLROWBAR_HXX -#define SC_COLROWBAR_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_COLROWBA_HXX +#define INCLUDED_SC_SOURCE_UI_INC_COLROWBA_HXX #include "hdrcont.hxx" #include "viewdata.hxx" diff --git a/sc/source/ui/inc/condformatdlg.hxx b/sc/source/ui/inc/condformatdlg.hxx index 155bbd806524..60c7763df402 100644 --- a/sc/source/ui/inc/condformatdlg.hxx +++ b/sc/source/ui/inc/condformatdlg.hxx @@ -7,8 +7,8 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#ifndef SC_CONDFORMATDLG_HXX -#define SC_CONDFORMATDLG_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_CONDFORMATDLG_HXX +#define INCLUDED_SC_SOURCE_UI_INC_CONDFORMATDLG_HXX #include <vcl/button.hxx> #include <vcl/dialog.hxx> diff --git a/sc/source/ui/inc/condformatdlgentry.hxx b/sc/source/ui/inc/condformatdlgentry.hxx index 34c0d29aa9ae..1b54fa3e049e 100644 --- a/sc/source/ui/inc/condformatdlgentry.hxx +++ b/sc/source/ui/inc/condformatdlgentry.hxx @@ -7,8 +7,8 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#ifndef SC_CONDFORMATDLGENTRY_HXX -#define SC_CONDFORMATDLGENTRY_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_CONDFORMATDLGENTRY_HXX +#define INCLUDED_SC_SOURCE_UI_INC_CONDFORMATDLGENTRY_HXX #include "colorscale.hxx" #include "conditio.hxx" diff --git a/sc/source/ui/inc/condformathelper.hxx b/sc/source/ui/inc/condformathelper.hxx index f73f890b21c2..405e11c5a4eb 100644 --- a/sc/source/ui/inc/condformathelper.hxx +++ b/sc/source/ui/inc/condformathelper.hxx @@ -7,8 +7,8 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#ifndef SC_CONDFORMATHELPER_HXX -#define SC_CONDFORMATHELPER_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_CONDFORMATHELPER_HXX +#define INCLUDED_SC_SOURCE_UI_INC_CONDFORMATHELPER_HXX #include <rtl/ustring.hxx> #include "conditio.hxx" diff --git a/sc/source/ui/inc/condformatmgr.hxx b/sc/source/ui/inc/condformatmgr.hxx index 0cf868aacc29..51719eae8f80 100644 --- a/sc/source/ui/inc/condformatmgr.hxx +++ b/sc/source/ui/inc/condformatmgr.hxx @@ -7,8 +7,8 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#ifndef SC_CONDFORMATMGR_HXX -#define SC_CONDFORMATMGR_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_CONDFORMATMGR_HXX +#define INCLUDED_SC_SOURCE_UI_INC_CONDFORMATMGR_HXX #include "sc.hrc" diff --git a/sc/source/ui/inc/conflictsdlg.hxx b/sc/source/ui/inc/conflictsdlg.hxx index f0e3513523b4..84bd2e6a57aa 100644 --- a/sc/source/ui/inc/conflictsdlg.hxx +++ b/sc/source/ui/inc/conflictsdlg.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_CONFLICTSDLG_HXX -#define SC_CONFLICTSDLG_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_CONFLICTSDLG_HXX +#define INCLUDED_SC_SOURCE_UI_INC_CONFLICTSDLG_HXX #include <vcl/button.hxx> #include <vcl/dialog.hxx> diff --git a/sc/source/ui/inc/consdlg.hxx b/sc/source/ui/inc/consdlg.hxx index 9066c4ddb37a..b7ff60d46f97 100644 --- a/sc/source/ui/inc/consdlg.hxx +++ b/sc/source/ui/inc/consdlg.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_CONSDLG_HXX -#define SC_CONSDLG_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_CONSDLG_HXX +#define INCLUDED_SC_SOURCE_UI_INC_CONSDLG_HXX #include <vcl/fixed.hxx> #include <vcl/lstbox.hxx> @@ -104,6 +104,6 @@ private: #endif // _CONSDLG_CXX }; -#endif // SC_CONSDLG_HXX +#endif // INCLUDED_SC_SOURCE_UI_INC_CONSDLG_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sc/source/ui/inc/content.hxx b/sc/source/ui/inc/content.hxx index 2bca85f758eb..caa5dd973605 100644 --- a/sc/source/ui/inc/content.hxx +++ b/sc/source/ui/inc/content.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_CONTENT_HXX -#define SC_CONTENT_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_CONTENT_HXX +#define INCLUDED_SC_SOURCE_UI_INC_CONTENT_HXX #include <svtools/treelistbox.hxx> #include "global.hxx" @@ -159,6 +159,6 @@ public: }; -#endif // SC_NAVIPI_HXX +#endif // INCLUDED_SC_SOURCE_UI_INC_CONTENT_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sc/source/ui/inc/corodlg.hxx b/sc/source/ui/inc/corodlg.hxx index 2b9f812226e0..d9ccf31f2360 100644 --- a/sc/source/ui/inc/corodlg.hxx +++ b/sc/source/ui/inc/corodlg.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_CORODLG_HXX -#define SC_CORODLG_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_CORODLG_HXX +#define INCLUDED_SC_SOURCE_UI_INC_CORODLG_HXX #include <vcl/dialog.hxx> #include <vcl/button.hxx> diff --git a/sc/source/ui/inc/crdlg.hxx b/sc/source/ui/inc/crdlg.hxx index 5e7f00fbb5df..e09ebd4207ab 100644 --- a/sc/source/ui/inc/crdlg.hxx +++ b/sc/source/ui/inc/crdlg.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_CRDLG_HXX -#define SC_CRDLG_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_CRDLG_HXX +#define INCLUDED_SC_SOURCE_UI_INC_CRDLG_HXX #include <vcl/dialog.hxx> diff --git a/sc/source/ui/inc/crnrdlg.hxx b/sc/source/ui/inc/crnrdlg.hxx index 3acd915a88c2..b6fcd927afd7 100644 --- a/sc/source/ui/inc/crnrdlg.hxx +++ b/sc/source/ui/inc/crnrdlg.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_CRNRDLG_HXX -#define SC_CRNRDLG_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_CRNRDLG_HXX +#define INCLUDED_SC_SOURCE_UI_INC_CRNRDLG_HXX #include "anyrefdg.hxx" #include "rangelst.hxx" @@ -93,6 +93,6 @@ private: #endif }; -#endif // SC_CRNRDLG_HXX +#endif // INCLUDED_SC_SOURCE_UI_INC_CRNRDLG_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sc/source/ui/inc/csvcontrol.hxx b/sc/source/ui/inc/csvcontrol.hxx index 9f5ab5c33587..0e17900a6c84 100644 --- a/sc/source/ui/inc/csvcontrol.hxx +++ b/sc/source/ui/inc/csvcontrol.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _SC_CSVCONTROL_HXX -#define _SC_CSVCONTROL_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_CSVCONTROL_HXX +#define INCLUDED_SC_SOURCE_UI_INC_CSVCONTROL_HXX #include <vcl/ctrl.hxx> #include "scdllapi.h" diff --git a/sc/source/ui/inc/csvgrid.hxx b/sc/source/ui/inc/csvgrid.hxx index c8a6b0553dcd..79a4a0455a0d 100644 --- a/sc/source/ui/inc/csvgrid.hxx +++ b/sc/source/ui/inc/csvgrid.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _SC_CSVGRID_HXX -#define _SC_CSVGRID_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_CSVGRID_HXX +#define INCLUDED_SC_SOURCE_UI_INC_CSVGRID_HXX #include <vcl/virdev.hxx> #include <vcl/menu.hxx> diff --git a/sc/source/ui/inc/csvruler.hxx b/sc/source/ui/inc/csvruler.hxx index e3cfd831d888..afa63d211e5b 100644 --- a/sc/source/ui/inc/csvruler.hxx +++ b/sc/source/ui/inc/csvruler.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _SC_CSVRULER_HXX -#define _SC_CSVRULER_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_CSVRULER_HXX +#define INCLUDED_SC_SOURCE_UI_INC_CSVRULER_HXX #include <vcl/virdev.hxx> #include "csvcontrol.hxx" diff --git a/sc/source/ui/inc/csvsplits.hxx b/sc/source/ui/inc/csvsplits.hxx index 662082d5370a..2d9979b54f5c 100644 --- a/sc/source/ui/inc/csvsplits.hxx +++ b/sc/source/ui/inc/csvsplits.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _SC_CSVSPLITS_HXX -#define _SC_CSVSPLITS_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_CSVSPLITS_HXX +#define INCLUDED_SC_SOURCE_UI_INC_CSVSPLITS_HXX #include <sal/types.h> diff --git a/sc/source/ui/inc/csvtablebox.hxx b/sc/source/ui/inc/csvtablebox.hxx index 27b1d8099330..602e854676d4 100644 --- a/sc/source/ui/inc/csvtablebox.hxx +++ b/sc/source/ui/inc/csvtablebox.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _SC_CSVTABLEBOX_HXX -#define _SC_CSVTABLEBOX_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_CSVTABLEBOX_HXX +#define INCLUDED_SC_SOURCE_UI_INC_CSVTABLEBOX_HXX #include <vcl/ctrl.hxx> #include <vcl/scrbar.hxx> diff --git a/sc/source/ui/inc/dapidata.hxx b/sc/source/ui/inc/dapidata.hxx index 5d1c989a4024..a9d213e1ed41 100644 --- a/sc/source/ui/inc/dapidata.hxx +++ b/sc/source/ui/inc/dapidata.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_DAPIDATA_HXX -#define SC_DAPIDATA_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_DAPIDATA_HXX +#define INCLUDED_SC_SOURCE_UI_INC_DAPIDATA_HXX #include <vcl/button.hxx> #include <vcl/dialog.hxx> diff --git a/sc/source/ui/inc/dapitype.hxx b/sc/source/ui/inc/dapitype.hxx index 2992ab38ab59..0fd03ec60546 100644 --- a/sc/source/ui/inc/dapitype.hxx +++ b/sc/source/ui/inc/dapitype.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_DAPITYPE_HXX -#define SC_DAPITYPE_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_DAPITYPE_HXX +#define INCLUDED_SC_SOURCE_UI_INC_DAPITYPE_HXX #include <vcl/button.hxx> #include <vcl/dialog.hxx> diff --git a/sc/source/ui/inc/datafdlg.hxx b/sc/source/ui/inc/datafdlg.hxx index cc3e1c2a4521..33f9e321464d 100644 --- a/sc/source/ui/inc/datafdlg.hxx +++ b/sc/source/ui/inc/datafdlg.hxx @@ -7,8 +7,8 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#ifndef SC_DATAFDLG_HXX -#define SC_DATAFDLG_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_DATAFDLG_HXX +#define INCLUDED_SC_SOURCE_UI_INC_DATAFDLG_HXX #include <vcl/dialog.hxx> #include <vcl/button.hxx> @@ -82,6 +82,6 @@ private: DECL_LINK(Impl_ScrollHdl, void *); DECL_LINK( Impl_DataModifyHdl, Edit* ); }; -#endif // SC_DATAFDLG_HXX +#endif // INCLUDED_SC_SOURCE_UI_INC_DATAFDLG_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sc/source/ui/inc/datastream.hxx b/sc/source/ui/inc/datastream.hxx index 9233f854a35a..055460de23ac 100644 --- a/sc/source/ui/inc/datastream.hxx +++ b/sc/source/ui/inc/datastream.hxx @@ -7,8 +7,8 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#ifndef SC_DATASTREAM_HXX -#define SC_DATASTREAM_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_DATASTREAM_HXX +#define INCLUDED_SC_SOURCE_UI_INC_DATASTREAM_HXX #include <sal/config.h> diff --git a/sc/source/ui/inc/dbdocfun.hxx b/sc/source/ui/inc/dbdocfun.hxx index 98385b147f03..0831490feec1 100644 --- a/sc/source/ui/inc/dbdocfun.hxx +++ b/sc/source/ui/inc/dbdocfun.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_DBDOCFUN_HXX -#define SC_DBDOCFUN_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_DBDOCFUN_HXX +#define INCLUDED_SC_SOURCE_UI_INC_DBDOCFUN_HXX #include "address.hxx" #include <tools/solar.h> diff --git a/sc/source/ui/inc/dbfunc.hxx b/sc/source/ui/inc/dbfunc.hxx index 5d4b8f0572d2..0e3b197bd442 100644 --- a/sc/source/ui/inc/dbfunc.hxx +++ b/sc/source/ui/inc/dbfunc.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_DBFUNC_HXX -#define SC_DBFUNC_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_DBFUNC_HXX +#define INCLUDED_SC_SOURCE_UI_INC_DBFUNC_HXX #include "viewfunc.hxx" #include "dptypes.hxx" diff --git a/sc/source/ui/inc/dbnamdlg.hxx b/sc/source/ui/inc/dbnamdlg.hxx index 7900f8cb183b..58dba0e851c3 100644 --- a/sc/source/ui/inc/dbnamdlg.hxx +++ b/sc/source/ui/inc/dbnamdlg.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_DBNAMDLG_HXX -#define SC_DBNAMDLG_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_DBNAMDLG_HXX +#define INCLUDED_SC_SOURCE_UI_INC_DBNAMDLG_HXX #include <vector> @@ -100,6 +100,6 @@ private: DECL_LINK( AssModifyHdl, void * ); }; -#endif // SC_DBNAMDLG_HXX +#endif // INCLUDED_SC_SOURCE_UI_INC_DBNAMDLG_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sc/source/ui/inc/delcldlg.hxx b/sc/source/ui/inc/delcldlg.hxx index f39913c2b7a1..8da41e241a3b 100644 --- a/sc/source/ui/inc/delcldlg.hxx +++ b/sc/source/ui/inc/delcldlg.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_DELCLDLG_HXX -#define SC_DELCLDLG_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_DELCLDLG_HXX +#define INCLUDED_SC_SOURCE_UI_INC_DELCLDLG_HXX #include <vcl/dialog.hxx> @@ -43,7 +43,7 @@ public: }; -#endif // SC_DELCLDLG_HXX +#endif // INCLUDED_SC_SOURCE_UI_INC_DELCLDLG_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sc/source/ui/inc/delcodlg.hxx b/sc/source/ui/inc/delcodlg.hxx index 4831a3eb910d..548f4a15241a 100644 --- a/sc/source/ui/inc/delcodlg.hxx +++ b/sc/source/ui/inc/delcodlg.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_DELCODLG_HXX -#define SC_DELCODLG_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_DELCODLG_HXX +#define INCLUDED_SC_SOURCE_UI_INC_DELCODLG_HXX #include <vcl/dialog.hxx> #include <vcl/button.hxx> @@ -55,6 +55,6 @@ public: }; -#endif // SC_DELCODLG_HXX +#endif // INCLUDED_SC_SOURCE_UI_INC_DELCODLG_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sc/source/ui/inc/docfunc.hxx b/sc/source/ui/inc/docfunc.hxx index 49c95c8761cf..1bdd02750c50 100644 --- a/sc/source/ui/inc/docfunc.hxx +++ b/sc/source/ui/inc/docfunc.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_DOCFUNC_HXX -#define SC_DOCFUNC_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_DOCFUNC_HXX +#define INCLUDED_SC_SOURCE_UI_INC_DOCFUNC_HXX #include <tools/link.hxx> #include "global.hxx" diff --git a/sc/source/ui/inc/docsh.hxx b/sc/source/ui/inc/docsh.hxx index 3a85c3c8fa00..89706d2fd5b4 100644 --- a/sc/source/ui/inc/docsh.hxx +++ b/sc/source/ui/inc/docsh.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_DOCSHELL_HXX -#define SC_DOCSHELL_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_DOCSH_HXX +#define INCLUDED_SC_SOURCE_UI_INC_DOCSH_HXX #include <sfx2/objsh.hxx> diff --git a/sc/source/ui/inc/dpcontrol.hxx b/sc/source/ui/inc/dpcontrol.hxx index ee2dd55ef2b8..cb48713511c6 100644 --- a/sc/source/ui/inc/dpcontrol.hxx +++ b/sc/source/ui/inc/dpcontrol.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_DPCONTROL_HXX -#define SC_DPCONTROL_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_DPCONTROL_HXX +#define INCLUDED_SC_SOURCE_UI_INC_DPCONTROL_HXX #include "rtl/ustring.hxx" #include "tools/gen.hxx" diff --git a/sc/source/ui/inc/dpgroupdlg.hxx b/sc/source/ui/inc/dpgroupdlg.hxx index e0ee7348016d..3d7b6a16d02f 100644 --- a/sc/source/ui/inc/dpgroupdlg.hxx +++ b/sc/source/ui/inc/dpgroupdlg.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_DPGROUPDLG_HXX -#define SC_DPGROUPDLG_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_DPGROUPDLG_HXX +#define INCLUDED_SC_SOURCE_UI_INC_DPGROUPDLG_HXX #include <vcl/fixed.hxx> #include <vcl/dialog.hxx> diff --git a/sc/source/ui/inc/drawsh.hxx b/sc/source/ui/inc/drawsh.hxx index 023a5a2f4270..2643ff09ee54 100644 --- a/sc/source/ui/inc/drawsh.hxx +++ b/sc/source/ui/inc/drawsh.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_DRAWSH_HXX -#define SC_DRAWSH_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_DRAWSH_HXX +#define INCLUDED_SC_SOURCE_UI_INC_DRAWSH_HXX #include <sfx2/shell.hxx> #include "shellids.hxx" diff --git a/sc/source/ui/inc/drawutil.hxx b/sc/source/ui/inc/drawutil.hxx index 7b751abb6deb..6a011ae290e2 100644 --- a/sc/source/ui/inc/drawutil.hxx +++ b/sc/source/ui/inc/drawutil.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_DRAWUTIL_HXX -#define SC_DRAWUTIL_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_DRAWUTIL_HXX +#define INCLUDED_SC_SOURCE_UI_INC_DRAWUTIL_HXX #include "address.hxx" diff --git a/sc/source/ui/inc/drawview.hxx b/sc/source/ui/inc/drawview.hxx index 717a32f80318..d7df9a196f15 100644 --- a/sc/source/ui/inc/drawview.hxx +++ b/sc/source/ui/inc/drawview.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_DRAWVIEW_HXX -#define SC_DRAWVIEW_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_DRAWVIEW_HXX +#define INCLUDED_SC_SOURCE_UI_INC_DRAWVIEW_HXX #include <svx/fmview.hxx> diff --git a/sc/source/ui/inc/drformsh.hxx b/sc/source/ui/inc/drformsh.hxx index 464a6bd23d9d..63c898e6ae76 100644 --- a/sc/source/ui/inc/drformsh.hxx +++ b/sc/source/ui/inc/drformsh.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef DRFORMSH_HXX -#define DRFORMSH_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_DRFORMSH_HXX +#define INCLUDED_SC_SOURCE_UI_INC_DRFORMSH_HXX #include <sfx2/shell.hxx> #include "shellids.hxx" diff --git a/sc/source/ui/inc/drtxtob.hxx b/sc/source/ui/inc/drtxtob.hxx index 0dcba5ff8551..65dbeadfe3a3 100644 --- a/sc/source/ui/inc/drtxtob.hxx +++ b/sc/source/ui/inc/drtxtob.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_DRTXTOB_HXX -#define SC_DRTXTOB_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_DRTXTOB_HXX +#define INCLUDED_SC_SOURCE_UI_INC_DRTXTOB_HXX #include <sfx2/shell.hxx> #include <sfx2/module.hxx> diff --git a/sc/source/ui/inc/drwtrans.hxx b/sc/source/ui/inc/drwtrans.hxx index 02f22f62f307..5b71558c655a 100644 --- a/sc/source/ui/inc/drwtrans.hxx +++ b/sc/source/ui/inc/drwtrans.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_DRWTRANS_HXX -#define SC_DRWTRANS_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_DRWTRANS_HXX +#define INCLUDED_SC_SOURCE_UI_INC_DRWTRANS_HXX #include <com/sun/star/uno/Reference.hxx> #include <com/sun/star/embed/XEmbeddedObject.hpp> diff --git a/sc/source/ui/inc/dwfunctr.hxx b/sc/source/ui/inc/dwfunctr.hxx index a7b6b4964fa3..52d639c04245 100644 --- a/sc/source/ui/inc/dwfunctr.hxx +++ b/sc/source/ui/inc/dwfunctr.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _SC_DWFUNCTR_HXX -#define _SC_DWFUNCTR_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_DWFUNCTR_HXX +#define INCLUDED_SC_SOURCE_UI_INC_DWFUNCTR_HXX #include <sfx2/childwin.hxx> #include <sfx2/dockwin.hxx> diff --git a/sc/source/ui/inc/editable.hxx b/sc/source/ui/inc/editable.hxx index b6d0f45ed453..6ea8e399f8a9 100644 --- a/sc/source/ui/inc/editable.hxx +++ b/sc/source/ui/inc/editable.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_EDITABLE_HXX -#define SC_EDITABLE_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_EDITABLE_HXX +#define INCLUDED_SC_SOURCE_UI_INC_EDITABLE_HXX #include "address.hxx" diff --git a/sc/source/ui/inc/editfield.hxx b/sc/source/ui/inc/editfield.hxx index 62ac77705fff..6ef8666afb78 100644 --- a/sc/source/ui/inc/editfield.hxx +++ b/sc/source/ui/inc/editfield.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_EDITFIELD_HXX -#define SC_EDITFIELD_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_EDITFIELD_HXX +#define INCLUDED_SC_SOURCE_UI_INC_EDITFIELD_HXX #include <vcl/field.hxx> diff --git a/sc/source/ui/inc/editsh.hxx b/sc/source/ui/inc/editsh.hxx index 26c55af5361c..6ac257df8b44 100644 --- a/sc/source/ui/inc/editsh.hxx +++ b/sc/source/ui/inc/editsh.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_EDITSH_HXX -#define SC_EDITSH_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_EDITSH_HXX +#define INCLUDED_SC_SOURCE_UI_INC_EDITSH_HXX #include <sfx2/shell.hxx> #include <sfx2/module.hxx> diff --git a/sc/source/ui/inc/filldlg.hxx b/sc/source/ui/inc/filldlg.hxx index dde1c3826599..954b8244cb69 100644 --- a/sc/source/ui/inc/filldlg.hxx +++ b/sc/source/ui/inc/filldlg.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_FILLDLG_HXX -#define SC_FILLDLG_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_FILLDLG_HXX +#define INCLUDED_SC_SOURCE_UI_INC_FILLDLG_HXX #include <vcl/dialog.hxx> #include <vcl/button.hxx> @@ -108,6 +108,6 @@ private: #endif }; -#endif // SC_FILLDLG_HXX +#endif // INCLUDED_SC_SOURCE_UI_INC_FILLDLG_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sc/source/ui/inc/filtdlg.hxx b/sc/source/ui/inc/filtdlg.hxx index 8e5455d58249..51ff29ce7c51 100644 --- a/sc/source/ui/inc/filtdlg.hxx +++ b/sc/source/ui/inc/filtdlg.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_FILTDLG_HXX -#define SC_FILTDLG_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_FILTDLG_HXX +#define INCLUDED_SC_SOURCE_UI_INC_FILTDLG_HXX #include <vcl/combobox.hxx> #include <vcl/lstbox.hxx> @@ -225,6 +225,6 @@ private: DECL_LINK( TimeOutHdl, Timer* ); }; -#endif // SC_FILTDLG_HXX +#endif // INCLUDED_SC_SOURCE_UI_INC_FILTDLG_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sc/source/ui/inc/foptmgr.hxx b/sc/source/ui/inc/foptmgr.hxx index 21f8fd818a99..2a8f9e12cf44 100644 --- a/sc/source/ui/inc/foptmgr.hxx +++ b/sc/source/ui/inc/foptmgr.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_NEWFOPTMGR_HXX -#define SC_NEWFOPTMGR_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_FOPTMGR_HXX +#define INCLUDED_SC_SOURCE_UI_INC_FOPTMGR_HXX #include <vcl/fixed.hxx> #include <vcl/edit.hxx> @@ -83,6 +83,6 @@ private: }; -#endif // SC_NEWFOPTMGR_HXX +#endif // INCLUDED_SC_SOURCE_UI_INC_FOPTMGR_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sc/source/ui/inc/formatsh.hxx b/sc/source/ui/inc/formatsh.hxx index 5be26e7da71e..eada0622bc30 100644 --- a/sc/source/ui/inc/formatsh.hxx +++ b/sc/source/ui/inc/formatsh.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_FORMATSH_HXX -#define SC_FORMATSH_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_FORMATSH_HXX +#define INCLUDED_SC_SOURCE_UI_INC_FORMATSH_HXX #include <sfx2/shell.hxx> #include "shellids.hxx" diff --git a/sc/source/ui/inc/formdata.hxx b/sc/source/ui/inc/formdata.hxx index 5c8fb87ef90e..1057a077c50b 100644 --- a/sc/source/ui/inc/formdata.hxx +++ b/sc/source/ui/inc/formdata.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_FORMDATA_HXX -#define SC_FORMDATA_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_FORMDATA_HXX +#define INCLUDED_SC_SOURCE_UI_INC_FORMDATA_HXX #include <formula/formdata.hxx> class ScInputHandler; @@ -48,6 +48,6 @@ private: ScDocShell* pScDocShell; }; -#endif // SC_CRNRDLG_HXX +#endif // INCLUDED_SC_SOURCE_UI_INC_FORMDATA_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sc/source/ui/inc/formula.hxx b/sc/source/ui/inc/formula.hxx index 8109f1f0ff78..ebeeac639d3e 100644 --- a/sc/source/ui/inc/formula.hxx +++ b/sc/source/ui/inc/formula.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_FORMULA_HXX -#define SC_FORMULA_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_FORMULA_HXX +#define INCLUDED_SC_SOURCE_UI_INC_FORMULA_HXX #include "anyrefdg.hxx" #include "global.hxx" @@ -109,6 +109,6 @@ protected: ScInputHandler* GetNextInputHandler(ScDocShell* pDocShell,PtrTabViewShell* ppViewSh); }; -#endif // SC_CRNRDLG_HXX +#endif // INCLUDED_SC_SOURCE_UI_INC_FORMULA_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sc/source/ui/inc/fuconarc.hxx b/sc/source/ui/inc/fuconarc.hxx index bb2bd35b0fca..ac34403416fe 100644 --- a/sc/source/ui/inc/fuconarc.hxx +++ b/sc/source/ui/inc/fuconarc.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_FUCONARC_HXX -#define SC_FUCONARC_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_FUCONARC_HXX +#define INCLUDED_SC_SOURCE_UI_INC_FUCONARC_HXX #include "fuconstr.hxx" diff --git a/sc/source/ui/inc/fuconcustomshape.hxx b/sc/source/ui/inc/fuconcustomshape.hxx index 8e0aca1f2f2a..56289a5b2a5a 100644 --- a/sc/source/ui/inc/fuconcustomshape.hxx +++ b/sc/source/ui/inc/fuconcustomshape.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_FUCONCUSTOMSHAPE_HXX -#define SC_FUCONCUSTOMSHAPE_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_FUCONCUSTOMSHAPE_HXX +#define INCLUDED_SC_SOURCE_UI_INC_FUCONCUSTOMSHAPE_HXX #include "fuconstr.hxx" diff --git a/sc/source/ui/inc/fuconpol.hxx b/sc/source/ui/inc/fuconpol.hxx index ad04cf93aab4..ed58368d9e04 100644 --- a/sc/source/ui/inc/fuconpol.hxx +++ b/sc/source/ui/inc/fuconpol.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_FUCONPOL_HXX -#define SC_FUCONPOL_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_FUCONPOL_HXX +#define INCLUDED_SC_SOURCE_UI_INC_FUCONPOL_HXX #include "fuconstr.hxx" diff --git a/sc/source/ui/inc/fuconrec.hxx b/sc/source/ui/inc/fuconrec.hxx index c4ba01050c35..92fa41a81bfe 100644 --- a/sc/source/ui/inc/fuconrec.hxx +++ b/sc/source/ui/inc/fuconrec.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_FUCONREC_HXX -#define SC_FUCONREC_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_FUCONREC_HXX +#define INCLUDED_SC_SOURCE_UI_INC_FUCONREC_HXX #include "fuconstr.hxx" diff --git a/sc/source/ui/inc/fuconstr.hxx b/sc/source/ui/inc/fuconstr.hxx index c92dc192ab79..1d135afb29e0 100644 --- a/sc/source/ui/inc/fuconstr.hxx +++ b/sc/source/ui/inc/fuconstr.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_FUCONSTR_HXX -#define SC_FUCONSTR_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_FUCONSTR_HXX +#define INCLUDED_SC_SOURCE_UI_INC_FUCONSTR_HXX #include "fudraw.hxx" diff --git a/sc/source/ui/inc/fuconuno.hxx b/sc/source/ui/inc/fuconuno.hxx index 1e29a62e07c2..926e4b2ae5fa 100644 --- a/sc/source/ui/inc/fuconuno.hxx +++ b/sc/source/ui/inc/fuconuno.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_FUCONUNO_HXX -#define SC_FUCONUNO_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_FUCONUNO_HXX +#define INCLUDED_SC_SOURCE_UI_INC_FUCONUNO_HXX #include "fuconstr.hxx" diff --git a/sc/source/ui/inc/fudraw.hxx b/sc/source/ui/inc/fudraw.hxx index 8effb122fd2c..10a6adef5a4c 100644 --- a/sc/source/ui/inc/fudraw.hxx +++ b/sc/source/ui/inc/fudraw.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_FUDRAW_HXX -#define SC_FUDRAW_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_FUDRAW_HXX +#define INCLUDED_SC_SOURCE_UI_INC_FUDRAW_HXX #include "fupoor.hxx" #include <vcl/pointr.hxx> diff --git a/sc/source/ui/inc/fuinsert.hxx b/sc/source/ui/inc/fuinsert.hxx index 61aca6d86a59..2d89091d8710 100644 --- a/sc/source/ui/inc/fuinsert.hxx +++ b/sc/source/ui/inc/fuinsert.hxx @@ -18,8 +18,8 @@ */ -#ifndef SC_FUINSERT_HXX -#define SC_FUINSERT_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_FUINSERT_HXX +#define INCLUDED_SC_SOURCE_UI_INC_FUINSERT_HXX #include "fupoor.hxx" diff --git a/sc/source/ui/inc/fumark.hxx b/sc/source/ui/inc/fumark.hxx index 947891bfce8a..93bd82f4af31 100644 --- a/sc/source/ui/inc/fumark.hxx +++ b/sc/source/ui/inc/fumark.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_FUMARK_HXX -#define SC_FUMARK_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_FUMARK_HXX +#define INCLUDED_SC_SOURCE_UI_INC_FUMARK_HXX #include "fupoor.hxx" #include "rangelst.hxx" diff --git a/sc/source/ui/inc/funcpage.hxx b/sc/source/ui/inc/funcpage.hxx index d37123f6e66a..59106821be5e 100644 --- a/sc/source/ui/inc/funcpage.hxx +++ b/sc/source/ui/inc/funcpage.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_FUNCPAGE_HXX -#define SC_FUNCPAGE_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_FUNCPAGE_HXX +#define INCLUDED_SC_SOURCE_UI_INC_FUNCPAGE_HXX #include "funcutl.hxx" #include "global.hxx" diff --git a/sc/source/ui/inc/fupoor.hxx b/sc/source/ui/inc/fupoor.hxx index 3f87873d826b..ca9762d46906 100644 --- a/sc/source/ui/inc/fupoor.hxx +++ b/sc/source/ui/inc/fupoor.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _SC_FUPOOR_HXX -#define _SC_FUPOOR_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_FUPOOR_HXX +#define INCLUDED_SC_SOURCE_UI_INC_FUPOOR_HXX #include <vcl/event.hxx> #include <vcl/timer.hxx> diff --git a/sc/source/ui/inc/fusel.hxx b/sc/source/ui/inc/fusel.hxx index 58da6f2d9214..89f3b392998f 100644 --- a/sc/source/ui/inc/fusel.hxx +++ b/sc/source/ui/inc/fusel.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_FUSEL_HXX -#define SC_FUSEL_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_FUSEL_HXX +#define INCLUDED_SC_SOURCE_UI_INC_FUSEL_HXX #include "fudraw.hxx" diff --git a/sc/source/ui/inc/futext.hxx b/sc/source/ui/inc/futext.hxx index bf72c5866e3d..cad47c949697 100644 --- a/sc/source/ui/inc/futext.hxx +++ b/sc/source/ui/inc/futext.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_FUTEXT_HXX -#define SC_FUTEXT_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_FUTEXT_HXX +#define INCLUDED_SC_SOURCE_UI_INC_FUTEXT_HXX #include "fuconstr.hxx" diff --git a/sc/source/ui/inc/graphsh.hxx b/sc/source/ui/inc/graphsh.hxx index 35d43d014c41..866d527f27e4 100644 --- a/sc/source/ui/inc/graphsh.hxx +++ b/sc/source/ui/inc/graphsh.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef GRAPHSH_HXX -#define GRAPHSH_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_GRAPHSH_HXX +#define INCLUDED_SC_SOURCE_UI_INC_GRAPHSH_HXX #include <sfx2/shell.hxx> #include "shellids.hxx" diff --git a/sc/source/ui/inc/gridmerg.hxx b/sc/source/ui/inc/gridmerg.hxx index cc7b6c39c274..8f7a00cb716f 100644 --- a/sc/source/ui/inc/gridmerg.hxx +++ b/sc/source/ui/inc/gridmerg.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_GRIDMERG_HXX -#define SC_GRIDMERG_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_GRIDMERG_HXX +#define INCLUDED_SC_SOURCE_UI_INC_GRIDMERG_HXX class OutputDevice; diff --git a/sc/source/ui/inc/gridwin.hxx b/sc/source/ui/inc/gridwin.hxx index 59cb57b22726..63e930b28a8b 100644 --- a/sc/source/ui/inc/gridwin.hxx +++ b/sc/source/ui/inc/gridwin.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_GRIDWIN_HXX -#define SC_GRIDWIN_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_GRIDWIN_HXX +#define INCLUDED_SC_SOURCE_UI_INC_GRIDWIN_HXX #include <svtools/transfer.hxx> #include "viewutil.hxx" diff --git a/sc/source/ui/inc/groupdlg.hxx b/sc/source/ui/inc/groupdlg.hxx index 122ae01d76d0..73c5889f2558 100644 --- a/sc/source/ui/inc/groupdlg.hxx +++ b/sc/source/ui/inc/groupdlg.hxx @@ -17,9 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_GROUPDLG_HXX -#define SC_GROUPDLG_HXX - +#ifndef INCLUDED_SC_SOURCE_UI_INC_GROUPDLG_HXX +#define INCLUDED_SC_SOURCE_UI_INC_GROUPDLG_HXX #include <vcl/dialog.hxx> #include <vcl/button.hxx> @@ -38,8 +37,6 @@ private: RadioButton* m_pBtnCols; }; - -#endif // SC_STRINDLG_HXX - +#endif // INCLUDED_SC_SOURCE_UI_INC_GROUPDLG_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sc/source/ui/inc/hdrcont.hxx b/sc/source/ui/inc/hdrcont.hxx index 7f9477423d36..745367e57136 100644 --- a/sc/source/ui/inc/hdrcont.hxx +++ b/sc/source/ui/inc/hdrcont.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_HDRCONT_HXX -#define SC_HDRCONT_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_HDRCONT_HXX +#define INCLUDED_SC_SOURCE_UI_INC_HDRCONT_HXX #include <vcl/window.hxx> #include <vcl/seleng.hxx> diff --git a/sc/source/ui/inc/hfedtdlg.hxx b/sc/source/ui/inc/hfedtdlg.hxx index 0ee89c46e64b..6b7d44904d4a 100644 --- a/sc/source/ui/inc/hfedtdlg.hxx +++ b/sc/source/ui/inc/hfedtdlg.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_HFEDTDLG_HXX -#define SC_HFEDTDLG_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_HFEDTDLG_HXX +#define INCLUDED_SC_SOURCE_UI_INC_HFEDTDLG_HXX #include <sfx2/tabdlg.hxx> #include <svx/pageitem.hxx> @@ -108,6 +108,6 @@ public: const SfxItemSet& rCoreSet, const OUString& rPageStyle); }; -#endif // SC_HFEDTDLG_HXX +#endif // INCLUDED_SC_SOURCE_UI_INC_HFEDTDLG_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sc/source/ui/inc/highred.hxx b/sc/source/ui/inc/highred.hxx index 5c76c0e34454..991542261b09 100644 --- a/sc/source/ui/inc/highred.hxx +++ b/sc/source/ui/inc/highred.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_HIGHRED_HXX -#define SC_HIGHRED_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_HIGHRED_HXX +#define INCLUDED_SC_SOURCE_UI_INC_HIGHRED_HXX #include <vcl/morebtn.hxx> #include <vcl/combobox.hxx> @@ -92,6 +92,6 @@ public: }; -#endif // SC_NAMEDLG_HXX +#endif // INCLUDED_SC_SOURCE_UI_INC_HIGHRED_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sc/source/ui/inc/hintwin.hxx b/sc/source/ui/inc/hintwin.hxx index c5908cae8d11..4b30e7e9e85d 100644 --- a/sc/source/ui/inc/hintwin.hxx +++ b/sc/source/ui/inc/hintwin.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_HINTWIN_HXX -#define SC_HINTWIN_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_HINTWIN_HXX +#define INCLUDED_SC_SOURCE_UI_INC_HINTWIN_HXX #include <vcl/window.hxx> diff --git a/sc/source/ui/inc/hiranges.hxx b/sc/source/ui/inc/hiranges.hxx index e1ed0824faca..ecea01ea75e8 100644 --- a/sc/source/ui/inc/hiranges.hxx +++ b/sc/source/ui/inc/hiranges.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_HIRANGES_HXX -#define SC_HIRANGES_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_HIRANGES_HXX +#define INCLUDED_SC_SOURCE_UI_INC_HIRANGES_HXX #include <tools/color.hxx> #include "global.hxx" diff --git a/sc/source/ui/inc/imoptdlg.hxx b/sc/source/ui/inc/imoptdlg.hxx index 612da9d44d6d..93c24b2fe63c 100644 --- a/sc/source/ui/inc/imoptdlg.hxx +++ b/sc/source/ui/inc/imoptdlg.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_IMOPTDLG_HXX -#define SC_IMOPTDLG_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_IMOPTDLG_HXX +#define INCLUDED_SC_SOURCE_UI_INC_IMOPTDLG_HXX #include <vcl/dialog.hxx> #include <vcl/fixed.hxx> @@ -100,6 +100,6 @@ public: }; -#endif // SC_IMOPTDLG_HXX +#endif // INCLUDED_SC_SOURCE_UI_INC_IMOPTDLG_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sc/source/ui/inc/impex.hxx b/sc/source/ui/inc/impex.hxx index 6682acb566ca..bde5f46e3367 100644 --- a/sc/source/ui/inc/impex.hxx +++ b/sc/source/ui/inc/impex.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_IMPEX_HXX -#define SC_IMPEX_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_IMPEX_HXX +#define INCLUDED_SC_SOURCE_UI_INC_IMPEX_HXX #include <osl/endian.h> #include <sot/exchange.hxx> diff --git a/sc/source/ui/inc/inputhdl.hxx b/sc/source/ui/inc/inputhdl.hxx index a70fb223897c..231e9ad81bce 100644 --- a/sc/source/ui/inc/inputhdl.hxx +++ b/sc/source/ui/inc/inputhdl.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_INPUTHDL_HXX -#define SC_INPUTHDL_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_INPUTHDL_HXX +#define INCLUDED_SC_SOURCE_UI_INC_INPUTHDL_HXX #include "global.hxx" #include "address.hxx" diff --git a/sc/source/ui/inc/inputwin.hxx b/sc/source/ui/inc/inputwin.hxx index 36b5d803c950..2a5fd8b1f5c0 100644 --- a/sc/source/ui/inc/inputwin.hxx +++ b/sc/source/ui/inc/inputwin.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_INPUTWIN_HXX -#define SC_INPUTWIN_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_INPUTWIN_HXX +#define INCLUDED_SC_SOURCE_UI_INC_INPUTWIN_HXX #include <vector> #include <vcl/toolbox.hxx> diff --git a/sc/source/ui/inc/inscldlg.hxx b/sc/source/ui/inc/inscldlg.hxx index 314d9faacd33..39b4d3fab705 100644 --- a/sc/source/ui/inc/inscldlg.hxx +++ b/sc/source/ui/inc/inscldlg.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_INSCLDLG_HXX -#define SC_INSCLDLG_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_INSCLDLG_HXX +#define INCLUDED_SC_SOURCE_UI_INC_INSCLDLG_HXX #include <vcl/dialog.hxx> #include <vcl/button.hxx> @@ -43,7 +43,7 @@ public: }; -#endif // SC_INSCLDLG_HXX +#endif // INCLUDED_SC_SOURCE_UI_INC_INSCLDLG_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sc/source/ui/inc/inscodlg.hxx b/sc/source/ui/inc/inscodlg.hxx index fbff56c0eb03..0fe1a5a2a28f 100644 --- a/sc/source/ui/inc/inscodlg.hxx +++ b/sc/source/ui/inc/inscodlg.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_INSCODLG_HXX -#define SC_INSCODLG_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_INSCODLG_HXX +#define INCLUDED_SC_SOURCE_UI_INC_INSCODLG_HXX #include <vcl/dialog.hxx> #include <vcl/button.hxx> @@ -93,7 +93,7 @@ private: }; -#endif // SC_INSCODLG_HXX +#endif // INCLUDED_SC_SOURCE_UI_INC_INSCODLG_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sc/source/ui/inc/instbdlg.hxx b/sc/source/ui/inc/instbdlg.hxx index 0067cb02bd54..2e6842d691a5 100644 --- a/sc/source/ui/inc/instbdlg.hxx +++ b/sc/source/ui/inc/instbdlg.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_INSTBDLG_HXX -#define SC_INSTBDLG_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_INSTBDLG_HXX +#define INCLUDED_SC_SOURCE_UI_INC_INSTBDLG_HXX #include "address.hxx" @@ -101,6 +101,6 @@ private: #endif }; -#endif // SC_INSTBDLG_HXX +#endif // INCLUDED_SC_SOURCE_UI_INC_INSTBDLG_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sc/source/ui/inc/invmerge.hxx b/sc/source/ui/inc/invmerge.hxx index e54b3ffad55f..4efc564d6681 100644 --- a/sc/source/ui/inc/invmerge.hxx +++ b/sc/source/ui/inc/invmerge.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_INVMERGE_HXX -#define SC_INVMERGE_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_INVMERGE_HXX +#define INCLUDED_SC_SOURCE_UI_INC_INVMERGE_HXX #include <tools/gen.hxx> diff --git a/sc/source/ui/inc/lbseldlg.hxx b/sc/source/ui/inc/lbseldlg.hxx index bc51e98c499e..cc51394fac6b 100644 --- a/sc/source/ui/inc/lbseldlg.hxx +++ b/sc/source/ui/inc/lbseldlg.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_LBSELDLG_HXX -#define SC_LBSELDLG_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_LBSELDLG_HXX +#define INCLUDED_SC_SOURCE_UI_INC_LBSELDLG_HXX #include <vcl/fixed.hxx> @@ -43,7 +43,7 @@ public: }; -#endif // SC_LBSELDLG_HXX +#endif // INCLUDED_SC_SOURCE_UI_INC_LBSELDLG_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sc/source/ui/inc/linkarea.hxx b/sc/source/ui/inc/linkarea.hxx index 5932ea4cdabe..1601e24969de 100644 --- a/sc/source/ui/inc/linkarea.hxx +++ b/sc/source/ui/inc/linkarea.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_LINKAREA_HXX -#define SC_LINKAREA_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_LINKAREA_HXX +#define INCLUDED_SC_SOURCE_UI_INC_LINKAREA_HXX #include <vcl/dialog.hxx> diff --git a/sc/source/ui/inc/lnktrans.hxx b/sc/source/ui/inc/lnktrans.hxx index 2af6e9b7ace5..2e47e41649e8 100644 --- a/sc/source/ui/inc/lnktrans.hxx +++ b/sc/source/ui/inc/lnktrans.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_LNKTRANS_HXX -#define SC_LNKTRANS_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_LNKTRANS_HXX +#define INCLUDED_SC_SOURCE_UI_INC_LNKTRANS_HXX #include <svtools/transfer.hxx> #include <rtl/ustring.hxx> diff --git a/sc/source/ui/inc/mediash.hxx b/sc/source/ui/inc/mediash.hxx index d02b1c320a2a..9bb00ff38eb8 100644 --- a/sc/source/ui/inc/mediash.hxx +++ b/sc/source/ui/inc/mediash.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef MEDIASH_HXX -#define MEDIASH_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_MEDIASH_HXX +#define INCLUDED_SC_SOURCE_UI_INC_MEDIASH_HXX #include <sfx2/shell.hxx> #include "shellids.hxx" diff --git a/sc/source/ui/inc/msgpool.hxx b/sc/source/ui/inc/msgpool.hxx index 976a067971b8..81f885422ca2 100644 --- a/sc/source/ui/inc/msgpool.hxx +++ b/sc/source/ui/inc/msgpool.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_MSGPOOL_HXX -#define SC_MSGPOOL_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_MSGPOOL_HXX +#define INCLUDED_SC_SOURCE_UI_INC_MSGPOOL_HXX #include "scitems.hxx" #include <svl/srchitem.hxx> diff --git a/sc/source/ui/inc/mtrindlg.hxx b/sc/source/ui/inc/mtrindlg.hxx index 6e087c15fa5b..fa9eb5ab4cf4 100644 --- a/sc/source/ui/inc/mtrindlg.hxx +++ b/sc/source/ui/inc/mtrindlg.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_MTRINDLG_HXX -#define SC_MTRINDLG_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_MTRINDLG_HXX +#define INCLUDED_SC_SOURCE_UI_INC_MTRINDLG_HXX #include <vcl/dialog.hxx> #include <vcl/field.hxx> @@ -52,7 +52,7 @@ private: DECL_LINK(ModifyHdl, void *); }; -#endif // SC_MTRINDLG_HXX +#endif // INCLUDED_SC_SOURCE_UI_INC_MTRINDLG_HXX diff --git a/sc/source/ui/inc/mvtabdlg.hxx b/sc/source/ui/inc/mvtabdlg.hxx index 093a7590fe06..e0f8addead60 100644 --- a/sc/source/ui/inc/mvtabdlg.hxx +++ b/sc/source/ui/inc/mvtabdlg.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_MVTABDLG_HXX -#define SC_MVTABDLG_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_MVTABDLG_HXX +#define INCLUDED_SC_SOURCE_UI_INC_MVTABDLG_HXX #include "address.hxx" @@ -84,7 +84,7 @@ private: DECL_LINK( CheckNameHdl, Edit * ); }; -#endif // SC_MVTABDLG_HXX +#endif // INCLUDED_SC_SOURCE_UI_INC_MVTABDLG_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sc/source/ui/inc/namecrea.hxx b/sc/source/ui/inc/namecrea.hxx index dc52ae5b5f05..d664267a9d9e 100644 --- a/sc/source/ui/inc/namecrea.hxx +++ b/sc/source/ui/inc/namecrea.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_NAMECREA_HXX -#define SC_NAMECREA_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_NAMECREA_HXX +#define INCLUDED_SC_SOURCE_UI_INC_NAMECREA_HXX #include <vcl/dialog.hxx> #include <vcl/button.hxx> @@ -39,6 +39,6 @@ public: }; -#endif //SC_NAMECREA_HXX +#endif // INCLUDED_SC_SOURCE_UI_INC_NAMECREA_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sc/source/ui/inc/namedefdlg.hxx b/sc/source/ui/inc/namedefdlg.hxx index dd6330751b2f..098b9101c733 100644 --- a/sc/source/ui/inc/namedefdlg.hxx +++ b/sc/source/ui/inc/namedefdlg.hxx @@ -7,8 +7,8 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#ifndef SC_NAMEDEFDLG_HXX -#define SC_NAMEDEFDLG_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_NAMEDEFDLG_HXX +#define INCLUDED_SC_SOURCE_UI_INC_NAMEDEFDLG_HXX #include "anyrefdg.hxx" #include <vcl/button.hxx> diff --git a/sc/source/ui/inc/namedlg.hxx b/sc/source/ui/inc/namedlg.hxx index e85672ccc5e3..c0ad147f789d 100644 --- a/sc/source/ui/inc/namedlg.hxx +++ b/sc/source/ui/inc/namedlg.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_NAMEDLG_HXX -#define SC_NAMEDLG_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_NAMEDLG_HXX +#define INCLUDED_SC_SOURCE_UI_INC_NAMEDLG_HXX #include <vcl/morebtn.hxx> #include <vcl/combobox.hxx> @@ -137,6 +137,6 @@ public: void SetEntry(const OUString& rName, const OUString& rScope); }; -#endif // SC_NAMEDLG_HXX +#endif // INCLUDED_SC_SOURCE_UI_INC_NAMEDLG_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sc/source/ui/inc/namemgrtable.hxx b/sc/source/ui/inc/namemgrtable.hxx index 4e3179446d03..f50b7bd8a47e 100644 --- a/sc/source/ui/inc/namemgrtable.hxx +++ b/sc/source/ui/inc/namemgrtable.hxx @@ -7,8 +7,8 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#ifndef SC_NAMEMGRTABLE_HXX -#define SC_NAMEMGRTABLE_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_NAMEMGRTABLE_HXX +#define INCLUDED_SC_SOURCE_UI_INC_NAMEMGRTABLE_HXX #include <svtools/simptabl.hxx> #include <vcl/ctrl.hxx> diff --git a/sc/source/ui/inc/namepast.hxx b/sc/source/ui/inc/namepast.hxx index da880cb563cd..2ece360fbd35 100644 --- a/sc/source/ui/inc/namepast.hxx +++ b/sc/source/ui/inc/namepast.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_NAMEPAST_HXX -#define SC_NAMEPAST_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_NAMEPAST_HXX +#define INCLUDED_SC_SOURCE_UI_INC_NAMEPAST_HXX #include <vcl/dialog.hxx> #include <vcl/button.hxx> @@ -55,6 +55,6 @@ public: }; -#endif //SC_NAMEPAST_HXX +#endif // INCLUDED_SC_SOURCE_UI_INC_NAMEPAST_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sc/source/ui/inc/navcitem.hxx b/sc/source/ui/inc/navcitem.hxx index 147b00ea40ce..a2fdb3222f79 100644 --- a/sc/source/ui/inc/navcitem.hxx +++ b/sc/source/ui/inc/navcitem.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_NAVCITEM_HXX -#define SC_NAVCITEM_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_NAVCITEM_HXX +#define INCLUDED_SC_SOURCE_UI_INC_NAVCITEM_HXX #include <sfx2/ctrlitem.hxx> @@ -41,6 +41,6 @@ private: }; -#endif // SC_NAVCITEM_HXX +#endif // INCLUDED_SC_SOURCE_UI_INC_NAVCITEM_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sc/source/ui/inc/navipi.hxx b/sc/source/ui/inc/navipi.hxx index dfe0eb9cf092..e3d20201373f 100644 --- a/sc/source/ui/inc/navipi.hxx +++ b/sc/source/ui/inc/navipi.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_NAVIPI_HXX -#define SC_NAVIPI_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_NAVIPI_HXX +#define INCLUDED_SC_SOURCE_UI_INC_NAVIPI_HXX #include <vector> #include <vcl/toolbox.hxx> @@ -342,6 +342,6 @@ private: ScNavigatorDlg* pNavigator; }; -#endif // SC_NAVIPI_HXX +#endif // INCLUDED_SC_SOURCE_UI_INC_NAVIPI_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sc/source/ui/inc/navsett.hxx b/sc/source/ui/inc/navsett.hxx index bea4309eac93..4049347fcd83 100644 --- a/sc/source/ui/inc/navsett.hxx +++ b/sc/source/ui/inc/navsett.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_NAVSETT_HXX -#define SC_NAVSETT_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_NAVSETT_HXX +#define INCLUDED_SC_SOURCE_UI_INC_NAVSETT_HXX #include <tools/solar.h> @@ -47,6 +47,6 @@ public: }; -#endif // SC_NAVSETT_HXX +#endif // INCLUDED_SC_SOURCE_UI_INC_NAVSETT_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sc/source/ui/inc/notemark.hxx b/sc/source/ui/inc/notemark.hxx index 245ad62acdc3..72d4ef2db96c 100644 --- a/sc/source/ui/inc/notemark.hxx +++ b/sc/source/ui/inc/notemark.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_NOTEMARK_HXX -#define SC_NOTEMARK_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_NOTEMARK_HXX +#define INCLUDED_SC_SOURCE_UI_INC_NOTEMARK_HXX #include <vcl/mapmod.hxx> #include <vcl/timer.hxx> diff --git a/sc/source/ui/inc/oleobjsh.hxx b/sc/source/ui/inc/oleobjsh.hxx index 6adfc6f10b2f..aff49e1f3f6c 100644 --- a/sc/source/ui/inc/oleobjsh.hxx +++ b/sc/source/ui/inc/oleobjsh.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef OLEOBJSH_HXX -#define OLEOBJSH_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_OLEOBJSH_HXX +#define INCLUDED_SC_SOURCE_UI_INC_OLEOBJSH_HXX #include <sfx2/shell.hxx> #include "shellids.hxx" diff --git a/sc/source/ui/inc/olinefun.hxx b/sc/source/ui/inc/olinefun.hxx index 85e617c2bf3a..c1f08fc3d4c8 100644 --- a/sc/source/ui/inc/olinefun.hxx +++ b/sc/source/ui/inc/olinefun.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_OLINEFUN_HXX -#define SC_OLINEFUN_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_OLINEFUN_HXX +#define INCLUDED_SC_SOURCE_UI_INC_OLINEFUN_HXX #include "global.hxx" diff --git a/sc/source/ui/inc/olinewin.hxx b/sc/source/ui/inc/olinewin.hxx index 7d5a1ac2c30a..891b4f67dbe9 100644 --- a/sc/source/ui/inc/olinewin.hxx +++ b/sc/source/ui/inc/olinewin.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_OLINEWIN_HXX -#define SC_OLINEWIN_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_OLINEWIN_HXX +#define INCLUDED_SC_SOURCE_UI_INC_OLINEWIN_HXX #include "viewdata.hxx" diff --git a/sc/source/ui/inc/opredlin.hxx b/sc/source/ui/inc/opredlin.hxx index 7362b9a34699..fda8522e9ea8 100644 --- a/sc/source/ui/inc/opredlin.hxx +++ b/sc/source/ui/inc/opredlin.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _SC_OPREDLIN_HXX -#define _SC_OPREDLIN_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_OPREDLIN_HXX +#define INCLUDED_SC_SOURCE_UI_INC_OPREDLIN_HXX #include <sfx2/tabdlg.hxx> diff --git a/sc/source/ui/inc/optsolver.hxx b/sc/source/ui/inc/optsolver.hxx index 11793ce338c1..db7e199cda6a 100644 --- a/sc/source/ui/inc/optsolver.hxx +++ b/sc/source/ui/inc/optsolver.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_OPTSOLVER_HXX -#define SC_OPTSOLVER_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_OPTSOLVER_HXX +#define INCLUDED_SC_SOURCE_UI_INC_OPTSOLVER_HXX #include "global.hxx" #include "address.hxx" diff --git a/sc/source/ui/inc/output.hxx b/sc/source/ui/inc/output.hxx index 6e542e48f080..ffb0e1504fa0 100644 --- a/sc/source/ui/inc/output.hxx +++ b/sc/source/ui/inc/output.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_OUTPUT_HXX -#define SC_OUTPUT_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_OUTPUT_HXX +#define INCLUDED_SC_SOURCE_UI_INC_OUTPUT_HXX #include "address.hxx" #include "cellvalue.hxx" diff --git a/sc/source/ui/inc/overlayobject.hxx b/sc/source/ui/inc/overlayobject.hxx index a9084d11903f..e1d10b2201cd 100644 --- a/sc/source/ui/inc/overlayobject.hxx +++ b/sc/source/ui/inc/overlayobject.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef __SC_OVERLAYOBJECT_HXX__ -#define __SC_OVERLAYOBJECT_HXX__ +#ifndef INCLUDED_SC_SOURCE_UI_INC_OVERLAYOBJECT_HXX +#define INCLUDED_SC_SOURCE_UI_INC_OVERLAYOBJECT_HXX #include "svx/sdr/overlay/overlayobject.hxx" diff --git a/sc/source/ui/inc/pagedata.hxx b/sc/source/ui/inc/pagedata.hxx index 3f3f01481c17..74fa3d746626 100644 --- a/sc/source/ui/inc/pagedata.hxx +++ b/sc/source/ui/inc/pagedata.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_PAGEDATA_HXX -#define SC_PAGEDATA_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_PAGEDATA_HXX +#define INCLUDED_SC_SOURCE_UI_INC_PAGEDATA_HXX #include "global.hxx" #include "address.hxx" diff --git a/sc/source/ui/inc/pfiltdlg.hxx b/sc/source/ui/inc/pfiltdlg.hxx index 2c7d29be95e7..6c5654a3379f 100644 --- a/sc/source/ui/inc/pfiltdlg.hxx +++ b/sc/source/ui/inc/pfiltdlg.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_PFILTDLG_HXX -#define SC_PFILTDLG_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_PFILTDLG_HXX +#define INCLUDED_SC_SOURCE_UI_INC_PFILTDLG_HXX #include <vcl/morebtn.hxx> #include <svtools/stdctrl.hxx> @@ -98,6 +98,6 @@ private: }; -#endif // SC_PFILTDLG_HXX +#endif // INCLUDED_SC_SOURCE_UI_INC_PFILTDLG_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sc/source/ui/inc/pfuncache.hxx b/sc/source/ui/inc/pfuncache.hxx index d334137d4790..05d829a807c0 100644 --- a/sc/source/ui/inc/pfuncache.hxx +++ b/sc/source/ui/inc/pfuncache.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_PFUNCACHE_HXX -#define SC_PFUNCACHE_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_PFUNCACHE_HXX +#define INCLUDED_SC_SOURCE_UI_INC_PFUNCACHE_HXX #include <vector> #include <tools/gen.hxx> diff --git a/sc/source/ui/inc/pgbrksh.hxx b/sc/source/ui/inc/pgbrksh.hxx index 5db4da5de273..fdef766ac21a 100644 --- a/sc/source/ui/inc/pgbrksh.hxx +++ b/sc/source/ui/inc/pgbrksh.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_PGBRKSH_HXX -#define SC_PGBRKSH_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_PGBRKSH_HXX +#define INCLUDED_SC_SOURCE_UI_INC_PGBRKSH_HXX #include <sfx2/module.hxx> #include <sfx2/shell.hxx> diff --git a/sc/source/ui/inc/pivotsh.hxx b/sc/source/ui/inc/pivotsh.hxx index a610aa517596..a519171c9a08 100644 --- a/sc/source/ui/inc/pivotsh.hxx +++ b/sc/source/ui/inc/pivotsh.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_PIVOTSH_HXX -#define SC_PIVOTSH_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_PIVOTSH_HXX +#define INCLUDED_SC_SOURCE_UI_INC_PIVOTSH_HXX #include <sfx2/module.hxx> #include <sfx2/shell.hxx> diff --git a/sc/source/ui/inc/pntlock.hxx b/sc/source/ui/inc/pntlock.hxx index 628b22c1a9ad..6a514c7e1f03 100644 --- a/sc/source/ui/inc/pntlock.hxx +++ b/sc/source/ui/inc/pntlock.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_PNTLOCK_HXX -#define SC_PNTLOCK_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_PNTLOCK_HXX +#define INCLUDED_SC_SOURCE_UI_INC_PNTLOCK_HXX #include "rangelst.hxx" diff --git a/sc/source/ui/inc/popmenu.hxx b/sc/source/ui/inc/popmenu.hxx index 2d237c0ddc2b..120d06801e89 100644 --- a/sc/source/ui/inc/popmenu.hxx +++ b/sc/source/ui/inc/popmenu.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_POPMENU_HXX -#define SC_POPMENU_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_POPMENU_HXX +#define INCLUDED_SC_SOURCE_UI_INC_POPMENU_HXX #include <vcl/menu.hxx> #include "scdllapi.h" diff --git a/sc/source/ui/inc/preview.hxx b/sc/source/ui/inc/preview.hxx index a8826933c727..588149c9f6f4 100644 --- a/sc/source/ui/inc/preview.hxx +++ b/sc/source/ui/inc/preview.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_PREVIEW_HXX -#define SC_PREVIEW_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_PREVIEW_HXX +#define INCLUDED_SC_SOURCE_UI_INC_PREVIEW_HXX #include <vcl/window.hxx> diff --git a/sc/source/ui/inc/prevloc.hxx b/sc/source/ui/inc/prevloc.hxx index 80961626f97e..ff8ca2fd4a8e 100644 --- a/sc/source/ui/inc/prevloc.hxx +++ b/sc/source/ui/inc/prevloc.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_PREVLOC_HXX -#define SC_PREVLOC_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_PREVLOC_HXX +#define INCLUDED_SC_SOURCE_UI_INC_PREVLOC_HXX #include <boost/ptr_container/ptr_list.hpp> diff --git a/sc/source/ui/inc/prevwsh.hxx b/sc/source/ui/inc/prevwsh.hxx index 3f5a7341bda0..7c6d7a8f7f44 100644 --- a/sc/source/ui/inc/prevwsh.hxx +++ b/sc/source/ui/inc/prevwsh.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_PREVWSH_HXX -#define SC_PREVWSH_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_PREVWSH_HXX +#define INCLUDED_SC_SOURCE_UI_INC_PREVWSH_HXX class ScrollBar; diff --git a/sc/source/ui/inc/printfun.hxx b/sc/source/ui/inc/printfun.hxx index 503751ed9ed4..00e6c9620dfd 100644 --- a/sc/source/ui/inc/printfun.hxx +++ b/sc/source/ui/inc/printfun.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_PRINTFUN_HXX -#define SC_PRINTFUN_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_PRINTFUN_HXX +#define INCLUDED_SC_SOURCE_UI_INC_PRINTFUN_HXX #include "pagepar.hxx" diff --git a/sc/source/ui/inc/privsplt.hxx b/sc/source/ui/inc/privsplt.hxx index 88b7f50c7531..ddef1ad02303 100644 --- a/sc/source/ui/inc/privsplt.hxx +++ b/sc/source/ui/inc/privsplt.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_PRIVSPLT_HXX -#define SC_PRIVSPLT_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_PRIVSPLT_HXX +#define INCLUDED_SC_SOURCE_UI_INC_PRIVSPLT_HXX #include <vcl/ctrl.hxx> diff --git a/sc/source/ui/inc/protectiondlg.hxx b/sc/source/ui/inc/protectiondlg.hxx index 820d732bd88f..7c9c58873948 100644 --- a/sc/source/ui/inc/protectiondlg.hxx +++ b/sc/source/ui/inc/protectiondlg.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_UI_PROTECTION_DLG_HXX -#define SC_UI_PROTECTION_DLG_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_PROTECTIONDLG_HXX +#define INCLUDED_SC_SOURCE_UI_INC_PROTECTIONDLG_HXX #include <vcl/dialog.hxx> #include <vcl/button.hxx> diff --git a/sc/source/ui/inc/pvfundlg.hxx b/sc/source/ui/inc/pvfundlg.hxx index 03feaa6ced33..06818703a913 100644 --- a/sc/source/ui/inc/pvfundlg.hxx +++ b/sc/source/ui/inc/pvfundlg.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_PVFUNDLG_HXX -#define SC_PVFUNDLG_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_PVFUNDLG_HXX +#define INCLUDED_SC_SOURCE_UI_INC_PVFUNDLG_HXX #include <boost/scoped_ptr.hpp> diff --git a/sc/source/ui/inc/redcom.hxx b/sc/source/ui/inc/redcom.hxx index 502e389548a0..a65e2f5658bc 100644 --- a/sc/source/ui/inc/redcom.hxx +++ b/sc/source/ui/inc/redcom.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_REDCOM_HXX -#define SC_REDCOM_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_REDCOM_HXX +#define INCLUDED_SC_SOURCE_UI_INC_REDCOM_HXX #include "chgtrack.hxx" diff --git a/sc/source/ui/inc/reffact.hxx b/sc/source/ui/inc/reffact.hxx index 7fed20a2c615..e8e264a6d492 100644 --- a/sc/source/ui/inc/reffact.hxx +++ b/sc/source/ui/inc/reffact.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_REFFACT_HXX -#define SC_REFFACT_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_REFFACT_HXX +#define INCLUDED_SC_SOURCE_UI_INC_REFFACT_HXX #include <sfx2/childwin.hxx> #include "ChildWindowWrapper.hxx" @@ -164,6 +164,6 @@ public: }; -#endif // SC_REFFACT_HXX +#endif // INCLUDED_SC_SOURCE_UI_INC_REFFACT_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sc/source/ui/inc/refundo.hxx b/sc/source/ui/inc/refundo.hxx index 22fe97a4d03a..7b71faad0bee 100644 --- a/sc/source/ui/inc/refundo.hxx +++ b/sc/source/ui/inc/refundo.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_REFUNDO_HXX -#define SC_REFUNDO_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_REFUNDO_HXX +#define INCLUDED_SC_SOURCE_UI_INC_REFUNDO_HXX #include <sal/types.h> diff --git a/sc/source/ui/inc/retypepassdlg.hxx b/sc/source/ui/inc/retypepassdlg.hxx index 41c0843b1a43..f06839d5f835 100644 --- a/sc/source/ui/inc/retypepassdlg.hxx +++ b/sc/source/ui/inc/retypepassdlg.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_UI_RETYPEPASS_DLG_HXX -#define SC_UI_RETYPEPASS_DLG_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_RETYPEPASSDLG_HXX +#define INCLUDED_SC_SOURCE_UI_INC_RETYPEPASSDLG_HXX #include <vcl/button.hxx> #include <vcl/dialog.hxx> diff --git a/sc/source/ui/inc/rfindlst.hxx b/sc/source/ui/inc/rfindlst.hxx index eaf9da07219e..b0b10125ef19 100644 --- a/sc/source/ui/inc/rfindlst.hxx +++ b/sc/source/ui/inc/rfindlst.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_RFINDLST_HXX -#define SC_RFINDLST_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_RFINDLST_HXX +#define INCLUDED_SC_SOURCE_UI_INC_RFINDLST_HXX #include <tools/color.hxx> #include "global.hxx" diff --git a/sc/source/ui/inc/sccollaboration.hxx b/sc/source/ui/inc/sccollaboration.hxx index 13038472aeb7..f0801e44b5d2 100644 --- a/sc/source/ui/inc/sccollaboration.hxx +++ b/sc/source/ui/inc/sccollaboration.hxx @@ -7,8 +7,8 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#ifndef INCLUDED_SC_COLLABORATION_HXX -#define INCLUDED_SC_COLLABORATION_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_SCCOLLABORATION_HXX +#define INCLUDED_SC_SOURCE_UI_INC_SCCOLLABORATION_HXX #include <sal/config.h> @@ -32,6 +32,6 @@ private: ScDocFuncSend* GetScDocFuncSend() const; }; -#endif // INCLUDED_SC_COLLABORATION_HXX +#endif // INCLUDED_SC_SOURCE_UI_INC_SCCOLLABORATION_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sc/source/ui/inc/scendlg.hxx b/sc/source/ui/inc/scendlg.hxx index 8768350a1dfe..8812a148bb3e 100644 --- a/sc/source/ui/inc/scendlg.hxx +++ b/sc/source/ui/inc/scendlg.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_SCENDLG_HXX -#define SC_SCENDLG_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_SCENDLG_HXX +#define INCLUDED_SC_SOURCE_UI_INC_SCENDLG_HXX #include <vcl/dialog.hxx> @@ -56,7 +56,7 @@ private: }; -#endif // SC_SCENDLG_HXX +#endif // INCLUDED_SC_SOURCE_UI_INC_SCENDLG_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sc/source/ui/inc/scui_def.hxx b/sc/source/ui/inc/scui_def.hxx index 71d07e0e9c01..027f2031e2a6 100644 --- a/sc/source/ui/inc/scui_def.hxx +++ b/sc/source/ui/inc/scui_def.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SCUI_DEF_HXX -#define SCUI_DEF_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_SCUI_DEF_HXX +#define INCLUDED_SC_SOURCE_UI_INC_SCUI_DEF_HXX #define SCRET_COLS 0x42 #define SCRET_ROWS 0x43 diff --git a/sc/source/ui/inc/scuiasciiopt.hxx b/sc/source/ui/inc/scuiasciiopt.hxx index 60a51efc233e..fae167525d5e 100644 --- a/sc/source/ui/inc/scuiasciiopt.hxx +++ b/sc/source/ui/inc/scuiasciiopt.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SCUI_ASCIIOPT_HXX -#define SCUI_ASCIIOPT_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_SCUIASCIIOPT_HXX +#define INCLUDED_SC_SOURCE_UI_INC_SCUIASCIIOPT_HXX #include "asciiopt.hxx" diff --git a/sc/source/ui/inc/scuiautofmt.hxx b/sc/source/ui/inc/scuiautofmt.hxx index f57f428485c1..495ec50c8005 100644 --- a/sc/source/ui/inc/scuiautofmt.hxx +++ b/sc/source/ui/inc/scuiautofmt.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SCUI_AUTOFMT_HXX -#define SCUI_AUTOFMT_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_SCUIAUTOFMT_HXX +#define INCLUDED_SC_SOURCE_UI_INC_SCUIAUTOFMT_HXX #include "autofmt.hxx" class ScAutoFormatDlg : public ModalDialog diff --git a/sc/source/ui/inc/scuiimoptdlg.hxx b/sc/source/ui/inc/scuiimoptdlg.hxx index 193a2a855e85..271d183adcd9 100644 --- a/sc/source/ui/inc/scuiimoptdlg.hxx +++ b/sc/source/ui/inc/scuiimoptdlg.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SCUI_IMOPTDLG_HXX -#define SCUI_IMOPTDLG_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_SCUIIMOPTDLG_HXX +#define INCLUDED_SC_SOURCE_UI_INC_SCUIIMOPTDLG_HXX #include <vcl/layout.hxx> #include "imoptdlg.hxx" diff --git a/sc/source/ui/inc/scuitphfedit.hxx b/sc/source/ui/inc/scuitphfedit.hxx index 6cb77c0b478b..53b9e69af09f 100644 --- a/sc/source/ui/inc/scuitphfedit.hxx +++ b/sc/source/ui/inc/scuitphfedit.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SCUI_TPHFEDIT_HXX -#define SCUI_TPHFEDIT_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_SCUITPHFEDIT_HXX +#define INCLUDED_SC_SOURCE_UI_INC_SCUITPHFEDIT_HXX #include "tphfedit.hxx" //#include <boost/graph/graph_concepts.hpp> diff --git a/sc/source/ui/inc/searchresults.hxx b/sc/source/ui/inc/searchresults.hxx index a5f01a0c5bab..aa03069fb391 100644 --- a/sc/source/ui/inc/searchresults.hxx +++ b/sc/source/ui/inc/searchresults.hxx @@ -7,8 +7,8 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#ifndef SC_UI_SEARCHRESULTS_HXX -#define SC_UI_SEARCHRESULTS_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_SEARCHRESULTS_HXX +#define INCLUDED_SC_SOURCE_UI_INC_SEARCHRESULTS_HXX #include <vcl/dialog.hxx> class ScDocument; diff --git a/sc/source/ui/inc/select.hxx b/sc/source/ui/inc/select.hxx index 9f8fc1b43d19..9d98904fc5ad 100644 --- a/sc/source/ui/inc/select.hxx +++ b/sc/source/ui/inc/select.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_SELECT_HXX -#define SC_SELECT_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_SELECT_HXX +#define INCLUDED_SC_SOURCE_UI_INC_SELECT_HXX #include <vcl/seleng.hxx> diff --git a/sc/source/ui/inc/selectionstate.hxx b/sc/source/ui/inc/selectionstate.hxx index 92147c8ef96b..20bb26f88793 100644 --- a/sc/source/ui/inc/selectionstate.hxx +++ b/sc/source/ui/inc/selectionstate.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_SELECTIONSTATE_HXX -#define SC_SELECTIONSTATE_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_SELECTIONSTATE_HXX +#define INCLUDED_SC_SOURCE_UI_INC_SELECTIONSTATE_HXX #include <editeng/editdata.hxx> #include "rangelst.hxx" diff --git a/sc/source/ui/inc/seltrans.hxx b/sc/source/ui/inc/seltrans.hxx index f5487bf0eaf4..e7eb1ed92bee 100644 --- a/sc/source/ui/inc/seltrans.hxx +++ b/sc/source/ui/inc/seltrans.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_SELTRANS_HXX -#define SC_SELTRANS_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_SELTRANS_HXX +#define INCLUDED_SC_SOURCE_UI_INC_SELTRANS_HXX #include <svtools/transfer.hxx> diff --git a/sc/source/ui/inc/servobj.hxx b/sc/source/ui/inc/servobj.hxx index bc1d65acb66d..a33c11c7dbe2 100644 --- a/sc/source/ui/inc/servobj.hxx +++ b/sc/source/ui/inc/servobj.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_SERVOBJ_HXX -#define SC_SERVOBJ_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_SERVOBJ_HXX +#define INCLUDED_SC_SOURCE_UI_INC_SERVOBJ_HXX #include <svl/lstner.hxx> #include <svl/listener.hxx> diff --git a/sc/source/ui/inc/sharedocdlg.hxx b/sc/source/ui/inc/sharedocdlg.hxx index 304634d1a749..ad2121c6108a 100644 --- a/sc/source/ui/inc/sharedocdlg.hxx +++ b/sc/source/ui/inc/sharedocdlg.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_SHAREDOCDLG_HXX -#define SC_SHAREDOCDLG_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_SHAREDOCDLG_HXX +#define INCLUDED_SC_SOURCE_UI_INC_SHAREDOCDLG_HXX #include <vcl/button.hxx> #include <vcl/dialog.hxx> diff --git a/sc/source/ui/inc/shtabdlg.hxx b/sc/source/ui/inc/shtabdlg.hxx index 3a765b68b177..2346f0dac2d1 100644 --- a/sc/source/ui/inc/shtabdlg.hxx +++ b/sc/source/ui/inc/shtabdlg.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_SHTABDLG_HXX -#define SC_SHTABDLG_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_SHTABDLG_HXX +#define INCLUDED_SC_SOURCE_UI_INC_SHTABDLG_HXX #include <vcl/button.hxx> #include <vcl/dialog.hxx> diff --git a/sc/source/ui/inc/simpref.hxx b/sc/source/ui/inc/simpref.hxx index e33dd6dddae5..50669e33c6de 100644 --- a/sc/source/ui/inc/simpref.hxx +++ b/sc/source/ui/inc/simpref.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_SIMPREF_HXX -#define SC_SIMPREF_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_SIMPREF_HXX +#define INCLUDED_SC_SOURCE_UI_INC_SIMPREF_HXX #include <vcl/group.hxx> @@ -93,6 +93,6 @@ public: void SetAutoReOpen(bool bFlag) {bAutoReOpen=bFlag;} }; -#endif // SC_DBNAMDLG_HXX +#endif // INCLUDED_SC_SOURCE_UI_INC_SIMPREF_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sc/source/ui/inc/sizedev.hxx b/sc/source/ui/inc/sizedev.hxx index a60e03d25617..770279f0b2ca 100644 --- a/sc/source/ui/inc/sizedev.hxx +++ b/sc/source/ui/inc/sizedev.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_SIZEDEV_HXX -#define SC_SIZEDEV_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_SIZEDEV_HXX +#define INCLUDED_SC_SOURCE_UI_INC_SIZEDEV_HXX #include <vcl/mapmod.hxx> diff --git a/sc/source/ui/inc/solveroptions.hxx b/sc/source/ui/inc/solveroptions.hxx index e5d1989181f9..a31c653e4870 100644 --- a/sc/source/ui/inc/solveroptions.hxx +++ b/sc/source/ui/inc/solveroptions.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_SOLVEROPTIONS_HXX -#define SC_SOLVEROPTIONS_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_SOLVEROPTIONS_HXX +#define INCLUDED_SC_SOURCE_UI_INC_SOLVEROPTIONS_HXX #include <vcl/button.hxx> #include <vcl/dialog.hxx> diff --git a/sc/source/ui/inc/solverutil.hxx b/sc/source/ui/inc/solverutil.hxx index 11252978c387..7f910c640f4d 100644 --- a/sc/source/ui/inc/solverutil.hxx +++ b/sc/source/ui/inc/solverutil.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_SOLVERUTIL_HXX -#define SC_SOLVERUTIL_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_SOLVERUTIL_HXX +#define INCLUDED_SC_SOURCE_UI_INC_SOLVERUTIL_HXX #include <com/sun/star/uno/Reference.hxx> #include <com/sun/star/uno/Sequence.hxx> diff --git a/sc/source/ui/inc/solvrdlg.hxx b/sc/source/ui/inc/solvrdlg.hxx index 33d7f9cfa843..7ffa45084ade 100644 --- a/sc/source/ui/inc/solvrdlg.hxx +++ b/sc/source/ui/inc/solvrdlg.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_SOLVRDLG_HXX -#define SC_SOLVRDLG_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_SOLVRDLG_HXX +#define INCLUDED_SC_SOURCE_UI_INC_SOLVRDLG_HXX #include "global.hxx" #include "address.hxx" @@ -89,7 +89,7 @@ private: #endif // _SOLVERDLG_CXX }; -#endif // SC_SOLVRDLG_HXX +#endif // INCLUDED_SC_SOURCE_UI_INC_SOLVRDLG_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sc/source/ui/inc/sortdlg.hxx b/sc/source/ui/inc/sortdlg.hxx index 82d5dc742769..3ec193ebd31d 100644 --- a/sc/source/ui/inc/sortdlg.hxx +++ b/sc/source/ui/inc/sortdlg.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_SORTDLG_HXX -#define SC_SORTDLG_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_SORTDLG_HXX +#define INCLUDED_SC_SOURCE_UI_INC_SORTDLG_HXX #include <sfx2/tabdlg.hxx> #include <vcl/button.hxx> @@ -52,6 +52,6 @@ private: PushButton* aBtnCurSort; }; -#endif // SC_SORTDLG_HXX +#endif // INCLUDED_SC_SOURCE_UI_INC_SORTDLG_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sc/source/ui/inc/sortkeydlg.hxx b/sc/source/ui/inc/sortkeydlg.hxx index 5a9f39699f1e..8913acfd514a 100644 --- a/sc/source/ui/inc/sortkeydlg.hxx +++ b/sc/source/ui/inc/sortkeydlg.hxx @@ -7,8 +7,8 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#ifndef SC_SORTKEYDLG_HXX -#define SC_SORTKEYDLG_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_SORTKEYDLG_HXX +#define INCLUDED_SC_SOURCE_UI_INC_SORTKEYDLG_HXX #include <boost/ptr_container/ptr_vector.hpp> @@ -76,6 +76,6 @@ public: void AddSortKey( sal_uInt16 nItem ); }; -#endif // SC_SORTKEYDLG_HXX +#endif // INCLUDED_SC_SOURCE_UI_INC_SORTKEYDLG_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sc/source/ui/inc/spelldialog.hxx b/sc/source/ui/inc/spelldialog.hxx index a60e2151b952..f3b1fc473f5c 100644 --- a/sc/source/ui/inc/spelldialog.hxx +++ b/sc/source/ui/inc/spelldialog.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_SPELLDIALOG_HXX -#define SC_SPELLDIALOG_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_SPELLDIALOG_HXX +#define INCLUDED_SC_SOURCE_UI_INC_SPELLDIALOG_HXX #include <memory> #include <svx/SpellDialogChildWindow.hxx> diff --git a/sc/source/ui/inc/spelleng.hxx b/sc/source/ui/inc/spelleng.hxx index a69a5f9bbd35..e1160930d010 100644 --- a/sc/source/ui/inc/spelleng.hxx +++ b/sc/source/ui/inc/spelleng.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_SPELLENG_HXX -#define SC_SPELLENG_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_SPELLENG_HXX +#define INCLUDED_SC_SOURCE_UI_INC_SPELLENG_HXX #include "editutil.hxx" #include "selectionstate.hxx" diff --git a/sc/source/ui/inc/spellparam.hxx b/sc/source/ui/inc/spellparam.hxx index 2a38f367259f..d50e6539a97d 100644 --- a/sc/source/ui/inc/spellparam.hxx +++ b/sc/source/ui/inc/spellparam.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_SPELLPARAM_HXX -#define SC_SPELLPARAM_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_SPELLPARAM_HXX +#define INCLUDED_SC_SOURCE_UI_INC_SPELLPARAM_HXX #include <vcl/font.hxx> diff --git a/sc/source/ui/inc/strindlg.hxx b/sc/source/ui/inc/strindlg.hxx index 2fd1aa11a0e3..a62e62e201ef 100644 --- a/sc/source/ui/inc/strindlg.hxx +++ b/sc/source/ui/inc/strindlg.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_STRINDLG_HXX -#define SC_STRINDLG_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_STRINDLG_HXX +#define INCLUDED_SC_SOURCE_UI_INC_STRINDLG_HXX #include <vcl/dialog.hxx> #include <vcl/edit.hxx> @@ -43,7 +43,7 @@ private: Edit* m_pEdInput; }; -#endif // SC_STRINDLG_HXX +#endif // INCLUDED_SC_SOURCE_UI_INC_STRINDLG_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sc/source/ui/inc/styledlg.hxx b/sc/source/ui/inc/styledlg.hxx index 134cf5483bb6..43e0f3ebfb9d 100644 --- a/sc/source/ui/inc/styledlg.hxx +++ b/sc/source/ui/inc/styledlg.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_STYLEDLG_HXX -#define SC_STYLEDLG_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_STYLEDLG_HXX +#define INCLUDED_SC_SOURCE_UI_INC_STYLEDLG_HXX #include <sfx2/styledlg.hxx> @@ -53,7 +53,7 @@ private: }; -#endif // SC_STYLEDLG_HXX +#endif // INCLUDED_SC_SOURCE_UI_INC_STYLEDLG_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sc/source/ui/inc/subtdlg.hxx b/sc/source/ui/inc/subtdlg.hxx index f28b203c85f9..738e5f94c9d9 100644 --- a/sc/source/ui/inc/subtdlg.hxx +++ b/sc/source/ui/inc/subtdlg.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_SUBTDLG_HXX -#define SC_SUBTDLG_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_SUBTDLG_HXX +#define INCLUDED_SC_SOURCE_UI_INC_SUBTDLG_HXX #include <sfx2/tabdlg.hxx> @@ -34,7 +34,7 @@ private: }; -#endif // SC_SUBTDLG_HXX +#endif // INCLUDED_SC_SOURCE_UI_INC_SUBTDLG_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sc/source/ui/inc/tabbgcolordlg.hxx b/sc/source/ui/inc/tabbgcolordlg.hxx index ff5b44278e33..63fbe9eabb05 100644 --- a/sc/source/ui/inc/tabbgcolordlg.hxx +++ b/sc/source/ui/inc/tabbgcolordlg.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_TABBGCOLORDLG_HXX -#define SC_TABBGCOLORDLG_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_TABBGCOLORDLG_HXX +#define INCLUDED_SC_SOURCE_UI_INC_TABBGCOLORDLG_HXX #include <vcl/dialog.hxx> #include <vcl/fixed.hxx> @@ -63,6 +63,6 @@ private: DECL_LINK(TabBgColorOKHdl_Impl, void *); }; -#endif // SC_TABBGCOLORDLG_HXX +#endif // INCLUDED_SC_SOURCE_UI_INC_TABBGCOLORDLG_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sc/source/ui/inc/tabcont.hxx b/sc/source/ui/inc/tabcont.hxx index e19cc574172b..d04e02643f9f 100644 --- a/sc/source/ui/inc/tabcont.hxx +++ b/sc/source/ui/inc/tabcont.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_TABCONT_HXX -#define SC_TABCONT_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_TABCONT_HXX +#define INCLUDED_SC_SOURCE_UI_INC_TABCONT_HXX #include "address.hxx" #include <svtools/tabbar.hxx> diff --git a/sc/source/ui/inc/tabopdlg.hxx b/sc/source/ui/inc/tabopdlg.hxx index 7de0c5753ea5..eed62e4d5f59 100644 --- a/sc/source/ui/inc/tabopdlg.hxx +++ b/sc/source/ui/inc/tabopdlg.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_TABOPDLG_HXX -#define SC_TABOPDLG_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_TABOPDLG_HXX +#define INCLUDED_SC_SOURCE_UI_INC_TABOPDLG_HXX #include <vcl/fixed.hxx> #include <vcl/group.hxx> @@ -92,6 +92,6 @@ private: DECL_LINK( LoseFocusHdl, void* ); }; -#endif // SC_TABOPDLG_HXX +#endif // INCLUDED_SC_SOURCE_UI_INC_TABOPDLG_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sc/source/ui/inc/tabpages.hxx b/sc/source/ui/inc/tabpages.hxx index cc548d588b57..393903827685 100644 --- a/sc/source/ui/inc/tabpages.hxx +++ b/sc/source/ui/inc/tabpages.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_TABPAGES_HXX -#define SC_TABPAGES_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_TABPAGES_HXX +#define INCLUDED_SC_SOURCE_UI_INC_TABPAGES_HXX #include <vcl/group.hxx> #include <svtools/stdctrl.hxx> @@ -58,6 +58,6 @@ private: void UpdateButtons(); }; -#endif // SC_TABPAGES_HXX +#endif // INCLUDED_SC_SOURCE_UI_INC_TABPAGES_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sc/source/ui/inc/tabsplit.hxx b/sc/source/ui/inc/tabsplit.hxx index 0fde64c08fb3..8e29dc29b7f1 100644 --- a/sc/source/ui/inc/tabsplit.hxx +++ b/sc/source/ui/inc/tabsplit.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_TABSPLIT_HXX -#define SC_TABSPLIT_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_TABSPLIT_HXX +#define INCLUDED_SC_SOURCE_UI_INC_TABSPLIT_HXX #include <vcl/split.hxx> diff --git a/sc/source/ui/inc/tabview.hxx b/sc/source/ui/inc/tabview.hxx index 0c6b5e8ae262..34a107b9dded 100644 --- a/sc/source/ui/inc/tabview.hxx +++ b/sc/source/ui/inc/tabview.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_TABVIEW_HXX -#define SC_TABVIEW_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_TABVIEW_HXX +#define INCLUDED_SC_SOURCE_UI_INC_TABVIEW_HXX #include <vcl/scrbar.hxx> diff --git a/sc/source/ui/inc/tabvwsh.hxx b/sc/source/ui/inc/tabvwsh.hxx index a4aa81a568df..691dfa5e809d 100644 --- a/sc/source/ui/inc/tabvwsh.hxx +++ b/sc/source/ui/inc/tabvwsh.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_TABVWSH_HXX -#define SC_TABVWSH_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_TABVWSH_HXX +#define INCLUDED_SC_SOURCE_UI_INC_TABVWSH_HXX #include <svtools/htmlcfg.hxx> #include <sfx2/viewsh.hxx> diff --git a/sc/source/ui/inc/target.hxx b/sc/source/ui/inc/target.hxx index a3a76158a5ef..82efe633e302 100644 --- a/sc/source/ui/inc/target.hxx +++ b/sc/source/ui/inc/target.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_TARGET_HXX -#define SC_TARGET_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_TARGET_HXX +#define INCLUDED_SC_SOURCE_UI_INC_TARGET_HXX #include <svl/undo.hxx> diff --git a/sc/source/ui/inc/tbinsert.hxx b/sc/source/ui/inc/tbinsert.hxx index c1826098303c..f38aeb0e5a4d 100644 --- a/sc/source/ui/inc/tbinsert.hxx +++ b/sc/source/ui/inc/tbinsert.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_TBINSERT_HXX -#define SC_TBINSERT_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_TBINSERT_HXX +#define INCLUDED_SC_SOURCE_UI_INC_TBINSERT_HXX #include <sfx2/tbxctrl.hxx> diff --git a/sc/source/ui/inc/tbzoomsliderctrl.hxx b/sc/source/ui/inc/tbzoomsliderctrl.hxx index 9b03f3973efa..1d93da4cb2f8 100644 --- a/sc/source/ui/inc/tbzoomsliderctrl.hxx +++ b/sc/source/ui/inc/tbzoomsliderctrl.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _SC_ZOOMSLIDERTBCONTRL_HXX -#define _SC_ZOOMSLIDERTBCONTRL_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_TBZOOMSLIDERCTRL_HXX +#define INCLUDED_SC_SOURCE_UI_INC_TBZOOMSLIDERCTRL_HXX #include <vcl/window.hxx> #include <svl/poolitem.hxx> diff --git a/sc/source/ui/inc/textdlgs.hxx b/sc/source/ui/inc/textdlgs.hxx index 793705144cef..dd199546695c 100644 --- a/sc/source/ui/inc/textdlgs.hxx +++ b/sc/source/ui/inc/textdlgs.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_TEXTDLGS_HXX -#define SC_TEXTDLGS_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_TEXTDLGS_HXX +#define INCLUDED_SC_SOURCE_UI_INC_TEXTDLGS_HXX #include <sfx2/tabdlg.hxx> diff --git a/sc/source/ui/inc/textimportoptions.hxx b/sc/source/ui/inc/textimportoptions.hxx index 71e283af40a5..635603cfa971 100644 --- a/sc/source/ui/inc/textimportoptions.hxx +++ b/sc/source/ui/inc/textimportoptions.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_UI_IMPORTOPTIONS_HXX -#define SC_UI_IMPORTOPTIONS_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_TEXTIMPORTOPTIONS_HXX +#define INCLUDED_SC_SOURCE_UI_INC_TEXTIMPORTOPTIONS_HXX #include "vcl/dialog.hxx" #include "vcl/button.hxx" diff --git a/sc/source/ui/inc/tpcalc.hxx b/sc/source/ui/inc/tpcalc.hxx index 628c10bcd347..abb50f013807 100644 --- a/sc/source/ui/inc/tpcalc.hxx +++ b/sc/source/ui/inc/tpcalc.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_TPCALC_HXX -#define SC_TPCALC_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_TPCALC_HXX +#define INCLUDED_SC_SOURCE_UI_INC_TPCALC_HXX #include <sfx2/tabdlg.hxx> diff --git a/sc/source/ui/inc/tpcompatibility.hxx b/sc/source/ui/inc/tpcompatibility.hxx index 6411cf9730f1..12114289ee7d 100644 --- a/sc/source/ui/inc/tpcompatibility.hxx +++ b/sc/source/ui/inc/tpcompatibility.hxx @@ -7,8 +7,8 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#ifndef __SC_TPCOMPATIBILITY_HXX__ -#define __SC_TPCOMPATIBILITY_HXX__ +#ifndef INCLUDED_SC_SOURCE_UI_INC_TPCOMPATIBILITY_HXX +#define INCLUDED_SC_SOURCE_UI_INC_TPCOMPATIBILITY_HXX #include <sfx2/tabdlg.hxx> #include <vcl/fixed.hxx> diff --git a/sc/source/ui/inc/tpdefaults.hxx b/sc/source/ui/inc/tpdefaults.hxx index dd1be983e2e9..68b6e2c01137 100644 --- a/sc/source/ui/inc/tpdefaults.hxx +++ b/sc/source/ui/inc/tpdefaults.hxx @@ -7,8 +7,8 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#ifndef __SC_TPDEFAULTS_HXX__ -#define __SC_TPDEFAULTS_HXX__ +#ifndef INCLUDED_SC_SOURCE_UI_INC_TPDEFAULTS_HXX +#define INCLUDED_SC_SOURCE_UI_INC_TPDEFAULTS_HXX #include <sfx2/tabdlg.hxx> #include <vcl/fixed.hxx> diff --git a/sc/source/ui/inc/tpformula.hxx b/sc/source/ui/inc/tpformula.hxx index b0d96966416d..de7c1e45d92c 100644 --- a/sc/source/ui/inc/tpformula.hxx +++ b/sc/source/ui/inc/tpformula.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_TPFORMULA_HXX -#define SC_TPFORMULA_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_TPFORMULA_HXX +#define INCLUDED_SC_SOURCE_UI_INC_TPFORMULA_HXX #include <sfx2/tabdlg.hxx> #include <vcl/fixed.hxx> diff --git a/sc/source/ui/inc/tphf.hxx b/sc/source/ui/inc/tphf.hxx index eb4688c3b6b7..b7f95b4adfb4 100644 --- a/sc/source/ui/inc/tphf.hxx +++ b/sc/source/ui/inc/tphf.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_TPHF_HXX -#define SC_TPHF_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_TPHF_HXX +#define INCLUDED_SC_SOURCE_UI_INC_TPHF_HXX #include <svx/hdft.hxx> @@ -81,6 +81,6 @@ private: }; -#endif // SC_TPHF_HXX +#endif // INCLUDED_SC_SOURCE_UI_INC_TPHF_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sc/source/ui/inc/tphfedit.hxx b/sc/source/ui/inc/tphfedit.hxx index c85141e7d323..249c0a0ce134 100644 --- a/sc/source/ui/inc/tphfedit.hxx +++ b/sc/source/ui/inc/tphfedit.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_TPHFEDIT_HXX -#define SC_TPHFEDIT_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_TPHFEDIT_HXX +#define INCLUDED_SC_SOURCE_UI_INC_TPHFEDIT_HXX #include <sfx2/tabdlg.hxx> #include <svx/pageitem.hxx> @@ -132,6 +132,6 @@ public: virtual bool PreNotify( NotifyEvent& rNEvt ) SAL_OVERRIDE; }; -#endif // SC_TPHFEDIT_HXX +#endif // INCLUDED_SC_SOURCE_UI_INC_TPHFEDIT_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sc/source/ui/inc/tpprint.hxx b/sc/source/ui/inc/tpprint.hxx index 743b1a5be16a..fe93a048f19c 100644 --- a/sc/source/ui/inc/tpprint.hxx +++ b/sc/source/ui/inc/tpprint.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_TPPRINT_HXX -#define SC_TPPRINT_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_TPPRINT_HXX +#define INCLUDED_SC_SOURCE_UI_INC_TPPRINT_HXX #include <sfx2/tabdlg.hxx> #include <vcl/fixed.hxx> diff --git a/sc/source/ui/inc/tpsort.hxx b/sc/source/ui/inc/tpsort.hxx index 96f21b49633b..256ec321056a 100644 --- a/sc/source/ui/inc/tpsort.hxx +++ b/sc/source/ui/inc/tpsort.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_TPSORT_HXX -#define SC_TPSORT_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_TPSORT_HXX +#define INCLUDED_SC_SOURCE_UI_INC_TPSORT_HXX #include <vector> @@ -174,6 +174,6 @@ private: DECL_LINK( FillAlgorHdl, void * ); }; -#endif // SC_TPSORT_HXX +#endif // INCLUDED_SC_SOURCE_UI_INC_TPSORT_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sc/source/ui/inc/tpstat.hxx b/sc/source/ui/inc/tpstat.hxx index 4029d65347c4..4cd4d4aa1ac8 100644 --- a/sc/source/ui/inc/tpstat.hxx +++ b/sc/source/ui/inc/tpstat.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_TPSTAT_HXX -#define SC_TPSTAT_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_TPSTAT_HXX +#define INCLUDED_SC_SOURCE_UI_INC_TPSTAT_HXX #include <sfx2/tabdlg.hxx> diff --git a/sc/source/ui/inc/tpsubt.hxx b/sc/source/ui/inc/tpsubt.hxx index 99174bb57479..008bfe7bc59f 100644 --- a/sc/source/ui/inc/tpsubt.hxx +++ b/sc/source/ui/inc/tpsubt.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_TPSUBT_HXX -#define SC_TPSUBT_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_TPSUBT_HXX +#define INCLUDED_SC_SOURCE_UI_INC_TPSUBT_HXX #include <sfx2/tabdlg.hxx> #include <svx/checklbx.hxx> @@ -156,6 +156,6 @@ private: DECL_LINK( CheckHdl, CheckBox * ); }; -#endif // SC_TPSORT_HXX +#endif // INCLUDED_SC_SOURCE_UI_INC_TPSUBT_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sc/source/ui/inc/tptable.hxx b/sc/source/ui/inc/tptable.hxx index 53bd566a5cbc..2025aabf6ced 100644 --- a/sc/source/ui/inc/tptable.hxx +++ b/sc/source/ui/inc/tptable.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_TPTABLE_HXX -#define SC_TPTABLE_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_TPTABLE_HXX +#define INCLUDED_SC_SOURCE_UI_INC_TPTABLE_HXX #include <sfx2/tabdlg.hxx> #include <vcl/fixed.hxx> @@ -76,6 +76,6 @@ private: DECL_LINK(ScaleHdl, void *); }; -#endif // SC_TPTABLE_HXX +#endif // INCLUDED_SC_SOURCE_UI_INC_TPTABLE_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sc/source/ui/inc/tpusrlst.hxx b/sc/source/ui/inc/tpusrlst.hxx index c2fbe3af2338..39590b24149a 100644 --- a/sc/source/ui/inc/tpusrlst.hxx +++ b/sc/source/ui/inc/tpusrlst.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_TPUSRLST_HXX -#define SC_TPUSRLST_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_TPUSRLST_HXX +#define INCLUDED_SC_SOURCE_UI_INC_TPUSRLST_HXX #include <sfx2/tabdlg.hxx> #include <vcl/fixed.hxx> @@ -101,6 +101,6 @@ private: #endif }; -#endif // SC_TPUSRLST_HXX +#endif // INCLUDED_SC_SOURCE_UI_INC_TPUSRLST_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sc/source/ui/inc/tpview.hxx b/sc/source/ui/inc/tpview.hxx index c935b7d96e88..3d2c65df5ba9 100644 --- a/sc/source/ui/inc/tpview.hxx +++ b/sc/source/ui/inc/tpview.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_TPVIEW_HXX -#define SC_TPVIEW_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_TPVIEW_HXX +#define INCLUDED_SC_SOURCE_UI_INC_TPVIEW_HXX #include <sfx2/tabdlg.hxx> #include <vcl/field.hxx> @@ -131,6 +131,6 @@ public: }; -#endif // SC_TPUSRLST_HXX +#endif // INCLUDED_SC_SOURCE_UI_INC_TPVIEW_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sc/source/ui/inc/transobj.hxx b/sc/source/ui/inc/transobj.hxx index a7d01b8de8eb..debff33d5b93 100644 --- a/sc/source/ui/inc/transobj.hxx +++ b/sc/source/ui/inc/transobj.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_TRANSOBJ_HXX -#define SC_TRANSOBJ_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_TRANSOBJ_HXX +#define INCLUDED_SC_SOURCE_UI_INC_TRANSOBJ_HXX #include <svtools/transfer.hxx> #include "global.hxx" diff --git a/sc/source/ui/inc/uiitems.hxx b/sc/source/ui/inc/uiitems.hxx index 5baf06a8d207..88dae719cbd7 100644 --- a/sc/source/ui/inc/uiitems.hxx +++ b/sc/source/ui/inc/uiitems.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_UIITEMS_HXX -#define SC_UIITEMS_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_UIITEMS_HXX +#define INCLUDED_SC_SOURCE_UI_INC_UIITEMS_HXX #include "scdllapi.h" #include "conditio.hxx" diff --git a/sc/source/ui/inc/undobase.hxx b/sc/source/ui/inc/undobase.hxx index d3ab144e9e1a..6a2cd94a883c 100644 --- a/sc/source/ui/inc/undobase.hxx +++ b/sc/source/ui/inc/undobase.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_UNDOBASE_HXX -#define SC_UNDOBASE_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_UNDOBASE_HXX +#define INCLUDED_SC_SOURCE_UI_INC_UNDOBASE_HXX #include <svl/undo.hxx> #include "global.hxx" diff --git a/sc/source/ui/inc/undoblk.hxx b/sc/source/ui/inc/undoblk.hxx index 5eef2fe4105e..d619e5b03c7c 100644 --- a/sc/source/ui/inc/undoblk.hxx +++ b/sc/source/ui/inc/undoblk.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_UNDOBLK_HXX -#define SC_UNDOBLK_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_UNDOBLK_HXX +#define INCLUDED_SC_SOURCE_UI_INC_UNDOBLK_HXX #include "undobase.hxx" #include "markdata.hxx" diff --git a/sc/source/ui/inc/undocell.hxx b/sc/source/ui/inc/undocell.hxx index 6ab912528c5b..380079f894bf 100644 --- a/sc/source/ui/inc/undocell.hxx +++ b/sc/source/ui/inc/undocell.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_UNDOCELL_HXX -#define SC_UNDOCELL_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_UNDOCELL_HXX +#define INCLUDED_SC_SOURCE_UI_INC_UNDOCELL_HXX #include "undobase.hxx" #include "postit.hxx" diff --git a/sc/source/ui/inc/undodat.hxx b/sc/source/ui/inc/undodat.hxx index c5678e9e0eca..1830c055d2f3 100644 --- a/sc/source/ui/inc/undodat.hxx +++ b/sc/source/ui/inc/undodat.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_UNDODAT_HXX -#define SC_UNDODAT_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_UNDODAT_HXX +#define INCLUDED_SC_SOURCE_UI_INC_UNDODAT_HXX #include "undobase.hxx" #include "rangeutl.hxx" diff --git a/sc/source/ui/inc/undodraw.hxx b/sc/source/ui/inc/undodraw.hxx index beb76b0d217c..61bae4b7e2ae 100644 --- a/sc/source/ui/inc/undodraw.hxx +++ b/sc/source/ui/inc/undodraw.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_UNDODRAW_HXX -#define SC_UNDODRAW_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_UNDODRAW_HXX +#define INCLUDED_SC_SOURCE_UI_INC_UNDODRAW_HXX #include <svl/undo.hxx> diff --git a/sc/source/ui/inc/undoolk.hxx b/sc/source/ui/inc/undoolk.hxx index 0c64ac36a132..4474cf3f4a64 100644 --- a/sc/source/ui/inc/undoolk.hxx +++ b/sc/source/ui/inc/undoolk.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_UNDOOLK_HXX -#define SC_UNDOOLK_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_UNDOOLK_HXX +#define INCLUDED_SC_SOURCE_UI_INC_UNDOOLK_HXX class SdrUndoAction; class ScDocument; diff --git a/sc/source/ui/inc/undostyl.hxx b/sc/source/ui/inc/undostyl.hxx index 13042eafae50..b0bc9202a7d6 100644 --- a/sc/source/ui/inc/undostyl.hxx +++ b/sc/source/ui/inc/undostyl.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_UNDOSTYL_HXX -#define SC_UNDOSTYL_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_UNDOSTYL_HXX +#define INCLUDED_SC_SOURCE_UI_INC_UNDOSTYL_HXX #include <rsc/rscsfx.hxx> #include "undobase.hxx" diff --git a/sc/source/ui/inc/undotab.hxx b/sc/source/ui/inc/undotab.hxx index ea0932c9919f..9d2d67e2f1a6 100644 --- a/sc/source/ui/inc/undotab.hxx +++ b/sc/source/ui/inc/undotab.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_UNDOTAB_HXX -#define SC_UNDOTAB_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_UNDOTAB_HXX +#define INCLUDED_SC_SOURCE_UI_INC_UNDOTAB_HXX #include "undobase.hxx" #include "formula/grammar.hxx" diff --git a/sc/source/ui/inc/undoutil.hxx b/sc/source/ui/inc/undoutil.hxx index d6edb17d99b8..b65e50667fcd 100644 --- a/sc/source/ui/inc/undoutil.hxx +++ b/sc/source/ui/inc/undoutil.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_UNDOUTIL_HXX -#define SC_UNDOUTIL_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_UNDOUTIL_HXX +#define INCLUDED_SC_SOURCE_UI_INC_UNDOUTIL_HXX #include "address.hxx" diff --git a/sc/source/ui/inc/validate.hxx b/sc/source/ui/inc/validate.hxx index 8acf4f601755..9e0e3024c5f1 100644 --- a/sc/source/ui/inc/validate.hxx +++ b/sc/source/ui/inc/validate.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_VALIDATE_HXX -#define SC_VALIDATE_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_VALIDATE_HXX +#define INCLUDED_SC_SOURCE_UI_INC_VALIDATE_HXX #include <sfx2/tabdlg.hxx> #include <vcl/edit.hxx> @@ -305,6 +305,6 @@ public: virtual void Reset ( const SfxItemSet& rArgSet ) SAL_OVERRIDE; }; -#endif // SC_VALIDATE_HXX +#endif // INCLUDED_SC_SOURCE_UI_INC_VALIDATE_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sc/source/ui/inc/viewdata.hxx b/sc/source/ui/inc/viewdata.hxx index bc091add0f44..c36aba93cf57 100644 --- a/sc/source/ui/inc/viewdata.hxx +++ b/sc/source/ui/inc/viewdata.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_VIEWDATA_HXX -#define SC_VIEWDATA_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_VIEWDATA_HXX +#define INCLUDED_SC_SOURCE_UI_INC_VIEWDATA_HXX #include <sfx2/zoomitem.hxx> #include "rangelst.hxx" diff --git a/sc/source/ui/inc/viewfunc.hxx b/sc/source/ui/inc/viewfunc.hxx index f53495e8dc67..e686a0118d5b 100644 --- a/sc/source/ui/inc/viewfunc.hxx +++ b/sc/source/ui/inc/viewfunc.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_VIEWFUNC_HXX -#define SC_VIEWFUNC_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_VIEWFUNC_HXX +#define INCLUDED_SC_SOURCE_UI_INC_VIEWFUNC_HXX #include "tabview.hxx" diff --git a/sc/source/ui/inc/viewutil.hxx b/sc/source/ui/inc/viewutil.hxx index 145cc0b52cae..63e2ef03e5bc 100644 --- a/sc/source/ui/inc/viewutil.hxx +++ b/sc/source/ui/inc/viewutil.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_VIEWUTIL_HXX -#define SC_VIEWUTIL_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_VIEWUTIL_HXX +#define INCLUDED_SC_SOURCE_UI_INC_VIEWUTIL_HXX #include "address.hxx" #include <sal/types.h> diff --git a/sc/source/ui/inc/warnbox.hxx b/sc/source/ui/inc/warnbox.hxx index 4c025c8041bf..641f4a0c7e3a 100644 --- a/sc/source/ui/inc/warnbox.hxx +++ b/sc/source/ui/inc/warnbox.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_WARNBOX_HXX -#define SC_WARNBOX_HXX +#ifndef INCLUDED_SC_SOURCE_UI_INC_WARNBOX_HXX +#define INCLUDED_SC_SOURCE_UI_INC_WARNBOX_HXX #include <vcl/msgbox.hxx> diff --git a/sc/source/ui/inc/xmlsourcedlg.hxx b/sc/source/ui/inc/xmlsourcedlg.hxx index 06d93f95cc72..deaf0080cd2e 100644 --- a/sc/source/ui/inc/xmlsourcedlg.hxx +++ b/sc/source/ui/inc/xmlsourcedlg.hxx @@ -7,8 +7,8 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#ifndef __SC_XMLSOURCEDLG_HXX__ -#define __SC_XMLSOURCEDLG_HXX__ +#ifndef INCLUDED_SC_SOURCE_UI_INC_XMLSOURCEDLG_HXX +#define INCLUDED_SC_SOURCE_UI_INC_XMLSOURCEDLG_HXX #include <vcl/button.hxx> #include <vcl/fixed.hxx> diff --git a/sc/source/ui/optdlg/calcoptionsdlg.hxx b/sc/source/ui/optdlg/calcoptionsdlg.hxx index c542caa00c89..2c9ed721ac54 100644 --- a/sc/source/ui/optdlg/calcoptionsdlg.hxx +++ b/sc/source/ui/optdlg/calcoptionsdlg.hxx @@ -7,8 +7,8 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#ifndef __SC_OPTDLG_CALCOPTIONSDLG_HXX__ -#define __SC_OPTDLG_CALCOPTIONSDLG_HXX__ +#ifndef INCLUDED_SC_SOURCE_UI_OPTDLG_CALCOPTIONSDLG_HXX +#define INCLUDED_SC_SOURCE_UI_OPTDLG_CALCOPTIONSDLG_HXX #include <config_features.h> diff --git a/sc/source/ui/sidebar/AlignmentPropertyPanel.hxx b/sc/source/ui/sidebar/AlignmentPropertyPanel.hxx index a2d041984556..a00c6393a9d4 100644 --- a/sc/source/ui/sidebar/AlignmentPropertyPanel.hxx +++ b/sc/source/ui/sidebar/AlignmentPropertyPanel.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_PROPERTYPANEL_ALIGNMENT_HXX -#define SC_PROPERTYPANEL_ALIGNMENT_HXX +#ifndef INCLUDED_SC_SOURCE_UI_SIDEBAR_ALIGNMENTPROPERTYPANEL_HXX +#define INCLUDED_SC_SOURCE_UI_SIDEBAR_ALIGNMENTPROPERTYPANEL_HXX #include <sfx2/sidebar/ControllerItem.hxx> #include <sfx2/sidebar/IContextChangeReceiver.hxx> diff --git a/sc/source/ui/sidebar/CellAppearancePropertyPanel.hxx b/sc/source/ui/sidebar/CellAppearancePropertyPanel.hxx index 0847f57e0f65..b673265ee7d3 100644 --- a/sc/source/ui/sidebar/CellAppearancePropertyPanel.hxx +++ b/sc/source/ui/sidebar/CellAppearancePropertyPanel.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_PROPERTYPANEL_APPEARANCE_HXX -#define SC_PROPERTYPANEL_APPEARANCE_HXX +#ifndef INCLUDED_SC_SOURCE_UI_SIDEBAR_CELLAPPEARANCEPROPERTYPANEL_HXX +#define INCLUDED_SC_SOURCE_UI_SIDEBAR_CELLAPPEARANCEPROPERTYPANEL_HXX #include <sfx2/sidebar/ControllerItem.hxx> #include <sfx2/sidebar/IContextChangeReceiver.hxx> diff --git a/sc/source/ui/sidebar/CellBorderStyleControl.hxx b/sc/source/ui/sidebar/CellBorderStyleControl.hxx index 6a9aa449d87b..9c24e3bd0ca3 100644 --- a/sc/source/ui/sidebar/CellBorderStyleControl.hxx +++ b/sc/source/ui/sidebar/CellBorderStyleControl.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_SIDEBAR_CELL_BORDER_STYLE_CONTROL_HXX -#define SC_SIDEBAR_CELL_BORDER_STYLE_CONTROL_HXX +#ifndef INCLUDED_SC_SOURCE_UI_SIDEBAR_CELLBORDERSTYLECONTROL_HXX +#define INCLUDED_SC_SOURCE_UI_SIDEBAR_CELLBORDERSTYLECONTROL_HXX #include <svx/sidebar/PopupControl.hxx> #include <vcl/button.hxx> @@ -52,7 +52,7 @@ public: } } // end of namespace svx::sidebar -#endif // SC_SIDEBAR_CELL_BORDER_STYLE_CONTROL_HXX +#endif // INCLUDED_SC_SOURCE_UI_SIDEBAR_CELLBORDERSTYLECONTROL_HXX // eof diff --git a/sc/source/ui/sidebar/CellBorderStylePopup.hxx b/sc/source/ui/sidebar/CellBorderStylePopup.hxx index 8d6649c482ad..9cf1acecc8bf 100644 --- a/sc/source/ui/sidebar/CellBorderStylePopup.hxx +++ b/sc/source/ui/sidebar/CellBorderStylePopup.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _SC_SIDEBAR_CELL_BORDER_STYLE_POPUP_HXX_ -#define _SC_SIDEBAR_CELL_BORDER_STYLE_POPUP_HXX_ +#ifndef INCLUDED_SC_SOURCE_UI_SIDEBAR_CELLBORDERSTYLEPOPUP_HXX +#define INCLUDED_SC_SOURCE_UI_SIDEBAR_CELLBORDERSTYLEPOPUP_HXX #include <svx/sidebar/Popup.hxx> #include <boost/function.hpp> @@ -35,7 +35,7 @@ public : } } // end of namespace sc::sidebar -#endif // _SC_SIDEBAR_CELL_BORDER_STYLE_POPUP_HXX_ +#endif // INCLUDED_SC_SOURCE_UI_SIDEBAR_CELLBORDERSTYLEPOPUP_HXX // eof diff --git a/sc/source/ui/sidebar/CellBorderUpdater.hxx b/sc/source/ui/sidebar/CellBorderUpdater.hxx index 4da826f8267e..aa8c4d96f402 100644 --- a/sc/source/ui/sidebar/CellBorderUpdater.hxx +++ b/sc/source/ui/sidebar/CellBorderUpdater.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_SIDEBAR_CELL_BORDER_UPDATER_HXX -#define SC_SIDEBAR_CELL_BORDER_UPDATER_HXX +#ifndef INCLUDED_SC_SOURCE_UI_SIDEBAR_CELLBORDERUPDATER_HXX +#define INCLUDED_SC_SOURCE_UI_SIDEBAR_CELLBORDERUPDATER_HXX #include <vcl/toolbox.hxx> @@ -38,7 +38,7 @@ public: } } // end of namespace svx::sidebar -#endif // SC_SIDEBAR_CELL_BORDER_UPDATER_HXX +#endif // INCLUDED_SC_SOURCE_UI_SIDEBAR_CELLBORDERUPDATER_HXX // eof diff --git a/sc/source/ui/sidebar/CellLineStyleControl.hxx b/sc/source/ui/sidebar/CellLineStyleControl.hxx index 36e14a699366..86f455f83d90 100644 --- a/sc/source/ui/sidebar/CellLineStyleControl.hxx +++ b/sc/source/ui/sidebar/CellLineStyleControl.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_SIDEBAR_CELL_LINE_STYLE_CONTROL_HXX -#define SC_SIDEBAR_CELL_LINE_STYLE_CONTROL_HXX +#ifndef INCLUDED_SC_SOURCE_UI_SIDEBAR_CELLLINESTYLECONTROL_HXX +#define INCLUDED_SC_SOURCE_UI_SIDEBAR_CELLLINESTYLECONTROL_HXX #include <svx/sidebar/PopupControl.hxx> #include <vcl/button.hxx> @@ -63,7 +63,7 @@ public: } } // end of namespace svx::sidebar -#endif // SC_SIDEBAR_CELL_LINE_STYLE_CONTROL_HXX +#endif // INCLUDED_SC_SOURCE_UI_SIDEBAR_CELLLINESTYLECONTROL_HXX // eof diff --git a/sc/source/ui/sidebar/CellLineStylePopup.hxx b/sc/source/ui/sidebar/CellLineStylePopup.hxx index b91aeaa5101f..a8a526084ce2 100644 --- a/sc/source/ui/sidebar/CellLineStylePopup.hxx +++ b/sc/source/ui/sidebar/CellLineStylePopup.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _SC_SIDEBAR_CELL_LINE_STYLE_POPUP_HXX_ -#define _SC_SIDEBAR_CELL_LINE_STYLE_POPUP_HXX_ +#ifndef INCLUDED_SC_SOURCE_UI_SIDEBAR_CELLLINESTYLEPOPUP_HXX +#define INCLUDED_SC_SOURCE_UI_SIDEBAR_CELLLINESTYLEPOPUP_HXX #include <svx/sidebar/Popup.hxx> #include <boost/function.hpp> @@ -37,7 +37,7 @@ public : } } // end of namespace sc::sidebar -#endif // _SC_SIDEBAR_CELL_LINE_STYLE_POPUP_HXX_ +#endif // INCLUDED_SC_SOURCE_UI_SIDEBAR_CELLLINESTYLEPOPUP_HXX // eof diff --git a/sc/source/ui/sidebar/CellLineStyleValueSet.hxx b/sc/source/ui/sidebar/CellLineStyleValueSet.hxx index 694cabdb8d9b..c29808405566 100644 --- a/sc/source/ui/sidebar/CellLineStyleValueSet.hxx +++ b/sc/source/ui/sidebar/CellLineStyleValueSet.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_SIDEBAR_CELL_LINE_STYLE_VALUE_SET_HXX -#define SC_SIDEBAR_CELL_LINE_STYLE_VALUE_SET_HXX +#ifndef INCLUDED_SC_SOURCE_UI_SIDEBAR_CELLLINESTYLEVALUESET_HXX +#define INCLUDED_SC_SOURCE_UI_SIDEBAR_CELLLINESTYLEVALUESET_HXX #include <svtools/valueset.hxx> #include <vcl/image.hxx> @@ -43,7 +43,7 @@ public: } } // end of namespace svx::sidebar -#endif // SC_SIDEBAR_CELL_LINE_STYLE_VALUE_SET_HXX +#endif // INCLUDED_SC_SOURCE_UI_SIDEBAR_CELLLINESTYLEVALUESET_HXX // eof diff --git a/sc/source/ui/sidebar/NumberFormatPropertyPanel.hxx b/sc/source/ui/sidebar/NumberFormatPropertyPanel.hxx index 237ccc5de726..e7ad8588e561 100644 --- a/sc/source/ui/sidebar/NumberFormatPropertyPanel.hxx +++ b/sc/source/ui/sidebar/NumberFormatPropertyPanel.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_PROPERTYPANEL_NUMFORMAT_HXX -#define SC_PROPERTYPANEL_NUMFORMAT_HXX +#ifndef INCLUDED_SC_SOURCE_UI_SIDEBAR_NUMBERFORMATPROPERTYPANEL_HXX +#define INCLUDED_SC_SOURCE_UI_SIDEBAR_NUMBERFORMATPROPERTYPANEL_HXX #include <sfx2/sidebar/ControllerItem.hxx> #include <sfx2/sidebar/IContextChangeReceiver.hxx> diff --git a/sc/source/ui/unoobj/celllistsource.hxx b/sc/source/ui/unoobj/celllistsource.hxx index 647725cf0c2e..f2ac472e48bd 100644 --- a/sc/source/ui/unoobj/celllistsource.hxx +++ b/sc/source/ui/unoobj/celllistsource.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_CELLLISTSOURCE_HXX -#define SC_CELLLISTSOURCE_HXX +#ifndef INCLUDED_SC_SOURCE_UI_UNOOBJ_CELLLISTSOURCE_HXX +#define INCLUDED_SC_SOURCE_UI_UNOOBJ_CELLLISTSOURCE_HXX #include <com/sun/star/form/binding/XListEntrySource.hpp> #include <cppuhelper/compbase4.hxx> @@ -160,6 +160,6 @@ namespace calc } // namespace calc -#endif // SC_CELLLISTSOURCE_HXX +#endif // INCLUDED_SC_SOURCE_UI_UNOOBJ_CELLLISTSOURCE_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sc/source/ui/unoobj/cellvaluebinding.hxx b/sc/source/ui/unoobj/cellvaluebinding.hxx index d3ea255dd599..4dffbbb11597 100644 --- a/sc/source/ui/unoobj/cellvaluebinding.hxx +++ b/sc/source/ui/unoobj/cellvaluebinding.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_CELLVALUEBINDING_HXX -#define SC_CELLVALUEBINDING_HXX +#ifndef INCLUDED_SC_SOURCE_UI_UNOOBJ_CELLVALUEBINDING_HXX +#define INCLUDED_SC_SOURCE_UI_UNOOBJ_CELLVALUEBINDING_HXX #include <com/sun/star/form/binding/XValueBinding.hpp> #include <com/sun/star/util/XModifyBroadcaster.hpp> @@ -156,6 +156,6 @@ namespace calc } // namespace calc -#endif // SC_CELLVALUEBINDING_HXX +#endif // INCLUDED_SC_SOURCE_UI_UNOOBJ_CELLVALUEBINDING_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sc/source/ui/unoobj/exceldetect.hxx b/sc/source/ui/unoobj/exceldetect.hxx index 8aab64be538e..df9538132fe6 100644 --- a/sc/source/ui/unoobj/exceldetect.hxx +++ b/sc/source/ui/unoobj/exceldetect.hxx @@ -7,8 +7,8 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#ifndef __SC_EXCELDETECT_HXX__ -#define __SC_EXCELDETECT_HXX__ +#ifndef INCLUDED_SC_SOURCE_UI_UNOOBJ_EXCELDETECT_HXX +#define INCLUDED_SC_SOURCE_UI_UNOOBJ_EXCELDETECT_HXX #include <cppuhelper/implbase2.hxx> diff --git a/sc/source/ui/unoobj/scdetect.hxx b/sc/source/ui/unoobj/scdetect.hxx index 36c16ecd3b73..1b78f7244ce6 100644 --- a/sc/source/ui/unoobj/scdetect.hxx +++ b/sc/source/ui/unoobj/scdetect.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _SC_TYPEDETECT_HXX -#define _SC_TYPEDETECT_HXX +#ifndef INCLUDED_SC_SOURCE_UI_UNOOBJ_SCDETECT_HXX +#define INCLUDED_SC_SOURCE_UI_UNOOBJ_SCDETECT_HXX #include <com/sun/star/document/XExtendedFilterDetection.hpp> #include <com/sun/star/uno/Exception.hpp> diff --git a/sc/source/ui/vba/excelvbahelper.hxx b/sc/source/ui/vba/excelvbahelper.hxx index a59bee0fd1db..6e08ea20b829 100644 --- a/sc/source/ui/vba/excelvbahelper.hxx +++ b/sc/source/ui/vba/excelvbahelper.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_EXCEL_VBA_HELPER_HXX -#define SC_EXCEL_VBA_HELPER_HXX +#ifndef INCLUDED_SC_SOURCE_UI_VBA_EXCELVBAHELPER_HXX +#define INCLUDED_SC_SOURCE_UI_VBA_EXCELVBAHELPER_HXX #include <vbahelper/vbahelper.hxx> #include "docsh.hxx" diff --git a/sc/source/ui/vba/helperdecl.hxx b/sc/source/ui/vba/helperdecl.hxx index 0092a5b7eb66..0a318de4fc75 100644 --- a/sc/source/ui/vba/helperdecl.hxx +++ b/sc/source/ui/vba/helperdecl.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_VBA_HELPERDECL_HXX -#define SC_VBA_HELPERDECL_HXX +#ifndef INCLUDED_SC_SOURCE_UI_VBA_HELPERDECL_HXX +#define INCLUDED_SC_SOURCE_UI_VBA_HELPERDECL_HXX #include <comphelper/servicedecl.hxx> #include <ooo/vba/XHelperInterface.hpp> diff --git a/sc/source/ui/vba/vbaapplication.hxx b/sc/source/ui/vba/vbaapplication.hxx index c6eddb5b592e..1efbb84617d6 100644 --- a/sc/source/ui/vba/vbaapplication.hxx +++ b/sc/source/ui/vba/vbaapplication.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_VBA_APPLICATION_HXX -#define SC_VBA_APPLICATION_HXX +#ifndef INCLUDED_SC_SOURCE_UI_VBA_VBAAPPLICATION_HXX +#define INCLUDED_SC_SOURCE_UI_VBA_VBAAPPLICATION_HXX #include <ooo/vba/excel/XWorksheetFunction.hpp> @@ -138,6 +138,6 @@ public: virtual OUString getServiceImplName() SAL_OVERRIDE; virtual css::uno::Sequence<OUString> getServiceNames() SAL_OVERRIDE; }; -#endif /* SC_VBA_APPLICATION_HXX */ +#endif // INCLUDED_SC_SOURCE_UI_VBA_VBAAPPLICATION_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sc/source/ui/vba/vbaassistant.hxx b/sc/source/ui/vba/vbaassistant.hxx index d0e44fe2f6ea..e10ab6a3fbff 100644 --- a/sc/source/ui/vba/vbaassistant.hxx +++ b/sc/source/ui/vba/vbaassistant.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_VBA_ASSISTANT_HXX -#define SC_VBA_ASSISTANT_HXX +#ifndef INCLUDED_SC_SOURCE_UI_VBA_VBAASSISTANT_HXX +#define INCLUDED_SC_SOURCE_UI_VBA_VBAASSISTANT_HXX #include <cppuhelper/implbase1.hxx> #include <ooo/vba/XAssistant.hpp> @@ -59,6 +59,6 @@ public: virtual css::uno::Sequence<OUString> getServiceNames() SAL_OVERRIDE; }; -#endif//SC_VBA_ASSISTANT_HXX +#endif // INCLUDED_SC_SOURCE_UI_VBA_VBAASSISTANT_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sc/source/ui/vba/vbaaxes.hxx b/sc/source/ui/vba/vbaaxes.hxx index c7aff87843d8..39ccf9a9df49 100644 --- a/sc/source/ui/vba/vbaaxes.hxx +++ b/sc/source/ui/vba/vbaaxes.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_VBA_AXES_HXX -#define SC_VBA_AXES_HXX +#ifndef INCLUDED_SC_SOURCE_UI_VBA_VBAAXES_HXX +#define INCLUDED_SC_SOURCE_UI_VBA_VBAAXES_HXX #include <ooo/vba/excel/XAxes.hpp> #include <ooo/vba/excel/XAxis.hpp> #include <ooo/vba/excel/XChart.hpp> @@ -40,6 +40,6 @@ public: static css::uno::Reference< ov::excel::XAxis > createAxis( const css::uno::Reference< ov::excel::XChart >& xChart, const css::uno::Reference< css::uno::XComponentContext >& xContext, sal_Int32 nType, sal_Int32 nAxisGroup ) throw ( css::uno::RuntimeException ); }; -#endif //SC_VBA_AXES_HXX +#endif // INCLUDED_SC_SOURCE_UI_VBA_VBAAXES_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sc/source/ui/vba/vbaaxis.hxx b/sc/source/ui/vba/vbaaxis.hxx index ef4db5c96d9f..bda2494755b0 100644 --- a/sc/source/ui/vba/vbaaxis.hxx +++ b/sc/source/ui/vba/vbaaxis.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_VBA_AXIS_HXX -#define SC_VBA_AXIS_HXX +#ifndef INCLUDED_SC_SOURCE_UI_VBA_VBAAXIS_HXX +#define INCLUDED_SC_SOURCE_UI_VBA_VBAAXIS_HXX #include <com/sun/star/beans/XPropertySet.hpp> #include <ooo/vba/excel/XAxis.hpp> #include <ooo/vba/excel/XChart.hpp> @@ -88,6 +88,6 @@ public: virtual css::uno::Sequence<OUString> getServiceNames() SAL_OVERRIDE; }; -#endif //SC_VBA_AXIS_HXX +#endif // INCLUDED_SC_SOURCE_UI_VBA_VBAAXIS_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sc/source/ui/vba/vbaaxistitle.hxx b/sc/source/ui/vba/vbaaxistitle.hxx index 53c09443bde4..cfef6b78dea8 100644 --- a/sc/source/ui/vba/vbaaxistitle.hxx +++ b/sc/source/ui/vba/vbaaxistitle.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_VBA_AXISTITLE_HXX -#define SC_VBA_AXISTITLE_HXX +#ifndef INCLUDED_SC_SOURCE_UI_VBA_VBAAXISTITLE_HXX +#define INCLUDED_SC_SOURCE_UI_VBA_VBAAXISTITLE_HXX #include "vbatitle.hxx" #include <cppuhelper/implbase1.hxx> diff --git a/sc/source/ui/vba/vbaborders.hxx b/sc/source/ui/vba/vbaborders.hxx index d1392bec14a9..e1c4a4a75047 100644 --- a/sc/source/ui/vba/vbaborders.hxx +++ b/sc/source/ui/vba/vbaborders.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_VBA_BORDERS_HXX -#define SC_VBA_BORDERS_HXX +#ifndef INCLUDED_SC_SOURCE_UI_VBA_VBABORDERS_HXX +#define INCLUDED_SC_SOURCE_UI_VBA_VBABORDERS_HXX #include <cppuhelper/implbase1.hxx> #include <ooo/vba/excel/XBorders.hpp> @@ -64,6 +64,6 @@ public: virtual css::uno::Sequence<OUString> getServiceNames() SAL_OVERRIDE; }; -#endif //SC_VBA_BORDERS_HXX +#endif // INCLUDED_SC_SOURCE_UI_VBA_VBABORDERS_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sc/source/ui/vba/vbacharacters.hxx b/sc/source/ui/vba/vbacharacters.hxx index 116eda5ba8a6..6cceb9c86428 100644 --- a/sc/source/ui/vba/vbacharacters.hxx +++ b/sc/source/ui/vba/vbacharacters.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_VBA_CHARACTERS_HXX -#define SC_VBA_CHARACTERS_HXX +#ifndef INCLUDED_SC_SOURCE_UI_VBA_VBACHARACTERS_HXX +#define INCLUDED_SC_SOURCE_UI_VBA_VBACHARACTERS_HXX #include <cppuhelper/implbase1.hxx> diff --git a/sc/source/ui/vba/vbachart.hxx b/sc/source/ui/vba/vbachart.hxx index de4f4032e8c9..a639dcbd0677 100644 --- a/sc/source/ui/vba/vbachart.hxx +++ b/sc/source/ui/vba/vbachart.hxx @@ -16,8 +16,10 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_VBA_CHART_HXX -#define SC_VBA_CHART_HXX + +#ifndef INCLUDED_SC_SOURCE_UI_VBA_VBACHART_HXX +#define INCLUDED_SC_SOURCE_UI_VBA_VBACHART_HXX + #include <cppuhelper/implbase1.hxx> #include <com/sun/star/uno/XComponentContext.hpp> #include <com/sun/star/table/XTableChart.hpp> @@ -91,6 +93,6 @@ public: }; -#endif //SC_VBA_WINDOW_HXX +#endif // INCLUDED_SC_SOURCE_UI_VBA_VBACHART_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sc/source/ui/vba/vbachartobject.hxx b/sc/source/ui/vba/vbachartobject.hxx index e27cd6f50690..e1ebbed1e86d 100644 --- a/sc/source/ui/vba/vbachartobject.hxx +++ b/sc/source/ui/vba/vbachartobject.hxx @@ -16,8 +16,10 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_VBA_CHARTOBJECT_HXX -#define SC_VBA_CHARTOBJECT_HXX + +#ifndef INCLUDED_SC_SOURCE_UI_VBA_VBACHARTOBJECT_HXX +#define INCLUDED_SC_SOURCE_UI_VBA_VBACHARTOBJECT_HXX + #include <cppuhelper/implbase1.hxx> #include <com/sun/star/uno/XComponentContext.hpp> #include <com/sun/star/table/XTableChart.hpp> @@ -59,6 +61,6 @@ public: virtual css::uno::Sequence<OUString> getServiceNames() SAL_OVERRIDE; }; -#endif //SC_VBA_WINDOW_HXX +#endif // INCLUDED_SC_SOURCE_UI_VBA_VBACHARTOBJECT_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sc/source/ui/vba/vbachartobjects.hxx b/sc/source/ui/vba/vbachartobjects.hxx index d949a2356412..4ca84fba85d9 100644 --- a/sc/source/ui/vba/vbachartobjects.hxx +++ b/sc/source/ui/vba/vbachartobjects.hxx @@ -16,8 +16,10 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_VBA_CHARTOBJECTS_HXX -#define SC_VBA_CHARTOBJECTS_HXX + +#ifndef INCLUDED_SC_SOURCE_UI_VBA_VBACHARTOBJECTS_HXX +#define INCLUDED_SC_SOURCE_UI_VBA_VBACHARTOBJECTS_HXX + #include <ooo/vba/excel/XChartObjects.hpp> #include <ooo/vba/excel/XChartObject.hpp> #include <cppuhelper/implbase1.hxx> @@ -64,6 +66,6 @@ public: virtual css::uno::Sequence<OUString> getServiceNames() SAL_OVERRIDE; }; -#endif //SC_VBA_WINDOW_HXX +#endif // INCLUDED_SC_SOURCE_UI_VBA_VBACHARTOBJECTS_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sc/source/ui/vba/vbacharttitle.hxx b/sc/source/ui/vba/vbacharttitle.hxx index 3cd35cf62390..084e2c3333c5 100644 --- a/sc/source/ui/vba/vbacharttitle.hxx +++ b/sc/source/ui/vba/vbacharttitle.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_VBA_CHARTTITLE_HXX -#define SC_VBA_CHARTTITLE_HXX +#ifndef INCLUDED_SC_SOURCE_UI_VBA_VBACHARTTITLE_HXX +#define INCLUDED_SC_SOURCE_UI_VBA_VBACHARTTITLE_HXX #include "vbatitle.hxx" #include <cppuhelper/implbase1.hxx> #include <ooo/vba/excel/XChartTitle.hpp> diff --git a/sc/source/ui/vba/vbacomment.hxx b/sc/source/ui/vba/vbacomment.hxx index 501bcf3f51d1..db36072643c3 100644 --- a/sc/source/ui/vba/vbacomment.hxx +++ b/sc/source/ui/vba/vbacomment.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_VBA_COMMENT_HXX -#define SC_VBA_COMMENT_HXX +#ifndef INCLUDED_SC_SOURCE_UI_VBA_VBACOMMENT_HXX +#define INCLUDED_SC_SOURCE_UI_VBA_VBACOMMENT_HXX #include <cppuhelper/implbase1.hxx> @@ -69,6 +69,6 @@ public: virtual css::uno::Sequence<OUString> getServiceNames() SAL_OVERRIDE; }; -#endif /* SC_VBA_COMMENT_HXX */ +#endif // INCLUDED_SC_SOURCE_UI_VBA_VBACOMMENT_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sc/source/ui/vba/vbacomments.hxx b/sc/source/ui/vba/vbacomments.hxx index 9f93cd25260b..08b5d60fd050 100644 --- a/sc/source/ui/vba/vbacomments.hxx +++ b/sc/source/ui/vba/vbacomments.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_VBA_COMMENTS_HXX -#define SC_VBA_COMMENTS_HXX +#ifndef INCLUDED_SC_SOURCE_UI_VBA_VBACOMMENTS_HXX +#define INCLUDED_SC_SOURCE_UI_VBA_VBACOMMENTS_HXX #include <cppuhelper/implbase1.hxx> @@ -53,6 +53,6 @@ private: css::uno::Reference< css::frame::XModel > mxModel; }; -#endif /* SC_VBA_COMMENTS_HXX */ +#endif // INCLUDED_SC_SOURCE_UI_VBA_VBACOMMENTS_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sc/source/ui/vba/vbacondition.hxx b/sc/source/ui/vba/vbacondition.hxx index b5bed15ae80f..85d52129a08a 100644 --- a/sc/source/ui/vba/vbacondition.hxx +++ b/sc/source/ui/vba/vbacondition.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_VBA_CONDITION_HXX -#define SC_VBA_CONDITION_HXX +#ifndef INCLUDED_SC_SOURCE_UI_VBA_VBACONDITION_HXX +#define INCLUDED_SC_SOURCE_UI_VBA_VBACONDITION_HXX #include <com/sun/star/sheet/XSheetCondition.hpp> #include <com/sun/star/sheet/XCellRangeAddressable.hpp> #include <vbahelper/vbahelperinterface.hxx> diff --git a/sc/source/ui/vba/vbadialog.hxx b/sc/source/ui/vba/vbadialog.hxx index 7003afbb13ff..9564ef3024e6 100644 --- a/sc/source/ui/vba/vbadialog.hxx +++ b/sc/source/ui/vba/vbadialog.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_VBA_DIALOG_HXX -#define SC_VBA_DIALOG_HXX +#ifndef INCLUDED_SC_SOURCE_UI_VBA_VBADIALOG_HXX +#define INCLUDED_SC_SOURCE_UI_VBA_VBADIALOG_HXX #include <cppuhelper/implbase1.hxx> #include <ooo/vba/excel/XDialog.hpp> @@ -40,6 +40,6 @@ public: }; -#endif /* SC_VBA_DIALOG_HXX */ +#endif // INCLUDED_SC_SOURCE_UI_VBA_VBADIALOG_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sc/source/ui/vba/vbadialogs.hxx b/sc/source/ui/vba/vbadialogs.hxx index e73dbf57d7b9..91c300e069c1 100644 --- a/sc/source/ui/vba/vbadialogs.hxx +++ b/sc/source/ui/vba/vbadialogs.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_VBA_DIALOGS_HXX -#define SC_VBA_DIALOGS_HXX +#ifndef INCLUDED_SC_SOURCE_UI_VBA_VBADIALOGS_HXX +#define INCLUDED_SC_SOURCE_UI_VBA_VBADIALOGS_HXX #include <com/sun/star/uno/XComponentContext.hpp> #include <ooo/vba/excel/XDialogs.hpp> @@ -44,6 +44,6 @@ public: virtual css::uno::Sequence<OUString> getServiceNames() SAL_OVERRIDE; }; -#endif /* SC_VBA_DIALOGS_HXX */ +#endif // INCLUDED_SC_SOURCE_UI_VBA_VBADIALOGS_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sc/source/ui/vba/vbaeventshelper.hxx b/sc/source/ui/vba/vbaeventshelper.hxx index be75085e1ddc..9c03f86dab77 100644 --- a/sc/source/ui/vba/vbaeventshelper.hxx +++ b/sc/source/ui/vba/vbaeventshelper.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_VBAEVENTSHELPER_HXX -#define SC_VBAEVENTSHELPER_HXX +#ifndef INCLUDED_SC_SOURCE_UI_VBA_VBAEVENTSHELPER_HXX +#define INCLUDED_SC_SOURCE_UI_VBA_VBAEVENTSHELPER_HXX #include <rtl/ref.hxx> #include <vbahelper/vbaeventshelperbase.hxx> diff --git a/sc/source/ui/vba/vbafont.hxx b/sc/source/ui/vba/vbafont.hxx index 8edd73f4cce0..b87a11571e09 100644 --- a/sc/source/ui/vba/vbafont.hxx +++ b/sc/source/ui/vba/vbafont.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_VBA_FONT_HXX -#define SC_VBA_FONT_HXX +#ifndef INCLUDED_SC_SOURCE_UI_VBA_VBAFONT_HXX +#define INCLUDED_SC_SOURCE_UI_VBA_VBAFONT_HXX #include <cppuhelper/implbase1.hxx> @@ -75,6 +75,6 @@ public: }; -#endif /* SC_VBA_FONT_HXX */ +#endif // INCLUDED_SC_SOURCE_UI_VBA_VBAFONT_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sc/source/ui/vba/vbaformat.hxx b/sc/source/ui/vba/vbaformat.hxx index 7e90f3d57f4b..edeb01e31652 100644 --- a/sc/source/ui/vba/vbaformat.hxx +++ b/sc/source/ui/vba/vbaformat.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_VBA_FORMAT_HXX -#define SC_VBA_FORMAT_HXX +#ifndef INCLUDED_SC_SOURCE_UI_VBA_VBAFORMAT_HXX +#define INCLUDED_SC_SOURCE_UI_VBA_VBAFORMAT_HXX #include <ooo/vba/excel/XFormat.hpp> #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/util/XNumberFormatsSupplier.hpp> diff --git a/sc/source/ui/vba/vbaformatcondition.hxx b/sc/source/ui/vba/vbaformatcondition.hxx index 303db6837436..db96d65d715a 100644 --- a/sc/source/ui/vba/vbaformatcondition.hxx +++ b/sc/source/ui/vba/vbaformatcondition.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_VBA_FORMATCONDITION_HXX -#define SC_VBA_FORMATCONDITION_HXX +#ifndef INCLUDED_SC_SOURCE_UI_VBA_VBAFORMATCONDITION_HXX +#define INCLUDED_SC_SOURCE_UI_VBA_VBAFORMATCONDITION_HXX #include <ooo/vba/excel/XFormatCondition.hpp> #include <ooo/vba/excel/XFormatConditions.hpp> #include <ooo/vba/excel/XStyle.hpp> diff --git a/sc/source/ui/vba/vbaformatconditions.hxx b/sc/source/ui/vba/vbaformatconditions.hxx index 22bc0a99d62b..ce894f87df1f 100644 --- a/sc/source/ui/vba/vbaformatconditions.hxx +++ b/sc/source/ui/vba/vbaformatconditions.hxx @@ -16,8 +16,10 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_VBA_FORMATCONDITIONS_HXX -#define SC_VBA_FORMATCONDITIONS_HXX + +#ifndef INCLUDED_SC_SOURCE_UI_VBA_VBAFORMATCONDITIONS_HXX +#define INCLUDED_SC_SOURCE_UI_VBA_VBAFORMATCONDITIONS_HXX + #include <ooo/vba/excel/XFormatConditions.hpp> #include <ooo/vba/excel/XStyles.hpp> #include <ooo/vba/excel/XRange.hpp> @@ -70,6 +72,6 @@ public: #pragma warning(pop) #endif -#endif //SC_VBA_AXES_HXX +#endif // INCLUDED_SC_SOURCE_UI_VBA_VBAFORMATCONDITIONS_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sc/source/ui/vba/vbahyperlink.hxx b/sc/source/ui/vba/vbahyperlink.hxx index 509cb50d913c..117b87f915f3 100644 --- a/sc/source/ui/vba/vbahyperlink.hxx +++ b/sc/source/ui/vba/vbahyperlink.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_VBA_HYPERLINK_HXX -#define SC_VBA_HYPERLINK_HXX +#ifndef INCLUDED_SC_SOURCE_UI_VBA_VBAHYPERLINK_HXX +#define INCLUDED_SC_SOURCE_UI_VBA_VBAHYPERLINK_HXX #include <ooo/vba/excel/XHyperlink.hpp> #include <com/sun/star/table/XCell.hpp> @@ -76,6 +76,6 @@ private: long mnType; }; -#endif /* SC_VBA_HYPERLINK_HXX */ +#endif // INCLUDED_SC_SOURCE_UI_VBA_VBAHYPERLINK_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sc/source/ui/vba/vbahyperlinks.hxx b/sc/source/ui/vba/vbahyperlinks.hxx index 32d082b9564c..03325fe5aff3 100644 --- a/sc/source/ui/vba/vbahyperlinks.hxx +++ b/sc/source/ui/vba/vbahyperlinks.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_VBA_HYPERLINKS_HXX -#define SC_VBA_HYPERLINKS_HXX +#ifndef INCLUDED_SC_SOURCE_UI_VBA_VBAHYPERLINKS_HXX +#define INCLUDED_SC_SOURCE_UI_VBA_VBAHYPERLINKS_HXX #include <ooo/vba/excel/XHyperlinks.hpp> #include <rtl/ref.hxx> diff --git a/sc/source/ui/vba/vbainterior.hxx b/sc/source/ui/vba/vbainterior.hxx index 8f9f66d9c463..61006de52b3d 100644 --- a/sc/source/ui/vba/vbainterior.hxx +++ b/sc/source/ui/vba/vbainterior.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_VBA_INTERIOR_HXX -#define SC_VBA_INTERIOR_HXX +#ifndef INCLUDED_SC_SOURCE_UI_VBA_VBAINTERIOR_HXX +#define INCLUDED_SC_SOURCE_UI_VBA_VBAINTERIOR_HXX #include <ooo/vba/excel/XInterior.hpp> #include <com/sun/star/uno/XComponentContext.hpp> diff --git a/sc/source/ui/vba/vbamenu.hxx b/sc/source/ui/vba/vbamenu.hxx index 42d7dc0c4ee1..9357364c90ea 100644 --- a/sc/source/ui/vba/vbamenu.hxx +++ b/sc/source/ui/vba/vbamenu.hxx @@ -6,8 +6,8 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#ifndef SC_VBA_MENU_HXX -#define SC_VBA_MENU_HXX +#ifndef INCLUDED_SC_SOURCE_UI_VBA_VBAMENU_HXX +#define INCLUDED_SC_SOURCE_UI_VBA_VBAMENU_HXX #include <ooo/vba/excel/XMenu.hpp> #include <ooo/vba/XCommandBarControl.hpp> @@ -33,6 +33,6 @@ public: virtual OUString getServiceImplName() SAL_OVERRIDE; virtual css::uno::Sequence<OUString> getServiceNames() SAL_OVERRIDE; }; -#endif//SC_VBA_MENU_HXX +#endif // INCLUDED_SC_SOURCE_UI_VBA_VBAMENU_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sc/source/ui/vba/vbamenubar.hxx b/sc/source/ui/vba/vbamenubar.hxx index 41cc2fa808c1..d7dd5a27470b 100644 --- a/sc/source/ui/vba/vbamenubar.hxx +++ b/sc/source/ui/vba/vbamenubar.hxx @@ -6,8 +6,8 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#ifndef SC_VBA_MENUBAR_HXX -#define SC_VBA_MENUBAR_HXX +#ifndef INCLUDED_SC_SOURCE_UI_VBA_VBAMENUBAR_HXX +#define INCLUDED_SC_SOURCE_UI_VBA_VBAMENUBAR_HXX #include <ooo/vba/excel/XMenuBar.hpp> #include <ooo/vba/XCommandBar.hpp> @@ -29,6 +29,6 @@ public: virtual OUString getServiceImplName() SAL_OVERRIDE; virtual css::uno::Sequence<OUString> getServiceNames() SAL_OVERRIDE; }; -#endif//SC_VBA_MENUBAR_HXX +#endif // INCLUDED_SC_SOURCE_UI_VBA_VBAMENUBAR_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sc/source/ui/vba/vbamenubars.hxx b/sc/source/ui/vba/vbamenubars.hxx index a8d3b55dd8cc..331476438486 100644 --- a/sc/source/ui/vba/vbamenubars.hxx +++ b/sc/source/ui/vba/vbamenubars.hxx @@ -6,8 +6,8 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#ifndef SC_VBA_MENUBARS_HXX -#define SC_VBA_MENUBARS_HXX +#ifndef INCLUDED_SC_SOURCE_UI_VBA_VBAMENUBARS_HXX +#define INCLUDED_SC_SOURCE_UI_VBA_VBAMENUBARS_HXX #include <ooo/vba/excel/XMenuBars.hpp> #include <ooo/vba/excel/XMenuBar.hpp> @@ -40,6 +40,6 @@ public: virtual css::uno::Sequence<OUString> getServiceNames() SAL_OVERRIDE; }; -#endif//SC_VBA_MENUBARS_HXX +#endif // INCLUDED_SC_SOURCE_UI_VBA_VBAMENUBARS_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sc/source/ui/vba/vbamenuitem.hxx b/sc/source/ui/vba/vbamenuitem.hxx index c3c3ee295720..1561ce057d4f 100644 --- a/sc/source/ui/vba/vbamenuitem.hxx +++ b/sc/source/ui/vba/vbamenuitem.hxx @@ -6,8 +6,8 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#ifndef SC_VBA_MENUITEM_HXX -#define SC_VBA_MENUITEM_HXX +#ifndef INCLUDED_SC_SOURCE_UI_VBA_VBAMENUITEM_HXX +#define INCLUDED_SC_SOURCE_UI_VBA_VBAMENUITEM_HXX #include <ooo/vba/excel/XMenuItem.hpp> #include <ooo/vba/XCommandBarControl.hpp> @@ -34,6 +34,6 @@ public: virtual OUString getServiceImplName() SAL_OVERRIDE; virtual css::uno::Sequence<OUString> getServiceNames() SAL_OVERRIDE; }; -#endif//SC_VBA_MENUITEM_HXX +#endif // INCLUDED_SC_SOURCE_UI_VBA_VBAMENUITEM_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sc/source/ui/vba/vbamenuitems.hxx b/sc/source/ui/vba/vbamenuitems.hxx index f50dd93301f5..9404c7db3936 100644 --- a/sc/source/ui/vba/vbamenuitems.hxx +++ b/sc/source/ui/vba/vbamenuitems.hxx @@ -6,8 +6,8 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#ifndef SC_VBA_MENUITEMS_HXX -#define SC_VBA_MENUITEMS_HXX +#ifndef INCLUDED_SC_SOURCE_UI_VBA_VBAMENUITEMS_HXX +#define INCLUDED_SC_SOURCE_UI_VBA_VBAMENUITEMS_HXX #include <ooo/vba/excel/XMenuItems.hpp> #include <ooo/vba/excel/XMenuItem.hpp> @@ -39,6 +39,6 @@ public: virtual css::uno::Sequence<OUString> getServiceNames() SAL_OVERRIDE; }; -#endif//SC_VBA_MENUITEMS_HXX +#endif // INCLUDED_SC_SOURCE_UI_VBA_VBAMENUITEMS_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sc/source/ui/vba/vbamenus.hxx b/sc/source/ui/vba/vbamenus.hxx index b58e70066a2e..5a11815b38ec 100644 --- a/sc/source/ui/vba/vbamenus.hxx +++ b/sc/source/ui/vba/vbamenus.hxx @@ -6,8 +6,8 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#ifndef SC_VBA_MENUS_HXX -#define SC_VBA_MENUS_HXX +#ifndef INCLUDED_SC_SOURCE_UI_VBA_VBAMENUS_HXX +#define INCLUDED_SC_SOURCE_UI_VBA_VBAMENUS_HXX #include <ooo/vba/excel/XMenus.hpp> #include <ooo/vba/excel/XMenu.hpp> @@ -39,6 +39,6 @@ public: virtual css::uno::Sequence<OUString> getServiceNames() SAL_OVERRIDE; }; -#endif//SC_VBA_MENUS_HXX +#endif // INCLUDED_SC_SOURCE_UI_VBA_VBAMENUS_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sc/source/ui/vba/vbaname.hxx b/sc/source/ui/vba/vbaname.hxx index 7d21401e2fb0..af7b8cc04c6f 100644 --- a/sc/source/ui/vba/vbaname.hxx +++ b/sc/source/ui/vba/vbaname.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_VBA_NAME_HXX -#define SC_VBA_NAME_HXX +#ifndef INCLUDED_SC_SOURCE_UI_VBA_VBANAME_HXX +#define INCLUDED_SC_SOURCE_UI_VBA_VBANAME_HXX #include <ooo/vba/excel/XName.hpp> #include <com/sun/star/sheet/XNamedRange.hpp> @@ -71,6 +71,6 @@ public: virtual OUString getServiceImplName() SAL_OVERRIDE; virtual css::uno::Sequence<OUString> getServiceNames() SAL_OVERRIDE; }; -#endif /* SC_VBA_NAME_HXX */ +#endif // INCLUDED_SC_SOURCE_UI_VBA_VBANAME_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sc/source/ui/vba/vbanames.hxx b/sc/source/ui/vba/vbanames.hxx index c47f322e3805..5bba9a8d0536 100644 --- a/sc/source/ui/vba/vbanames.hxx +++ b/sc/source/ui/vba/vbanames.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_VBA_NAMES_HXX -#define SC_VBA_NAMES_HXX +#ifndef INCLUDED_SC_SOURCE_UI_VBA_VBANAMES_HXX +#define INCLUDED_SC_SOURCE_UI_VBA_VBANAMES_HXX #include <ooo/vba/excel/XNames.hpp> #include <ooo/vba/XCollection.hpp> @@ -72,6 +72,6 @@ public: virtual css::uno::Sequence<OUString> getServiceNames() SAL_OVERRIDE; }; -#endif /* SC_VBA_NAMES_HXX */ +#endif // INCLUDED_SC_SOURCE_UI_VBA_VBANAMES_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sc/source/ui/vba/vbaoleobject.hxx b/sc/source/ui/vba/vbaoleobject.hxx index 3202110db61c..c97bdcda4126 100644 --- a/sc/source/ui/vba/vbaoleobject.hxx +++ b/sc/source/ui/vba/vbaoleobject.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_VBA_OLEOBJECT_HXX -#define SC_VBA_OLEOBJECT_HXX +#ifndef INCLUDED_SC_SOURCE_UI_VBA_VBAOLEOBJECT_HXX +#define INCLUDED_SC_SOURCE_UI_VBA_VBAOLEOBJECT_HXX #include <cppuhelper/implbase1.hxx> #include <com/sun/star/drawing/XControlShape.hpp> @@ -57,6 +57,6 @@ public: virtual OUString SAL_CALL getLinkedCell() throw (::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE; virtual void SAL_CALL setLinkedCell( const OUString& _linkedcell ) throw (::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE; }; -#endif //SC_VBA_OLEOBJECT_HXX +#endif // INCLUDED_SC_SOURCE_UI_VBA_VBAOLEOBJECT_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sc/source/ui/vba/vbaoleobjects.hxx b/sc/source/ui/vba/vbaoleobjects.hxx index f826aff02d66..ea8634690a62 100644 --- a/sc/source/ui/vba/vbaoleobjects.hxx +++ b/sc/source/ui/vba/vbaoleobjects.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_VBA_OLEOBJECTS_HXX -#define SC_VBA_OLEOBJECTS_HXX +#ifndef INCLUDED_SC_SOURCE_UI_VBA_VBAOLEOBJECTS_HXX +#define INCLUDED_SC_SOURCE_UI_VBA_VBAOLEOBJECTS_HXX #include <cppuhelper/implbase1.hxx> #include <ooo/vba/excel/XOLEObjects.hpp> @@ -45,6 +45,6 @@ public: virtual css::uno::Any createCollectionObject( const css::uno::Any& aSource ) SAL_OVERRIDE; }; -#endif //SC_VBA_OLEOBJECTS_HXX +#endif // INCLUDED_SC_SOURCE_UI_VBA_VBAOLEOBJECTS_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sc/source/ui/vba/vbaoutline.hxx b/sc/source/ui/vba/vbaoutline.hxx index 88983af5d0d0..f21008caf304 100644 --- a/sc/source/ui/vba/vbaoutline.hxx +++ b/sc/source/ui/vba/vbaoutline.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_VBA_OUTLINE_HXX -#define SC_VBA_OUTLINE_HXX +#ifndef INCLUDED_SC_SOURCE_UI_VBA_VBAOUTLINE_HXX +#define INCLUDED_SC_SOURCE_UI_VBA_VBAOUTLINE_HXX #include <com/sun/star/sheet/XSheetOutline.hpp> #include <cppuhelper/implbase1.hxx> diff --git a/sc/source/ui/vba/vbapagebreak.hxx b/sc/source/ui/vba/vbapagebreak.hxx index 40e16c2f1383..d3cef1eaa52f 100644 --- a/sc/source/ui/vba/vbapagebreak.hxx +++ b/sc/source/ui/vba/vbapagebreak.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_VBA_PAGEBREAK_HXX -#define SC_VBA_PAGEBREAK_HXX +#ifndef INCLUDED_SC_SOURCE_UI_VBA_VBAPAGEBREAK_HXX +#define INCLUDED_SC_SOURCE_UI_VBA_VBAPAGEBREAK_HXX #include <cppuhelper/implbase1.hxx> #include <ooo/vba/excel/XPageBreak.hpp> diff --git a/sc/source/ui/vba/vbapagebreaks.hxx b/sc/source/ui/vba/vbapagebreaks.hxx index f77355a1195c..11b1a0cc9fbd 100644 --- a/sc/source/ui/vba/vbapagebreaks.hxx +++ b/sc/source/ui/vba/vbapagebreaks.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_VBA_PAGEBREAKS_HXX -#define SC_VBA_PAGEBREAKS_HXX +#ifndef INCLUDED_SC_SOURCE_UI_VBA_VBAPAGEBREAKS_HXX +#define INCLUDED_SC_SOURCE_UI_VBA_VBAPAGEBREAKS_HXX #include <cppuhelper/implbase1.hxx> #include <ooo/vba/excel/XHPageBreaks.hpp> diff --git a/sc/source/ui/vba/vbapagesetup.hxx b/sc/source/ui/vba/vbapagesetup.hxx index d8d1c4878b10..5b7ff9b6a815 100644 --- a/sc/source/ui/vba/vbapagesetup.hxx +++ b/sc/source/ui/vba/vbapagesetup.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_VBA_PAGESETUP_HXX -#define SC_VBA_PAGESETUP_HXX +#ifndef INCLUDED_SC_SOURCE_UI_VBA_VBAPAGESETUP_HXX +#define INCLUDED_SC_SOURCE_UI_VBA_VBAPAGESETUP_HXX #include <cppuhelper/implbase1.hxx> #include <ooo/vba/excel/XPageSetup.hpp> diff --git a/sc/source/ui/vba/vbapalette.hxx b/sc/source/ui/vba/vbapalette.hxx index 7506a10a6eec..089f918c31d5 100644 --- a/sc/source/ui/vba/vbapalette.hxx +++ b/sc/source/ui/vba/vbapalette.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_VBAPALETTE_HXX -#define SC_VBAPALETTE_HXX +#ifndef INCLUDED_SC_SOURCE_UI_VBA_VBAPALETTE_HXX +#define INCLUDED_SC_SOURCE_UI_VBA_VBAPALETTE_HXX #include <vbahelper/vbahelper.hxx> @@ -42,6 +42,6 @@ public: static css::uno::Reference< css::container::XIndexAccess > getDefaultPalette(); }; -#endif //SC_VBAPALETTE_HXX +#endif // INCLUDED_SC_SOURCE_UI_VBA_VBAPALETTE_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sc/source/ui/vba/vbapane.hxx b/sc/source/ui/vba/vbapane.hxx index 48672ecc8966..7e9eaa0079ed 100644 --- a/sc/source/ui/vba/vbapane.hxx +++ b/sc/source/ui/vba/vbapane.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_VBA_PANE_HXX -#define SC_VBA_PANE_HXX +#ifndef INCLUDED_SC_SOURCE_UI_VBA_VBAPANE_HXX +#define INCLUDED_SC_SOURCE_UI_VBA_VBAPANE_HXX #include <com/sun/star/sheet/XViewPane.hpp> #include <ooo/vba/excel/XPane.hpp> @@ -56,6 +56,6 @@ protected: css::uno::Reference< css::sheet::XViewPane > m_xViewPane; }; -#endif //SC_VBA_PANE_HXX +#endif // INCLUDED_SC_SOURCE_UI_VBA_VBAPANE_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sc/source/ui/vba/vbapivotcache.hxx b/sc/source/ui/vba/vbapivotcache.hxx index 475fba8166c3..a5bad13f6934 100644 --- a/sc/source/ui/vba/vbapivotcache.hxx +++ b/sc/source/ui/vba/vbapivotcache.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_VBA_PIVOTCACHE_HXX -#define SC_VBA_PIVOTCACHE_HXX +#ifndef INCLUDED_SC_SOURCE_UI_VBA_VBAPIVOTCACHE_HXX +#define INCLUDED_SC_SOURCE_UI_VBA_VBAPIVOTCACHE_HXX #include <cppuhelper/implbase1.hxx> #include <com/sun/star/uno/XComponentContext.hpp> #include <com/sun/star/sheet/XDataPilotTable.hpp> @@ -39,6 +39,6 @@ public: virtual css::uno::Sequence<OUString> getServiceNames() SAL_OVERRIDE; }; -#endif //SC_VBA_PIVOTCACHE_HXX +#endif // INCLUDED_SC_SOURCE_UI_VBA_VBAPIVOTCACHE_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sc/source/ui/vba/vbapivottable.hxx b/sc/source/ui/vba/vbapivottable.hxx index 2bb9bee91eba..3681e3beed96 100644 --- a/sc/source/ui/vba/vbapivottable.hxx +++ b/sc/source/ui/vba/vbapivottable.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_VBA_PIVOTTABLE_HXX -#define SC_VBA_PIVOTTABLE_HXX +#ifndef INCLUDED_SC_SOURCE_UI_VBA_VBAPIVOTTABLE_HXX +#define INCLUDED_SC_SOURCE_UI_VBA_VBAPIVOTTABLE_HXX #include <cppuhelper/implbase1.hxx> #include <com/sun/star/uno/XComponentContext.hpp> #include <com/sun/star/sheet/XDataPilotTable.hpp> @@ -38,6 +38,6 @@ public: virtual css::uno::Sequence<OUString> getServiceNames() SAL_OVERRIDE; }; -#endif //SC_VBA_PIVOTTABLE_HXX +#endif // INCLUDED_SC_SOURCE_UI_VBA_VBAPIVOTTABLE_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sc/source/ui/vba/vbapivottables.hxx b/sc/source/ui/vba/vbapivottables.hxx index f71997899460..f5c50f1d215d 100644 --- a/sc/source/ui/vba/vbapivottables.hxx +++ b/sc/source/ui/vba/vbapivottables.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_VBA_PIVOTTABLES_HXX -#define SC_VBA_PIVOTTABLES_HXX +#ifndef INCLUDED_SC_SOURCE_UI_VBA_VBAPIVOTTABLES_HXX +#define INCLUDED_SC_SOURCE_UI_VBA_VBAPIVOTTABLES_HXX #include <cppuhelper/implbase1.hxx> diff --git a/sc/source/ui/vba/vbarange.hxx b/sc/source/ui/vba/vbarange.hxx index 9f37431c40de..655a772ea88b 100644 --- a/sc/source/ui/vba/vbarange.hxx +++ b/sc/source/ui/vba/vbarange.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_VBA_RANGE_HXX -#define SC_VBA_RANGE_HXX +#ifndef INCLUDED_SC_SOURCE_UI_VBA_VBARANGE_HXX +#define INCLUDED_SC_SOURCE_UI_VBA_VBARANGE_HXX #include <cppuhelper/implbase4.hxx> #include <com/sun/star/container/XEnumerationAccess.hpp> @@ -298,6 +298,6 @@ public: virtual OUString getServiceImplName() SAL_OVERRIDE; virtual css::uno::Sequence<OUString> getServiceNames() SAL_OVERRIDE; }; -#endif /* SC_VBA_RANGE_HXX */ +#endif // INCLUDED_SC_SOURCE_UI_VBA_VBARANGE_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sc/source/ui/vba/vbasheetobject.hxx b/sc/source/ui/vba/vbasheetobject.hxx index 5987576871ac..39550fdcc41b 100644 --- a/sc/source/ui/vba/vbasheetobject.hxx +++ b/sc/source/ui/vba/vbasheetobject.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_VBA_SHEETOBJECT_HXX -#define SC_VBA_SHEETOBJECT_HXX +#ifndef INCLUDED_SC_SOURCE_UI_VBA_VBASHEETOBJECT_HXX +#define INCLUDED_SC_SOURCE_UI_VBA_VBASHEETOBJECT_HXX #include <ooo/vba/excel/XButton.hpp> #include <ooo/vba/excel/XControlObject.hpp> diff --git a/sc/source/ui/vba/vbasheetobjects.hxx b/sc/source/ui/vba/vbasheetobjects.hxx index 152c6d6f0727..dd23df21ef87 100644 --- a/sc/source/ui/vba/vbasheetobjects.hxx +++ b/sc/source/ui/vba/vbasheetobjects.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_VBA_SHEETOBJECTS_HXX -#define SC_VBA_SHEETOBJECTS_HXX +#ifndef INCLUDED_SC_SOURCE_UI_VBA_VBASHEETOBJECTS_HXX +#define INCLUDED_SC_SOURCE_UI_VBA_VBASHEETOBJECTS_HXX #include <ooo/vba/excel/XGraphicObjects.hpp> #include <vbahelper/vbacollectionimpl.hxx> diff --git a/sc/source/ui/vba/vbastyle.hxx b/sc/source/ui/vba/vbastyle.hxx index 9a78941a9c1e..a44f5e200e3d 100644 --- a/sc/source/ui/vba/vbastyle.hxx +++ b/sc/source/ui/vba/vbastyle.hxx @@ -16,8 +16,10 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_VBA_STYLE_HXX -#define SC_VBA_STYLE_HXX + +#ifndef INCLUDED_SC_SOURCE_UI_VBA_VBASTYLE_HXX +#define INCLUDED_SC_SOURCE_UI_VBA_VBASTYLE_HXX + #include <ooo/vba/excel/XStyle.hpp> #include <com/sun/star/style/XStyle.hpp> #include <com/sun/star/frame/XModel.hpp> @@ -55,6 +57,6 @@ public: virtual css::uno::Sequence<OUString> getServiceNames() SAL_OVERRIDE; }; -#endif //SC_VBA_AXIS_HXX +#endif // INCLUDED_SC_SOURCE_UI_VBA_VBASTYLE_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sc/source/ui/vba/vbastyles.hxx b/sc/source/ui/vba/vbastyles.hxx index 28a12da1103a..b3fa6242a753 100644 --- a/sc/source/ui/vba/vbastyles.hxx +++ b/sc/source/ui/vba/vbastyles.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_VBA_STYLES_HXX -#define SC_VBA_STYLES_HXX +#ifndef INCLUDED_SC_SOURCE_UI_VBA_VBASTYLES_HXX +#define INCLUDED_SC_SOURCE_UI_VBA_VBASTYLES_HXX #include <ooo/vba/excel/XStyles.hpp> #include <com/sun/star/container/XNameContainer.hpp> #include <vbahelper/vbacollectionimpl.hxx> diff --git a/sc/source/ui/vba/vbatextboxshape.hxx b/sc/source/ui/vba/vbatextboxshape.hxx index 8c3b3448cacc..ae11d01f4676 100644 --- a/sc/source/ui/vba/vbatextboxshape.hxx +++ b/sc/source/ui/vba/vbatextboxshape.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_VBA_TEXTBOX_HXX -#define SC_VBA_TEXTBOX_HXX +#ifndef INCLUDED_SC_SOURCE_UI_VBA_VBATEXTBOXSHAPE_HXX +#define INCLUDED_SC_SOURCE_UI_VBA_VBATEXTBOXSHAPE_HXX #include <cppuhelper/implbase1.hxx> #include <com/sun/star/text/XTextRange.hpp> #include <ooo/vba/msforms/XTextBoxShape.hpp> @@ -39,6 +39,6 @@ public: virtual void SAL_CALL setText( const OUString& _text ) throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE; virtual css::uno::Reference< ov::excel::XCharacters > SAL_CALL characters( const css::uno::Any& Start, const css::uno::Any& Length ) throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE; }; -#endif //SC_VBA_TEXTBOX_HXX +#endif // INCLUDED_SC_SOURCE_UI_VBA_VBATEXTBOXSHAPE_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sc/source/ui/vba/vbatextframe.hxx b/sc/source/ui/vba/vbatextframe.hxx index c6f8289e166d..559a6c2a4543 100644 --- a/sc/source/ui/vba/vbatextframe.hxx +++ b/sc/source/ui/vba/vbatextframe.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_VBA_TEXTFRAME_HXX -#define SC_VBA_TEXTFRAME_HXX +#ifndef INCLUDED_SC_SOURCE_UI_VBA_VBATEXTFRAME_HXX +#define INCLUDED_SC_SOURCE_UI_VBA_VBATEXTFRAME_HXX #include <ooo/vba/excel/XTextFrame.hpp> #include <vbahelper/vbahelperinterface.hxx> #include <vbahelper/vbatextframe.hxx> @@ -38,6 +38,6 @@ public: }; -#endif//SC_VBA_TEXTFRAME_HXX +#endif // INCLUDED_SC_SOURCE_UI_VBA_VBATEXTFRAME_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sc/source/ui/vba/vbatitle.hxx b/sc/source/ui/vba/vbatitle.hxx index e4fbd1fcc08a..8a96eab29c77 100644 --- a/sc/source/ui/vba/vbatitle.hxx +++ b/sc/source/ui/vba/vbatitle.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_VBA_TITLE_HXX -#define SC_VBA_TITLE_HXX +#ifndef INCLUDED_SC_SOURCE_UI_VBA_VBATITLE_HXX +#define INCLUDED_SC_SOURCE_UI_VBA_VBATITLE_HXX #include <vbahelper/vbahelperinterface.hxx> #include "excelvbahelper.hxx" diff --git a/sc/source/ui/vba/vbavalidation.hxx b/sc/source/ui/vba/vbavalidation.hxx index d26b4ed76574..3cd33313fe94 100644 --- a/sc/source/ui/vba/vbavalidation.hxx +++ b/sc/source/ui/vba/vbavalidation.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_VBA_VALIDATION_HXX -#define SC_VBA_VALIDATION_HXX +#ifndef INCLUDED_SC_SOURCE_UI_VBA_VBAVALIDATION_HXX +#define INCLUDED_SC_SOURCE_UI_VBA_VBAVALIDATION_HXX #include <cppuhelper/implbase1.hxx> #include <com/sun/star/uno/XComponentContext.hpp> #include <ooo/vba/excel/XValidation.hpp> diff --git a/sc/source/ui/vba/vbawindow.hxx b/sc/source/ui/vba/vbawindow.hxx index f049b39588d7..41c9ec12a115 100644 --- a/sc/source/ui/vba/vbawindow.hxx +++ b/sc/source/ui/vba/vbawindow.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_VBA_WINDOW_HXX -#define SC_VBA_WINDOW_HXX +#ifndef INCLUDED_SC_SOURCE_UI_VBA_VBAWINDOW_HXX +#define INCLUDED_SC_SOURCE_UI_VBA_VBAWINDOW_HXX #include <ooo/vba/excel/XWindow.hpp> #include <com/sun/star/uno/XComponentContext.hpp> @@ -124,6 +124,6 @@ public: virtual css::uno::Sequence<OUString> getServiceNames() SAL_OVERRIDE; }; -#endif //SC_VBA_WINDOW_HXX +#endif // INCLUDED_SC_SOURCE_UI_VBA_VBAWINDOW_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sc/source/ui/vba/vbawindows.hxx b/sc/source/ui/vba/vbawindows.hxx index da4cad8954db..00136d7f97f4 100644 --- a/sc/source/ui/vba/vbawindows.hxx +++ b/sc/source/ui/vba/vbawindows.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_VBA_WINDOWS_HXX -#define SC_VBA_WINDOWS_HXX +#ifndef INCLUDED_SC_SOURCE_UI_VBA_VBAWINDOWS_HXX +#define INCLUDED_SC_SOURCE_UI_VBA_VBAWINDOWS_HXX #include <cppuhelper/implbase1.hxx> #include <ooo/vba/excel/XWindows.hpp> @@ -51,6 +51,6 @@ public: virtual css::uno::Sequence<OUString> getServiceNames() SAL_OVERRIDE; }; -#endif //SC_VBA_WINDOWS_HXX +#endif // INCLUDED_SC_SOURCE_UI_VBA_VBAWINDOWS_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sc/source/ui/vba/vbaworkbook.hxx b/sc/source/ui/vba/vbaworkbook.hxx index 6fcc54648f44..bf57680c8cef 100644 --- a/sc/source/ui/vba/vbaworkbook.hxx +++ b/sc/source/ui/vba/vbaworkbook.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_VBA_WORKBOOK_HXX -#define SC_VBA_WORKBOOK_HXX +#ifndef INCLUDED_SC_SOURCE_UI_VBA_VBAWORKBOOK_HXX +#define INCLUDED_SC_SOURCE_UI_VBA_VBAWORKBOOK_HXX #include <com/sun/star/frame/XModel.hpp> #include <ooo/vba/excel/XWorkbook.hpp> @@ -71,6 +71,6 @@ public: virtual ::sal_Int64 SAL_CALL getSomething(const css::uno::Sequence<sal_Int8 >& rId ) throw(css::uno::RuntimeException, std::exception) SAL_OVERRIDE; }; -#endif /* SC_VBA_WORKBOOK_HXX */ +#endif // INCLUDED_SC_SOURCE_UI_VBA_VBAWORKBOOK_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sc/source/ui/vba/vbaworkbooks.hxx b/sc/source/ui/vba/vbaworkbooks.hxx index 25e57ca42d43..01c3e43bf7f3 100644 --- a/sc/source/ui/vba/vbaworkbooks.hxx +++ b/sc/source/ui/vba/vbaworkbooks.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_VBA_WORKBOOKS_HXX -#define SC_VBA_WORKBOOKS_HXX +#ifndef INCLUDED_SC_SOURCE_UI_VBA_VBAWORKBOOKS_HXX +#define INCLUDED_SC_SOURCE_UI_VBA_VBAWORKBOOKS_HXX #include <vbahelper/vbacollectionimpl.hxx> @@ -55,6 +55,6 @@ public: virtual css::uno::Any SAL_CALL Open( const OUString& Filename, const css::uno::Any& UpdateLinks, const css::uno::Any& ReadOnly, const css::uno::Any& Format, const css::uno::Any& Password, const css::uno::Any& WriteResPassword, const css::uno::Any& IgnoreReadOnlyRecommended, const css::uno::Any& Origin, const css::uno::Any& Delimiter, const css::uno::Any& Editable, const css::uno::Any& Notify, const css::uno::Any& Converter, const css::uno::Any& AddToMru ) throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE; }; -#endif /* SC_VBA_WORKBOOKS_HXX */ +#endif // INCLUDED_SC_SOURCE_UI_VBA_VBAWORKBOOKS_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sc/source/ui/vba/vbaworksheet.hxx b/sc/source/ui/vba/vbaworksheet.hxx index 40ebdd216b27..97e91fb5cbad 100644 --- a/sc/source/ui/vba/vbaworksheet.hxx +++ b/sc/source/ui/vba/vbaworksheet.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_VBA_WORKSHEET_HXX -#define SC_VBA_WORKSHEET_HXX +#ifndef INCLUDED_SC_SOURCE_UI_VBA_VBAWORKSHEET_HXX +#define INCLUDED_SC_SOURCE_UI_VBA_VBAWORKSHEET_HXX #include <cppuhelper/implbase2.hxx> #include <comphelper/unwrapargs.hxx> @@ -164,6 +164,6 @@ public: virtual ::sal_Int64 SAL_CALL getSomething(const css::uno::Sequence<sal_Int8 >& rId ) throw(css::uno::RuntimeException, std::exception) SAL_OVERRIDE; }; -#endif /* SC_VBA_WORKSHEET_HXX */ +#endif // INCLUDED_SC_SOURCE_UI_VBA_VBAWORKSHEET_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sc/source/ui/vba/vbaworksheets.hxx b/sc/source/ui/vba/vbaworksheets.hxx index ce6fb7edcb88..724a9e196871 100644 --- a/sc/source/ui/vba/vbaworksheets.hxx +++ b/sc/source/ui/vba/vbaworksheets.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_VBA_WORKSHEETS_HXX -#define SC_VBA_WORKSHEETS_HXX +#ifndef INCLUDED_SC_SOURCE_UI_VBA_VBAWORKSHEETS_HXX +#define INCLUDED_SC_SOURCE_UI_VBA_VBAWORKSHEETS_HXX #include <cppuhelper/implbase1.hxx> @@ -72,6 +72,6 @@ public: static bool nameExists( css::uno::Reference <css::sheet::XSpreadsheetDocument>& xSpreadDoc, const OUString & name, SCTAB& nTab ) throw ( css::lang::IllegalArgumentException ); }; -#endif /* SC_VBA_WORKSHEETS_HXX */ +#endif // INCLUDED_SC_SOURCE_UI_VBA_VBAWORKSHEETS_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sc/source/ui/vba/vbawsfunction.hxx b/sc/source/ui/vba/vbawsfunction.hxx index e1027bd3f0e6..1f8094bcd91e 100644 --- a/sc/source/ui/vba/vbawsfunction.hxx +++ b/sc/source/ui/vba/vbawsfunction.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SC_VBA_INTERIOR_HXX -#define SC_VBA_INTERIOR_HXX +#ifndef INCLUDED_SC_SOURCE_UI_VBA_VBAWSFUNCTION_HXX +#define INCLUDED_SC_SOURCE_UI_VBA_VBAWSFUNCTION_HXX #include <ooo/vba/excel/XWorksheetFunction.hpp> #include <com/sun/star/uno/XComponentContext.hpp> |