Home
last modified time | relevance | path

Searched refs:getSpecialAttributeName (Results 1 – 5 of 5) sorted by relevance

/trunk/main/xmloff/source/forms/
H A Dlayerimport.cxx147 OAttributeMetaData::getSpecialAttributeName(SCA_VALIDATION), PROPERTY_STRICTFORMAT, sal_False); in OFormLayerXMLImport_Impl()
149 OAttributeMetaData::getSpecialAttributeName(SCA_MULTI_LINE), PROPERTY_MULTILINE, sal_False); in OFormLayerXMLImport_Impl()
151 …OAttributeMetaData::getSpecialAttributeName(SCA_AUTOMATIC_COMPLETION), PROPERTY_AUTOCOMPLETE, sal_… in OFormLayerXMLImport_Impl()
153 OAttributeMetaData::getSpecialAttributeName(SCA_MULTIPLE), PROPERTY_MULTISELECTION, sal_False); in OFormLayerXMLImport_Impl()
155 …OAttributeMetaData::getSpecialAttributeName(SCA_DEFAULT_BUTTON), PROPERTY_DEFAULTBUTTON, sal_False… in OFormLayerXMLImport_Impl()
157 OAttributeMetaData::getSpecialAttributeName(SCA_IS_TRISTATE), PROPERTY_TRISTATE, sal_False); in OFormLayerXMLImport_Impl()
171 OAttributeMetaData::getSpecialAttributeName( SCA_TOGGLE ), PROPERTY_TOGGLE, sal_False ); in OFormLayerXMLImport_Impl()
173 …OAttributeMetaData::getSpecialAttributeName( SCA_FOCUS_ON_CLICK ), PROPERTY_FOCUS_ON_CLICK, sal_Tr… in OFormLayerXMLImport_Impl()
189 OAttributeMetaData::getSpecialAttributeName( SCA_PAGE_STEP_SIZE ), PROPERTY_BLOCK_INCREMENT, 10 ); in OFormLayerXMLImport_Impl()
209 OAttributeMetaData::getSpecialAttributeName(SCA_STATE), PROPERTY_DEFAULT_STATE, STATE_NOCHECK, in OFormLayerXMLImport_Impl()
[all …]
H A Delementexport.cxx1027 OAttributeMetaData::getSpecialAttributeName( *pAttributeId ), in exportSpecialAttributes()
1069 OAttributeMetaData::getSpecialAttributeName( nIntegerPropertyAttributeIds[i] ), in exportSpecialAttributes()
1092 OAttributeMetaData::getSpecialAttributeName( SCA_STEP_SIZE ), in exportSpecialAttributes()
1112 OAttributeMetaData::getSpecialAttributeName(SCA_STATE), in exportSpecialAttributes()
1126 OAttributeMetaData::getSpecialAttributeName(SCA_CURRENT_STATE), in exportSpecialAttributes()
1151 ,OAttributeMetaData::getSpecialAttributeName( SCA_REPEAT_DELAY ) in exportSpecialAttributes()
1176 OAttributeMetaData::getSpecialAttributeName(SCA_ECHO_CHAR), in exportSpecialAttributes()
1203 …static const sal_Char* pMinValueAttributeName = OAttributeMetaData::getSpecialAttributeName(SCA_MI… in exportSpecialAttributes()
1204 …static const sal_Char* pMaxValueAttributeName = OAttributeMetaData::getSpecialAttributeName(SCA_MA… in exportSpecialAttributes()
2043 OAttributeMetaData::getSpecialAttributeName( SCA_COLUMN_STYLE_NAME ), in exportAttributes()
H A Delementimport.cxx788 …static const sal_Char* pMinValueAttributeName = OAttributeMetaData::getSpecialAttributeName(SCA_MI… in handleAttribute()
789 …static const sal_Char* pMaxValueAttributeName = OAttributeMetaData::getSpecialAttributeName(SCA_MA… in handleAttribute()
790 … const sal_Char* pRepeatDelayAttributeName = OAttributeMetaData::getSpecialAttributeName( SCA_REPE… in handleAttribute()
1250 …ibuteName = ::rtl::OUString::createFromAscii(OAttributeMetaData::getSpecialAttributeName(SCA_ECHO_… in handleAttribute()
1387 … if ( _rLocalName.equalsAscii( OAttributeMetaData::getSpecialAttributeName( SCA_STEP_SIZE ) ) ) in handleAttribute()
1647 …simulateDefaultedAttribute( OAttributeMetaData::getSpecialAttributeName( SCA_AUTOMATIC_COMPLETION … in StartElement()
H A Dformattributes.hxx195 static const sal_Char* getSpecialAttributeName(sal_Int32 _nId);
H A Dformattributes.cxx183 const sal_Char* OAttributeMetaData::getSpecialAttributeName(sal_Int32 _nId) in getSpecialAttributeName() function in xmloff::OAttributeMetaData

Completed in 134 milliseconds