| /trunk/main/sc/source/filter/excel/ |
| H A D | xestring.cxx | 174 ByteString aByteStr( rString, eTextEnc ); // length may differ from length of rString in AssignByte() local 175 Build( aByteStr.GetBuffer(), aByteStr.Len(), nFlags, nMaxLen ); in AssignByte() 213 ByteString aByteStr( rString, eTextEnc ); // length may differ from length of rString in AppendByte() local 214 BuildAppend( aByteStr.GetBuffer(), aByteStr.Len() ); in AppendByte() 227 ByteString aByteStr( &cChar, 1, eTextEnc ); // length may be >1 in AppendByte() local 228 BuildAppend( aByteStr.GetBuffer(), aByteStr.Len() ); in AppendByte()
|
| /trunk/main/filter/source/msfilter/ |
| H A D | msvbasic.cxx | 343 ByteString aByteStr; in ReadVBAProject() local 344 sal_Char* pByteData = aByteStr.AllocBuffer( nLen ); in ReadVBAProject() 347 aByteStr.ReleaseBufferAccess(); in ReadVBAProject() 348 pOffsets[i].sName += String( aByteStr, meCharSet); in ReadVBAProject()
|
| /trunk/main/svtools/source/edit/ |
| H A D | syntaxhighlight.cxx | 440 ByteString aByteStr( aKWString, RTL_TEXTENCODING_ASCII_US ); in getNextToken() local 441 aByteStr.ToLowerAscii(); in getNextToken() 442 if ( bsearch( aByteStr.GetBuffer(), ppListKeyWords, nKeyWordCount, sizeof( char* ), in getNextToken() 447 if ( aByteStr.Equals( "rem" ) ) in getNextToken()
|
| /trunk/main/basic/source/runtime/ |
| H A D | step0.cxx | 1321 ByteString aByteStr( s, gsl_getSystemTextEncoding() ); in StepPRINT() local 1322 pIosys->Write( aByteStr ); in StepPRINT() 1335 ByteString aByteStr( s, gsl_getSystemTextEncoding() ); in StepPRINTF() local 1336 pIosys->Write( aByteStr ); in StepPRINTF() 1359 ByteString aByteStr( s, gsl_getSystemTextEncoding() ); in StepWRITE() local 1360 pIosys->Write( aByteStr ); in StepWRITE()
|
| H A D | methods1.cxx | 1028 ByteString aByteStr( rStr, gsl_getSystemTextEncoding() ); in lcl_WriteSbxVariable() local 1029 *pStrm << (const char*)aByteStr.GetBuffer(); in lcl_WriteSbxVariable() 1282 ByteString aByteStr( rPar.Get(1)->GetString(), gsl_getSystemTextEncoding() ); in RTLFUNC() local 1283 const char* pEnvStr = getenv( aByteStr.GetBuffer() ); in RTLFUNC()
|
| H A D | methods.cxx | 1785 ByteString aByteStr( aStr, gsl_getSystemTextEncoding() ); in RTLFUNC() local 1786 sal_Int16 nlResult = (sal_Int16)strtol( aByteStr.GetBuffer()+2, &pEndPtr, nRadix); in RTLFUNC()
|
| /trunk/main/vcl/source/gdi/ |
| H A D | cvtsvm.cxx | 888 ByteString aByteStr; in ImplConvertFromSVM1() local 894 rIStm.Read( aByteStr.AllocBuffer( (sal_uInt16)nTmp ), nTmp + 1 ); in ImplConvertFromSVM1() 895 UniString aStr( aByteStr, eActualCharSet ); in ImplConvertFromSVM1() 906 ByteString aByteStr; in ImplConvertFromSVM1() local 913 rIStm.Read( aByteStr.AllocBuffer( (sal_uInt16)nTmp ), nTmp + 1 ); in ImplConvertFromSVM1() 914 UniString aStr( aByteStr, eActualCharSet ); in ImplConvertFromSVM1() 967 ByteString aByteStr; in ImplConvertFromSVM1() local 973 rIStm.Read( aByteStr.AllocBuffer( (sal_uInt16)nTmp ), nTmp + 1 ); in ImplConvertFromSVM1() 974 UniString aStr( aByteStr, eActualCharSet ); in ImplConvertFromSVM1()
|
| /trunk/main/sc/source/filter/html/ |
| H A D | htmlexp.cxx | 732 ByteString aByteStr = OOO_STRING_SVTOOLS_HTML_col; in WriteTables() local 733 aByteStr += ' '; in WriteTables() 734 aByteStr += OOO_STRING_SVTOOLS_HTML_O_width; in WriteTables() 735 aByteStr += '='; in WriteTables() 741 aByteStrOut = aByteStr; in WriteTables()
|
| /trunk/main/basic/source/comp/ |
| H A D | buffer.cxx | 222 ByteString aByteStr( n, gsl_getSystemTextEncoding() ); in operator +=() local 223 memcpy( pCur, aByteStr.GetBuffer(), l ); in operator +=()
|
| /trunk/main/svtools/source/misc/ |
| H A D | transfer.cxx | 819 const ByteString aByteStr( aString, gsl_getSystemTextEncoding() ); in SetString() local 820 Sequence< sal_Int8 > aSeq( aByteStr.Len() + 1 ); in SetString() 822 rtl_copyMemory( aSeq.getArray(), aByteStr.GetBuffer(), aByteStr.Len() ); in SetString() 823 aSeq[ aByteStr.Len() ] = 0; in SetString()
|
| /trunk/main/svtools/source/filter/wmf/ |
| H A D | wmfwr.cxx | 581 ByteString aByteStr( rUniStr, aTextEncodingOrg ); in WMFRecord_Escape_Unicode() local 582 String aUniStr2( aByteStr, aTextEncodingOrg ); in WMFRecord_Escape_Unicode() 603 aByteStr = ByteString ( rUniStr, aTextEncoding ); in WMFRecord_Escape_Unicode() 604 aUniStr2 = String ( aByteStr, aTextEncoding ); in WMFRecord_Escape_Unicode()
|
| /trunk/main/sw/source/filter/ww8/dump/ |
| H A D | ww8scan.cxx | 1902 ByteString aByteStr; in WW8ReadPString() local 1909 sal_Char* pByteData = aByteStr.AllocBuffer( b ); in WW8ReadPString() 1913 aByteStr.ReleaseBufferAccess(static_cast<xub_StrLen>(nWasRead)); in WW8ReadPString() 1920 return String( aByteStr, eEnc ); in WW8ReadPString() 2006 ByteString aByteStr; in WW8ReadString() local 2007 SafeReadString(aByteStr,(sal_uInt16)nLen,rStrm); in WW8ReadString() 2008 rStr += String( aByteStr, eEnc ); in WW8ReadString()
|
| /trunk/main/sw/source/filter/ww8/ |
| H A D | ww8scan.cxx | 2083 ByteString aByteStr; in WW8ReadPString() local 2090 sal_Char* pByteData = aByteStr.AllocBuffer( b ); in WW8ReadPString() 2094 aByteStr.ReleaseBufferAccess(static_cast<xub_StrLen>(nWasRead)); in WW8ReadPString() 2101 return String( aByteStr, eEnc ); in WW8ReadPString() 2187 ByteString aByteStr; in WW8ReadString() local 2188 SafeReadString(aByteStr,(sal_uInt16)nLen,rStrm); in WW8ReadString() 2189 rStr += String( aByteStr, eEnc ); in WW8ReadString()
|
| /trunk/main/sc/source/ui/docshell/ |
| H A D | impex.cxx | 578 ByteString aByteStr( rString, eEnc ); in WriteUnicodeOrByteString() local 579 rStrm << aByteStr.GetBuffer(); in WriteUnicodeOrByteString()
|