LibreOffice Module sc (master) 1
|
This is the complete list of members for ScUnoHelpFunctions, including all inherited members.
GetBoolFromAny(const css::uno::Any &aAny) | ScUnoHelpFunctions | static |
GetBoolProperty(const css::uno::Reference< css::beans::XPropertySet > &xProp, const OUString &rName, bool bDefault=false) | ScUnoHelpFunctions | static |
GetEnumFromAny(const css::uno::Any &aAny) | ScUnoHelpFunctions | static |
GetEnumProperty(const css::uno::Reference< css::beans::XPropertySet > &xProp, const OUString &rName, EnumT nDefault) | ScUnoHelpFunctions | inlinestatic |
GetEnumPropertyImpl(const css::uno::Reference< css::beans::XPropertySet > &xProp, const OUString &rName, sal_Int32 nDefault) | ScUnoHelpFunctions | privatestatic |
GetInt16FromAny(const css::uno::Any &aAny) | ScUnoHelpFunctions | static |
GetInt32FromAny(const css::uno::Any &aAny) | ScUnoHelpFunctions | static |
GetLongProperty(const css::uno::Reference< css::beans::XPropertySet > &xProp, const OUString &rName) | ScUnoHelpFunctions | static |
GetShortProperty(const css::uno::Reference< css::beans::XPropertySet > &xProp, const OUString &rName, sal_Int16 nDefault) | ScUnoHelpFunctions | static |
GetStringProperty(const css::uno::Reference< css::beans::XPropertySet > &xProp, const OUString &rName, const OUString &rDefault) | ScUnoHelpFunctions | static |
SetOptionalPropertyValue(const css::uno::Reference< css::beans::XPropertySet > &rPropSet, const char *pPropName, const css::uno::Any &rVal) | ScUnoHelpFunctions | static |
SetOptionalPropertyValue(const css::uno::Reference< css::beans::XPropertySet > &rPropSet, const OUString &rPropName, const css::uno::Any &rVal) | ScUnoHelpFunctions | static |
SetOptionalPropertyValue(const css::uno::Reference< css::beans::XPropertySet > &rPropSet, const char *pPropName, const ValueType &rVal) | ScUnoHelpFunctions | inlinestatic |
SetOptionalPropertyValue(const css::uno::Reference< css::beans::XPropertySet > &rPropSet, const OUString &rPropName, const ValueType &rVal) | ScUnoHelpFunctions | inlinestatic |
VectorToSequence(const std::vector< ValueType > &rVector) | ScUnoHelpFunctions | inlinestatic |