Home
last modified time | relevance | path

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

/aoo41x/main/xmloff/source/forms/
H A Delementimport.cxx626 if ( tryGenericAttribute( _nNamespaceKey, _rLocalName, _rValue ) ) in handleAttribute()
630 return OPropertyImport::handleAttribute(_nNamespaceKey, _rLocalName, _rValue); in handleAttribute()
738 if (XML_NAMESPACE_XML == _nNamespaceKey) in handleAttribute()
742 else if (XML_NAMESPACE_FORM == _nNamespaceKey) in handleAttribute()
770 if ( ( ( _nNamespaceKey == XML_NAMESPACE_FORM ) in handleAttribute()
773 || ( ( _nNamespaceKey == XML_NAMESPACE_XFORMS ) in handleAttribute()
826 return OElementImport::handleAttribute( _nNamespaceKey, _rLocalName, _rValue ); in handleAttribute()
1233 return OControlImport::handleAttribute(_nNamespaceKey, _rLocalName, _rValue); in handleAttribute()
1264 return OControlImport::handleAttribute(_nNamespaceKey, _rLocalName, _rValue); in handleAttribute()
1762 return OControlImport::handleAttribute(_nNamespaceKey, _rLocalName, _rValue); in handleAttribute()
[all …]
H A Dpropertyexport.cxx260 …void OPropertyExport::exportStringPropertyAttribute( const sal_uInt16 _nNamespaceKey, const sal_Ch… in exportStringPropertyAttribute() argument
276 AddAttribute( _nNamespaceKey, _pAttributeName, sPropValue ); in exportStringPropertyAttribute()
308 AddAttribute(_nNamespaceKey, _pAttributeName, bCurrentValue ? m_sValueTrue : m_sValueFalse); in exportBooleanPropertyAttribute()
315 AddAttribute(_nNamespaceKey, _pAttributeName, bCurrentValue ? m_sValueTrue : m_sValueFalse); in exportBooleanPropertyAttribute()
322 …void OPropertyExport::exportInt16PropertyAttribute(const sal_uInt16 _nNamespaceKey, const sal_Char… in exportInt16PropertyAttribute() argument
338 AddAttribute(_nNamespaceKey, _pAttributeName, sBuffer.makeStringAndClear()); in exportInt16PropertyAttribute()
346 …void OPropertyExport::exportInt32PropertyAttribute( const sal_uInt16 _nNamespaceKey, const sal_Cha… in exportInt32PropertyAttribute() argument
362 AddAttribute( _nNamespaceKey, _pAttributeName, sBuffer.makeStringAndClear() ); in exportInt32PropertyAttribute()
371 const sal_uInt16 _nNamespaceKey, const sal_Char* _pAttributeName, in exportEnumPropertyAttribute() argument
392 AddAttribute(_nNamespaceKey, _pAttributeName, sBuffer.makeStringAndClear()); in exportEnumPropertyAttribute()
[all …]
H A Delementimport.hxx136 virtual bool handleAttribute(sal_uInt16 _nNamespaceKey,
165 …bool tryGenericAttribute( sal_uInt16 _nNamespaceKey, const ::rtl::OUString& _rLocalName, co…
244 virtual bool handleAttribute(sal_uInt16 _nNamespaceKey,
315 virtual bool handleAttribute( sal_uInt16 _nNamespaceKey,
341 virtual bool handleAttribute(sal_uInt16 _nNamespaceKey,
359 virtual bool handleAttribute(sal_uInt16 _nNamespaceKey,
378 virtual bool handleAttribute(sal_uInt16 _nNamespaceKey,
400 virtual bool handleAttribute(sal_uInt16 _nNamespaceKey,
450 virtual bool handleAttribute( sal_uInt16 _nNamespaceKey,
536 virtual bool handleAttribute(sal_uInt16 _nNamespaceKey,
[all …]
H A Dpropertyexport.hxx132 const sal_uInt16 _nNamespaceKey,
150 const sal_uInt16 _nNamespaceKey,
169 const sal_uInt16 _nNamespaceKey,
188 const sal_uInt16 _nNamespaceKey,
209 const sal_uInt16 _nNamespaceKey,
H A Dpropertyimport.hxx118 virtual bool handleAttribute(sal_uInt16 _nNamespaceKey,

Completed in 40 milliseconds