Home
last modified time | relevance | path

Searched refs:WriteByteStringLine (Results 1 – 5 of 5) sorted by relevance

/trunk/main/tools/inc/tools/
H A Dstream.hxx456 sal_Bool WriteByteStringLine( const String& rStr, rtl_TextEncoding eDestCharSet );
457 …sal_Bool WriteByteStringLine( const String& rStr ) { return WriteByteStringLine( rStr, GetS… in WriteByteStringLine() function in SvStream
459 …sal_Bool WriteByteStringLines( const String& rStr ) { return WriteByteStringLine( rStr, Get… in WriteByteStringLines()
/trunk/main/tools/source/stream/
H A Dstream.cxx1036 sal_Bool SvStream::WriteByteStringLine( const String& rStr, rtl_TextEncoding eDestCharSet ) in WriteByteStringLine() function in SvStream
1060 return WriteByteStringLine( rStr, eDestCharSet ); in WriteUniOrByteStringLine()
/trunk/main/sw/source/ui/index/
H A Dcnttab.cxx4580 rOutStr.WriteByteStringLine( sWrite, eTEnc ); in WriteEntries()
4596 rOutStr.WriteByteStringLine( sWrite, eTEnc ); in WriteEntries()
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi3.cxx209 aCacheFile.WriteByteStringLine( rDFA.maStyleName, RTL_TEXTENCODING_UTF8 ); in ~ImplFontAttrCache()
/trunk/main/editeng/source/editeng/
H A Dimpedit4.cxx292 rOutput.WriteByteStringLine( aTmpStr ); in WriteText()