Home
last modified time | relevance | path

Searched refs:rAny (Results 1 – 25 of 159) sorted by relevance

1234567

/AOO41X/main/cppu/inc/com/sun/star/uno/ !
H A DAny.hxx67 inline Any::Any( const Any & rAny ) SAL_THROW( () ) in Any() argument
69 ::uno_type_any_construct( this, rAny.pData, rAny.pType, (uno_AcquireFunc)cpp_acquire ); in Any()
97 inline Any & Any::operator = ( const Any & rAny ) SAL_THROW( () ) in operator =() argument
99 if (this != &rAny) in operator =()
102 this, rAny.pData, rAny.pType, in operator =()
164 inline sal_Bool Any::operator == ( const Any & rAny ) const SAL_THROW( () ) in operator ==()
167 pData, pType, rAny.pData, rAny.pType, in operator ==()
171 inline sal_Bool Any::operator != ( const Any & rAny ) const SAL_THROW( () ) in operator !=()
174 pData, pType, rAny.pData, rAny.pType, in operator !=()
196 inline void SAL_CALL operator <<= ( Any & rAny, const C & value ) SAL_THROW( () ) in operator <<=() argument
[all …]
H A DAny.h84 inline Any( const Any & rAny ) SAL_THROW( () );
116 inline Any & SAL_CALL operator = ( const Any & rAny ) SAL_THROW( () );
234 inline sal_Bool SAL_CALL operator == ( const Any & rAny ) const SAL_THROW( () );
241 inline sal_Bool SAL_CALL operator != ( const Any & rAny ) const SAL_THROW( () );
282 inline void SAL_CALL operator <<= ( Any & rAny, const C & value ) SAL_THROW( () );
285 inline void SAL_CALL operator <<= ( Any & rAny, bool const & value )
298 inline sal_Bool SAL_CALL operator >>= ( const Any & rAny, C & value ) SAL_THROW( () );
311 inline sal_Bool SAL_CALL operator == ( const Any & rAny, const C & value ) SAL_THROW( () );
323 inline sal_Bool SAL_CALL operator != ( const Any & rAny, const C & value ) SAL_THROW( () );
327 inline sal_Bool SAL_CALL operator >>= ( const Any & rAny, sal_Bool & value ) SAL_THROW( () );
[all …]
H A DReference.hxx164 inline Reference< interface_type >::Reference( const Any & rAny, UnoReference_Query ) SAL_THROW( (R… in Reference() argument
166 _pInterface = (typelib_TypeClass_INTERFACE == rAny.pType->eTypeClass in Reference()
167 ? iquery( static_cast< XInterface * >( rAny.pReserved ) ) : 0); in Reference()
186 inline Reference< interface_type >::Reference( const Any & rAny, UnoReference_QueryThrow ) SAL_THRO… in Reference() argument
189 _pInterface = iquery_throw( typelib_TypeClass_INTERFACE == rAny.pType->eTypeClass in Reference()
190 ? static_cast< XInterface * >( rAny.pReserved ) : 0 ); in Reference()
276 Any const & rAny, UnoReference_Query ) in set() argument
281 rAny.pType->eTypeClass == typelib_TypeClass_INTERFACE in set()
282 ? static_cast< XInterface * >( rAny.pReserved ) : 0 )), in set()
305 Any const & rAny, UnoReference_QueryThrow ) in set() argument
[all …]
/AOO41X/main/sw/source/core/fields/ !
H A Ddbfld.cxx122 sal_Bool SwDBFieldType::QueryValue( uno::Any& rAny, sal_uInt16 nWhichId ) const in QueryValue() argument
127 rAny <<= aDBData.sDataSource; in QueryValue()
130 rAny <<= aDBData.sCommand; in QueryValue()
133 rAny <<= OUString(sColumn); in QueryValue()
136 rAny <<= aDBData.nCommandType; in QueryValue()
144 sal_Bool SwDBFieldType::PutValue( const uno::Any& rAny, sal_uInt16 nWhichId ) in PutValue() argument
149 rAny >>= aDBData.sDataSource; in PutValue()
152 rAny >>= aDBData.sCommand; in PutValue()
157 ::GetString( rAny, sTmp ); in PutValue()
179 rAny >>= aDBData.nCommandType; in PutValue()
[all …]
H A Ddocufld.cxx246 sal_Bool SwPageNumberField::QueryValue( uno::Any& rAny, sal_uInt16 nWhichId ) const in QueryValue() argument
251 rAny <<= (sal_Int16)GetFormat(); in QueryValue()
254 rAny <<= nOffset; in QueryValue()
264 rAny.setValue(&eType, ::getCppuType((const text::PageNumberType*)0)); in QueryValue()
268 rAny <<= OUString(sUserStr); in QueryValue()
277 sal_Bool SwPageNumberField::PutValue( const uno::Any& rAny, sal_uInt16 nWhichId ) in PutValue() argument
284 rAny >>= nSet; in PutValue()
295 rAny >>= nSet; in PutValue()
299 switch( SWUnoHelper::GetEnumAsInt32( rAny ) ) in PutValue()
315 ::GetString( rAny, sUserStr ); in PutValue()
[all …]
H A Dexpfld.cxx92 sal_Int32 lcl_APIToSubType(const uno::Any& rAny) in lcl_APIToSubType() argument
95 rAny >>= nVal; in lcl_APIToSubType()
425 sal_Bool SwGetExpField::QueryValue( uno::Any& rAny, sal_uInt16 nWhichId ) const in QueryValue() argument
430 rAny <<= GetValue(); in QueryValue()
433 rAny <<= (sal_Int32)GetFormat(); in QueryValue()
436 rAny <<= (sal_Int16)nSubType; in QueryValue()
439 rAny <<= OUString( GetFormula() ); in QueryValue()
444 rAny <<= nRet; in QueryValue()
450 rAny.setValue(&bTmp, ::getBooleanCppuType()); in QueryValue()
454 rAny <<= rtl::OUString(GetExpStr()); in QueryValue()
[all …]
H A Dusrfld.cxx128 sal_Bool SwUserField::QueryValue( uno::Any& rAny, sal_uInt16 nWhichId ) const in QueryValue() argument
135 rAny.setValue(&bTmp, ::getBooleanCppuType()); in QueryValue()
141 rAny.setValue(&bTmp, ::getBooleanCppuType()); in QueryValue()
145 rAny <<= (sal_Int32)GetFormat(); in QueryValue()
148 return SwField::QueryValue(rAny, nWhichId); in QueryValue()
155 sal_Bool SwUserField::PutValue( const uno::Any& rAny, sal_uInt16 nWhichId ) in PutValue() argument
160 if(*(sal_Bool*) rAny.getValue()) in PutValue()
166 if(*(sal_Bool*) rAny.getValue()) in PutValue()
174 rAny >>= nTmp; in PutValue()
179 return SwField::PutValue(rAny, nWhichId); in PutValue()
[all …]
H A Dmacrofld.cxx174 sal_Bool SwMacroField::QueryValue( uno::Any& rAny, sal_uInt16 nWhichId ) const in QueryValue() argument
179 rAny <<= OUString(GetMacroName()); in QueryValue()
182 rAny <<= OUString(aText); in QueryValue()
185 rAny <<= OUString(GetLibName()); in QueryValue()
188 rAny <<= bIsScriptURL ? OUString(GetMacroName()): OUString(); in QueryValue()
198 sal_Bool SwMacroField::PutValue( const uno::Any& rAny, sal_uInt16 nWhichId ) in PutValue() argument
204 CreateMacroString( aMacro, ::GetString(rAny, sTmp), GetLibName()); in PutValue()
207 ::GetString( rAny, aText ); in PutValue()
210 CreateMacroString(aMacro, GetMacroName(), ::GetString(rAny, sTmp) ); in PutValue()
213 ::GetString(rAny, aMacro); in PutValue()
H A Dtblcalc.cxx180 sal_Bool SwTblField::QueryValue( uno::Any& rAny, sal_uInt16 nWhichId ) const in QueryValue() argument
190 rAny <<= rtl::OUString( Expand() ); in QueryValue()
197 rAny.setValue(&bFormula, ::getBooleanCppuType()); in QueryValue()
201 rAny <<= rtl::OUString(GetExpStr()); in QueryValue()
204 rAny <<= (sal_Int32)GetFormat(); in QueryValue()
212 sal_Bool SwTblField::PutValue( const uno::Any& rAny, sal_uInt16 nWhichId ) in PutValue() argument
219 SetFormula( ::GetString( rAny, sTmp )); in PutValue()
222 if(*(sal_Bool*)rAny.getValue()) in PutValue()
228 ChgExpStr( ::GetString( rAny, sTmp )); in PutValue()
233 rAny >>= nTmp; in PutValue()
H A Dscrptfld.cxx110 sal_Bool SwScriptField::QueryValue( uno::Any& rAny, sal_uInt16 nWhichId ) const in QueryValue() argument
115 rAny <<= OUString( sType ); in QueryValue()
118 rAny <<= OUString( sCode ); in QueryValue()
121 rAny.setValue(&bCodeURL, ::getBooleanCppuType()); in QueryValue()
131 sal_Bool SwScriptField::PutValue( const uno::Any& rAny, sal_uInt16 nWhichId ) in PutValue() argument
136 ::GetString( rAny, sType ); in PutValue()
139 ::GetString( rAny, sCode ); in PutValue()
142 bCodeURL = *(sal_Bool*)rAny.getValue(); in PutValue()
/AOO41X/main/vcl/unx/gtk/a11y/ !
H A Datktextattributes.cxx54 typedef gchar* (* AtkTextAttrFunc) ( const uno::Any& rAny );
55 typedef bool (* TextPropertyValueFunc) ( uno::Any& rAny, const gchar * value );
245 Float2String(const uno::Any& rAny) in Float2String() argument
247 return g_strdup_printf( "%g", rAny.get<float>() ); in Float2String()
251 String2Float( uno::Any& rAny, const gchar * value ) in String2Float() argument
258 rAny = uno::makeAny( fval ); in String2Float()
382 String2Color( uno::Any& rAny, const gchar * value ) in String2Color() argument
390 rAny = uno::makeAny( nColor ); in String2Color()
397 FontSlant2Style(const uno::Any& rAny) in FontSlant2Style() argument
401 switch( rAny.get<awt::FontSlant>() ) in FontSlant2Style()
[all …]
/AOO41X/main/extensions/source/ole/ !
H A Dunoconversionutilities.hxx126 void anyToVariant(VARIANT* pVariant, const Any& rAny);
127 void anyToVariant(VARIANT* pVariant, const Any& rAny, VARTYPE type);
149 void variantToAny(const VARIANT* pVariant, Any& rAny, sal_Bool bReduceValueRange = sal_True);
158 …void variantToAny( const VARIANTARG* pArg, Any& rAny, const Type& ptype, sal_Bool bReduceValueRang…
304 void UnoConversionUtilities<T>::variantToAny( const VARIANTARG* pArg, Any& rAny, const Type& ptype,… in variantToAny() argument
318 bool bHandled = convertValueObject( & var, rAny); in variantToAny()
320 …OSL_ENSURE( rAny.getValueType() == ptype, "type in Value Object must match the type parameter"); … in variantToAny()
335 rAny.setValue( (void*)V_BSTR( &var), ptype); in variantToAny()
344 rAny.setValue((void*) & var.iVal, ptype); in variantToAny()
354 rAny = createOleObjectWrapper( & var, ptype); in variantToAny()
[all …]
/AOO41X/main/stoc/source/typeconv/ !
H A Dconvert.cxx289 const Any& rAny, sal_Int64 min = SAL_INT64_MIN, sal_uInt64 max = SAL_UINT64_MAX )
291 double toDouble( const Any& rAny, double min = -DBL_MAX, double max = DBL_MAX ) const
346 sal_Int64 TypeConverter_Impl::toHyper( const Any& rAny, sal_Int64 min, sal_uInt64 max ) in toHyper() argument
350 TypeClass aDestinationClass = rAny.getValueTypeClass(); in toHyper()
356 nRet = *(sal_Int32 *)rAny.getValue(); in toHyper()
360 nRet = (*(sal_Bool*)rAny.getValue() ? 1 : 0); in toHyper()
364 nRet = *(sal_Unicode *)rAny.getValue(); in toHyper()
367 nRet = *(sal_Int8 *)rAny.getValue(); in toHyper()
371 nRet = *(sal_Int16 *)rAny.getValue(); in toHyper()
375 nRet = *(sal_uInt16 *)rAny.getValue(); in toHyper()
[all …]
/AOO41X/main/sc/source/core/tool/ !
H A Drangeseq.cxx70 sal_Bool ScRangeToSequence::FillLongArray( uno::Any& rAny, ScDocument* pDoc, const ScRange& rRange ) in FillLongArray() argument
91 rAny <<= aRowSeq; in FillLongArray()
96 sal_Bool ScRangeToSequence::FillLongArray( uno::Any& rAny, const ScMatrix* pMatrix ) in FillLongArray() argument
120 rAny <<= aRowSeq; in FillLongArray()
126 sal_Bool ScRangeToSequence::FillDoubleArray( uno::Any& rAny, ScDocument* pDoc, const ScRange& rRang… in FillDoubleArray() argument
147 rAny <<= aRowSeq; in FillDoubleArray()
152 sal_Bool ScRangeToSequence::FillDoubleArray( uno::Any& rAny, const ScMatrix* pMatrix ) in FillDoubleArray() argument
176 rAny <<= aRowSeq; in FillDoubleArray()
182 sal_Bool ScRangeToSequence::FillStringArray( uno::Any& rAny, ScDocument* pDoc, const ScRange& rRang… in FillStringArray() argument
209 rAny <<= aRowSeq; in FillStringArray()
[all …]
/AOO41X/main/comphelper/inc/comphelper/ !
H A Dextract.hxx61 inline sal_Bool SAL_CALL enum2int( sal_Int32 & rnEnum, const ::com::sun::star::uno::Any & rAny ) in enum2int() argument
63 if (rAny.getValueTypeClass() == ::com::sun::star::uno::TypeClass_ENUM) in enum2int()
65 rnEnum = * reinterpret_cast< const int * >( rAny.getValue() ); in enum2int()
69 return rAny >>= rnEnum; in enum2int()
80 inline void SAL_CALL any2enum( E & eRet, const ::com::sun::star::uno::Any & rAny ) in any2enum() argument
84 if (! (rAny >>= eRet)) in any2enum()
88 if (! (rAny >>= nValue)) in any2enum()
119 const ::com::sun::star::uno::Any & rAny ) in extractInterface()
122 return (rAny >>= rxOut); in extractInterface()
131 inline sal_Bool SAL_CALL any2bool( const ::com::sun::star::uno::Any & rAny ) in any2bool() argument
[all …]
/AOO41X/main/sc/inc/ !
H A Drangeseq.hxx38 static sal_Bool FillLongArray( com::sun::star::uno::Any& rAny,
40 static sal_Bool FillLongArray( com::sun::star::uno::Any& rAny,
42 static sal_Bool FillDoubleArray( com::sun::star::uno::Any& rAny,
44 static sal_Bool FillDoubleArray( com::sun::star::uno::Any& rAny,
46 static sal_Bool FillStringArray( com::sun::star::uno::Any& rAny,
48 static sal_Bool FillStringArray( com::sun::star::uno::Any& rAny,
50 static sal_Bool FillMixedArray( com::sun::star::uno::Any& rAny,
60 static sal_Bool FillMixedArray( com::sun::star::uno::Any& rAny,
79 const com::sun::star::uno::Any & rAny );
95 static ScMatrixRef CreateMixedMatrix( const com::sun::star::uno::Any & rAny );
[all …]
/AOO41X/main/svx/source/xml/ !
H A Dxmlxtimp.cxx100 …tring& rLocalName, const uno::Reference< XAttributeList >& xAttrList, Any& rAny, OUString& rName );
101 …tring& rLocalName, const uno::Reference< XAttributeList >& xAttrList, Any& rAny, OUString& rName );
102 …tring& rLocalName, const uno::Reference< XAttributeList >& xAttrList, Any& rAny, OUString& rName );
103 …tring& rLocalName, const uno::Reference< XAttributeList >& xAttrList, Any& rAny, OUString& rName );
104 …tring& rLocalName, const uno::Reference< XAttributeList >& xAttrList, Any& rAny, OUString& rName );
105 …tring& rLocalName, const uno::Reference< XAttributeList >& xAttrList, Any& rAny, OUString& rName );
222 …String& rLocalName, const uno::Reference< XAttributeList >& xAttrList, Any& rAny, OUString& rName ) in importColor() argument
245 rAny <<= (sal_Int32)aColor.GetColor(); in importColor()
251 …String& rLocalName, const uno::Reference< XAttributeList >& xAttrList, Any& rAny, OUString& rName ) in importMarker() argument
259 aMarkerStyle.importXML( xAttrList, rAny, rName ); in importMarker()
[all …]
/AOO41X/main/svx/source/unodraw/ !
H A DXPropertyTable.cxx64 … virtual XPropertyEntry* getEntry( const OUString& rName, const uno::Any& rAny ) const throw() = 0;
283 virtual XPropertyEntry* getEntry( const OUString& rName, const uno::Any& rAny ) const throw();
306 XPropertyEntry* SvxUnoXColorTable::getEntry( const OUString& rName, const uno::Any& rAny ) const th… in getEntry()
309 if( !(rAny >>= nColor) ) in getEntry()
346 virtual XPropertyEntry* getEntry( const OUString& rName, const uno::Any& rAny ) const throw();
372 XPropertyEntry* SvxUnoXLineEndTable::getEntry( const OUString& rName, const uno::Any& rAny ) const … in getEntry()
375 …if( !rAny.getValue() || rAny.getValueType() != ::getCppuType((const drawing::PolyPolygonBezierCoor… in getEntry()
379 drawing::PolyPolygonBezierCoords* pCoords = (drawing::PolyPolygonBezierCoords*)rAny.getValue(); in getEntry()
419 virtual XPropertyEntry* getEntry( const OUString& rName, const uno::Any& rAny ) const throw();
453 XPropertyEntry* SvxUnoXDashTable::getEntry( const OUString& rName, const uno::Any& rAny ) const thr… in getEntry()
[all …]
/AOO41X/main/vbahelper/source/vbahelper/ !
H A Dvbahelper.cxx627 sal_Int32 extractIntFromAny( const uno::Any& rAny ) throw (uno::RuntimeException) in extractIntFromAny() argument
629 switch( rAny.getValueType().getTypeClass() ) in extractIntFromAny()
632 return static_cast< sal_Int32 >( rAny.get< float >() ); in extractIntFromAny()
634 return static_cast< sal_Int32 >( rAny.get< double >() ); in extractIntFromAny()
638 return rAny.get< sal_Int32 >(); in extractIntFromAny()
644 sal_Int32 extractIntFromAny( const uno::Any& rAny, sal_Int32 nDefault ) throw (uno::RuntimeExceptio… in extractIntFromAny() argument
646 return rAny.hasValue() ? extractIntFromAny( rAny ) : nDefault; in extractIntFromAny()
649 bool extractBoolFromAny( const uno::Any& rAny ) throw (uno::RuntimeException) in extractBoolFromAny() argument
651 switch( rAny.getValueType().getTypeClass() ) in extractBoolFromAny()
654 return rAny.get< bool >(); in extractBoolFromAny()
[all …]
/AOO41X/main/forms/source/xforms/ !
H A Dconvert.cxx207 OUString lcl_toXSD_OUString( const Any& rAny ) in lcl_toXSD_OUString() argument
208 { OUString sStr; rAny >>= sStr; return sStr; } in lcl_toXSD_OUString()
215 OUString lcl_toXSD_bool( const Any& rAny ) in lcl_toXSD_bool() argument
216 { bool b = false; rAny >>= b; return b ? OUSTRING("true") : OUSTRING("false"); } in lcl_toXSD_bool()
226 OUString lcl_toXSD_double( const Any& rAny ) in lcl_toXSD_double() argument
229 rAny >>= f; in lcl_toXSD_double()
274 OUString lcl_toXSD_UNODate( const Any& rAny ) in lcl_toXSD_UNODate() argument
277 OSL_VERIFY( rAny >>= aDate ); in lcl_toXSD_UNODate()
356 OUString lcl_toXSD_UNOTime( const Any& rAny ) in lcl_toXSD_UNOTime() argument
359 OSL_VERIFY( rAny >>= aTime ); in lcl_toXSD_UNOTime()
[all …]
/AOO41X/main/xmloff/source/core/ !
H A DSettingsExportHelper.cxx66 void XMLSettingsExportHelper::CallTypeFunction(const uno::Any& rAny, in CallTypeFunction() argument
69 uno::Any aAny( rAny ); in CallTypeFunction()
385 void XMLSettingsExportHelper::exportMapEntry(const uno::Any& rAny, in exportMapEntry() argument
391 rAny >>= aProps; in exportMapEntry()
444 const uno::Any &rAny, in exportForbiddenCharacters() argument
450 rAny >>= xForbChars; in exportForbiddenCharacters()
451 rAny >>= xLocales; in exportForbiddenCharacters()
524 void XMLSettingsExportHelper::ManipulateSetting( uno::Any& rAny, const rtl::OUString& rName ) const in ManipulateSetting() argument
529 if( rAny >>= nTmp ) in ManipulateSetting()
532 rAny <<= rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("low-resolution")); in ManipulateSetting()
[all …]
/AOO41X/main/winaccessibility/source/UAccCOM/ !
H A DAccEditableText.cpp268 …eText::get_AnyFromOLECHAR(const ::rtl::OUString &ouName, const ::rtl::OUString &ouValue, Any &rAny) in get_AnyFromOLECHAR() argument
283 rAny.setValue(&nValue, getCppuType((sal_Int32 *)0)); in get_AnyFromOLECHAR()
290 rAny.setValue(&nValue, getCppuType((sal_Bool *)sal_False)); in get_AnyFromOLECHAR()
299 rAny.setValue(&nValue, getCppuType((short *)0)); in get_AnyFromOLECHAR()
306 rAny.setValue(&fValue, getCppuType((float *)0)); in get_AnyFromOLECHAR()
311 rAny.setValue(&ouValue, getCppuType((::rtl::OUString *)0)); in get_AnyFromOLECHAR()
317 rAny.setValue(&fontSlant, getCppuType((::com::sun::star::awt::FontSlant*)0)); in get_AnyFromOLECHAR()
427 rAny.setValue(&seqTabStop, getCppuType((Sequence< ::com::sun::star::style::TabStop >*)0)); in get_AnyFromOLECHAR()
470 rAny.setValue(&lineSpacing, getCppuType((::com::sun::star::style::LineSpacing* )0)); in get_AnyFromOLECHAR()
476 rAny.setValue(&nDefault, getCppuType((sal_Int32 *)0)); in get_AnyFromOLECHAR()
/AOO41X/main/chart2/source/tools/ !
H A DPropertyHelper.cxx275 …setPropertyValueAny( tPropertyValueMap & rOutMap, tPropertyValueMapKey key, const uno::Any & rAny ) in setPropertyValueAny() argument
279 rOutMap.insert( tPropertyValueMap::value_type( key, rAny )); in setPropertyValueAny()
281 (*aIt).second = rAny; in setPropertyValueAny()
285 …>( tPropertyValueMap & rOutMap, tPropertyValueMapKey key, const ::com::sun::star::uno::Any & rAny ) in setPropertyValue() argument
287 setPropertyValueAny( rOutMap, key, rAny ); in setPropertyValue()
290 …ertyValueDefaultAny( tPropertyValueMap & rOutMap, tPropertyValueMapKey key, const uno::Any & rAny ) in setPropertyValueDefaultAny() argument
293 setPropertyValue( rOutMap, key, rAny ); in setPropertyValueDefaultAny()
297 …>( tPropertyValueMap & rOutMap, tPropertyValueMapKey key, const ::com::sun::star::uno::Any & rAny ) in setPropertyValueDefault() argument
299 setPropertyValueDefaultAny( rOutMap, key, rAny ); in setPropertyValueDefault()
/AOO41X/main/sd/source/ui/unoidl/ !
H A Dunohelp.hxx26 inline sal_Bool any2bool( const ::com::sun::star::uno::Any& rAny, sal_Bool& rBool ) in any2bool() argument
28 if( rAny.getValueType() == ::getCppuBooleanType() ) in any2bool()
30 rBool = *(sal_Bool*)rAny.getValue(); in any2bool()
35 if(!(rAny >>= nValue)) in any2bool()
43 inline void bool2any( sal_Bool bBool, ::com::sun::star::uno::Any& rAny ) in bool2any() argument
45 rAny.setValue( &bBool, ::getCppuBooleanType() ); in bool2any()
/AOO41X/main/chart2/source/inc/ !
H A DCommonFunctors.hxx60 double operator() ( const ::com::sun::star::uno::Any & rAny ) in operator ()()
65 ::com::sun::star::uno::TypeClass eClass( rAny.getValueType().getTypeClass() ); in operator ()()
68 fResult = * reinterpret_cast< const double * >( rAny.getValue() ); in operator ()()
80 ::rtl::OUString operator() ( const ::com::sun::star::uno::Any & rAny ) in operator ()()
82 ::com::sun::star::uno::TypeClass eClass( rAny.getValueType().getTypeClass() ); in operator ()()
85 const double* pDouble = reinterpret_cast< const double * >( rAny.getValue() ); in operator ()()
98 return * reinterpret_cast< const ::rtl::OUString * >( rAny.getValue() ); in operator ()()

1234567