Home
last modified time | relevance | path

Searched refs:GetAnyProperty (Results 1 – 3 of 3) sorted by relevance

/aoo4110/main/sc/source/filter/inc/
H A Dfapihelper.hxx179 bool GetAnyProperty( UnoAny& rValue, const ::rtl::OUString& rPropName ) const;
185 … { UnoAny aAny; return GetAnyProperty( aAny, rPropName ) && (aAny >>= rValue); } in GetProperty()
/aoo4110/main/sc/source/filter/ftools/
H A Dfapihelper.cxx197 bool ScfPropertySet::GetAnyProperty( Any& rValue, const OUString& rPropName ) const in GetAnyProperty() function in ScfPropertySet
217 return GetAnyProperty( aAny, rPropName ) && ScUnoHelpFunctions::GetBoolFromAny( aAny ); in GetBoolProperty()
/aoo4110/main/sc/source/filter/excel/
H A Dxechart.cxx1237 …if( aTitleProp.GetAnyProperty( aRelPos, EXC_CHPROP_RELATIVEPOSITION ) && aRelPos.has< RelativePosi… in ConvertTitle()
2296 rPropSet.GetAnyProperty( aRelPosAny, EXC_CHPROP_RELATIVEPOSITION ); in Convert()
2297 rPropSet.GetAnyProperty( aRelSizeAny, EXC_CHPROP_RELATIVESIZE ); in Convert()

Completed in 40 milliseconds