Searched refs:aLocBuf (Results 1 – 1 of 1) sorted by relevance
2927 OUStringBuffer aLocBuf( 16 ); in emitStructure() local2928 aLocBuf.append( rEle.m_aLocale.Language.toAsciiLowerCase() ); in emitStructure()2931 aLocBuf.append( sal_Unicode('-') ); in emitStructure()2932 aLocBuf.append( rEle.m_aLocale.Country ); in emitStructure()2935 appendLiteralStringEncrypt( aLocBuf.makeStringAndClear(), rEle.m_nObject, aLine ); in emitStructure()6003 OUStringBuffer aLocBuf( 16 ); in emitCatalog() local6004 aLocBuf.append( m_aContext.DocumentLocale.Language.toAsciiLowerCase() ); in emitCatalog()6007 aLocBuf.append( sal_Unicode('-') ); in emitCatalog()6008 aLocBuf.append( m_aContext.DocumentLocale.Country ); in emitCatalog()6011 appendLiteralStringEncrypt( aLocBuf.makeStringAndClear(), m_nCatalogObject, aLine ); in emitCatalog()
Completed in 66 milliseconds