Searched refs:AddAttributeASCII (Results 1 – 5 of 5) sorted by relevance
/aoo41x/main/xmloff/source/forms/ |
H A D | propertyexport.hxx | 348 void AddAttributeASCII( sal_uInt16 nPrefix, const sal_Char *pName, const sal_Char *pValue ); 357 …inline void AddAttributeASCII( sal_uInt16 _nPrefix, const sal_Char* _pName, const sal_Char *pValue… in AddAttributeASCII() function in xmloff::OPropertyExport 358 { m_rContext.getGlobalContext().AddAttributeASCII(_nPrefix, _pName, pValue); } in AddAttributeASCII()
|
H A D | propertyexport.cxx | 398 AddAttributeASCII(_nNamespaceKey, _pAttributeName, ""); in exportEnumPropertyAttribute() 669 …void OPropertyExport::AddAttributeASCII(sal_uInt16 _nPrefix, const sal_Char* _pName, const sal_Cha… in AddAttributeASCII() function in xmloff::OPropertyExport 674 m_rContext.getGlobalContext().AddAttributeASCII(_nPrefix, _pName, pValue); in AddAttributeASCII()
|
/aoo41x/main/linguistic/source/ |
H A D | convdicxml.cxx | 353 AddAttributeASCII( XML_NAMESPACE_TCD, "package", "org.openoffice.Office" ); in exportDoc()
|
/aoo41x/main/xmloff/inc/xmloff/ |
H A D | xmlexp.hxx | 386 void AddAttributeASCII( sal_uInt16 nPrefix, const sal_Char *pName,
|
/aoo41x/main/xmloff/source/core/ |
H A D | xmlexp.cxx | 1059 void SvXMLExport::AddAttributeASCII( sal_uInt16 nPrefixKey, in AddAttributeASCII() function in SvXMLExport
|
Completed in 39 milliseconds