Lines Matching refs:sPrefix
1003 OUString sPrefix; in _exportXML() local
1007 sPrefix = pAttribName->copy( 0, nColonPos ); in _exportXML()
1009 if( sPrefix.getLength() ) in _exportXML()
1015 sal_uInt16 nKey = pNamespaceMap->GetKeyByPrefix( sPrefix ); in _exportXML()
1035 OUString sOrigPrefix( sPrefix ); in _exportXML()
1040 sPrefix = sNameBuffer.makeStringAndClear(); in _exportXML()
1041 nKey = pNamespaceMap->GetKeyByPrefix( sPrefix ); in _exportXML()
1051 sPrefix = pNamespaceMap->GetPrefixByKey( nKey ); in _exportXML()
1054 sNameBuffer.append( sPrefix ); in _exportXML()
1067 pNewNamespaceMap->Add( sPrefix, sNamespace ); in _exportXML()
1070 sNameBuffer.append( sPrefix ); in _exportXML()