Home
last modified time | relevance | path

Searched refs:_eName (Results 1 – 4 of 4) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/forms/
H A Dpropertyexport.hxx359 …void AddAttribute(sal_uInt16 _nPrefix, ::xmloff::token::XMLTokenEnum _eName, const OUString& _rVal…
360 …void AddAttribute(sal_uInt16 _nPrefix, ::xmloff::token::XMLTokenEnum _eName, ::xmloff::token::XMLT…
367 …void AddAttribute(sal_uInt16 _nPrefix, ::xmloff::token::XMLTokenEnum _eName, const OUString& _rVal… in AddAttribute() argument
368 { m_rContext.getGlobalContext().AddAttribute(_nPrefix, _eName, _rValue); } in AddAttribute()
369 …void AddAttribute(sal_uInt16 _nPrefix, ::xmloff::token::XMLTokenEnum _eName, ::xmloff::token::XMLT… in AddAttribute() argument
370 { m_rContext.getGlobalContext().AddAttribute(_nPrefix, _eName, _eValue); } in AddAttribute()
H A Dpropertyexport.cxx647 …void OPropertyExport::AddAttribute(sal_uInt16 _nPrefix, ::xmloff::token::XMLTokenEnum _eName, cons… in AddAttribute() argument
649 ….getGlobalContext().GetXAttrList()->getValueByName(::xmloff::token::GetXMLToken(_eName)).isEmpty(), in AddAttribute()
652 m_rContext.getGlobalContext().AddAttribute(_nPrefix, _eName, _rValue); in AddAttribute()
655 …void OPropertyExport::AddAttribute(sal_uInt16 _nPrefix, ::xmloff::token::XMLTokenEnum _eName, ::xm… in AddAttribute() argument
657 ….getGlobalContext().GetXAttrList()->getValueByName(::xmloff::token::GetXMLToken(_eName)).isEmpty(), in AddAttribute()
660 m_rContext.getGlobalContext().AddAttribute(_nPrefix, _eName, _eValue); in AddAttribute()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/forms/
H A Dpropertyexport.hxx361 …void AddAttribute(sal_uInt16 _nPrefix, ::xmloff::token::XMLTokenEnum _eName, const OUString& _rVal…
362 …void AddAttribute(sal_uInt16 _nPrefix, ::xmloff::token::XMLTokenEnum _eName, ::xmloff::token::XMLT…
369 …void AddAttribute(sal_uInt16 _nPrefix, ::xmloff::token::XMLTokenEnum _eName, const OUString& _rVal… in AddAttribute() argument
370 { m_rContext.getGlobalContext().AddAttribute(_nPrefix, _eName, _rValue); } in AddAttribute()
371 …void AddAttribute(sal_uInt16 _nPrefix, ::xmloff::token::XMLTokenEnum _eName, ::xmloff::token::XMLT… in AddAttribute() argument
372 { m_rContext.getGlobalContext().AddAttribute(_nPrefix, _eName, _eValue); } in AddAttribute()
H A Dpropertyexport.cxx644 …void OPropertyExport::AddAttribute(sal_uInt16 _nPrefix, ::xmloff::token::XMLTokenEnum _eName, cons… in AddAttribute() argument
646 ….getGlobalContext().GetXAttrList()->getValueByName(::xmloff::token::GetXMLToken(_eName)).isEmpty(), in AddAttribute()
649 m_rContext.getGlobalContext().AddAttribute(_nPrefix, _eName, _rValue); in AddAttribute()
652 …void OPropertyExport::AddAttribute(sal_uInt16 _nPrefix, ::xmloff::token::XMLTokenEnum _eName, ::xm… in AddAttribute() argument
654 ….getGlobalContext().GetXAttrList()->getValueByName(::xmloff::token::GetXMLToken(_eName)).isEmpty(), in AddAttribute()
657 m_rContext.getGlobalContext().AddAttribute(_nPrefix, _eName, _eValue); in AddAttribute()