Searched refs:_nNamespaceKey (Results 1 – 5 of 5) sorted by relevance
| /trunk/main/xmloff/source/forms/ |
| H A D | elementimport.cxx | 553 …bool OElementImport::tryGenericAttribute( sal_uInt16 _nNamespaceKey, const ::rtl::OUString& _rLoca… in tryGenericAttribute() argument 556 …const AttributeDescription attribute( metadata::getAttributeDescription( _nNamespaceKey, _rLocalNa… in tryGenericAttribute() 601 …bool OElementImport::handleAttribute(sal_uInt16 _nNamespaceKey, const ::rtl::OUString& _rLocalName… in handleAttribute() argument 626 if ( tryGenericAttribute( _nNamespaceKey, _rLocalName, _rValue ) ) in handleAttribute() 630 return OPropertyImport::handleAttribute(_nNamespaceKey, _rLocalName, _rValue); in handleAttribute() 733 …bool OControlImport::handleAttribute(sal_uInt16 _nNamespaceKey, const ::rtl::OUString& _rLocalName… in handleAttribute() argument 739 if (XML_NAMESPACE_XML == _nNamespaceKey) in handleAttribute() 743 else if (XML_NAMESPACE_FORM == _nNamespaceKey) in handleAttribute() 759 if ( _nNamespaceKey == XML_NAMESPACE_XFORMS && IsXMLToken( _rLocalName, XML_BIND ) ) in handleAttribute() 765 … if ( _nNamespaceKey == XML_NAMESPACE_FORM && IsXMLToken( _rLocalName, XML_XFORMS_LIST_SOURCE ) ) 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() 283 …void OPropertyExport::exportBooleanPropertyAttribute(const sal_uInt16 _nNamespaceKey, const sal_Ch… in exportBooleanPropertyAttribute() argument 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 [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,
|