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
f45183d2
Kaydet (Commit)
f45183d2
authored
Şub 12, 2014
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Unwind comphelper::OPropertyContainer_Base typedef
Change-Id: Ied87e18f8297fb8e85fdbcab38d719664e3ed066
üst
9616b786
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
8 deletions
+4
-8
propertycontainer.cxx
comphelper/source/property/propertycontainer.cxx
+2
-2
propertycontainer.hxx
include/comphelper/propertycontainer.hxx
+2
-6
No files found.
comphelper/source/property/propertycontainer.cxx
Dosyayı görüntüle @
f45183d2
...
...
@@ -42,7 +42,7 @@ using namespace ::com::sun::star::beans;
//==========================================================================
//--------------------------------------------------------------------------
OPropertyContainer
::
OPropertyContainer
(
::
cppu
::
OBroadcastHelper
&
_rBHelper
)
:
OProperty
Container_Base
(
_rBHelper
)
:
OProperty
SetHelper
(
_rBHelper
)
{
}
...
...
@@ -66,7 +66,7 @@ Sequence< Type > SAL_CALL OPropertyContainer::getTypes() throw (RuntimeException
//--------------------------------------------------------------------------
void
SAL_CALL
OPropertyContainer
::
setFastPropertyValue
(
sal_Int32
nHandle
,
const
Any
&
rValue
)
throw
(
UnknownPropertyException
,
PropertyVetoException
,
IllegalArgumentException
,
WrappedTargetException
,
RuntimeException
)
{
OProperty
Container_Base
::
setFastPropertyValue
(
nHandle
,
rValue
);
OProperty
SetHelper
::
setFastPropertyValue
(
nHandle
,
rValue
);
}
//--------------------------------------------------------------------------
...
...
include/comphelper/propertycontainer.hxx
Dosyayı görüntüle @
f45183d2
...
...
@@ -30,10 +30,6 @@ namespace comphelper
{
//.........................................................................
//==========================================================================
//= OPropertyContainer
//==========================================================================
typedef
::
cppu
::
OPropertySetHelper
OPropertyContainer_Base
;
/** a OPropertySetHelper implementation which is just a simple container for properties represented
by class members, usually in a derived class.
<BR>
...
...
@@ -42,7 +38,7 @@ typedef ::cppu::OPropertySetHelper OPropertyContainer_Base;
values which already have the correct type, it's unable to convert, for instance, a long to a short.
*/
class
COMPHELPER_DLLPUBLIC
OPropertyContainer
:
public
OPropertyContainer_Base
:
public
cppu
::
OPropertySetHelper
,
public
OPropertyContainerHelper
{
public
:
...
...
@@ -70,7 +66,7 @@ protected:
throw
(
::
com
::
sun
::
star
::
uno
::
Exception
,
std
::
exception
);
using
OProperty
Container_Base
::
getFastPropertyValue
;
using
OProperty
SetHelper
::
getFastPropertyValue
;
virtual
void
SAL_CALL
getFastPropertyValue
(
::
com
::
sun
::
star
::
uno
::
Any
&
rValue
,
sal_Int32
nHandle
...
...
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