Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
7484da43
Kaydet (Commit)
7484da43
authored
Eki 23, 2013
tarafından
Thomas Arnhold
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fixincludeguards.sh: vbahelper
Change-Id: Ib744fe11590c3c03b55606fa9746cd7ed522ab2f
üst
a45953ed
Hide whitespace changes
Inline
Side-by-side
Showing
30 changed files
with
99 additions
and
83 deletions
+99
-83
vbabutton.hxx
vbahelper/source/msforms/vbabutton.hxx
+3
-3
vbacheckbox.hxx
vbahelper/source/msforms/vbacheckbox.hxx
+3
-3
vbacombobox.hxx
vbahelper/source/msforms/vbacombobox.hxx
+2
-2
vbacontrol.hxx
vbahelper/source/msforms/vbacontrol.hxx
+3
-3
vbacontrols.hxx
vbahelper/source/msforms/vbacontrols.hxx
+2
-2
vbaframe.hxx
vbahelper/source/msforms/vbaframe.hxx
+6
-3
vbaimage.hxx
vbahelper/source/msforms/vbaimage.hxx
+3
-3
vbalabel.hxx
vbahelper/source/msforms/vbalabel.hxx
+3
-3
vbalistbox.hxx
vbahelper/source/msforms/vbalistbox.hxx
+2
-2
vbalistcontrolhelper.hxx
vbahelper/source/msforms/vbalistcontrolhelper.hxx
+3
-2
vbamultipage.hxx
vbahelper/source/msforms/vbamultipage.hxx
+6
-3
vbanewfont.hxx
vbahelper/source/msforms/vbanewfont.hxx
+2
-2
vbapages.hxx
vbahelper/source/msforms/vbapages.hxx
+3
-3
vbaprogressbar.hxx
vbahelper/source/msforms/vbaprogressbar.hxx
+6
-3
vbaradiobutton.hxx
vbahelper/source/msforms/vbaradiobutton.hxx
+3
-3
vbascrollbar.hxx
vbahelper/source/msforms/vbascrollbar.hxx
+6
-3
vbaspinbutton.hxx
vbahelper/source/msforms/vbaspinbutton.hxx
+3
-3
vbasystemaxcontrol.hxx
vbahelper/source/msforms/vbasystemaxcontrol.hxx
+2
-2
vbatextbox.hxx
vbahelper/source/msforms/vbatextbox.hxx
+6
-3
vbatogglebutton.hxx
vbahelper/source/msforms/vbatogglebutton.hxx
+3
-3
vbauserform.hxx
vbahelper/source/msforms/vbauserform.hxx
+2
-2
vbacolorformat.hxx
vbahelper/source/vbahelper/vbacolorformat.hxx
+3
-3
vbacommandbar.hxx
vbahelper/source/vbahelper/vbacommandbar.hxx
+3
-3
vbacommandbarcontrol.hxx
vbahelper/source/vbahelper/vbacommandbarcontrol.hxx
+3
-3
vbacommandbarcontrols.hxx
vbahelper/source/vbahelper/vbacommandbarcontrols.hxx
+3
-3
vbacommandbarhelper.hxx
vbahelper/source/vbahelper/vbacommandbarhelper.hxx
+3
-3
vbacommandbars.hxx
vbahelper/source/vbahelper/vbacommandbars.hxx
+3
-3
vbafillformat.hxx
vbahelper/source/vbahelper/vbafillformat.hxx
+3
-3
vbalineformat.hxx
vbahelper/source/vbahelper/vbalineformat.hxx
+3
-3
vbapictureformat.hxx
vbahelper/source/vbahelper/vbapictureformat.hxx
+3
-3
No files found.
vbahelper/source/msforms/vbabutton.hxx
Dosyayı görüntüle @
7484da43
...
@@ -16,8 +16,8 @@
...
@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
*/
#ifndef
SC_VBA_
BUTTON_HXX
#ifndef
INCLUDED_VBAHELPER_SOURCE_MSFORMS_VBA
BUTTON_HXX
#define
SC_VBA_
BUTTON_HXX
#define
INCLUDED_VBAHELPER_SOURCE_MSFORMS_VBA
BUTTON_HXX
#include <cppuhelper/implbase1.hxx>
#include <cppuhelper/implbase1.hxx>
#include <ooo/vba/msforms/XCommandButton.hpp>
#include <ooo/vba/msforms/XCommandButton.hpp>
...
@@ -50,6 +50,6 @@ public:
...
@@ -50,6 +50,6 @@ public:
virtual
OUString
getServiceImplName
();
virtual
OUString
getServiceImplName
();
virtual
css
::
uno
::
Sequence
<
OUString
>
getServiceNames
();
virtual
css
::
uno
::
Sequence
<
OUString
>
getServiceNames
();
};
};
#endif //
SC_VBA_
BUTTON_HXX
#endif //
INCLUDED_VBAHELPER_SOURCE_MSFORMS_VBA
BUTTON_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
vbahelper/source/msforms/vbacheckbox.hxx
Dosyayı görüntüle @
7484da43
...
@@ -16,8 +16,8 @@
...
@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
*/
#ifndef
SC_VBA_
CHECKBOX_HXX
#ifndef
INCLUDED_VBAHELPER_SOURCE_MSFORMS_VBA
CHECKBOX_HXX
#define
SC_VBA_
CHECKBOX_HXX
#define
INCLUDED_VBAHELPER_SOURCE_MSFORMS_VBA
CHECKBOX_HXX
#include <cppuhelper/implbase2.hxx>
#include <cppuhelper/implbase2.hxx>
#include <ooo/vba/msforms/XCheckBox.hpp>
#include <ooo/vba/msforms/XCheckBox.hpp>
...
@@ -49,6 +49,6 @@ public:
...
@@ -49,6 +49,6 @@ public:
virtual
css
::
uno
::
Sequence
<
OUString
>
getServiceNames
();
virtual
css
::
uno
::
Sequence
<
OUString
>
getServiceNames
();
};
};
#endif //
SC_VBA_
CHECKBOX_HXX
#endif //
INCLUDED_VBAHELPER_SOURCE_MSFORMS_VBA
CHECKBOX_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
vbahelper/source/msforms/vbacombobox.hxx
Dosyayı görüntüle @
7484da43
...
@@ -16,8 +16,8 @@
...
@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
*/
#ifndef
SC_VBA_
COMBOBOX_HXX
#ifndef
INCLUDED_VBAHELPER_SOURCE_MSFORMS_VBA
COMBOBOX_HXX
#define
SC_VBA_
COMBOBOX_HXX
#define
INCLUDED_VBAHELPER_SOURCE_MSFORMS_VBA
COMBOBOX_HXX
#include <cppuhelper/implbase2.hxx>
#include <cppuhelper/implbase2.hxx>
#include <com/sun/star/uno/XComponentContext.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
...
...
vbahelper/source/msforms/vbacontrol.hxx
Dosyayı görüntüle @
7484da43
...
@@ -16,8 +16,8 @@
...
@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
*/
#ifndef
SC_VBA_
CONTROL_HXX
#ifndef
INCLUDED_VBAHELPER_SOURCE_MSFORMS_VBA
CONTROL_HXX
#define
SC_VBA_
CONTROL_HXX
#define
INCLUDED_VBAHELPER_SOURCE_MSFORMS_VBA
CONTROL_HXX
#include <cppuhelper/implbase1.hxx>
#include <cppuhelper/implbase1.hxx>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
...
@@ -138,6 +138,6 @@ private:
...
@@ -138,6 +138,6 @@ private:
~
ScVbaControlFactory
();
~
ScVbaControlFactory
();
};
};
#endif
//SC_VBA_
CONTROL_HXX
#endif
// INCLUDED_VBAHELPER_SOURCE_MSFORMS_VBA
CONTROL_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
vbahelper/source/msforms/vbacontrols.hxx
Dosyayı görüntüle @
7484da43
...
@@ -16,8 +16,8 @@
...
@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
*/
#ifndef
SC_VBA_
CONTROLS_HXX
#ifndef
INCLUDED_VBAHELPER_SOURCE_MSFORMS_VBA
CONTROLS_HXX
#define
SC_VBA_
CONTROLS_HXX
#define
INCLUDED_VBAHELPER_SOURCE_MSFORMS_VBA
CONTROLS_HXX
#include <cppuhelper/implbase1.hxx>
#include <cppuhelper/implbase1.hxx>
#include <ooo/vba/msforms/XControls.hpp>
#include <ooo/vba/msforms/XControls.hpp>
...
...
vbahelper/source/msforms/vbaframe.hxx
Dosyayı görüntüle @
7484da43
...
@@ -16,8 +16,10 @@
...
@@ -16,8 +16,10 @@
* except in compliance with the License. You may obtain a copy of
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* 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 <cppuhelper/implbase1.hxx>
#include <ooo/vba/msforms/XFrame.hpp>
#include <ooo/vba/msforms/XFrame.hpp>
...
@@ -55,6 +57,7 @@ public:
...
@@ -55,6 +57,7 @@ public:
private
:
private
:
css
::
uno
::
Reference
<
css
::
awt
::
XControl
>
mxDialog
;
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: */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
vbahelper/source/msforms/vbaimage.hxx
Dosyayı görüntüle @
7484da43
...
@@ -16,8 +16,8 @@
...
@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
*/
#ifndef
SC_VBA_
IMAGE_HXX
#ifndef
INCLUDED_VBAHELPER_SOURCE_MSFORMS_VBA
IMAGE_HXX
#define
SC_VBA_
IMAGE_HXX
#define
INCLUDED_VBAHELPER_SOURCE_MSFORMS_VBA
IMAGE_HXX
#include <cppuhelper/implbase1.hxx>
#include <cppuhelper/implbase1.hxx>
#include <ooo/vba/msforms/XImage.hpp>
#include <ooo/vba/msforms/XImage.hpp>
...
@@ -36,6 +36,6 @@ public:
...
@@ -36,6 +36,6 @@ public:
virtual
OUString
getServiceImplName
();
virtual
OUString
getServiceImplName
();
virtual
css
::
uno
::
Sequence
<
OUString
>
getServiceNames
();
virtual
css
::
uno
::
Sequence
<
OUString
>
getServiceNames
();
};
};
#endif //
SC_VBA_
IMAGE_HXX
#endif //
INCLUDED_VBAHELPER_SOURCE_MSFORMS_VBA
IMAGE_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
vbahelper/source/msforms/vbalabel.hxx
Dosyayı görüntüle @
7484da43
...
@@ -16,8 +16,8 @@
...
@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
*/
#ifndef
SC_VBA_
LABEL_HXX
#ifndef
INCLUDED_VBAHELPER_SOURCE_MSFORMS_VBA
LABEL_HXX
#define
SC_VBA_
LABEL_HXX
#define
INCLUDED_VBAHELPER_SOURCE_MSFORMS_VBA
LABEL_HXX
#include <cppuhelper/implbase1.hxx>
#include <cppuhelper/implbase1.hxx>
#include <ooo/vba/msforms/XLabel.hpp>
#include <ooo/vba/msforms/XLabel.hpp>
...
@@ -49,6 +49,6 @@ public:
...
@@ -49,6 +49,6 @@ public:
// XDefaultProperty
// XDefaultProperty
OUString
SAL_CALL
getDefaultPropertyName
(
)
throw
(
css
::
uno
::
RuntimeException
)
{
return
OUString
(
"Value"
);
}
OUString
SAL_CALL
getDefaultPropertyName
(
)
throw
(
css
::
uno
::
RuntimeException
)
{
return
OUString
(
"Value"
);
}
};
};
#endif //
SC_VBA_
LABEL_HXX
#endif //
INCLUDED_VBAHELPER_SOURCE_MSFORMS_VBA
LABEL_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
vbahelper/source/msforms/vbalistbox.hxx
Dosyayı görüntüle @
7484da43
...
@@ -16,8 +16,8 @@
...
@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
*/
#ifndef
SC_VBA_
LISTBOX_HXX
#ifndef
INCLUDED_VBAHELPER_SOURCE_MSFORMS_VBA
LISTBOX_HXX
#define
SC_VBA_
LISTBOX_HXX
#define
INCLUDED_VBAHELPER_SOURCE_MSFORMS_VBA
LISTBOX_HXX
#include <cppuhelper/implbase2.hxx>
#include <cppuhelper/implbase2.hxx>
#include <com/sun/star/uno/XComponentContext.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
#include <com/sun/star/script/XDefaultProperty.hpp>
#include <com/sun/star/script/XDefaultProperty.hpp>
...
...
vbahelper/source/msforms/vbalistcontrolhelper.hxx
Dosyayı görüntüle @
7484da43
...
@@ -17,8 +17,8 @@
...
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
*/
#ifndef
SC_VBA_LISTCONTROLHELPER
#ifndef
INCLUDED_VBAHELPER_SOURCE_MSFORMS_VBALISTCONTROLHELPER_HXX
#define
SC_VBA_LISTCONTROLHELPER
#define
INCLUDED_VBAHELPER_SOURCE_MSFORMS_VBALISTCONTROLHELPER_HXX
#include <vbahelper/vbahelper.hxx>
#include <vbahelper/vbahelper.hxx>
...
@@ -36,6 +36,7 @@ public:
...
@@ -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
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
);
virtual
void
SAL_CALL
Clear
(
)
throw
(
css
::
uno
::
RuntimeException
);
};
};
#endif
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
vbahelper/source/msforms/vbamultipage.hxx
Dosyayı görüntüle @
7484da43
...
@@ -16,8 +16,10 @@
...
@@ -16,8 +16,10 @@
* except in compliance with the License. You may obtain a copy of
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* 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 <cppuhelper/implbase1.hxx>
#include <ooo/vba/msforms/XMultiPage.hpp>
#include <ooo/vba/msforms/XMultiPage.hpp>
#include <com/sun/star/container/XIndexAccess.hpp>
#include <com/sun/star/container/XIndexAccess.hpp>
...
@@ -49,6 +51,7 @@ public:
...
@@ -49,6 +51,7 @@ public:
// XDefaultProperty
// XDefaultProperty
OUString
SAL_CALL
getDefaultPropertyName
(
)
throw
(
css
::
uno
::
RuntimeException
)
{
return
OUString
(
"Value"
);
}
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: */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
vbahelper/source/msforms/vbanewfont.hxx
Dosyayı görüntüle @
7484da43
...
@@ -17,8 +17,8 @@
...
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
*/
#ifndef
VBAHELPER
_MSFORMS_VBANEWFONT_HXX
#ifndef
INCLUDED_VBAHELPER_SOURCE
_MSFORMS_VBANEWFONT_HXX
#define
VBAHELPER
_MSFORMS_VBANEWFONT_HXX
#define
INCLUDED_VBAHELPER_SOURCE
_MSFORMS_VBANEWFONT_HXX
#include <ooo/vba/msforms/XNewFont.hpp>
#include <ooo/vba/msforms/XNewFont.hpp>
#include <vbahelper/vbahelperinterface.hxx>
#include <vbahelper/vbahelperinterface.hxx>
...
...
vbahelper/source/msforms/vbapages.hxx
Dosyayı görüntüle @
7484da43
...
@@ -16,8 +16,8 @@
...
@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
*/
#ifndef
SC_VBA_
PAGES_HXX
#ifndef
INCLUDED_VBAHELPER_SOURCE_MSFORMS_VBA
PAGES_HXX
#define
SC_VBA_
PAGES_HXX
#define
INCLUDED_VBAHELPER_SOURCE_MSFORMS_VBA
PAGES_HXX
#include <ooo/vba/office/MsoShapeType.hpp>
#include <ooo/vba/office/MsoShapeType.hpp>
#include <com/sun/star/lang/XEventListener.hpp>
#include <com/sun/star/lang/XEventListener.hpp>
...
@@ -45,6 +45,6 @@ public:
...
@@ -45,6 +45,6 @@ public:
virtual
css
::
uno
::
Any
createCollectionObject
(
const
css
::
uno
::
Any
&
aSource
);
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: */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
vbahelper/source/msforms/vbaprogressbar.hxx
Dosyayı görüntüle @
7484da43
...
@@ -16,8 +16,10 @@
...
@@ -16,8 +16,10 @@
* except in compliance with the License. You may obtain a copy of
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* 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 <cppuhelper/implbase1.hxx>
#include <ooo/vba/msforms/XProgressBar.hpp>
#include <ooo/vba/msforms/XProgressBar.hpp>
...
@@ -40,6 +42,7 @@ public:
...
@@ -40,6 +42,7 @@ public:
// XDefaultProperty
// XDefaultProperty
OUString
SAL_CALL
getDefaultPropertyName
(
)
throw
(
css
::
uno
::
RuntimeException
)
{
return
OUString
(
"Value"
);
}
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: */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
vbahelper/source/msforms/vbaradiobutton.hxx
Dosyayı görüntüle @
7484da43
...
@@ -16,8 +16,8 @@
...
@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
*/
#ifndef
SC_VBA_
RADIOBUTTON_HXX
#ifndef
INCLUDED_VBAHELPER_SOURCE_MSFORMS_VBA
RADIOBUTTON_HXX
#define
SC_VBA_
RADIOBUTTON_HXX
#define
INCLUDED_VBAHELPER_SOURCE_MSFORMS_VBA
RADIOBUTTON_HXX
#include <ooo/vba/msforms/XRadioButton.hpp>
#include <ooo/vba/msforms/XRadioButton.hpp>
#include "vbacontrol.hxx"
#include "vbacontrol.hxx"
#include <vbahelper/vbahelper.hxx>
#include <vbahelper/vbahelper.hxx>
...
@@ -42,6 +42,6 @@ public:
...
@@ -42,6 +42,6 @@ public:
OUString
SAL_CALL
getDefaultPropertyName
(
)
throw
(
css
::
uno
::
RuntimeException
)
{
return
OUString
(
"Value"
);
}
OUString
SAL_CALL
getDefaultPropertyName
(
)
throw
(
css
::
uno
::
RuntimeException
)
{
return
OUString
(
"Value"
);
}
};
};
#endif //
SC_VBA_
RADIOBUTTON_HXX
#endif //
INCLUDED_VBAHELPER_SOURCE_MSFORMS_VBA
RADIOBUTTON_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
vbahelper/source/msforms/vbascrollbar.hxx
Dosyayı görüntüle @
7484da43
...
@@ -16,8 +16,10 @@
...
@@ -16,8 +16,10 @@
* except in compliance with the License. You may obtain a copy of
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* 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 <cppuhelper/implbase1.hxx>
#include <ooo/vba/msforms/XScrollBar.hpp>
#include <ooo/vba/msforms/XScrollBar.hpp>
...
@@ -47,6 +49,7 @@ public:
...
@@ -47,6 +49,7 @@ public:
virtual
OUString
getServiceImplName
();
virtual
OUString
getServiceImplName
();
virtual
css
::
uno
::
Sequence
<
OUString
>
getServiceNames
();
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: */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
vbahelper/source/msforms/vbaspinbutton.hxx
Dosyayı görüntüle @
7484da43
...
@@ -16,8 +16,8 @@
...
@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
*/
#ifndef
SC_VBA_
SPINBUTTON_HXX
#ifndef
INCLUDED_VBAHELPER_SOURCE_MSFORMS_VBA
SPINBUTTON_HXX
#define
SC_VBA_
SPINBUTTON_HXX
#define
INCLUDED_VBAHELPER_SOURCE_MSFORMS_VBA
SPINBUTTON_HXX
#include <cppuhelper/implbase1.hxx>
#include <cppuhelper/implbase1.hxx>
#include <ooo/vba/msforms/XSpinButton.hpp>
#include <ooo/vba/msforms/XSpinButton.hpp>
...
@@ -42,6 +42,6 @@ public:
...
@@ -42,6 +42,6 @@ public:
virtual
OUString
getServiceImplName
();
virtual
OUString
getServiceImplName
();
virtual
css
::
uno
::
Sequence
<
OUString
>
getServiceNames
();
virtual
css
::
uno
::
Sequence
<
OUString
>
getServiceNames
();
};
};
#endif //
SC_VBA_
SPINBUTTON_HXX
#endif //
INCLUDED_VBAHELPER_SOURCE_MSFORMS_VBA
SPINBUTTON_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
vbahelper/source/msforms/vbasystemaxcontrol.hxx
Dosyayı görüntüle @
7484da43
...
@@ -16,8 +16,8 @@
...
@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
*/
#ifndef
VBA_
SYSTEMAXCONTROL_HXX
#ifndef
INCLUDED_VBAHELPER_SOURCE_MSFORMS_VBA
SYSTEMAXCONTROL_HXX
#define
VBA_
SYSTEMAXCONTROL_HXX
#define
INCLUDED_VBAHELPER_SOURCE_MSFORMS_VBA
SYSTEMAXCONTROL_HXX
#include <cppuhelper/implbase1.hxx>
#include <cppuhelper/implbase1.hxx>
#include <com/sun/star/script/XInvocation.hpp>
#include <com/sun/star/script/XInvocation.hpp>
...
...
vbahelper/source/msforms/vbatextbox.hxx
Dosyayı görüntüle @
7484da43
...
@@ -16,8 +16,10 @@
...
@@ -16,8 +16,10 @@
* except in compliance with the License. You may obtain a copy of
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* 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 <cppuhelper/implbase2.hxx>
#include <ooo/vba/msforms/XTextBox.hpp>
#include <ooo/vba/msforms/XTextBox.hpp>
#include "vbacontrol.hxx"
#include "vbacontrol.hxx"
...
@@ -58,6 +60,7 @@ public:
...
@@ -58,6 +60,7 @@ public:
virtual
OUString
getServiceImplName
();
virtual
OUString
getServiceImplName
();
virtual
css
::
uno
::
Sequence
<
OUString
>
getServiceNames
();
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: */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
vbahelper/source/msforms/vbatogglebutton.hxx
Dosyayı görüntüle @
7484da43
...
@@ -16,8 +16,8 @@
...
@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
*/
#ifndef
SC_VBA_
TOGGLEBUTTON_HXX
#ifndef
INCLUDED_VBAHELPER_SOURCE_MSFORMS_VBA
TOGGLEBUTTON_HXX
#define
SC_VBA_
TOGGLEBUTTON_HXX
#define
INCLUDED_VBAHELPER_SOURCE_MSFORMS_VBA
TOGGLEBUTTON_HXX
#include <cppuhelper/implbase2.hxx>
#include <cppuhelper/implbase2.hxx>
#include <ooo/vba/msforms/XToggleButton.hpp>
#include <ooo/vba/msforms/XToggleButton.hpp>
...
@@ -56,6 +56,6 @@ public:
...
@@ -56,6 +56,6 @@ public:
// XDefaultProperty
// XDefaultProperty
OUString
SAL_CALL
getDefaultPropertyName
(
)
throw
(
css
::
uno
::
RuntimeException
)
{
return
OUString
(
"Value"
);
}
OUString
SAL_CALL
getDefaultPropertyName
(
)
throw
(
css
::
uno
::
RuntimeException
)
{
return
OUString
(
"Value"
);
}
};
};
#endif //
SC_VBA_
TOGGLEBUTTON_HXX
#endif //
INCLUDED_VBAHELPER_SOURCE_MSFORMS_VBA
TOGGLEBUTTON_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
vbahelper/source/msforms/vbauserform.hxx
Dosyayı görüntüle @
7484da43
...
@@ -16,8 +16,8 @@
...
@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
*/
#ifndef
SC_VBA_
USERFORM_HXX
#ifndef
INCLUDED_VBAHELPER_SOURCE_MSFORMS_VBA
USERFORM_HXX
#define
SC_VBA_
USERFORM_HXX
#define
INCLUDED_VBAHELPER_SOURCE_MSFORMS_VBA
USERFORM_HXX
#include <cppuhelper/implbase1.hxx>
#include <cppuhelper/implbase1.hxx>
#include <ooo/vba/msforms/XUserForm.hpp>
#include <ooo/vba/msforms/XUserForm.hpp>
...
...
vbahelper/source/vbahelper/vbacolorformat.hxx
Dosyayı görüntüle @
7484da43
...
@@ -16,8 +16,8 @@
...
@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
*/
#ifndef
SC_VBA_X
COLORFORMAT_HXX
#ifndef
INCLUDED_VBAHELPER_SOURCE_VBAHELPER_VBA
COLORFORMAT_HXX
#define
SC_VBA_X
COLORFORMAT_HXX
#define
INCLUDED_VBAHELPER_SOURCE_VBAHELPER_VBA
COLORFORMAT_HXX
#include <com/sun/star/drawing/XShape.hpp>
#include <com/sun/star/drawing/XShape.hpp>
#include <ooo/vba/msforms/XColorFormat.hpp>
#include <ooo/vba/msforms/XColorFormat.hpp>
...
@@ -113,6 +113,6 @@ public:
...
@@ -113,6 +113,6 @@ public:
};
};
#endif
//SC_VBA_X
COLORFORMAT_HXX
#endif
// INCLUDED_VBAHELPER_SOURCE_VBAHELPER_VBA
COLORFORMAT_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
vbahelper/source/vbahelper/vbacommandbar.hxx
Dosyayı görüntüle @
7484da43
...
@@ -16,8 +16,8 @@
...
@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
*/
#ifndef
SC_VBA_
COMMANDBAR_HXX
#ifndef
INCLUDED_VBAHELPER_SOURCE_VBAHELPER_VBA
COMMANDBAR_HXX
#define
SC_VBA_
COMMANDBAR_HXX
#define
INCLUDED_VBAHELPER_SOURCE_VBAHELPER_VBA
COMMANDBAR_HXX
#include <ooo/vba/XCommandBar.hpp>
#include <ooo/vba/XCommandBar.hpp>
#include <com/sun/star/ui/XUIConfigurationManager.hpp>
#include <com/sun/star/ui/XUIConfigurationManager.hpp>
...
@@ -97,6 +97,6 @@ private:
...
@@ -97,6 +97,6 @@ private:
sal_Int32
mnType
;
sal_Int32
mnType
;
};
};
#endif
//SC_VBA_
COMMANDBAR_HXX
#endif
// INCLUDED_VBAHELPER_SOURCE_VBAHELPER_VBA
COMMANDBAR_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
vbahelper/source/vbahelper/vbacommandbarcontrol.hxx
Dosyayı görüntüle @
7484da43
...
@@ -16,8 +16,8 @@
...
@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
*/
#ifndef
SC_VBA_
COMMANDBARCONTROL_HXX
#ifndef
INCLUDED_VBAHELPER_SOURCE_VBAHELPER_VBA
COMMANDBARCONTROL_HXX
#define
SC_VBA_
COMMANDBARCONTROL_HXX
#define
INCLUDED_VBAHELPER_SOURCE_VBAHELPER_VBA
COMMANDBARCONTROL_HXX
#include <ooo/vba/XCommandBarControl.hpp>
#include <ooo/vba/XCommandBarControl.hpp>
#include <ooo/vba/XCommandBarPopup.hpp>
#include <ooo/vba/XCommandBarPopup.hpp>
...
@@ -103,6 +103,6 @@ public:
...
@@ -103,6 +103,6 @@ public:
virtual
css
::
uno
::
Sequence
<
OUString
>
getServiceNames
();
virtual
css
::
uno
::
Sequence
<
OUString
>
getServiceNames
();
};
};
#endif
//SC_VBA_
COMMANDBARCONTROL_HXX
#endif
// INCLUDED_VBAHELPER_SOURCE_VBAHELPER_VBA
COMMANDBARCONTROL_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
vbahelper/source/vbahelper/vbacommandbarcontrols.hxx
Dosyayı görüntüle @
7484da43
...
@@ -16,8 +16,8 @@
...
@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
*/
#ifndef
SC_VBA_
COMMANDBARCONTROLS_HXX
#ifndef
INCLUDED_VBAHELPER_SOURCE_VBAHELPER_VBA
COMMANDBARCONTROLS_HXX
#define
SC_VBA_
COMMANDBARCONTROLS_HXX
#define
INCLUDED_VBAHELPER_SOURCE_VBAHELPER_VBA
COMMANDBARCONTROLS_HXX
#include <ooo/vba/XCommandBarControls.hpp>
#include <ooo/vba/XCommandBarControls.hpp>
#include <com/sun/star/awt/XMenu.hpp>
#include <com/sun/star/awt/XMenu.hpp>
...
@@ -81,6 +81,6 @@ public:
...
@@ -81,6 +81,6 @@ public:
virtual
css
::
uno
::
Sequence
<
OUString
>
getServiceNames
();
virtual
css
::
uno
::
Sequence
<
OUString
>
getServiceNames
();
};
};
#endif
//SC_VBA_
COMMANDBARCONTROLS_HXX
#endif
// INCLUDED_VBAHELPER_SOURCE_VBAHELPER_VBA
COMMANDBARCONTROLS_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
vbahelper/source/vbahelper/vbacommandbarhelper.hxx
Dosyayı görüntüle @
7484da43
...
@@ -16,8 +16,8 @@
...
@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
*/
#ifndef
VBA_
COMMANDBARHELPER_HXX
#ifndef
INCLUDED_VBAHELPER_SOURCE_VBAHELPER_VBA
COMMANDBARHELPER_HXX
#define
VBA_
COMMANDBARHELPER_HXX
#define
INCLUDED_VBAHELPER_SOURCE_VBAHELPER_VBA
COMMANDBARHELPER_HXX
#include <vbahelper/vbahelperinterface.hxx>
#include <vbahelper/vbahelperinterface.hxx>
#include <com/sun/star/frame/XModel.hpp>
#include <com/sun/star/frame/XModel.hpp>
...
@@ -91,6 +91,6 @@ public:
...
@@ -91,6 +91,6 @@ public:
static
OUString
generateCustomURL
();
static
OUString
generateCustomURL
();
};
};
#endif //
VBA_
COMMANDBARHELPER_HXX
#endif //
INCLUDED_VBAHELPER_SOURCE_VBAHELPER_VBA
COMMANDBARHELPER_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
vbahelper/source/vbahelper/vbacommandbars.hxx
Dosyayı görüntüle @
7484da43
...
@@ -16,8 +16,8 @@
...
@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
*/
#ifndef
SC_VBA_
COMMANDBARS_HXX
#ifndef
INCLUDED_VBAHELPER_SOURCE_VBAHELPER_VBA
COMMANDBARS_HXX
#define
SC_VBA_
COMMANDBARS_HXX
#define
INCLUDED_VBAHELPER_SOURCE_VBAHELPER_VBA
COMMANDBARS_HXX
#include <ooo/vba/XCommandBar.hpp>
#include <ooo/vba/XCommandBar.hpp>
#include <ooo/vba/XCommandBars.hpp>
#include <ooo/vba/XCommandBars.hpp>
...
@@ -52,6 +52,6 @@ public:
...
@@ -52,6 +52,6 @@ public:
virtual
css
::
uno
::
Sequence
<
OUString
>
getServiceNames
();
virtual
css
::
uno
::
Sequence
<
OUString
>
getServiceNames
();
};
};
#endif
//SC_VBA_
COMMANDBARS_HXX
#endif
// INCLUDED_VBAHELPER_SOURCE_VBAHELPER_VBA
COMMANDBARS_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
vbahelper/source/vbahelper/vbafillformat.hxx
Dosyayı görüntüle @
7484da43
...
@@ -16,8 +16,8 @@
...
@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
*/
#ifndef
SC_VBA_X
FILLFORMAT_HXX
#ifndef
INCLUDED_VBAHELPER_SOURCE_VBAHELPER_VBA
FILLFORMAT_HXX
#define
SC_VBA_X
FILLFORMAT_HXX
#define
INCLUDED_VBAHELPER_SOURCE_VBAHELPER_VBA
FILLFORMAT_HXX
#include <com/sun/star/drawing/XShape.hpp>
#include <com/sun/star/drawing/XShape.hpp>
#include <com/sun/star/drawing/FillStyle.hpp>
#include <com/sun/star/drawing/FillStyle.hpp>
...
@@ -60,6 +60,6 @@ public:
...
@@ -60,6 +60,6 @@ public:
};
};
#endif
//SC_VBA_X
FILLFORMAT_HXX
#endif
// INCLUDED_VBAHELPER_SOURCE_VBAHELPER_VBA
FILLFORMAT_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
vbahelper/source/vbahelper/vbalineformat.hxx
Dosyayı görüntüle @
7484da43
...
@@ -16,8 +16,8 @@
...
@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
*/
#ifndef
SC_VBA_X
LINEFORMAT_HXX
#ifndef
INCLUDED_VBAHELPER_SOURCE_VBAHELPER_VBA
LINEFORMAT_HXX
#define
SC_VBA_X
LINEFORMAT_HXX
#define
INCLUDED_VBAHELPER_SOURCE_VBAHELPER_VBA
LINEFORMAT_HXX
#include <com/sun/star/drawing/XShape.hpp>
#include <com/sun/star/drawing/XShape.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
...
@@ -70,6 +70,6 @@ public:
...
@@ -70,6 +70,6 @@ public:
virtual
css
::
uno
::
Reference
<
ov
::
msforms
::
XColorFormat
>
SAL_CALL
ForeColor
()
throw
(
css
::
uno
::
RuntimeException
);
virtual
css
::
uno
::
Reference
<
ov
::
msforms
::
XColorFormat
>
SAL_CALL
ForeColor
()
throw
(
css
::
uno
::
RuntimeException
);
};
};
#endif
//SC_VBA_X
LINEFORMAT_HXX
#endif
// INCLUDED_VBAHELPER_SOURCE_VBAHELPER_VBA
LINEFORMAT_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
vbahelper/source/vbahelper/vbapictureformat.hxx
Dosyayı görüntüle @
7484da43
...
@@ -16,8 +16,8 @@
...
@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
*/
#ifndef
SC_VBA_
PICTUREFORMAT_HXX
#ifndef
INCLUDED_VBAHELPER_SOURCE_VBAHELPER_VBA
PICTUREFORMAT_HXX
#define
SC_VBA_
PICTUREFORMAT_HXX
#define
INCLUDED_VBAHELPER_SOURCE_VBAHELPER_VBA
PICTUREFORMAT_HXX
#include <com/sun/star/drawing/XShape.hpp>
#include <com/sun/star/drawing/XShape.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
...
@@ -50,6 +50,6 @@ public:
...
@@ -50,6 +50,6 @@ public:
virtual
void
SAL_CALL
IncrementContrast
(
double
increment
)
throw
(
css
::
uno
::
RuntimeException
);
virtual
void
SAL_CALL
IncrementContrast
(
double
increment
)
throw
(
css
::
uno
::
RuntimeException
);
};
};
#endif
//SC_VBA_
PICTUREFORMAT_HXX
#endif
// INCLUDED_VBAHELPER_SOURCE_VBAHELPER_VBA
PICTUREFORMAT_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment