Lines Matching refs:sNameBuffer
995 OUStringBuffer sNameBuffer; in _exportXML() local
1038 sNameBuffer.append( sOrigPrefix ); in _exportXML()
1039 sNameBuffer.append( ++n ); in _exportXML()
1040 sPrefix = sNameBuffer.makeStringAndClear(); in _exportXML()
1054 sNameBuffer.append( sPrefix ); in _exportXML()
1055 sNameBuffer.append( sal_Unicode(':') ); in _exportXML()
1056 sNameBuffer.append( pAttribName->copy( nColonPos+1 ) ); in _exportXML()
1057 sAttribName = sNameBuffer.makeStringAndClear(); in _exportXML()
1068 sNameBuffer.append( GetXMLToken(XML_XMLNS) ); in _exportXML()
1069 sNameBuffer.append( sal_Unicode(':') ); in _exportXML()
1070 sNameBuffer.append( sPrefix ); in _exportXML()
1071 rAttrList.AddAttribute( sNameBuffer.makeStringAndClear(), in _exportXML()