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
51e65d93
Kaydet (Commit)
51e65d93
authored
Ara 01, 2006
tarafından
Rüdiger Timm
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
INTEGRATION: CWS dba22a (1.3.46); FILE MERGED
2006/11/22 09:32:33 fs 1.3.46.1: allow construction from NamedValues
üst
a18d2769
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
2 deletions
+17
-2
namedvaluecollection.hxx
comphelper/inc/comphelper/namedvaluecollection.hxx
+17
-2
No files found.
comphelper/inc/comphelper/namedvaluecollection.hxx
Dosyayı görüntüle @
51e65d93
...
...
@@ -4,9 +4,9 @@
*
* $RCSfile: namedvaluecollection.hxx,v $
*
* $Revision: 1.
3
$
* $Revision: 1.
4
$
*
* last change: $Author:
ihi $ $Date: 2006-08-04 13:58:34
$
* last change: $Author:
rt $ $Date: 2006-12-01 17:32:25
$
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
...
...
@@ -50,6 +50,9 @@
#ifndef _COM_SUN_STAR_BEANS_PROPERTYVALUE_HPP_
#include <com/sun/star/beans/PropertyValue.hpp>
#endif
#ifndef _COM_SUN_STAR_BEANS_NAMEDVALUE_HPP_
#include <com/sun/star/beans/NamedValue.hpp>
#endif
/** === end UNO includes === **/
#include <memory>
...
...
@@ -85,6 +88,12 @@ namespace comphelper
*/
NamedValueCollection
(
const
::
com
::
sun
::
star
::
uno
::
Sequence
<
::
com
::
sun
::
star
::
beans
::
PropertyValue
>&
_rArguments
);
/** constructs a collection
@param _rArguments
a sequence of NamedValue's
*/
NamedValueCollection
(
const
::
com
::
sun
::
star
::
uno
::
Sequence
<
::
com
::
sun
::
star
::
beans
::
NamedValue
>&
_rArguments
);
~
NamedValueCollection
();
inline
void
assign
(
const
::
com
::
sun
::
star
::
uno
::
Sequence
<
::
com
::
sun
::
star
::
uno
::
Any
>&
_rArguments
)
...
...
@@ -97,6 +106,11 @@ namespace comphelper
impl_assign
(
_rArguments
);
}
inline
void
assign
(
const
::
com
::
sun
::
star
::
uno
::
Sequence
<
::
com
::
sun
::
star
::
beans
::
NamedValue
>&
_rArguments
)
{
impl_assign
(
_rArguments
);
}
/** retrieves a value with a given name from the collection, if it is present
@param _pAsciiValueName
...
...
@@ -161,6 +175,7 @@ namespace comphelper
private
:
void
impl_assign
(
const
::
com
::
sun
::
star
::
uno
::
Sequence
<
::
com
::
sun
::
star
::
uno
::
Any
>&
_rArguments
);
void
impl_assign
(
const
::
com
::
sun
::
star
::
uno
::
Sequence
<
::
com
::
sun
::
star
::
beans
::
PropertyValue
>&
_rArguments
);
void
impl_assign
(
const
::
com
::
sun
::
star
::
uno
::
Sequence
<
::
com
::
sun
::
star
::
beans
::
NamedValue
>&
_rArguments
);
bool
getIfExists_ensureType
(
const
::
rtl
::
OUString
&
_rValueName
,
...
...
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