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
82708089
Kaydet (Commit)
82708089
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: If940dcf7f7d2144576b4ae55578b8b7bd113295b
üst
7480948d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
namedcollection.hxx
forms/source/xforms/namedcollection.hxx
+5
-5
No files found.
forms/source/xforms/namedcollection.hxx
Dosyayı görüntüle @
82708089
...
...
@@ -92,13 +92,13 @@ public:
// XElementAccess
virtual
typename
Collection
<
T
>::
Type_t
SAL_CALL
getElementType
()
throw
(
typename
Collection
<
T
>::
RuntimeException_t
)
throw
(
typename
Collection
<
T
>::
RuntimeException_t
)
SAL_OVERRIDE
{
return
Collection
<
T
>::
getElementType
();
}
virtual
sal_Bool
SAL_CALL
hasElements
()
throw
(
typename
Collection
<
T
>::
RuntimeException_t
)
throw
(
typename
Collection
<
T
>::
RuntimeException_t
)
SAL_OVERRIDE
{
return
Collection
<
T
>::
hasElements
();
}
...
...
@@ -108,7 +108,7 @@ public:
const
OUString
&
aName
)
throw
(
typename
Collection
<
T
>::
NoSuchElementException_t
,
typename
Collection
<
T
>::
WrappedTargetException_t
,
typename
Collection
<
T
>::
RuntimeException_t
)
typename
Collection
<
T
>::
RuntimeException_t
)
SAL_OVERRIDE
{
if
(
hasItem
(
aName
)
)
return
com
::
sun
::
star
::
uno
::
makeAny
(
getItem
(
aName
)
);
...
...
@@ -118,14 +118,14 @@ public:
}
virtual
Names_t
SAL_CALL
getElementNames
()
throw
(
typename
Collection
<
T
>::
RuntimeException_t
)
throw
(
typename
Collection
<
T
>::
RuntimeException_t
)
SAL_OVERRIDE
{
return
getNames
();
}
virtual
sal_Bool
SAL_CALL
hasByName
(
const
OUString
&
aName
)
throw
(
typename
Collection
<
T
>::
RuntimeException_t
)
throw
(
typename
Collection
<
T
>::
RuntimeException_t
)
SAL_OVERRIDE
{
return
hasItem
(
aName
)
?
sal_True
:
sal_False
;
}
...
...
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