Searched refs:GetAnyProperty (Results 1 – 3 of 3) sorted by relevance
179 bool GetAnyProperty( UnoAny& rValue, const ::rtl::OUString& rPropName ) const;185 … { UnoAny aAny; return GetAnyProperty( aAny, rPropName ) && (aAny >>= rValue); } in GetProperty()
197 bool ScfPropertySet::GetAnyProperty( Any& rValue, const OUString& rPropName ) const in GetAnyProperty() function in ScfPropertySet217 return GetAnyProperty( aAny, rPropName ) && ScUnoHelpFunctions::GetBoolFromAny( aAny ); in GetBoolProperty()
1237 …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 66 milliseconds