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
095c493e
Kaydet (Commit)
095c493e
authored
Agu 23, 2011
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
WaE: drop unused ctor argument
üst
0e9d0175
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
5 deletions
+3
-5
vbacontrol.cxx
vbahelper/source/msforms/vbacontrol.cxx
+1
-1
vbamultipage.cxx
vbahelper/source/msforms/vbamultipage.cxx
+1
-2
vbamultipage.hxx
vbahelper/source/msforms/vbamultipage.hxx
+1
-2
No files found.
vbahelper/source/msforms/vbacontrol.cxx
Dosyayı görüntüle @
095c493e
...
...
@@ -581,7 +581,7 @@ void SAL_CALL ScVbaControl::setTabIndex( sal_Int32 /*nTabIndex*/ ) throw (uno::R
else
if
(
xServiceInfo
->
supportsService
(
rtl
::
OUString
(
RTL_CONSTASCII_USTRINGPARAM
(
"com.sun.star.awt.UnoControlScrollBarModel"
)
)
)
)
xVBAControl
.
set
(
new
ScVbaScrollBar
(
xVbaParent
,
xContext
,
xControl
,
xModel
,
xGeoHelper
.
release
()
)
);
else
if
(
xServiceInfo
->
supportsService
(
rtl
::
OUString
(
RTL_CONSTASCII_USTRINGPARAM
(
"com.sun.star.awt.UnoMultiPageModel"
)
)
)
)
xVBAControl
.
set
(
new
ScVbaMultiPage
(
xVbaParent
,
xContext
,
xControl
,
xModel
,
xGeoHelper
.
release
()
,
xDialog
)
);
xVBAControl
.
set
(
new
ScVbaMultiPage
(
xVbaParent
,
xContext
,
xControl
,
xModel
,
xGeoHelper
.
release
()
)
);
else
if
(
xServiceInfo
->
supportsService
(
rtl
::
OUString
(
RTL_CONSTASCII_USTRINGPARAM
(
"com.sun.star.awt.UnoControlSpinButtonModel"
)
)
)
)
xVBAControl
.
set
(
new
ScVbaSpinButton
(
xVbaParent
,
xContext
,
xControl
,
xModel
,
xGeoHelper
.
release
()
)
);
else
if
(
xServiceInfo
->
supportsService
(
rtl
::
OUString
(
RTL_CONSTASCII_USTRINGPARAM
(
"com.sun.star.custom.awt.UnoControlSystemAXContainerModel"
)
)
)
)
...
...
vbahelper/source/msforms/vbamultipage.cxx
Dosyayı görüntüle @
095c493e
...
...
@@ -72,8 +72,7 @@ ScVbaMultiPage::ScVbaMultiPage(
const
uno
::
Reference
<
uno
::
XComponentContext
>&
xContext
,
const
uno
::
Reference
<
uno
::
XInterface
>&
xControl
,
const
uno
::
Reference
<
frame
::
XModel
>&
xModel
,
AbstractGeometryAttributes
*
pGeomHelper
,
const
uno
::
Reference
<
awt
::
XControl
>&
xDialog
)
:
AbstractGeometryAttributes
*
pGeomHelper
)
:
MultiPageImpl_BASE
(
xParent
,
xContext
,
xControl
,
xModel
,
pGeomHelper
)
{
}
...
...
vbahelper/source/msforms/vbamultipage.hxx
Dosyayı görüntüle @
095c493e
...
...
@@ -46,8 +46,7 @@ public:
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
,
const
css
::
uno
::
Reference
<
css
::
awt
::
XControl
>&
xDialog
);
ov
::
AbstractGeometryAttributes
*
pGeomHelper
);
// Attributes
virtual
sal_Int32
SAL_CALL
getValue
()
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