LibreOffice Module xmloff (master) 1
|
#include <valueproperties.hxx>
Static Public Member Functions | |
static void | getValuePropertyNames (OControlElement::ElementType _eType, sal_Int16 _nFormComponentType, OUString &_rpCurrentValuePropertyName, OUString &_rpValuePropertyName) |
calculate the property names for the current-value and the value attribute. More... | |
static void | getValueLimitPropertyNames (sal_Int16 _nFormComponentType, OUString &_rpMinValuePropertyName, OUString &_rpMaxValuePropertyName) |
calculate the property names for the min-value and the max-value attribute. More... | |
static void | getRuntimeValuePropertyNames (OControlElement::ElementType _eType, sal_Int16 _nFormComponentType, OUString &_rpValuePropertyName, OUString &_rpDefaultValuePropertyName) |
calculate the names of the properties which, at runtime, are used for value and default value. More... | |
Protected Member Functions | |
OValuePropertiesMetaData () | |
Definition at line 29 of file valueproperties.hxx.
|
inlineprotected |
Definition at line 32 of file valueproperties.hxx.
|
static |
calculate the names of the properties which, at runtime, are used for value and default value.
Definition at line 127 of file valueproperties.cxx.
References xmloff::OControlElement::FORMATTED_TEXT, getValuePropertyNames(), xmloff::PROPERTY_DATE, xmloff::PROPERTY_DEFAULT_DATE, xmloff::PROPERTY_DEFAULT_STATE, xmloff::PROPERTY_DEFAULT_TEXT, xmloff::PROPERTY_DEFAULT_TIME, xmloff::PROPERTY_EFFECTIVE_DEFAULT, xmloff::PROPERTY_EFFECTIVE_VALUE, xmloff::PROPERTY_STATE, xmloff::PROPERTY_TEXT, and xmloff::PROPERTY_TIME.
Referenced by xmloff::OControlImport::endFastElement().
|
static |
calculate the property names for the min-value and the max-value attribute.
If controls of the given FormComponentType do not have any of the properties requested, the respective out parameter will be set to NULL.
Definition at line 94 of file valueproperties.cxx.
References xmloff::PROPERTY_EFFECTIVE_MAX, xmloff::PROPERTY_EFFECTIVE_MIN, xmloff::PROPERTY_SCROLLVALUE_MAX, xmloff::PROPERTY_SCROLLVALUE_MIN, xmloff::PROPERTY_SPINVALUE_MAX, xmloff::PROPERTY_SPINVALUE_MIN, xmloff::PROPERTY_VALUE_MAX, xmloff::PROPERTY_VALUE_MIN, and SAL_WARN.
Referenced by xmloff::OControlExport::exportSpecialAttributes(), and xmloff::OControlImport::startFastElement().
|
static |
calculate the property names for the current-value and the value attribute.
If controls of the given FormComponentType do not have any of the properties requested, the respective out parameter will be set to NULL.
Definition at line 31 of file valueproperties.cxx.
References xmloff::OControlElement::FORMATTED_TEXT, xmloff::OControlElement::PASSWORD, xmloff::PROPERTY_DEFAULT_SPINVALUE, xmloff::PROPERTY_DEFAULT_TEXT, xmloff::PROPERTY_DEFAULT_VALUE, xmloff::PROPERTY_EFFECTIVE_DEFAULT, xmloff::PROPERTY_EFFECTIVE_VALUE, xmloff::PROPERTY_HIDDEN_VALUE, xmloff::PROPERTY_REFVALUE, xmloff::PROPERTY_SCROLLVALUE, xmloff::PROPERTY_SCROLLVALUE_DEFAULT, xmloff::PROPERTY_SPINVALUE, xmloff::PROPERTY_TEXT, xmloff::PROPERTY_VALUE, and SAL_WARN.
Referenced by xmloff::OControlExport::exportCommonControlAttributes(), getRuntimeValuePropertyNames(), and xmloff::OControlImport::startFastElement().