Searched refs:WriteByteStringLine (Results 1 – 5 of 5) sorted by relevance
456 sal_Bool WriteByteStringLine( const String& rStr, rtl_TextEncoding eDestCharSet );457 …sal_Bool WriteByteStringLine( const String& rStr ) { return WriteByteStringLine( rStr, GetStreamC… in WriteByteStringLine() function in SvStream459 …sal_Bool WriteByteStringLines( const String& rStr ) { return WriteByteStringLine( rStr, GetStream… in WriteByteStringLines()
1021 sal_Bool SvStream::WriteByteStringLine( const String& rStr, rtl_TextEncoding eDestCharSet ) in WriteByteStringLine() function in SvStream1045 return WriteByteStringLine( rStr, eDestCharSet ); in WriteUniOrByteStringLine()
4580 rOutStr.WriteByteStringLine( sWrite, eTEnc ); in WriteEntries()4596 rOutStr.WriteByteStringLine( sWrite, eTEnc ); in WriteEntries()
209 aCacheFile.WriteByteStringLine( rDFA.maStyleName, RTL_TEXTENCODING_UTF8 ); in ~ImplFontAttrCache()
292 rOutput.WriteByteStringLine( aTmpStr ); in WriteText()
Completed in 103 milliseconds