Home
last modified time | relevance | path

Searched refs:rAny (Results 151 – 159 of 159) sorted by last modified time

1234567

/trunk/main/chart2/source/tools/
H A DCommonConverters.cxx493 sal_Bool hasDoubleValue( const uno::Any& rAny ) in hasDoubleValue() argument
497 if( rAny >>= fValue ) in hasDoubleValue()
502 sal_Bool hasLongOrShortValue( const uno::Any& rAny ) in hasLongOrShortValue() argument
506 if( rAny >>= n32 ) in hasLongOrShortValue()
511 if( rAny >>= n16 ) in hasLongOrShortValue()
516 sal_Int16 getShortForLongAlso( const uno::Any& rAny ) in getShortForLongAlso() argument
520 if( !(rAny >>= nRet) ) in getShortForLongAlso()
523 if( rAny >>= n32 ) in getShortForLongAlso()
H A DDiagramHelper.cxx1054 Any& rAny = rCat[0]; in lcl_switchToDateCategories() local
1055 if( !(rAny>>=fTest) ) in lcl_switchToDateCategories()
1057 rAny = uno::makeAny(fNan); in lcl_switchToDateCategories()
/trunk/main/chart2/source/inc/
H A DCommonConverters.hxx260 sal_Bool hasDoubleValue( const ::com::sun::star::uno::Any& rAny );
263 sal_Bool hasLongOrShortValue( const ::com::sun::star::uno::Any& rAny );
265 sal_Int16 getShortForLongAlso( const ::com::sun::star::uno::Any& rAny );
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 ()()
H A DObjectIdentifier.hxx103 ObjectIdentifier( const ::com::sun::star::uno::Any& rAny );
H A DPropertyHelper.hxx111 const ::com::sun::star::uno::Any & rAny );
126 …( tPropertyValueMap & rOutMap, tPropertyValueMapKey key, const ::com::sun::star::uno::Any & rAny );
128 …( tPropertyValueMap & rOutMap, tPropertyValueMapKey key, const ::com::sun::star::uno::Any & rAny );
143 …( tPropertyValueMap & rOutMap, tPropertyValueMapKey key, const ::com::sun::star::uno::Any & rAny );
/trunk/main/chart2/source/controller/itemsetwrapper/
H A DAxisItemConverter.cxx165 bool lcl_hasTimeIntervalValue( const uno::Any& rAny ) in lcl_hasTimeIntervalValue() argument
169 if( rAny >>= aValue ) in lcl_hasTimeIntervalValue()
/trunk/main/canvas/source/vcl/
H A Dspritecanvashelper.hxx128 void enableUnsafeScrolling( const ::com::sun::star::uno::Any& rAny ) in enableUnsafeScrolling() argument
130 mbIsUnsafeScrolling = rAny.get<bool>(); in enableUnsafeScrolling()
137 void enableSpriteBounds( const ::com::sun::star::uno::Any& rAny ) in enableSpriteBounds() argument
139 mbShowSpriteBounds = rAny.get<bool>(); in enableSpriteBounds()
/trunk/main/canvas/inc/canvas/base/
H A Dgraphicdevicebase.hxx370 void setDumpScreenContent( const ::com::sun::star::uno::Any& rAny ) in setDumpScreenContent() argument
374 rAny >>= mbDumpScreenContent; in setDumpScreenContent()

Completed in 56 milliseconds

1234567