Searched refs:_eName (Results 1 – 2 of 2) sorted by relevance
/aoo41x/main/xmloff/source/forms/ |
H A D | propertyexport.hxx | 349 …void AddAttribute(sal_uInt16 _nPrefix, ::xmloff::token::XMLTokenEnum _eName, const ::rtl::OUString… 350 …void AddAttribute(sal_uInt16 _nPrefix, ::xmloff::token::XMLTokenEnum _eName, ::xmloff::token::XMLT… 359 …inline void AddAttribute(sal_uInt16 _nPrefix, ::xmloff::token::XMLTokenEnum _eName, const ::rtl::O… in AddAttribute() argument 360 { m_rContext.getGlobalContext().AddAttribute(_nPrefix, _eName, _rValue); } in AddAttribute() 361 …inline void AddAttribute(sal_uInt16 _nPrefix, ::xmloff::token::XMLTokenEnum _eName, ::xmloff::toke… in AddAttribute() argument 362 { m_rContext.getGlobalContext().AddAttribute(_nPrefix, _eName, _eValue); } in AddAttribute()
|
H A D | propertyexport.cxx | 678 …void OPropertyExport::AddAttribute(sal_uInt16 _nPrefix, ::xmloff::token::XMLTokenEnum _eName, cons… in AddAttribute() argument 680 …etGlobalContext().GetXAttrList()->getValueByName(::xmloff::token::GetXMLToken(_eName)).getLength(), in AddAttribute() 683 m_rContext.getGlobalContext().AddAttribute(_nPrefix, _eName, _rValue); in AddAttribute() 687 …void OPropertyExport::AddAttribute(sal_uInt16 _nPrefix, ::xmloff::token::XMLTokenEnum _eName, ::xm… in AddAttribute() argument 689 …etGlobalContext().GetXAttrList()->getValueByName(::xmloff::token::GetXMLToken(_eName)).getLength(), in AddAttribute() 692 m_rContext.getGlobalContext().AddAttribute(_nPrefix, _eName, _eValue); in AddAttribute()
|
Completed in 32 milliseconds