fixincludeguards.sh: vbahelper
Change-Id: Ib744fe11590c3c03b55606fa9746cd7ed522ab2f
This commit is contained in:
@@ -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_BUTTON_HXX
|
||||
#define SC_VBA_BUTTON_HXX
|
||||
#ifndef INCLUDED_VBAHELPER_SOURCE_MSFORMS_VBABUTTON_HXX
|
||||
#define INCLUDED_VBAHELPER_SOURCE_MSFORMS_VBABUTTON_HXX
|
||||
#include <cppuhelper/implbase1.hxx>
|
||||
#include <ooo/vba/msforms/XCommandButton.hpp>
|
||||
|
||||
@@ -50,6 +50,6 @@ public:
|
||||
virtual OUString getServiceImplName();
|
||||
virtual css::uno::Sequence<OUString> getServiceNames();
|
||||
};
|
||||
#endif //SC_VBA_BUTTON_HXX
|
||||
#endif // INCLUDED_VBAHELPER_SOURCE_MSFORMS_VBABUTTON_HXX
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
@@ -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_CHECKBOX_HXX
|
||||
#define SC_VBA_CHECKBOX_HXX
|
||||
#ifndef INCLUDED_VBAHELPER_SOURCE_MSFORMS_VBACHECKBOX_HXX
|
||||
#define INCLUDED_VBAHELPER_SOURCE_MSFORMS_VBACHECKBOX_HXX
|
||||
#include <cppuhelper/implbase2.hxx>
|
||||
#include <ooo/vba/msforms/XCheckBox.hpp>
|
||||
|
||||
@@ -49,6 +49,6 @@ public:
|
||||
virtual css::uno::Sequence<OUString> getServiceNames();
|
||||
};
|
||||
|
||||
#endif //SC_VBA_CHECKBOX_HXX
|
||||
#endif // INCLUDED_VBAHELPER_SOURCE_MSFORMS_VBACHECKBOX_HXX
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
@@ -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_COMBOBOX_HXX
|
||||
#define SC_VBA_COMBOBOX_HXX
|
||||
#ifndef INCLUDED_VBAHELPER_SOURCE_MSFORMS_VBACOMBOBOX_HXX
|
||||
#define INCLUDED_VBAHELPER_SOURCE_MSFORMS_VBACOMBOBOX_HXX
|
||||
#include <cppuhelper/implbase2.hxx>
|
||||
#include <com/sun/star/uno/XComponentContext.hpp>
|
||||
#include <com/sun/star/beans/XPropertySet.hpp>
|
||||
|
@@ -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_CONTROL_HXX
|
||||
#define SC_VBA_CONTROL_HXX
|
||||
#ifndef INCLUDED_VBAHELPER_SOURCE_MSFORMS_VBACONTROL_HXX
|
||||
#define INCLUDED_VBAHELPER_SOURCE_MSFORMS_VBACONTROL_HXX
|
||||
|
||||
#include <cppuhelper/implbase1.hxx>
|
||||
#include <com/sun/star/beans/XPropertySet.hpp>
|
||||
@@ -138,6 +138,6 @@ private:
|
||||
~ScVbaControlFactory();
|
||||
};
|
||||
|
||||
#endif//SC_VBA_CONTROL_HXX
|
||||
#endif // INCLUDED_VBAHELPER_SOURCE_MSFORMS_VBACONTROL_HXX
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
@@ -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_CONTROLS_HXX
|
||||
#define SC_VBA_CONTROLS_HXX
|
||||
#ifndef INCLUDED_VBAHELPER_SOURCE_MSFORMS_VBACONTROLS_HXX
|
||||
#define INCLUDED_VBAHELPER_SOURCE_MSFORMS_VBACONTROLS_HXX
|
||||
|
||||
#include <cppuhelper/implbase1.hxx>
|
||||
#include <ooo/vba/msforms/XControls.hpp>
|
||||
|
@@ -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_FRAME_HXX
|
||||
#define SC_VBA_FRAME_HXX
|
||||
|
||||
#ifndef INCLUDED_VBAHELPER_SOURCE_MSFORMS_VBAFRAME_HXX
|
||||
#define INCLUDED_VBAHELPER_SOURCE_MSFORMS_VBAFRAME_HXX
|
||||
|
||||
#include <cppuhelper/implbase1.hxx>
|
||||
#include <ooo/vba/msforms/XFrame.hpp>
|
||||
|
||||
@@ -55,6 +57,7 @@ public:
|
||||
private:
|
||||
css::uno::Reference< css::awt::XControl > mxDialog;
|
||||
};
|
||||
#endif //SC_VBA_LABEL_HXX
|
||||
|
||||
#endif // INCLUDED_VBAHELPER_SOURCE_MSFORMS_VBAFRAME_HXX
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
@@ -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_IMAGE_HXX
|
||||
#define SC_VBA_IMAGE_HXX
|
||||
#ifndef INCLUDED_VBAHELPER_SOURCE_MSFORMS_VBAIMAGE_HXX
|
||||
#define INCLUDED_VBAHELPER_SOURCE_MSFORMS_VBAIMAGE_HXX
|
||||
#include <cppuhelper/implbase1.hxx>
|
||||
#include <ooo/vba/msforms/XImage.hpp>
|
||||
|
||||
@@ -36,6 +36,6 @@ public:
|
||||
virtual OUString getServiceImplName();
|
||||
virtual css::uno::Sequence<OUString> getServiceNames();
|
||||
};
|
||||
#endif //SC_VBA_IMAGE_HXX
|
||||
#endif // INCLUDED_VBAHELPER_SOURCE_MSFORMS_VBAIMAGE_HXX
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
@@ -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_LABEL_HXX
|
||||
#define SC_VBA_LABEL_HXX
|
||||
#ifndef INCLUDED_VBAHELPER_SOURCE_MSFORMS_VBALABEL_HXX
|
||||
#define INCLUDED_VBAHELPER_SOURCE_MSFORMS_VBALABEL_HXX
|
||||
#include <cppuhelper/implbase1.hxx>
|
||||
#include <ooo/vba/msforms/XLabel.hpp>
|
||||
|
||||
@@ -49,6 +49,6 @@ public:
|
||||
// XDefaultProperty
|
||||
OUString SAL_CALL getDefaultPropertyName( ) throw (css::uno::RuntimeException) { return OUString("Value"); }
|
||||
};
|
||||
#endif //SC_VBA_LABEL_HXX
|
||||
#endif // INCLUDED_VBAHELPER_SOURCE_MSFORMS_VBALABEL_HXX
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
@@ -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_LISTBOX_HXX
|
||||
#define SC_VBA_LISTBOX_HXX
|
||||
#ifndef INCLUDED_VBAHELPER_SOURCE_MSFORMS_VBALISTBOX_HXX
|
||||
#define INCLUDED_VBAHELPER_SOURCE_MSFORMS_VBALISTBOX_HXX
|
||||
#include <cppuhelper/implbase2.hxx>
|
||||
#include <com/sun/star/uno/XComponentContext.hpp>
|
||||
#include <com/sun/star/script/XDefaultProperty.hpp>
|
||||
|
@@ -17,8 +17,8 @@
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
#ifndef SC_VBA_LISTCONTROLHELPER
|
||||
#define SC_VBA_LISTCONTROLHELPER
|
||||
#ifndef INCLUDED_VBAHELPER_SOURCE_MSFORMS_VBALISTCONTROLHELPER_HXX
|
||||
#define INCLUDED_VBAHELPER_SOURCE_MSFORMS_VBALISTCONTROLHELPER_HXX
|
||||
|
||||
#include <vbahelper/vbahelper.hxx>
|
||||
|
||||
@@ -36,6 +36,7 @@ public:
|
||||
virtual css::uno::Any SAL_CALL List( const css::uno::Any& pvargIndex, const css::uno::Any& pvarColumn ) throw (css::uno::RuntimeException);
|
||||
virtual void SAL_CALL Clear( ) throw (css::uno::RuntimeException);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
@@ -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_MULTIPAGE_HXX
|
||||
#define SC_VBA_MULTIPAGE_HXX
|
||||
|
||||
#ifndef INCLUDED_VBAHELPER_SOURCE_MSFORMS_VBAMULTIPAGE_HXX
|
||||
#define INCLUDED_VBAHELPER_SOURCE_MSFORMS_VBAMULTIPAGE_HXX
|
||||
|
||||
#include <cppuhelper/implbase1.hxx>
|
||||
#include <ooo/vba/msforms/XMultiPage.hpp>
|
||||
#include <com/sun/star/container/XIndexAccess.hpp>
|
||||
@@ -49,6 +51,7 @@ public:
|
||||
// XDefaultProperty
|
||||
OUString SAL_CALL getDefaultPropertyName( ) throw (css::uno::RuntimeException) { return OUString("Value"); }
|
||||
};
|
||||
#endif //SC_VBA_LABEL_HXX
|
||||
|
||||
#endif // INCLUDED_VBAHELPER_SOURCE_MSFORMS_VBAMULTIPAGE_HXX
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
@@ -17,8 +17,8 @@
|
||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
#ifndef VBAHELPER_MSFORMS_VBANEWFONT_HXX
|
||||
#define VBAHELPER_MSFORMS_VBANEWFONT_HXX
|
||||
#ifndef INCLUDED_VBAHELPER_SOURCE_MSFORMS_VBANEWFONT_HXX
|
||||
#define INCLUDED_VBAHELPER_SOURCE_MSFORMS_VBANEWFONT_HXX
|
||||
|
||||
#include <ooo/vba/msforms/XNewFont.hpp>
|
||||
#include <vbahelper/vbahelperinterface.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_PAGES_HXX
|
||||
#define SC_VBA_PAGES_HXX
|
||||
#ifndef INCLUDED_VBAHELPER_SOURCE_MSFORMS_VBAPAGES_HXX
|
||||
#define INCLUDED_VBAHELPER_SOURCE_MSFORMS_VBAPAGES_HXX
|
||||
|
||||
#include <ooo/vba/office/MsoShapeType.hpp>
|
||||
#include <com/sun/star/lang/XEventListener.hpp>
|
||||
@@ -45,6 +45,6 @@ public:
|
||||
virtual css::uno::Any createCollectionObject( const css::uno::Any& aSource );
|
||||
|
||||
};
|
||||
#endif//SC_VBA_SHAPE_HXX
|
||||
#endif // INCLUDED_VBAHELPER_SOURCE_MSFORMS_VBAPAGES_HXX
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
@@ -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_PROGRESSBAR_HXX
|
||||
#define SC_VBA_PROGRESSBAR_HXX
|
||||
|
||||
#ifndef INCLUDED_VBAHELPER_SOURCE_MSFORMS_VBAPROGRESSBAR_HXX
|
||||
#define INCLUDED_VBAHELPER_SOURCE_MSFORMS_VBAPROGRESSBAR_HXX
|
||||
|
||||
#include <cppuhelper/implbase1.hxx>
|
||||
#include <ooo/vba/msforms/XProgressBar.hpp>
|
||||
|
||||
@@ -40,6 +42,7 @@ public:
|
||||
// XDefaultProperty
|
||||
OUString SAL_CALL getDefaultPropertyName( ) throw (css::uno::RuntimeException) { return OUString("Value"); }
|
||||
};
|
||||
#endif //SC_VBA_LABEL_HXX
|
||||
|
||||
#endif // INCLUDED_VBAHELPER_SOURCE_MSFORMS_VBAPROGRESSBAR_HXX
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
@@ -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_RADIOBUTTON_HXX
|
||||
#define SC_VBA_RADIOBUTTON_HXX
|
||||
#ifndef INCLUDED_VBAHELPER_SOURCE_MSFORMS_VBARADIOBUTTON_HXX
|
||||
#define INCLUDED_VBAHELPER_SOURCE_MSFORMS_VBARADIOBUTTON_HXX
|
||||
#include <ooo/vba/msforms/XRadioButton.hpp>
|
||||
#include "vbacontrol.hxx"
|
||||
#include <vbahelper/vbahelper.hxx>
|
||||
@@ -42,6 +42,6 @@ public:
|
||||
OUString SAL_CALL getDefaultPropertyName( ) throw (css::uno::RuntimeException) { return OUString("Value"); }
|
||||
|
||||
};
|
||||
#endif //SC_VBA_RADIOBUTTON_HXX
|
||||
#endif // INCLUDED_VBAHELPER_SOURCE_MSFORMS_VBARADIOBUTTON_HXX
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
@@ -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_SCROLLBAR_HXX
|
||||
#define SC_VBA_SCROLLBAR_HXX
|
||||
|
||||
#ifndef INCLUDED_VBAHELPER_SOURCE_MSFORMS_VBASCROLLBAR_HXX
|
||||
#define INCLUDED_VBAHELPER_SOURCE_MSFORMS_VBASCROLLBAR_HXX
|
||||
|
||||
#include <cppuhelper/implbase1.hxx>
|
||||
#include <ooo/vba/msforms/XScrollBar.hpp>
|
||||
|
||||
@@ -47,6 +49,7 @@ public:
|
||||
virtual OUString getServiceImplName();
|
||||
virtual css::uno::Sequence<OUString> getServiceNames();
|
||||
};
|
||||
#endif //SC_VBA_LABEL_HXX
|
||||
|
||||
#endif // INCLUDED_VBAHELPER_SOURCE_MSFORMS_VBASCROLLBAR_HXX
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
@@ -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_SPINBUTTON_HXX
|
||||
#define SC_VBA_SPINBUTTON_HXX
|
||||
#ifndef INCLUDED_VBAHELPER_SOURCE_MSFORMS_VBASPINBUTTON_HXX
|
||||
#define INCLUDED_VBAHELPER_SOURCE_MSFORMS_VBASPINBUTTON_HXX
|
||||
#include <cppuhelper/implbase1.hxx>
|
||||
#include <ooo/vba/msforms/XSpinButton.hpp>
|
||||
|
||||
@@ -42,6 +42,6 @@ public:
|
||||
virtual OUString getServiceImplName();
|
||||
virtual css::uno::Sequence<OUString> getServiceNames();
|
||||
};
|
||||
#endif //SC_VBA_SPINBUTTON_HXX
|
||||
#endif // INCLUDED_VBAHELPER_SOURCE_MSFORMS_VBASPINBUTTON_HXX
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
@@ -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 VBA_SYSTEMAXCONTROL_HXX
|
||||
#define VBA_SYSTEMAXCONTROL_HXX
|
||||
#ifndef INCLUDED_VBAHELPER_SOURCE_MSFORMS_VBASYSTEMAXCONTROL_HXX
|
||||
#define INCLUDED_VBAHELPER_SOURCE_MSFORMS_VBASYSTEMAXCONTROL_HXX
|
||||
|
||||
#include <cppuhelper/implbase1.hxx>
|
||||
#include <com/sun/star/script/XInvocation.hpp>
|
||||
|
@@ -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_TEXTBOX_HXX
|
||||
#define SC_VBA_TEXTBOX_HXX
|
||||
|
||||
#ifndef INCLUDED_VBAHELPER_SOURCE_MSFORMS_VBATEXTBOX_HXX
|
||||
#define INCLUDED_VBAHELPER_SOURCE_MSFORMS_VBATEXTBOX_HXX
|
||||
|
||||
#include <cppuhelper/implbase2.hxx>
|
||||
#include <ooo/vba/msforms/XTextBox.hpp>
|
||||
#include "vbacontrol.hxx"
|
||||
@@ -58,6 +60,7 @@ public:
|
||||
virtual OUString getServiceImplName();
|
||||
virtual css::uno::Sequence<OUString> getServiceNames();
|
||||
};
|
||||
#endif //SC_VBA_TEXTBOX_HXX
|
||||
|
||||
#endif // INCLUDED_VBAHELPER_SOURCE_MSFORMS_VBATEXTBOX_HXX
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
@@ -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_TOGGLEBUTTON_HXX
|
||||
#define SC_VBA_TOGGLEBUTTON_HXX
|
||||
#ifndef INCLUDED_VBAHELPER_SOURCE_MSFORMS_VBATOGGLEBUTTON_HXX
|
||||
#define INCLUDED_VBAHELPER_SOURCE_MSFORMS_VBATOGGLEBUTTON_HXX
|
||||
#include <cppuhelper/implbase2.hxx>
|
||||
#include <ooo/vba/msforms/XToggleButton.hpp>
|
||||
|
||||
@@ -56,6 +56,6 @@ public:
|
||||
// XDefaultProperty
|
||||
OUString SAL_CALL getDefaultPropertyName( ) throw (css::uno::RuntimeException) { return OUString("Value"); }
|
||||
};
|
||||
#endif //SC_VBA_TOGGLEBUTTON_HXX
|
||||
#endif // INCLUDED_VBAHELPER_SOURCE_MSFORMS_VBATOGGLEBUTTON_HXX
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
@@ -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_USERFORM_HXX
|
||||
#define SC_VBA_USERFORM_HXX
|
||||
#ifndef INCLUDED_VBAHELPER_SOURCE_MSFORMS_VBAUSERFORM_HXX
|
||||
#define INCLUDED_VBAHELPER_SOURCE_MSFORMS_VBAUSERFORM_HXX
|
||||
|
||||
#include <cppuhelper/implbase1.hxx>
|
||||
#include <ooo/vba/msforms/XUserForm.hpp>
|
||||
|
@@ -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_XCOLORFORMAT_HXX
|
||||
#define SC_VBA_XCOLORFORMAT_HXX
|
||||
#ifndef INCLUDED_VBAHELPER_SOURCE_VBAHELPER_VBACOLORFORMAT_HXX
|
||||
#define INCLUDED_VBAHELPER_SOURCE_VBAHELPER_VBACOLORFORMAT_HXX
|
||||
|
||||
#include <com/sun/star/drawing/XShape.hpp>
|
||||
#include <ooo/vba/msforms/XColorFormat.hpp>
|
||||
@@ -113,6 +113,6 @@ public:
|
||||
|
||||
};
|
||||
|
||||
#endif//SC_VBA_XCOLORFORMAT_HXX
|
||||
#endif // INCLUDED_VBAHELPER_SOURCE_VBAHELPER_VBACOLORFORMAT_HXX
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
@@ -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_COMMANDBAR_HXX
|
||||
#define SC_VBA_COMMANDBAR_HXX
|
||||
#ifndef INCLUDED_VBAHELPER_SOURCE_VBAHELPER_VBACOMMANDBAR_HXX
|
||||
#define INCLUDED_VBAHELPER_SOURCE_VBAHELPER_VBACOMMANDBAR_HXX
|
||||
|
||||
#include <ooo/vba/XCommandBar.hpp>
|
||||
#include <com/sun/star/ui/XUIConfigurationManager.hpp>
|
||||
@@ -97,6 +97,6 @@ private:
|
||||
sal_Int32 mnType;
|
||||
};
|
||||
|
||||
#endif//SC_VBA_COMMANDBAR_HXX
|
||||
#endif // INCLUDED_VBAHELPER_SOURCE_VBAHELPER_VBACOMMANDBAR_HXX
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
@@ -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_COMMANDBARCONTROL_HXX
|
||||
#define SC_VBA_COMMANDBARCONTROL_HXX
|
||||
#ifndef INCLUDED_VBAHELPER_SOURCE_VBAHELPER_VBACOMMANDBARCONTROL_HXX
|
||||
#define INCLUDED_VBAHELPER_SOURCE_VBAHELPER_VBACOMMANDBARCONTROL_HXX
|
||||
|
||||
#include <ooo/vba/XCommandBarControl.hpp>
|
||||
#include <ooo/vba/XCommandBarPopup.hpp>
|
||||
@@ -103,6 +103,6 @@ public:
|
||||
virtual css::uno::Sequence<OUString> getServiceNames();
|
||||
};
|
||||
|
||||
#endif//SC_VBA_COMMANDBARCONTROL_HXX
|
||||
#endif // INCLUDED_VBAHELPER_SOURCE_VBAHELPER_VBACOMMANDBARCONTROL_HXX
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
@@ -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_COMMANDBARCONTROLS_HXX
|
||||
#define SC_VBA_COMMANDBARCONTROLS_HXX
|
||||
#ifndef INCLUDED_VBAHELPER_SOURCE_VBAHELPER_VBACOMMANDBARCONTROLS_HXX
|
||||
#define INCLUDED_VBAHELPER_SOURCE_VBAHELPER_VBACOMMANDBARCONTROLS_HXX
|
||||
|
||||
#include <ooo/vba/XCommandBarControls.hpp>
|
||||
#include <com/sun/star/awt/XMenu.hpp>
|
||||
@@ -81,6 +81,6 @@ public:
|
||||
virtual css::uno::Sequence<OUString> getServiceNames();
|
||||
};
|
||||
|
||||
#endif//SC_VBA_COMMANDBARCONTROLS_HXX
|
||||
#endif // INCLUDED_VBAHELPER_SOURCE_VBAHELPER_VBACOMMANDBARCONTROLS_HXX
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
@@ -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 VBA_COMMANDBARHELPER_HXX
|
||||
#define VBA_COMMANDBARHELPER_HXX
|
||||
#ifndef INCLUDED_VBAHELPER_SOURCE_VBAHELPER_VBACOMMANDBARHELPER_HXX
|
||||
#define INCLUDED_VBAHELPER_SOURCE_VBAHELPER_VBACOMMANDBARHELPER_HXX
|
||||
|
||||
#include <vbahelper/vbahelperinterface.hxx>
|
||||
#include <com/sun/star/frame/XModel.hpp>
|
||||
@@ -91,6 +91,6 @@ public:
|
||||
static OUString generateCustomURL();
|
||||
};
|
||||
|
||||
#endif //VBA_COMMANDBARHELPER_HXX
|
||||
#endif // INCLUDED_VBAHELPER_SOURCE_VBAHELPER_VBACOMMANDBARHELPER_HXX
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
@@ -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_COMMANDBARS_HXX
|
||||
#define SC_VBA_COMMANDBARS_HXX
|
||||
#ifndef INCLUDED_VBAHELPER_SOURCE_VBAHELPER_VBACOMMANDBARS_HXX
|
||||
#define INCLUDED_VBAHELPER_SOURCE_VBAHELPER_VBACOMMANDBARS_HXX
|
||||
|
||||
#include <ooo/vba/XCommandBar.hpp>
|
||||
#include <ooo/vba/XCommandBars.hpp>
|
||||
@@ -52,6 +52,6 @@ public:
|
||||
virtual css::uno::Sequence<OUString> getServiceNames();
|
||||
};
|
||||
|
||||
#endif//SC_VBA_COMMANDBARS_HXX
|
||||
#endif // INCLUDED_VBAHELPER_SOURCE_VBAHELPER_VBACOMMANDBARS_HXX
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
@@ -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_XFILLFORMAT_HXX
|
||||
#define SC_VBA_XFILLFORMAT_HXX
|
||||
#ifndef INCLUDED_VBAHELPER_SOURCE_VBAHELPER_VBAFILLFORMAT_HXX
|
||||
#define INCLUDED_VBAHELPER_SOURCE_VBAHELPER_VBAFILLFORMAT_HXX
|
||||
|
||||
#include <com/sun/star/drawing/XShape.hpp>
|
||||
#include <com/sun/star/drawing/FillStyle.hpp>
|
||||
@@ -60,6 +60,6 @@ public:
|
||||
|
||||
};
|
||||
|
||||
#endif//SC_VBA_XFILLFORMAT_HXX
|
||||
#endif // INCLUDED_VBAHELPER_SOURCE_VBAHELPER_VBAFILLFORMAT_HXX
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
@@ -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_XLINEFORMAT_HXX
|
||||
#define SC_VBA_XLINEFORMAT_HXX
|
||||
#ifndef INCLUDED_VBAHELPER_SOURCE_VBAHELPER_VBALINEFORMAT_HXX
|
||||
#define INCLUDED_VBAHELPER_SOURCE_VBAHELPER_VBALINEFORMAT_HXX
|
||||
|
||||
#include <com/sun/star/drawing/XShape.hpp>
|
||||
#include <com/sun/star/beans/XPropertySet.hpp>
|
||||
@@ -70,6 +70,6 @@ public:
|
||||
virtual css::uno::Reference< ov::msforms::XColorFormat > SAL_CALL ForeColor() throw (css::uno::RuntimeException);
|
||||
};
|
||||
|
||||
#endif//SC_VBA_XLINEFORMAT_HXX
|
||||
#endif // INCLUDED_VBAHELPER_SOURCE_VBAHELPER_VBALINEFORMAT_HXX
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
@@ -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_PICTUREFORMAT_HXX
|
||||
#define SC_VBA_PICTUREFORMAT_HXX
|
||||
#ifndef INCLUDED_VBAHELPER_SOURCE_VBAHELPER_VBAPICTUREFORMAT_HXX
|
||||
#define INCLUDED_VBAHELPER_SOURCE_VBAHELPER_VBAPICTUREFORMAT_HXX
|
||||
|
||||
#include <com/sun/star/drawing/XShape.hpp>
|
||||
#include <com/sun/star/beans/XPropertySet.hpp>
|
||||
@@ -50,6 +50,6 @@ public:
|
||||
virtual void SAL_CALL IncrementContrast( double increment ) throw (css::uno::RuntimeException);
|
||||
};
|
||||
|
||||
#endif//SC_VBA_PICTUREFORMAT_HXX
|
||||
#endif // INCLUDED_VBAHELPER_SOURCE_VBAHELPER_VBAPICTUREFORMAT_HXX
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
Reference in New Issue
Block a user