Lines Matching refs:AddAttribute
128 AddAttribute(XML_NAMESPACE_FORM, token::XML_PROPERTY_NAME, *aProperty); in exportRemainingProperties()
156 AddAttribute( XML_NAMESPACE_OFFICE, token::XML_VALUE_TYPE, token::XML_VOID ); in exportRemainingProperties()
158 AddAttribute( XML_NAMESPACE_OFFICE, token::XML_VALUE_TYPE, eValueType ); in exportRemainingProperties()
172 AddAttribute(XML_NAMESPACE_OFFICE, eValueAttName, sValue ); in exportRemainingProperties()
221 AddAttribute(XML_NAMESPACE_OFFICE, eValueAttName, sValue ); in exportRemainingProperties()
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()
338 AddAttribute(_nNamespaceKey, _pAttributeName, sBuffer.makeStringAndClear()); in exportInt16PropertyAttribute()
362 AddAttribute( _nNamespaceKey, _pAttributeName, sBuffer.makeStringAndClear() ); in exportInt32PropertyAttribute()
392 AddAttribute(_nNamespaceKey, _pAttributeName, sBuffer.makeStringAndClear()); in exportEnumPropertyAttribute()
413 AddAttribute(OAttributeMetaData::getCommonControlAttributeNamespace(CCA_TARGET_FRAME) in exportTargetFrameAttribute()
431 AddAttribute(OAttributeMetaData::getCommonControlAttributeNamespace(_nProperty) in exportRelativeTargetLocation()
437 AddAttribute(XML_NAMESPACE_XLINK, token::XML_TYPE, token::XML_SIMPLE); in exportRelativeTargetLocation()
492 AddAttribute(_nAttributeNamespaceKey, _pAttributeName, sValue); in exportGenericPropertyAttribute()
538 AddAttribute(_nAttributeNamespaceKey, _pAttributeName, sFinalList); in exportStringSequenceAttribute()
651 …void OPropertyExport::AddAttribute(sal_uInt16 _nPrefix, const sal_Char* _pName, const ::rtl::OUStr… in AddAttribute() function in xmloff::OPropertyExport
656 m_rContext.getGlobalContext().AddAttribute(_nPrefix, _pName, _rValue); in AddAttribute()
660 …void OPropertyExport::AddAttribute( sal_uInt16 _nPrefix, const ::rtl::OUString& _rName, const ::rt… in AddAttribute() function in xmloff::OPropertyExport
665 m_rContext.getGlobalContext().AddAttribute( _nPrefix, _rName, _rValue ); in AddAttribute()
678 …void OPropertyExport::AddAttribute(sal_uInt16 _nPrefix, ::xmloff::token::XMLTokenEnum _eName, cons… in AddAttribute() function in xmloff::OPropertyExport
683 m_rContext.getGlobalContext().AddAttribute(_nPrefix, _eName, _rValue); in AddAttribute()
687 …void OPropertyExport::AddAttribute(sal_uInt16 _nPrefix, ::xmloff::token::XMLTokenEnum _eName, ::xm… in AddAttribute() function in xmloff::OPropertyExport
692 m_rContext.getGlobalContext().AddAttribute(_nPrefix, _eName, _eValue); in AddAttribute()