Home
last modified time | relevance | path

Searched refs:PROPERTY_EFFECTIVE_DEFAULT (Results 1 – 15 of 15) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/forms/
H A Dvalueproperties.cxx43 _rpValuePropertyName = PROPERTY_EFFECTIVE_DEFAULT; in getValuePropertyNames()
139 _rpDefaultValuePropertyName = PROPERTY_EFFECTIVE_DEFAULT; in getRuntimeValuePropertyNames()
H A Dstrings.hxx97 #define PROPERTY_EFFECTIVE_DEFAULT "EffectiveDefault" macro
H A Delementimport.cxx882 && _rPropValue.Name != PROPERTY_EFFECTIVE_DEFAULT, "xmloff", in implTranslateValueProperty()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/forms/
H A Dvalueproperties.cxx43 _rpValuePropertyName = PROPERTY_EFFECTIVE_DEFAULT; in getValuePropertyNames()
139 _rpDefaultValuePropertyName = PROPERTY_EFFECTIVE_DEFAULT; in getRuntimeValuePropertyNames()
H A Dstrings.hxx98 #define PROPERTY_EFFECTIVE_DEFAULT "EffectiveDefault" macro
H A Delementimport.cxx878 || _rPropValue.Name == PROPERTY_EFFECTIVE_DEFAULT, "xmloff", in implTranslateValueProperty()
/dports/editors/libreoffice/libreoffice-7.2.6.2/forms/source/inc/
H A Dfrm_strings.hxx161 #define PROPERTY_EFFECTIVE_DEFAULT "EffectiveDefault" macro
/dports/editors/libreoffice6/libreoffice-6.4.7.2/forms/source/inc/
H A Dfrm_strings.hxx165 #define PROPERTY_EFFECTIVE_DEFAULT "EffectiveDefault" macro
/dports/editors/libreoffice/libreoffice-7.2.6.2/extensions/source/propctrlr/
H A Dformstrings.hxx139 #define PROPERTY_EFFECTIVE_DEFAULT "EffectiveDefault" macro
H A Dformcomponenthandler.cxx1741 …RTY_EFFECTIVE_MIN), OUString(PROPERTY_EFFECTIVE_MAX), OUString(PROPERTY_EFFECTIVE_DEFAULT), OUStri… in actuatingPropertyChanged()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/extensions/source/propctrlr/
H A Dformstrings.hxx140 #define PROPERTY_EFFECTIVE_DEFAULT "EffectiveDefault" macro
H A Dformcomponenthandler.cxx1738 …RTY_EFFECTIVE_MIN), OUString(PROPERTY_EFFECTIVE_MAX), OUString(PROPERTY_EFFECTIVE_DEFAULT), OUStri… in actuatingPropertyChanged()
/dports/editors/libreoffice/libreoffice-7.2.6.2/forms/source/component/
H A DFormattedField.cxx996 return m_xAggregateSet->getPropertyValue( PROPERTY_EFFECTIVE_DEFAULT ); in getDefaultForReset()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/forms/source/component/
H A DFormattedField.cxx998 return m_xAggregateSet->getPropertyValue( PROPERTY_EFFECTIVE_DEFAULT ); in getDefaultForReset()
/dports/editors/libreoffice/libreoffice-7.2.6.2/
H A DChangeLog112711 - || (0 == _rPropValue.Name.compareToAscii(PROPERTY_EFFECTIVE_DEFAULT)),
112713 … || (0 == _rPropValue.Name.equalsAsciiL(PROPERTY_EFFECTIVE_DEFAULT.ascii, PROPERTY_EFFECTIVE…
112721 - && _rPropValue.Name != PROPERTY_EFFECTIVE_DEFAULT,
112725 + || _rPropValue.Name == PROPERTY_EFFECTIVE_DEFAULT, "xmloff",
112731 …rn if "_rPropValue.Name" different from "PROPERTY_EFFECTIVE_VALUE" and "PROPERTY_EFFECTIVE_DEFAULT"