Home
last modified time | relevance | path

Searched refs:eDestCharSet (Results 1 – 4 of 4) sorted by relevance

/aoo42x/main/tools/source/stream/
H A Dstream.cxx1016 if ( eDestCharSet == RTL_TEXTENCODING_UNICODE ) in WriteUnicodeOrByteText()
1020 ByteString aStr( rStr, eDestCharSet ); in WriteUnicodeOrByteText()
1038 return WriteLine( ByteString( rStr, eDestCharSet ) ); in WriteByteStringLine()
1057 if ( eDestCharSet == RTL_TEXTENCODING_UNICODE ) in WriteUniOrByteStringLine()
1060 return WriteByteStringLine( rStr, eDestCharSet ); in WriteUniOrByteStringLine()
1075 return WriteLines( ByteString( rStr, eDestCharSet ) ); in WriteByteStringLines()
1097 if ( eDestCharSet == RTL_TEXTENCODING_UNICODE ) in WriteUniOrByteStringLines()
1100 return WriteByteStringLines( rStr, eDestCharSet ); in WriteUniOrByteStringLines()
1111 if ( eDestCharSet == RTL_TEXTENCODING_UNICODE ) in WriteUniOrByteChar()
1115 ByteString aStr( ch, eDestCharSet ); in WriteUniOrByteChar()
[all …]
/aoo42x/main/tools/inc/tools/
H A Dstream.hxx395 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 );
/aoo42x/main/editeng/source/editeng/
H A Deertfpar.hxx75 CharSet eDestCharSet; member in EditRTFParser
110 void SetDestCharSet( CharSet eCharSet ) { eDestCharSet = eCharSet; } in SetDestCharSet()
111 CharSet GetDestCharSet() const { return eDestCharSet; } in GetDestCharSet()
H A Deertfpar.cxx77 eDestCharSet = RTL_TEXTENCODING_DONTKNOW; in EditRTFParser()

Completed in 29 milliseconds