Searched refs:_nNamespaceKey (Results 1 – 5 of 5) sorted by relevance
/trunk/main/xmloff/source/forms/ |
H A D | elementimport.cxx | 626 if ( tryGenericAttribute( _nNamespaceKey, _rLocalName, _rValue ) ) in handleAttribute() 630 return OPropertyImport::handleAttribute(_nNamespaceKey, _rLocalName, _rValue); in handleAttribute() 739 if (XML_NAMESPACE_XML == _nNamespaceKey) in handleAttribute() 743 else if (XML_NAMESPACE_FORM == _nNamespaceKey) in handleAttribute() 771 if ( ( ( _nNamespaceKey == XML_NAMESPACE_FORM ) in handleAttribute() 774 || ( ( _nNamespaceKey == XML_NAMESPACE_XFORMS ) in handleAttribute() 827 return OElementImport::handleAttribute( _nNamespaceKey, _rLocalName, _rValue ); in handleAttribute() 1234 return OControlImport::handleAttribute(_nNamespaceKey, _rLocalName, _rValue); in handleAttribute() 1265 return OControlImport::handleAttribute(_nNamespaceKey, _rLocalName, _rValue); in handleAttribute() 1763 return OControlImport::handleAttribute(_nNamespaceKey, _rLocalName, _rValue); in handleAttribute() [all …]
|
H A D | propertyexport.cxx | 260 …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 D | elementimport.hxx | 136 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 D | propertyexport.hxx | 132 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 D | propertyimport.hxx | 118 virtual bool handleAttribute(sal_uInt16 _nNamespaceKey,
|
Completed in 34 milliseconds