Searched refs:eDestCharSet (Results 1 – 4 of 4) sorted by relevance
| /AOO41X/main/tools/source/stream/ |
| H A D | stream.cxx | 999 sal_Bool SvStream::WriteUnicodeOrByteText( const String& rStr, rtl_TextEncoding eDestCharSet ) in WriteUnicodeOrByteText() argument 1001 if ( eDestCharSet == RTL_TEXTENCODING_UNICODE ) in WriteUnicodeOrByteText() 1005 ByteString aStr( rStr, eDestCharSet ); in WriteUnicodeOrByteText() 1021 sal_Bool SvStream::WriteByteStringLine( const String& rStr, rtl_TextEncoding eDestCharSet ) in WriteByteStringLine() argument 1023 return WriteLine( ByteString( rStr, eDestCharSet ) ); in WriteByteStringLine() 1040 sal_Bool SvStream::WriteUniOrByteStringLine( const String& rStr, rtl_TextEncoding eDestCharSet ) in WriteUniOrByteStringLine() argument 1042 if ( eDestCharSet == RTL_TEXTENCODING_UNICODE ) in WriteUniOrByteStringLine() 1045 return WriteByteStringLine( rStr, eDestCharSet ); in WriteUniOrByteStringLine() 1058 sal_Bool SvStream::WriteByteStringLines( const String& rStr, rtl_TextEncoding eDestCharSet ) in WriteByteStringLines() argument 1060 return WriteLines( ByteString( rStr, eDestCharSet ) ); in WriteByteStringLines() [all …]
|
| /AOO41X/main/tools/inc/tools/ |
| H A D | stream.hxx | 395 SvStream& WriteByteString( const UniString& rStr, rtl_TextEncoding eDestCharSet ); 456 sal_Bool WriteByteStringLine( const String& rStr, rtl_TextEncoding eDestCharSet ); 458 sal_Bool WriteByteStringLines( const String& rStr, rtl_TextEncoding eDestCharSet ); 489 sal_Bool WriteUnicodeOrByteText( const String& rStr, rtl_TextEncoding eDestCharSet ); 498 sal_Bool WriteUniOrByteStringLine( const String& rStr, rtl_TextEncoding eDestCharSet ); 504 sal_Bool WriteUniOrByteStringLines( const String& rStr, rtl_TextEncoding eDestCharSet ); 511 sal_Bool WriteUniOrByteChar( sal_Unicode ch, rtl_TextEncoding eDestCharSet );
|
| /AOO41X/main/editeng/source/editeng/ |
| H A D | eertfpar.hxx | 75 CharSet eDestCharSet; member in EditRTFParser 110 void SetDestCharSet( CharSet eCharSet ) { eDestCharSet = eCharSet; } in SetDestCharSet() 111 CharSet GetDestCharSet() const { return eDestCharSet; } in GetDestCharSet()
|
| H A D | eertfpar.cxx | 77 eDestCharSet = RTL_TEXTENCODING_DONTKNOW; in EditRTFParser()
|