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
a8c8f92d
Kaydet (Commit)
a8c8f92d
authored
Eyl 15, 2014
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Mark template member fns that are supposed to override as SAL_OVERRIDE
Change-Id: Ifb5798a9f01961dd916857a0dca44a3fd8587ec4
üst
5ac2c503
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
vbahelperinterface.hxx
include/vbahelper/vbahelperinterface.hxx
+6
-6
No files found.
include/vbahelper/vbahelperinterface.hxx
Dosyayı görüntüle @
a8c8f92d
...
@@ -67,13 +67,13 @@ public:
...
@@ -67,13 +67,13 @@ public:
virtual
css
::
uno
::
Sequence
<
OUString
>
getServiceNames
()
=
0
;
virtual
css
::
uno
::
Sequence
<
OUString
>
getServiceNames
()
=
0
;
// XHelperInterface Methods
// XHelperInterface Methods
virtual
::
sal_Int32
SAL_CALL
getCreator
()
throw
(
css
::
script
::
BasicErrorException
,
css
::
uno
::
RuntimeException
)
virtual
::
sal_Int32
SAL_CALL
getCreator
()
throw
(
css
::
script
::
BasicErrorException
,
css
::
uno
::
RuntimeException
)
SAL_OVERRIDE
{
{
return
0x53756E4F
;
return
0x53756E4F
;
}
}
virtual
css
::
uno
::
Reference
<
ov
::
XHelperInterface
>
SAL_CALL
getParent
(
)
throw
(
css
::
script
::
BasicErrorException
,
css
::
uno
::
RuntimeException
)
{
return
mxParent
;
}
virtual
css
::
uno
::
Reference
<
ov
::
XHelperInterface
>
SAL_CALL
getParent
(
)
throw
(
css
::
script
::
BasicErrorException
,
css
::
uno
::
RuntimeException
)
SAL_OVERRIDE
{
return
mxParent
;
}
virtual
css
::
uno
::
Any
SAL_CALL
Application
(
)
throw
(
css
::
script
::
BasicErrorException
,
css
::
uno
::
RuntimeException
)
{
virtual
css
::
uno
::
Any
SAL_CALL
Application
(
)
throw
(
css
::
script
::
BasicErrorException
,
css
::
uno
::
RuntimeException
)
SAL_OVERRIDE
{
// The application could certainly be passed around in the context - seems
// The application could certainly be passed around in the context - seems
// to make sense
// to make sense
css
::
uno
::
Reference
<
css
::
container
::
XNameAccess
>
xNameAccess
(
mxContext
,
css
::
uno
::
UNO_QUERY_THROW
);
css
::
uno
::
Reference
<
css
::
container
::
XNameAccess
>
xNameAccess
(
mxContext
,
css
::
uno
::
UNO_QUERY_THROW
);
...
@@ -81,8 +81,8 @@ public:
...
@@ -81,8 +81,8 @@ public:
}
}
// XServiceInfo Methods
// XServiceInfo Methods
virtual
OUString
SAL_CALL
getImplementationName
(
)
throw
(
css
::
uno
::
RuntimeException
)
{
return
getServiceImplName
();
}
virtual
OUString
SAL_CALL
getImplementationName
(
)
throw
(
css
::
uno
::
RuntimeException
)
SAL_OVERRIDE
{
return
getServiceImplName
();
}
virtual
sal_Bool
SAL_CALL
supportsService
(
const
OUString
&
ServiceName
)
throw
(
css
::
uno
::
RuntimeException
)
virtual
sal_Bool
SAL_CALL
supportsService
(
const
OUString
&
ServiceName
)
throw
(
css
::
uno
::
RuntimeException
)
SAL_OVERRIDE
{
{
css
::
uno
::
Sequence
<
OUString
>
sServices
=
getSupportedServiceNames
();
css
::
uno
::
Sequence
<
OUString
>
sServices
=
getSupportedServiceNames
();
const
OUString
*
pStart
=
sServices
.
getConstArray
();
const
OUString
*
pStart
=
sServices
.
getConstArray
();
...
@@ -92,7 +92,7 @@ public:
...
@@ -92,7 +92,7 @@ public:
return
sal_True
;
return
sal_True
;
return
sal_False
;
return
sal_False
;
}
}
virtual
css
::
uno
::
Sequence
<
OUString
>
SAL_CALL
getSupportedServiceNames
(
)
throw
(
css
::
uno
::
RuntimeException
)
virtual
css
::
uno
::
Sequence
<
OUString
>
SAL_CALL
getSupportedServiceNames
(
)
throw
(
css
::
uno
::
RuntimeException
)
SAL_OVERRIDE
{
{
css
::
uno
::
Sequence
<
OUString
>
aNames
=
getServiceNames
();
css
::
uno
::
Sequence
<
OUString
>
aNames
=
getServiceNames
();
return
aNames
;
return
aNames
;
...
...
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