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
88a7c524
Kaydet (Commit)
88a7c524
authored
Mar 20, 2012
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
More missing SAL_CALL
üst
e1d52cce
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
vbacombobox.hxx
vbahelper/source/msforms/vbacombobox.hxx
+1
-1
vbaimage.hxx
vbahelper/source/msforms/vbaimage.hxx
+1
-1
vbalabel.hxx
vbahelper/source/msforms/vbalabel.hxx
+1
-1
vbatextbox.hxx
vbahelper/source/msforms/vbatextbox.hxx
+1
-1
No files found.
vbahelper/source/msforms/vbacombobox.hxx
Dosyayı görüntüle @
88a7c524
...
...
@@ -73,7 +73,7 @@ public:
virtual
void
SAL_CALL
setTextAlign
(
sal_Int32
nTextAlign
)
throw
(
css
::
uno
::
RuntimeException
);
virtual
sal_Int32
SAL_CALL
getTextLength
()
throw
(
css
::
uno
::
RuntimeException
);
virtual
css
::
uno
::
Reference
<
ov
::
msforms
::
XNewFont
>
SAL_CALL
getFont
()
throw
(
css
::
uno
::
RuntimeException
);
virtual
sal_Int32
getBackColor
()
throw
(
css
::
uno
::
RuntimeException
);
virtual
sal_Int32
SAL_CALL
getBackColor
()
throw
(
css
::
uno
::
RuntimeException
);
virtual
void
SAL_CALL
setBackColor
(
sal_Int32
nBackColor
)
throw
(
css
::
uno
::
RuntimeException
);
virtual
sal_Bool
SAL_CALL
getAutoSize
()
throw
(
css
::
uno
::
RuntimeException
);
virtual
void
SAL_CALL
setAutoSize
(
sal_Bool
bAutoSize
)
throw
(
css
::
uno
::
RuntimeException
);
...
...
vbahelper/source/msforms/vbaimage.hxx
Dosyayı görüntüle @
88a7c524
...
...
@@ -39,7 +39,7 @@ class ScVbaImage : public ImageImpl_BASE
{
public
:
ScVbaImage
(
const
css
::
uno
::
Reference
<
ov
::
XHelperInterface
>&
xParent
,
const
css
::
uno
::
Reference
<
css
::
uno
::
XComponentContext
>&
xContext
,
const
css
::
uno
::
Reference
<
css
::
uno
::
XInterface
>&
xControl
,
const
css
::
uno
::
Reference
<
css
::
frame
::
XModel
>&
xModel
,
ov
::
AbstractGeometryAttributes
*
pGeomHelper
);
virtual
sal_Int32
getBackColor
()
throw
(
css
::
uno
::
RuntimeException
);
virtual
sal_Int32
SAL_CALL
getBackColor
()
throw
(
css
::
uno
::
RuntimeException
);
virtual
void
SAL_CALL
setBackColor
(
sal_Int32
nBackColor
)
throw
(
css
::
uno
::
RuntimeException
);
//XHelperInterface
virtual
rtl
::
OUString
&
getServiceImplName
();
...
...
vbahelper/source/msforms/vbalabel.hxx
Dosyayı görüntüle @
88a7c524
...
...
@@ -48,7 +48,7 @@ public:
virtual
rtl
::
OUString
SAL_CALL
getAccelerator
()
throw
(
css
::
uno
::
RuntimeException
);
virtual
void
SAL_CALL
setAccelerator
(
const
rtl
::
OUString
&
_accelerator
)
throw
(
css
::
uno
::
RuntimeException
);
virtual
css
::
uno
::
Reference
<
ov
::
msforms
::
XNewFont
>
SAL_CALL
getFont
()
throw
(
css
::
uno
::
RuntimeException
);
virtual
sal_Int32
getBackColor
()
throw
(
css
::
uno
::
RuntimeException
);
virtual
sal_Int32
SAL_CALL
getBackColor
()
throw
(
css
::
uno
::
RuntimeException
);
virtual
void
SAL_CALL
setBackColor
(
sal_Int32
nBackColor
)
throw
(
css
::
uno
::
RuntimeException
);
virtual
sal_Bool
SAL_CALL
getAutoSize
()
throw
(
css
::
uno
::
RuntimeException
);
virtual
void
SAL_CALL
setAutoSize
(
sal_Bool
bAutoSize
)
throw
(
css
::
uno
::
RuntimeException
);
...
...
vbahelper/source/msforms/vbatextbox.hxx
Dosyayı görüntüle @
88a7c524
...
...
@@ -54,7 +54,7 @@ public:
virtual
void
SAL_CALL
setBorderStyle
(
sal_Int32
nBorderStyle
)
throw
(
css
::
uno
::
RuntimeException
);
virtual
sal_Int32
SAL_CALL
getTextLength
()
throw
(
css
::
uno
::
RuntimeException
);
virtual
css
::
uno
::
Reference
<
ov
::
msforms
::
XNewFont
>
SAL_CALL
getFont
()
throw
(
css
::
uno
::
RuntimeException
);
virtual
sal_Int32
getBackColor
()
throw
(
css
::
uno
::
RuntimeException
);
virtual
sal_Int32
SAL_CALL
getBackColor
()
throw
(
css
::
uno
::
RuntimeException
);
virtual
void
SAL_CALL
setBackColor
(
sal_Int32
nBackColor
)
throw
(
css
::
uno
::
RuntimeException
);
virtual
sal_Bool
SAL_CALL
getAutoSize
()
throw
(
css
::
uno
::
RuntimeException
);
virtual
void
SAL_CALL
setAutoSize
(
sal_Bool
bAutoSize
)
throw
(
css
::
uno
::
RuntimeException
);
...
...
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