Home
last modified time | relevance | path

Searched refs:_rAny (Results 1 – 8 of 8) sorted by relevance

/trunk/main/comphelper/source/misc/
H A Dtypes.cxx80 sal_Int32 getINT32(const Any& _rAny) in getINT32() argument
83 OSL_VERIFY( _rAny >>= nReturn ); in getINT32()
88 sal_Int16 getINT16(const Any& _rAny) in getINT16() argument
91 OSL_VERIFY( _rAny >>= nReturn ); in getINT16()
96 double getDouble(const Any& _rAny) in getDouble() argument
99 OSL_VERIFY( _rAny >>= nReturn ); in getDouble()
104 float getFloat(const Any& _rAny) in getFloat() argument
107 OSL_VERIFY( _rAny >>= nReturn ); in getFloat()
115 OSL_VERIFY( _rAny >>= nReturn ); in getString()
120 sal_Bool getBOOL(const Any& _rAny) in getBOOL() argument
[all …]
/trunk/main/comphelper/inc/comphelper/
H A Dtypes.hxx154 COMPHELPER_DLLPUBLIC sal_Int32 getINT32(const staruno::Any& _rAny);
155 COMPHELPER_DLLPUBLIC sal_Int16 getINT16(const staruno::Any& _rAny);
156 COMPHELPER_DLLPUBLIC double getDouble(const staruno::Any& _rAny);
157 COMPHELPER_DLLPUBLIC float getFloat(const staruno::Any& _rAny);
158 COMPHELPER_DLLPUBLIC ::rtl::OUString getString(const staruno::Any& _rAny);
159 COMPHELPER_DLLPUBLIC sal_Bool getBOOL(const staruno::Any& _rAny);
161 …COMPHELPER_DLLPUBLIC sal_Int32 getEnumAsINT32(const staruno::Any& _rAny) throw(starlang::IllegalA…
164 inline void setBOOL(staruno::Any& _rAny, sal_Bool _b) in setBOOL() argument
165 { _rAny.setValue(&_b, ::getBooleanCppuType()); } in setBOOL()
/trunk/main/unotools/inc/unotools/
H A Dsharedunocomponent.hxx186 …inline SharedUNOComponent( const ::com::sun::star::uno::Any& _rAny, ::com::sun::star::uno::UnoRefe… in SharedUNOComponent() argument
188 set( _rAny, _queryThrow ); in SharedUNOComponent()
211 …inline bool set( const ::com::sun::star::uno::Any& _rAny, ::com::sun::star::uno::UnoReference_Quer…
216 …inline void set( const ::com::sun::star::uno::Any& _rAny, ::com::sun::star::uno::UnoReference_Quer…
309 …void SharedUNOComponent< INTERFACE, COMPONENT >::set( const ::com::sun::star::uno::Any& _rAny, ::c… in set() argument
311 reset( ::com::sun::star::uno::Reference< INTERFACE >( _rAny, _queryThrow ), TakeOwnership ); in set()
356 …bool SharedUNOComponent< INTERFACE, COMPONENT >::set( const ::com::sun::star::uno::Any& _rAny, ::c… in set() argument
358 reset( ::com::sun::star::uno::Reference< INTERFACE >( _rAny, _query ) ); in set()
/trunk/main/dbaccess/source/core/api/
H A DRowSetRow.hxx83 ORowSetValueCompare(const ::com::sun::star::uno::Any& _rAny) : m_rAny(_rAny){} in ORowSetValueCompare() argument
/trunk/main/mysqlc/source/
H A Dmysqlc_general.cxx77 OUString getStringFromAny(const Any& _rAny) in getStringFromAny() argument
80 OSL_VERIFY( _rAny >>= nReturn ); in getStringFromAny()
H A Dmysqlc_general.hxx34 rtl::OUString getStringFromAny(const ::com::sun::star::uno::Any& _rAny);
/trunk/main/connectivity/source/commontools/
H A DFValue.cxx745 ORowSetValue& ORowSetValue::operator=(const Any& _rAny) in operator =() argument
752 m_aValue.m_pValue = new Any(_rAny); in operator =()
756 *static_cast<Any*>(m_aValue.m_pValue) = _rAny; in operator =()
/trunk/main/connectivity/inc/connectivity/
H A DFValue.hxx255 ORowSetValue& operator=(const ::com::sun::star::uno::Any& _rAny);

Completed in 41 milliseconds