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
d59ba6ac
Kaydet (Commit)
d59ba6ac
authored
Mar 05, 2015
tarafından
Andras Timar
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Typos
Change-Id: I33a740af4ccbcaa9ed4e3ffd79c4f8cda9b37dc4
üst
9e8564af
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
12 deletions
+12
-12
sequenceashashmap.hxx
include/comphelper/sequenceashashmap.hxx
+12
-12
No files found.
include/comphelper/sequenceashashmap.hxx
Dosyayı görüntüle @
d59ba6ac
...
...
@@ -85,20 +85,20 @@ class COMPHELPER_DLLPUBLIC SequenceAsHashMap : public SequenceAsHashMapBase
/** @short fill this map from the given
a
ny, which of course must contain
A
ny, which of course must contain
a suitable sequence of element types
"css.beans.PropertyValue" or "css.beans.NamedValue".
@attention If the given Any is an empty one
(if its set to VOID), no exception
(if it
'
s set to VOID), no exception
is thrown. In such case this instance will
be created as an empty one too!
@param aSource
contains the new items for this map.
@throw A
n
com::sun::star::lang::IllegalArgumentException
is thrown, if the given
a
ny does not contain a suitable sequence ...
@throw A com::sun::star::lang::IllegalArgumentException
is thrown, if the given
A
ny does not contain a suitable sequence ...
but not if it's a VOID Any!
*/
void
operator
<<
(
const
::
com
::
sun
::
star
::
uno
::
Any
&
aSource
);
...
...
@@ -112,8 +112,8 @@ class COMPHELPER_DLLPUBLIC SequenceAsHashMap : public SequenceAsHashMapBase
@param lSource
contains the new items for this map.
@throw A
n
com::sun::star::lang::IllegalArgumentException
is thrown, if the given
a
ny sequence
@throw A com::sun::star::lang::IllegalArgumentException
is thrown, if the given
A
ny sequence
uses wrong types for its items. VOID Any will be ignored!
*/
void
operator
<<
(
const
::
com
::
sun
::
star
::
uno
::
Sequence
<
::
com
::
sun
::
star
::
uno
::
Any
>&
lSource
);
...
...
@@ -159,7 +159,7 @@ class COMPHELPER_DLLPUBLIC SequenceAsHashMap : public SequenceAsHashMapBase
Any, which can be
used in const environments only.
@descr Its made const to prevent using of the
@descr It
'
s made const to prevent using of the
return value directly as an in/out parameter!
usage: myMethod(stlDequeAdapter.getAsAnyList());
...
...
@@ -177,7 +177,7 @@ class COMPHELPER_DLLPUBLIC SequenceAsHashMap : public SequenceAsHashMapBase
NamedValue sequence, which can be
used in const environments only.
@descr Its made const to prevent using of the
@descr It
'
s made const to prevent using of the
return value directly as an in/out parameter!
usage: myMethod(stlDequeAdapter.getAsNamedValueList());
...
...
@@ -191,7 +191,7 @@ class COMPHELPER_DLLPUBLIC SequenceAsHashMap : public SequenceAsHashMapBase
PropertyValue sequence, which can be
used in const environments only.
@descr Its made const to prevent using of the
@descr It
'
s made const to prevent using of the
return value directly as an in/out parameter!
usage: myMethod(stlDequeAdapter.getAsPropertyValueList());
...
...
@@ -206,9 +206,9 @@ class COMPHELPER_DLLPUBLIC SequenceAsHashMap : public SequenceAsHashMapBase
specified default value otherwise.
@descr If a value should be extracted only in case
the requsted property exists really (without creating
the requ
e
sted property exists really (without creating
of new items as it the index operator of a
has
_
map does!) this method can be used.
has
h
map does!) this method can be used.
@param sKey
key name of the item.
...
...
@@ -244,7 +244,7 @@ class COMPHELPER_DLLPUBLIC SequenceAsHashMap : public SequenceAsHashMapBase
does not already exist.
@descr To check if the property already exists only
her
name is used for compare. Its value isn't
its
name is used for compare. Its value isn't
checked!
@param sKey
...
...
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