diff options
32 files changed, 67 insertions, 67 deletions
diff --git a/starmath/inc/ElementsDockingWindow.hxx b/starmath/inc/ElementsDockingWindow.hxx index 5985a0132ce2..e3b1e8fc4c33 100644 --- a/starmath/inc/ElementsDockingWindow.hxx +++ b/starmath/inc/ElementsDockingWindow.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 _ELEMENTSDOCKINGWINDOW_HXX_ -#define _ELEMENTSDOCKINGWINDOW_HXX_ +#ifndef INCLUDED_STARMATH_INC_ELEMENTSDOCKINGWINDOW_HXX +#define INCLUDED_STARMATH_INC_ELEMENTSDOCKINGWINDOW_HXX #include <sfx2/dockwin.hxx> #include <svx/dlgctrl.hxx> diff --git a/starmath/inc/action.hxx b/starmath/inc/action.hxx index 9a89fedf9ac9..b8b62c7b1d24 100644 --- a/starmath/inc/action.hxx +++ b/starmath/inc/action.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 ACTION_HXX -#define ACTION_HXX +#ifndef INCLUDED_STARMATH_INC_ACTION_HXX +#define INCLUDED_STARMATH_INC_ACTION_HXX #include <svl/undo.hxx> #include "format.hxx" diff --git a/starmath/inc/caret.hxx b/starmath/inc/caret.hxx index 2736617999cb..9b482845e0f7 100644 --- a/starmath/inc/caret.hxx +++ b/starmath/inc/caret.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 CARET_H -#define CARET_H +#ifndef INCLUDED_STARMATH_INC_CARET_HXX +#define INCLUDED_STARMATH_INC_CARET_HXX #include "node.hxx" @@ -456,6 +456,6 @@ private: * - Insert the new subtree where the old was taken */ -#endif /* CARET_H */ +#endif // INCLUDED_STARMATH_INC_CARET_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/starmath/inc/config.hxx b/starmath/inc/config.hxx index 901d8502b597..72060b0374f8 100644 --- a/starmath/inc/config.hxx +++ b/starmath/inc/config.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 CONFIG_HXX -#define CONFIG_HXX +#ifndef INCLUDED_STARMATH_INC_CONFIG_HXX +#define INCLUDED_STARMATH_INC_CONFIG_HXX #include <svl/brdcst.hxx> #include <svl/lstner.hxx> diff --git a/starmath/inc/cursor.hxx b/starmath/inc/cursor.hxx index 82c98e43fb1f..8cc88a51213c 100644 --- a/starmath/inc/cursor.hxx +++ b/starmath/inc/cursor.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 SMCURSOR_H -#define SMCURSOR_H +#ifndef INCLUDED_STARMATH_INC_CURSOR_HXX +#define INCLUDED_STARMATH_INC_CURSOR_HXX #include "node.hxx" #include "caret.hxx" @@ -460,6 +460,6 @@ private: }; -#endif /* SMCURSOR_H */ +#endif // INCLUDED_STARMATH_INC_CURSOR_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/starmath/inc/dialog.hxx b/starmath/inc/dialog.hxx index 5f47fc9659f7..423ffed0df89 100644 --- a/starmath/inc/dialog.hxx +++ b/starmath/inc/dialog.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 DIALOG_HXX -#define DIALOG_HXX +#ifndef INCLUDED_STARMATH_INC_DIALOG_HXX +#define INCLUDED_STARMATH_INC_DIALOG_HXX #include <vcl/image.hxx> #include <vcl/dialog.hxx> diff --git a/starmath/inc/document.hxx b/starmath/inc/document.hxx index 778171927b50..9d8c65d9ef5c 100644 --- a/starmath/inc/document.hxx +++ b/starmath/inc/document.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef DOCUMENT_HXX -#define DOCUMENT_HXX +#ifndef INCLUDED_STARMATH_INC_DOCUMENT_HXX +#define INCLUDED_STARMATH_INC_DOCUMENT_HXX #define SMDLL 1 diff --git a/starmath/inc/edit.hxx b/starmath/inc/edit.hxx index a9d9ca465be4..4d684da98314 100644 --- a/starmath/inc/edit.hxx +++ b/starmath/inc/edit.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 EDIT_HXX -#define EDIT_HXX +#ifndef INCLUDED_STARMATH_INC_EDIT_HXX +#define INCLUDED_STARMATH_INC_EDIT_HXX #include <vcl/window.hxx> #include <vcl/timer.hxx> diff --git a/starmath/inc/format.hxx b/starmath/inc/format.hxx index 378cc3de9e85..4db52a8cefc7 100644 --- a/starmath/inc/format.hxx +++ b/starmath/inc/format.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 FORMAT_HXX -#define FORMAT_HXX +#ifndef INCLUDED_STARMATH_INC_FORMAT_HXX +#define INCLUDED_STARMATH_INC_FORMAT_HXX #include <svl/smplhint.hxx> diff --git a/starmath/inc/helpids.h b/starmath/inc/helpids.h index 8ee31c1998c6..785f5e0c6d64 100644 --- a/starmath/inc/helpids.h +++ b/starmath/inc/helpids.h @@ -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 STARMATH_HELPIDS_H -#define STARMATH_HELPIDS_H +#ifndef INCLUDED_STARMATH_INC_HELPIDS_H +#define INCLUDED_STARMATH_INC_HELPIDS_H #define HID_SMA_FONTDIALOG "STARMATH_HID_SMA_FONTDIALOG" #define HID_SMA_DISTANCEDIALOG "STARMATH_HID_SMA_DISTANCEDIALOG" diff --git a/starmath/inc/parse.hxx b/starmath/inc/parse.hxx index f57318d5aa79..996d9148eb35 100644 --- a/starmath/inc/parse.hxx +++ b/starmath/inc/parse.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 PARSE_HXX -#define PARSE_HXX +#ifndef INCLUDED_STARMATH_INC_PARSE_HXX +#define INCLUDED_STARMATH_INC_PARSE_HXX #include <vcl/svapp.hxx> diff --git a/starmath/inc/rect.hxx b/starmath/inc/rect.hxx index 2886a57631e4..07436a544773 100644 --- a/starmath/inc/rect.hxx +++ b/starmath/inc/rect.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef RECT_HXX -#define RECT_HXX +#ifndef INCLUDED_STARMATH_INC_RECT_HXX +#define INCLUDED_STARMATH_INC_RECT_HXX #include <new> diff --git a/starmath/inc/smcommands.h b/starmath/inc/smcommands.h index a0fd0201a062..faa01583b58e 100644 --- a/starmath/inc/smcommands.h +++ b/starmath/inc/smcommands.h @@ -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 SM_SMCOMMANDS_H -#define SM_SMCOMMANDS_H +#ifndef INCLUDED_STARMATH_INC_SMCOMMANDS_H +#define INCLUDED_STARMATH_INC_SMCOMMANDS_H #define CMD_SID_ADJUST ".uno:Adjust" #define CMD_SID_ALIGN ".uno:ChangeAlignment" diff --git a/starmath/inc/smdll.hxx b/starmath/inc/smdll.hxx index ffffbdb8bdb9..034e985974f2 100644 --- a/starmath/inc/smdll.hxx +++ b/starmath/inc/smdll.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 SMDLL_HXX -#define SMDLL_HXX +#ifndef INCLUDED_STARMATH_INC_SMDLL_HXX +#define INCLUDED_STARMATH_INC_SMDLL_HXX namespace SmGlobals { diff --git a/starmath/inc/symbol.hxx b/starmath/inc/symbol.hxx index 615f75266a62..bea8d26685f4 100644 --- a/starmath/inc/symbol.hxx +++ b/starmath/inc/symbol.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef SYMBOL_HXX -#define SYMBOL_HXX +#ifndef INCLUDED_STARMATH_INC_SYMBOL_HXX +#define INCLUDED_STARMATH_INC_SYMBOL_HXX #include <vcl/font.hxx> #include <svl/lstner.hxx> diff --git a/starmath/inc/toolbox.hxx b/starmath/inc/toolbox.hxx index 3f7434fac8c6..19361d8da640 100644 --- a/starmath/inc/toolbox.hxx +++ b/starmath/inc/toolbox.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef TOOLBOX_HXX -#define TOOLBOX_HXX +#ifndef INCLUDED_STARMATH_INC_TOOLBOX_HXX +#define INCLUDED_STARMATH_INC_TOOLBOX_HXX #include <sfx2/basedlgs.hxx> #include <sfx2/childwin.hxx> diff --git a/starmath/inc/types.hxx b/starmath/inc/types.hxx index 712f05a85c0b..ca1f28f782f6 100644 --- a/starmath/inc/types.hxx +++ b/starmath/inc/types.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef TYPES_HXX -#define TYPES_HXX +#ifndef INCLUDED_STARMATH_INC_TYPES_HXX +#define INCLUDED_STARMATH_INC_TYPES_HXX #include <sal/types.h> #define FONTNAME_MATH "OpenSymbol" diff --git a/starmath/inc/unomodel.hxx b/starmath/inc/unomodel.hxx index d5fe5e6f8e7b..be979431c186 100644 --- a/starmath/inc/unomodel.hxx +++ b/starmath/inc/unomodel.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 UNOMODEL_HXX -#define UNOMODEL_HXX +#ifndef INCLUDED_STARMATH_INC_UNOMODEL_HXX +#define INCLUDED_STARMATH_INC_UNOMODEL_HXX #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/beans/XMultiPropertySet.hpp> diff --git a/starmath/inc/utility.hxx b/starmath/inc/utility.hxx index f66ecdf820e8..8218dfe53254 100644 --- a/starmath/inc/utility.hxx +++ b/starmath/inc/utility.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 UTILITY_HXX -#define UTILITY_HXX +#ifndef INCLUDED_STARMATH_INC_UTILITY_HXX +#define INCLUDED_STARMATH_INC_UTILITY_HXX #include <vcl/font.hxx> #include <vcl/fixed.hxx> diff --git a/starmath/inc/view.hxx b/starmath/inc/view.hxx index 60e36fb24037..92973a2e35e5 100644 --- a/starmath/inc/view.hxx +++ b/starmath/inc/view.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 VIEW_HXX -#define VIEW_HXX +#ifndef INCLUDED_STARMATH_INC_VIEW_HXX +#define INCLUDED_STARMATH_INC_VIEW_HXX #include <sfx2/dockwin.hxx> #include <sfx2/viewsh.hxx> diff --git a/starmath/inc/visitors.hxx b/starmath/inc/visitors.hxx index 7d452237f424..5c872cf68911 100644 --- a/starmath/inc/visitors.hxx +++ b/starmath/inc/visitors.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 SMVISITORS_H -#define SMVISITORS_H +#ifndef INCLUDED_STARMATH_INC_VISITORS_HXX +#define INCLUDED_STARMATH_INC_VISITORS_HXX #include "node.hxx" #include "caret.hxx" @@ -487,6 +487,6 @@ private: OUStringBuffer aCmdText; }; -#endif /* SMVISITORS_H */ +#endif // INCLUDED_STARMATH_INC_VISITORS_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/starmath/source/accessibility.hxx b/starmath/source/accessibility.hxx index 736606ebc824..04022753a9c4 100644 --- a/starmath/source/accessibility.hxx +++ b/starmath/source/accessibility.hxx @@ -21,8 +21,8 @@ #pragma hdrstop #endif -#ifndef _ACCESSIBILITY_HXX_ -#define _ACCESSIBILITY_HXX_ +#ifndef INCLUDED_STARMATH_SOURCE_ACCESSIBILITY_HXX +#define INCLUDED_STARMATH_SOURCE_ACCESSIBILITY_HXX #include <com/sun/star/accessibility/XAccessible.hpp> #include <com/sun/star/accessibility/XAccessibleComponent.hpp> diff --git a/starmath/source/cfgitem.hxx b/starmath/source/cfgitem.hxx index 9cbc089e4921..ac95c2188335 100644 --- a/starmath/source/cfgitem.hxx +++ b/starmath/source/cfgitem.hxx @@ -21,8 +21,8 @@ #pragma hdrstop #endif -#ifndef _MATH_CFGITEM_HXX_ -#define _MATH_CFGITEM_HXX_ +#ifndef INCLUDED_STARMATH_SOURCE_CFGITEM_HXX +#define INCLUDED_STARMATH_SOURCE_CFGITEM_HXX #include <deque> #include <vector> diff --git a/starmath/source/eqnolefilehdr.hxx b/starmath/source/eqnolefilehdr.hxx index 0966f6f1857a..dfb2baa6524f 100644 --- a/starmath/source/eqnolefilehdr.hxx +++ b/starmath/source/eqnolefilehdr.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef __EQNOLEFILEHDR_HXX__ -#define __EQNOLEFILEHDR_HXX__ +#ifndef INCLUDED_STARMATH_SOURCE_EQNOLEFILEHDR_HXX +#define INCLUDED_STARMATH_SOURCE_EQNOLEFILEHDR_HXX #include <sal/types.h> #include <sot/storage.hxx> diff --git a/starmath/source/mathmlexport.hxx b/starmath/source/mathmlexport.hxx index 4f97bb403b43..7727fdbd042d 100644 --- a/starmath/source/mathmlexport.hxx +++ b/starmath/source/mathmlexport.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _MATHMLEXPORT_HXX_ -#define _MATHMLEXPORT_HXX_ +#ifndef INCLUDED_STARMATH_SOURCE_MATHMLEXPORT_HXX +#define INCLUDED_STARMATH_SOURCE_MATHMLEXPORT_HXX #include <xmloff/xmlimp.hxx> #include <xmloff/xmlexp.hxx> diff --git a/starmath/source/mathmlimport.hxx b/starmath/source/mathmlimport.hxx index d6bea988a9b3..c0d9e1938576 100644 --- a/starmath/source/mathmlimport.hxx +++ b/starmath/source/mathmlimport.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _MATHMLIMPORT_HXX_ -#define _MATHMLIMPORT_HXX_ +#ifndef INCLUDED_STARMATH_SOURCE_MATHMLIMPORT_HXX +#define INCLUDED_STARMATH_SOURCE_MATHMLIMPORT_HXX #include <xmloff/xmlimp.hxx> #include <xmloff/xmlexp.hxx> diff --git a/starmath/source/mathtype.hxx b/starmath/source/mathtype.hxx index 055b6e022973..332cd27d61cb 100644 --- a/starmath/source/mathtype.hxx +++ b/starmath/source/mathtype.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef MATHTYPE_HXX -#define MATHTYPE_HXX +#ifndef INCLUDED_STARMATH_SOURCE_MATHTYPE_HXX +#define INCLUDED_STARMATH_SOURCE_MATHTYPE_HXX #include "node.hxx" #include "eqnolefilehdr.hxx" diff --git a/starmath/source/ooxmlexport.hxx b/starmath/source/ooxmlexport.hxx index 68fac83d1dde..6e49de845e2d 100644 --- a/starmath/source/ooxmlexport.hxx +++ b/starmath/source/ooxmlexport.hxx @@ -7,8 +7,8 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#ifndef SM_OOXMLEXPORT_HXX -#define SM_OOXMLEXPORT_HXX +#ifndef INCLUDED_STARMATH_SOURCE_OOXMLEXPORT_HXX +#define INCLUDED_STARMATH_SOURCE_OOXMLEXPORT_HXX #include "wordexportbase.hxx" diff --git a/starmath/source/ooxmlimport.hxx b/starmath/source/ooxmlimport.hxx index cd294ec9ec6a..d5392796195b 100644 --- a/starmath/source/ooxmlimport.hxx +++ b/starmath/source/ooxmlimport.hxx @@ -7,8 +7,8 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#ifndef SM_OOXMLIMPORT_HXX -#define SM_OOXMLIMPORT_HXX +#ifndef INCLUDED_STARMATH_SOURCE_OOXMLIMPORT_HXX +#define INCLUDED_STARMATH_SOURCE_OOXMLIMPORT_HXX #include <oox/mathml/importutils.hxx> diff --git a/starmath/source/rtfexport.hxx b/starmath/source/rtfexport.hxx index 9a04bdba95b1..0ffde2ba57ad 100644 --- a/starmath/source/rtfexport.hxx +++ b/starmath/source/rtfexport.hxx @@ -7,8 +7,8 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#ifndef SM_RTFEXPORT_HXX -#define SM_RTFEXPORT_HXX +#ifndef INCLUDED_STARMATH_SOURCE_RTFEXPORT_HXX +#define INCLUDED_STARMATH_SOURCE_RTFEXPORT_HXX #include "wordexportbase.hxx" diff --git a/starmath/source/smdetect.hxx b/starmath/source/smdetect.hxx index 8bd7db94462c..aaddd599bb17 100644 --- a/starmath/source/smdetect.hxx +++ b/starmath/source/smdetect.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _SM_TYPEDETECT_HXX -#define _SM_TYPEDETECT_HXX +#ifndef INCLUDED_STARMATH_SOURCE_SMDETECT_HXX +#define INCLUDED_STARMATH_SOURCE_SMDETECT_HXX #include <rtl/ustring.hxx> #include <osl/diagnose.h> diff --git a/starmath/source/wordexportbase.hxx b/starmath/source/wordexportbase.hxx index 204d9cd8ed25..ee53b12da491 100644 --- a/starmath/source/wordexportbase.hxx +++ b/starmath/source/wordexportbase.hxx @@ -7,8 +7,8 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#ifndef SM_WORDEXPORTBASE_HXX -#define SM_WORDEXPORTBASE_HXX +#ifndef INCLUDED_STARMATH_SOURCE_WORDEXPORTBASE_HXX +#define INCLUDED_STARMATH_SOURCE_WORDEXPORTBASE_HXX #include "node.hxx" |