LibreOffice Module xmloff (master)
1
|
#include <valueproperties.hxx>
Static Public Member Functions | |
static void | getValuePropertyNames (OControlElement::ElementType _eType, sal_Int16 _nFormComponentType, char const *&_rpCurrentValuePropertyName, char const *&_rpValuePropertyName) |
calculate the property names for the current-value and the value attribute. More... | |
static void | getValueLimitPropertyNames (sal_Int16 _nFormComponentType, char const *&_rpMinValuePropertyName, char const *&_rpMaxValuePropertyName) |
calculate the property names for the min-value and the max-value attribute. More... | |
static void | getRuntimeValuePropertyNames (OControlElement::ElementType _eType, sal_Int16 _nFormComponentType, char const *&_rpValuePropertyName, char const *&_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 28 of file valueproperties.hxx.
|
inlineprotected |
Definition at line 31 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(), PROPERTY_DATE, PROPERTY_DEFAULT_DATE, PROPERTY_DEFAULT_STATE, PROPERTY_DEFAULT_TEXT, PROPERTY_DEFAULT_TIME, PROPERTY_EFFECTIVE_DEFAULT, PROPERTY_EFFECTIVE_VALUE, PROPERTY_STATE, PROPERTY_TEXT, and 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 PROPERTY_EFFECTIVE_MAX, PROPERTY_EFFECTIVE_MIN, PROPERTY_SCROLLVALUE_MAX, PROPERTY_SCROLLVALUE_MIN, PROPERTY_SPINVALUE_MAX, PROPERTY_SPINVALUE_MIN, PROPERTY_VALUE_MAX, 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, PROPERTY_DEFAULT_SPINVALUE, PROPERTY_DEFAULT_TEXT, PROPERTY_DEFAULT_VALUE, PROPERTY_EFFECTIVE_DEFAULT, PROPERTY_EFFECTIVE_VALUE, PROPERTY_HIDDEN_VALUE, PROPERTY_REFVALUE, PROPERTY_SCROLLVALUE, PROPERTY_SCROLLVALUE_DEFAULT, PROPERTY_SPINVALUE, PROPERTY_TEXT, PROPERTY_VALUE, and SAL_WARN.
Referenced by xmloff::OControlExport::exportCommonControlAttributes(), getRuntimeValuePropertyNames(), and xmloff::OControlImport::startFastElement().