Lines Matching refs:ScUnoHelpFunctions
51 uno::Reference<uno::XInterface> ScUnoHelpFunctions::AnyToInterface( const uno::Any& rAny ) in AnyToInterface()
61 sal_Bool ScUnoHelpFunctions::GetBoolProperty( const uno::Reference<beans::XPropertySet>& xProp, in GetBoolProperty()
87 sal_Int32 ScUnoHelpFunctions::GetLongProperty( const uno::Reference<beans::XPropertySet>& xProp, in GetLongProperty()
107 sal_Int32 ScUnoHelpFunctions::GetEnumProperty( const uno::Reference<beans::XPropertySet>& xProp, in GetEnumProperty()
137 OUString ScUnoHelpFunctions::GetStringProperty( in GetStringProperty()
157 sal_Bool ScUnoHelpFunctions::GetBoolFromAny( const uno::Any& aAny ) in GetBoolFromAny()
165 sal_Int16 ScUnoHelpFunctions::GetInt16FromAny( const uno::Any& aAny ) in GetInt16FromAny()
174 sal_Int32 ScUnoHelpFunctions::GetInt32FromAny( const uno::Any& aAny ) in GetInt32FromAny()
183 sal_Int32 ScUnoHelpFunctions::GetEnumFromAny( const uno::Any& aAny ) in GetEnumFromAny()
194 void ScUnoHelpFunctions::SetBoolInAny( uno::Any& rAny, sal_Bool bValue ) in SetBoolInAny()
200 void ScUnoHelpFunctions::SetOptionalPropertyValue( in SetOptionalPropertyValue()