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
32093237
Kaydet (Commit)
32093237
authored
Agu 20, 2014
tarafından
Thomas Arnhold
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
comphelper: starlang -> css::lang
Change-Id: Ie8adb5b81df51fd973cbb786f27ea3ef1462679c
üst
007099ea
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
22 additions
and
26 deletions
+22
-26
enumhelper.cxx
comphelper/source/container/enumhelper.cxx
+9
-9
numbers.cxx
comphelper/source/misc/numbers.cxx
+1
-2
property.cxx
comphelper/source/property/property.cxx
+1
-1
enumhelper.hxx
include/comphelper/enumhelper.hxx
+7
-8
numbers.hxx
include/comphelper/numbers.hxx
+1
-2
types.hxx
include/comphelper/types.hxx
+3
-4
No files found.
comphelper/source/container/enumhelper.cxx
Dosyayı görüntüle @
32093237
...
@@ -74,7 +74,7 @@ sal_Bool SAL_CALL OEnumerationByName::hasMoreElements( ) throw(css::uno::Runtim
...
@@ -74,7 +74,7 @@ sal_Bool SAL_CALL OEnumerationByName::hasMoreElements( ) throw(css::uno::Runtim
css
::
uno
::
Any
SAL_CALL
OEnumerationByName
::
nextElement
(
)
css
::
uno
::
Any
SAL_CALL
OEnumerationByName
::
nextElement
(
)
throw
(
starcontainer
::
NoSuchElementException
,
star
lang
::
WrappedTargetException
,
css
::
uno
::
RuntimeException
,
std
::
exception
)
throw
(
starcontainer
::
NoSuchElementException
,
css
::
lang
::
WrappedTargetException
,
css
::
uno
::
RuntimeException
,
std
::
exception
)
{
{
::
osl
::
ResettableMutexGuard
aLock
(
m_aLock
);
::
osl
::
ResettableMutexGuard
aLock
(
m_aLock
);
...
@@ -95,7 +95,7 @@ css::uno::Any SAL_CALL OEnumerationByName::nextElement( )
...
@@ -95,7 +95,7 @@ css::uno::Any SAL_CALL OEnumerationByName::nextElement( )
}
}
void
SAL_CALL
OEnumerationByName
::
disposing
(
const
star
lang
::
EventObject
&
aEvent
)
void
SAL_CALL
OEnumerationByName
::
disposing
(
const
css
::
lang
::
EventObject
&
aEvent
)
throw
(
css
::
uno
::
RuntimeException
,
std
::
exception
)
throw
(
css
::
uno
::
RuntimeException
,
std
::
exception
)
{
{
::
osl
::
ResettableMutexGuard
aLock
(
m_aLock
);
::
osl
::
ResettableMutexGuard
aLock
(
m_aLock
);
...
@@ -113,7 +113,7 @@ void OEnumerationByName::impl_startDisposeListening()
...
@@ -113,7 +113,7 @@ void OEnumerationByName::impl_startDisposeListening()
return
;
return
;
++
m_refCount
;
++
m_refCount
;
css
::
uno
::
Reference
<
star
lang
::
XComponent
>
xDisposable
(
m_xAccess
,
css
::
uno
::
UNO_QUERY
);
css
::
uno
::
Reference
<
css
::
lang
::
XComponent
>
xDisposable
(
m_xAccess
,
css
::
uno
::
UNO_QUERY
);
if
(
xDisposable
.
is
())
if
(
xDisposable
.
is
())
{
{
xDisposable
->
addEventListener
(
this
);
xDisposable
->
addEventListener
(
this
);
...
@@ -131,7 +131,7 @@ void OEnumerationByName::impl_stopDisposeListening()
...
@@ -131,7 +131,7 @@ void OEnumerationByName::impl_stopDisposeListening()
return
;
return
;
++
m_refCount
;
++
m_refCount
;
css
::
uno
::
Reference
<
star
lang
::
XComponent
>
xDisposable
(
m_xAccess
,
css
::
uno
::
UNO_QUERY
);
css
::
uno
::
Reference
<
css
::
lang
::
XComponent
>
xDisposable
(
m_xAccess
,
css
::
uno
::
UNO_QUERY
);
if
(
xDisposable
.
is
())
if
(
xDisposable
.
is
())
{
{
xDisposable
->
removeEventListener
(
this
);
xDisposable
->
removeEventListener
(
this
);
...
@@ -177,7 +177,7 @@ sal_Bool SAL_CALL OEnumerationByIndex::hasMoreElements( ) throw(css::uno::Runti
...
@@ -177,7 +177,7 @@ sal_Bool SAL_CALL OEnumerationByIndex::hasMoreElements( ) throw(css::uno::Runti
css
::
uno
::
Any
SAL_CALL
OEnumerationByIndex
::
nextElement
(
)
css
::
uno
::
Any
SAL_CALL
OEnumerationByIndex
::
nextElement
(
)
throw
(
starcontainer
::
NoSuchElementException
,
star
lang
::
WrappedTargetException
,
css
::
uno
::
RuntimeException
,
std
::
exception
)
throw
(
starcontainer
::
NoSuchElementException
,
css
::
lang
::
WrappedTargetException
,
css
::
uno
::
RuntimeException
,
std
::
exception
)
{
{
::
osl
::
ResettableMutexGuard
aLock
(
m_aLock
);
::
osl
::
ResettableMutexGuard
aLock
(
m_aLock
);
...
@@ -198,7 +198,7 @@ css::uno::Any SAL_CALL OEnumerationByIndex::nextElement( )
...
@@ -198,7 +198,7 @@ css::uno::Any SAL_CALL OEnumerationByIndex::nextElement( )
}
}
void
SAL_CALL
OEnumerationByIndex
::
disposing
(
const
star
lang
::
EventObject
&
aEvent
)
void
SAL_CALL
OEnumerationByIndex
::
disposing
(
const
css
::
lang
::
EventObject
&
aEvent
)
throw
(
css
::
uno
::
RuntimeException
,
std
::
exception
)
throw
(
css
::
uno
::
RuntimeException
,
std
::
exception
)
{
{
::
osl
::
ResettableMutexGuard
aLock
(
m_aLock
);
::
osl
::
ResettableMutexGuard
aLock
(
m_aLock
);
...
@@ -216,7 +216,7 @@ void OEnumerationByIndex::impl_startDisposeListening()
...
@@ -216,7 +216,7 @@ void OEnumerationByIndex::impl_startDisposeListening()
return
;
return
;
++
m_refCount
;
++
m_refCount
;
css
::
uno
::
Reference
<
star
lang
::
XComponent
>
xDisposable
(
m_xAccess
,
css
::
uno
::
UNO_QUERY
);
css
::
uno
::
Reference
<
css
::
lang
::
XComponent
>
xDisposable
(
m_xAccess
,
css
::
uno
::
UNO_QUERY
);
if
(
xDisposable
.
is
())
if
(
xDisposable
.
is
())
{
{
xDisposable
->
addEventListener
(
this
);
xDisposable
->
addEventListener
(
this
);
...
@@ -234,7 +234,7 @@ void OEnumerationByIndex::impl_stopDisposeListening()
...
@@ -234,7 +234,7 @@ void OEnumerationByIndex::impl_stopDisposeListening()
return
;
return
;
++
m_refCount
;
++
m_refCount
;
css
::
uno
::
Reference
<
star
lang
::
XComponent
>
xDisposable
(
m_xAccess
,
css
::
uno
::
UNO_QUERY
);
css
::
uno
::
Reference
<
css
::
lang
::
XComponent
>
xDisposable
(
m_xAccess
,
css
::
uno
::
UNO_QUERY
);
if
(
xDisposable
.
is
())
if
(
xDisposable
.
is
())
{
{
xDisposable
->
removeEventListener
(
this
);
xDisposable
->
removeEventListener
(
this
);
...
@@ -269,7 +269,7 @@ sal_Bool SAL_CALL OAnyEnumeration::hasMoreElements( ) throw(css::uno::RuntimeEx
...
@@ -269,7 +269,7 @@ sal_Bool SAL_CALL OAnyEnumeration::hasMoreElements( ) throw(css::uno::RuntimeEx
css
::
uno
::
Any
SAL_CALL
OAnyEnumeration
::
nextElement
(
)
css
::
uno
::
Any
SAL_CALL
OAnyEnumeration
::
nextElement
(
)
throw
(
starcontainer
::
NoSuchElementException
,
star
lang
::
WrappedTargetException
,
css
::
uno
::
RuntimeException
,
std
::
exception
)
throw
(
starcontainer
::
NoSuchElementException
,
css
::
lang
::
WrappedTargetException
,
css
::
uno
::
RuntimeException
,
std
::
exception
)
{
{
if
(
!
hasMoreElements
())
if
(
!
hasMoreElements
())
throw
starcontainer
::
NoSuchElementException
();
throw
starcontainer
::
NoSuchElementException
();
...
...
comphelper/source/misc/numbers.cxx
Dosyayı görüntüle @
32093237
...
@@ -30,7 +30,6 @@ namespace comphelper
...
@@ -30,7 +30,6 @@ namespace comphelper
namespace
starbeans
=
::
com
::
sun
::
star
::
beans
;
namespace
starbeans
=
::
com
::
sun
::
star
::
beans
;
namespace
starlang
=
::
com
::
sun
::
star
::
lang
;
sal_Int16
getNumberFormatType
(
const
css
::
uno
::
Reference
<
starutil
::
XNumberFormats
>&
xFormats
,
sal_Int32
nKey
)
sal_Int16
getNumberFormatType
(
const
css
::
uno
::
Reference
<
starutil
::
XNumberFormats
>&
xFormats
,
sal_Int32
nKey
)
...
@@ -89,7 +88,7 @@ css::uno::Any getNumberFormatDecimals(const css::uno::Reference<starutil::XNumbe
...
@@ -89,7 +88,7 @@ css::uno::Any getNumberFormatDecimals(const css::uno::Reference<starutil::XNumbe
sal_Int32
getStandardFormat
(
sal_Int32
getStandardFormat
(
const
css
::
uno
::
Reference
<
starutil
::
XNumberFormatter
>&
xFormatter
,
const
css
::
uno
::
Reference
<
starutil
::
XNumberFormatter
>&
xFormatter
,
sal_Int16
nType
,
sal_Int16
nType
,
const
star
lang
::
Locale
&
_rLocale
)
const
css
::
lang
::
Locale
&
_rLocale
)
{
{
css
::
uno
::
Reference
<
starutil
::
XNumberFormatsSupplier
>
xSupplier
(
xFormatter
.
is
()
?
xFormatter
->
getNumberFormatsSupplier
()
:
css
::
uno
::
Reference
<
starutil
::
XNumberFormatsSupplier
>
(
NULL
));
css
::
uno
::
Reference
<
starutil
::
XNumberFormatsSupplier
>
xSupplier
(
xFormatter
.
is
()
?
xFormatter
->
getNumberFormatsSupplier
()
:
css
::
uno
::
Reference
<
starutil
::
XNumberFormatsSupplier
>
(
NULL
));
css
::
uno
::
Reference
<
starutil
::
XNumberFormats
>
xFormats
(
xSupplier
.
is
()
?
xSupplier
->
getNumberFormats
()
:
css
::
uno
::
Reference
<
starutil
::
XNumberFormats
>
(
NULL
));
css
::
uno
::
Reference
<
starutil
::
XNumberFormats
>
xFormats
(
xSupplier
.
is
()
?
xSupplier
->
getNumberFormats
()
:
css
::
uno
::
Reference
<
starutil
::
XNumberFormats
>
(
NULL
));
...
...
comphelper/source/property/property.cxx
Dosyayı görüntüle @
32093237
...
@@ -195,7 +195,7 @@ bool tryPropertyValue(Any& _rConvertedValue, Any& _rOldValue, const Any& _rValue
...
@@ -195,7 +195,7 @@ bool tryPropertyValue(Any& _rConvertedValue, Any& _rOldValue, const Any& _rValue
reinterpret_cast
<
uno_ReleaseFunc
>
(
cpp_release
)
reinterpret_cast
<
uno_ReleaseFunc
>
(
cpp_release
)
)
)
)
)
throw
star
lang
::
IllegalArgumentException
();
throw
css
::
lang
::
IllegalArgumentException
();
}
}
else
else
_rConvertedValue
=
_rValueToSet
;
_rConvertedValue
=
_rValueToSet
;
...
...
include/comphelper/enumhelper.hxx
Dosyayı görüntüle @
32093237
...
@@ -36,7 +36,6 @@ namespace comphelper
...
@@ -36,7 +36,6 @@ namespace comphelper
namespace
starcontainer
=
::
com
::
sun
::
star
::
container
;
namespace
starcontainer
=
::
com
::
sun
::
star
::
container
;
namespace
starlang
=
::
com
::
sun
::
star
::
lang
;
//= OEnumerationLock
//= OEnumerationLock
...
@@ -55,7 +54,7 @@ struct OEnumerationLock
...
@@ -55,7 +54,7 @@ struct OEnumerationLock
*/
*/
class
COMPHELPER_DLLPUBLIC
OEnumerationByName
:
private
OEnumerationLock
class
COMPHELPER_DLLPUBLIC
OEnumerationByName
:
private
OEnumerationLock
,
public
::
cppu
::
WeakImplHelper2
<
starcontainer
::
XEnumeration
,
,
public
::
cppu
::
WeakImplHelper2
<
starcontainer
::
XEnumeration
,
star
lang
::
XEventListener
>
css
::
lang
::
XEventListener
>
{
{
css
::
uno
::
Sequence
<
OUString
>
m_aNames
;
css
::
uno
::
Sequence
<
OUString
>
m_aNames
;
sal_Int32
m_nPos
;
sal_Int32
m_nPos
;
...
@@ -70,9 +69,9 @@ public:
...
@@ -70,9 +69,9 @@ public:
virtual
sal_Bool
SAL_CALL
hasMoreElements
(
)
throw
(
css
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
virtual
sal_Bool
SAL_CALL
hasMoreElements
(
)
throw
(
css
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
virtual
css
::
uno
::
Any
SAL_CALL
nextElement
(
)
virtual
css
::
uno
::
Any
SAL_CALL
nextElement
(
)
throw
(
starcontainer
::
NoSuchElementException
,
star
lang
::
WrappedTargetException
,
css
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
throw
(
starcontainer
::
NoSuchElementException
,
css
::
lang
::
WrappedTargetException
,
css
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
virtual
void
SAL_CALL
disposing
(
const
star
lang
::
EventObject
&
aEvent
)
throw
(
css
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
virtual
void
SAL_CALL
disposing
(
const
css
::
lang
::
EventObject
&
aEvent
)
throw
(
css
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
private
:
private
:
COMPHELPER_DLLPRIVATE
void
impl_startDisposeListening
();
COMPHELPER_DLLPRIVATE
void
impl_startDisposeListening
();
...
@@ -87,7 +86,7 @@ private:
...
@@ -87,7 +86,7 @@ private:
*/
*/
class
COMPHELPER_DLLPUBLIC
OEnumerationByIndex
:
private
OEnumerationLock
class
COMPHELPER_DLLPUBLIC
OEnumerationByIndex
:
private
OEnumerationLock
,
public
::
cppu
::
WeakImplHelper2
<
starcontainer
::
XEnumeration
,
,
public
::
cppu
::
WeakImplHelper2
<
starcontainer
::
XEnumeration
,
star
lang
::
XEventListener
>
css
::
lang
::
XEventListener
>
{
{
sal_Int32
m_nPos
;
sal_Int32
m_nPos
;
css
::
uno
::
Reference
<
starcontainer
::
XIndexAccess
>
m_xAccess
;
css
::
uno
::
Reference
<
starcontainer
::
XIndexAccess
>
m_xAccess
;
...
@@ -99,9 +98,9 @@ public:
...
@@ -99,9 +98,9 @@ public:
virtual
sal_Bool
SAL_CALL
hasMoreElements
(
)
throw
(
css
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
virtual
sal_Bool
SAL_CALL
hasMoreElements
(
)
throw
(
css
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
virtual
css
::
uno
::
Any
SAL_CALL
nextElement
(
)
virtual
css
::
uno
::
Any
SAL_CALL
nextElement
(
)
throw
(
starcontainer
::
NoSuchElementException
,
star
lang
::
WrappedTargetException
,
css
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
throw
(
starcontainer
::
NoSuchElementException
,
css
::
lang
::
WrappedTargetException
,
css
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
virtual
void
SAL_CALL
disposing
(
const
star
lang
::
EventObject
&
aEvent
)
throw
(
css
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
virtual
void
SAL_CALL
disposing
(
const
css
::
lang
::
EventObject
&
aEvent
)
throw
(
css
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
private
:
private
:
COMPHELPER_DLLPRIVATE
void
impl_startDisposeListening
();
COMPHELPER_DLLPRIVATE
void
impl_startDisposeListening
();
...
@@ -127,7 +126,7 @@ public:
...
@@ -127,7 +126,7 @@ public:
virtual
sal_Bool
SAL_CALL
hasMoreElements
(
)
throw
(
css
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
virtual
sal_Bool
SAL_CALL
hasMoreElements
(
)
throw
(
css
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
virtual
css
::
uno
::
Any
SAL_CALL
nextElement
(
)
virtual
css
::
uno
::
Any
SAL_CALL
nextElement
(
)
throw
(
starcontainer
::
NoSuchElementException
,
star
lang
::
WrappedTargetException
,
css
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
throw
(
starcontainer
::
NoSuchElementException
,
css
::
lang
::
WrappedTargetException
,
css
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
};
};
...
...
include/comphelper/numbers.hxx
Dosyayı görüntüle @
32093237
...
@@ -30,7 +30,6 @@ namespace comphelper
...
@@ -30,7 +30,6 @@ namespace comphelper
{
{
namespace
starlang
=
::
com
::
sun
::
star
::
lang
;
namespace
starutil
=
::
com
::
sun
::
star
::
util
;
namespace
starutil
=
::
com
::
sun
::
star
::
util
;
/// returns the ::com::sun::star::util::NumberFormat of the given key under the given formats
/// returns the ::com::sun::star::util::NumberFormat of the given key under the given formats
...
@@ -47,7 +46,7 @@ namespace comphelper
...
@@ -47,7 +46,7 @@ namespace comphelper
sal_Int32
getStandardFormat
(
sal_Int32
getStandardFormat
(
const
css
::
uno
::
Reference
<
starutil
::
XNumberFormatter
>&
xFormatter
,
const
css
::
uno
::
Reference
<
starutil
::
XNumberFormatter
>&
xFormatter
,
sal_Int16
nType
,
sal_Int16
nType
,
const
star
lang
::
Locale
&
_rLocale
);
const
css
::
lang
::
Locale
&
_rLocale
);
/** retrieves a the value of a given property for a given format key, relating to a given formatter
/** retrieves a the value of a given property for a given format key, relating to a given formatter
*/
*/
...
...
include/comphelper/types.hxx
Dosyayı görüntüle @
32093237
...
@@ -38,7 +38,6 @@ namespace com { namespace sun { namespace star { namespace awt {
...
@@ -38,7 +38,6 @@ namespace com { namespace sun { namespace star { namespace awt {
namespace
comphelper
namespace
comphelper
{
{
namespace
starawt
=
::
com
::
sun
::
star
::
awt
;
namespace
starawt
=
::
com
::
sun
::
star
::
awt
;
namespace
starlang
=
::
com
::
sun
::
star
::
lang
;
typedef
css
::
uno
::
Reference
<
css
::
uno
::
XInterface
>
InterfaceRef
;
typedef
css
::
uno
::
Reference
<
css
::
uno
::
XInterface
>
InterfaceRef
;
typedef
css
::
uno
::
Sequence
<
OUString
>
StringSequence
;
typedef
css
::
uno
::
Sequence
<
OUString
>
StringSequence
;
...
@@ -105,7 +104,7 @@ namespace comphelper
...
@@ -105,7 +104,7 @@ namespace comphelper
template
<
class
TYPE
>
template
<
class
TYPE
>
void
disposeComponent
(
css
::
uno
::
Reference
<
TYPE
>&
_rxComp
)
void
disposeComponent
(
css
::
uno
::
Reference
<
TYPE
>&
_rxComp
)
{
{
css
::
uno
::
Reference
<
star
lang
::
XComponent
>
xComp
(
_rxComp
,
css
::
uno
::
UNO_QUERY
);
css
::
uno
::
Reference
<
css
::
lang
::
XComponent
>
xComp
(
_rxComp
,
css
::
uno
::
UNO_QUERY
);
if
(
xComp
.
is
())
if
(
xComp
.
is
())
{
{
xComp
->
dispose
();
xComp
->
dispose
();
...
@@ -117,7 +116,7 @@ namespace comphelper
...
@@ -117,7 +116,7 @@ namespace comphelper
bool
getImplementation
(
TYPE
*&
_pObject
,
const
css
::
uno
::
Reference
<
css
::
uno
::
XInterface
>&
_rxIFace
)
bool
getImplementation
(
TYPE
*&
_pObject
,
const
css
::
uno
::
Reference
<
css
::
uno
::
XInterface
>&
_rxIFace
)
{
{
_pObject
=
NULL
;
_pObject
=
NULL
;
css
::
uno
::
Reference
<
star
lang
::
XUnoTunnel
>
xTunnel
(
_rxIFace
,
css
::
uno
::
UNO_QUERY
);
css
::
uno
::
Reference
<
css
::
lang
::
XUnoTunnel
>
xTunnel
(
_rxIFace
,
css
::
uno
::
UNO_QUERY
);
if
(
xTunnel
.
is
())
if
(
xTunnel
.
is
())
_pObject
=
reinterpret_cast
<
TYPE
*
>
(
xTunnel
->
getSomething
(
TYPE
::
getUnoTunnelImplementationId
()));
_pObject
=
reinterpret_cast
<
TYPE
*
>
(
xTunnel
->
getSomething
(
TYPE
::
getUnoTunnelImplementationId
()));
...
@@ -152,7 +151,7 @@ namespace comphelper
...
@@ -152,7 +151,7 @@ namespace comphelper
COMPHELPER_DLLPUBLIC
OUString
getString
(
const
css
::
uno
::
Any
&
_rAny
);
COMPHELPER_DLLPUBLIC
OUString
getString
(
const
css
::
uno
::
Any
&
_rAny
);
COMPHELPER_DLLPUBLIC
bool
getBOOL
(
const
css
::
uno
::
Any
&
_rAny
);
COMPHELPER_DLLPUBLIC
bool
getBOOL
(
const
css
::
uno
::
Any
&
_rAny
);
COMPHELPER_DLLPUBLIC
sal_Int32
getEnumAsINT32
(
const
css
::
uno
::
Any
&
_rAny
)
throw
(
star
lang
::
IllegalArgumentException
);
COMPHELPER_DLLPUBLIC
sal_Int32
getEnumAsINT32
(
const
css
::
uno
::
Any
&
_rAny
)
throw
(
css
::
lang
::
IllegalArgumentException
);
//= replacement of some former UsrAny.setXXX methods - can be used with rvalues
//= replacement of some former UsrAny.setXXX methods - can be used with rvalues
inline
void
setBOOL
(
css
::
uno
::
Any
&
_rAny
,
bool
_b
)
inline
void
setBOOL
(
css
::
uno
::
Any
&
_rAny
,
bool
_b
)
...
...
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