Searched refs:aExpStr (Results 1 – 2 of 2) sorted by relevance
1280 XclExpString aExpStr; in WriteFormatRecord() local1282 aExpStr.AssignByte( rFormatStr, GetTextEncoding(), EXC_STR_8BITLENGTH ); in WriteFormatRecord()1284 aExpStr.Assign( rFormatStr ); in WriteFormatRecord()1286 rStrm.StartRecord( EXC_ID4_FORMAT, 2 + aExpStr.GetSize() ); in WriteFormatRecord()1287 rStrm << nXclNumFmt << aExpStr; in WriteFormatRecord()
1379 String aExpStr = rPar.Get(1)->GetString(); in RTLFUNC() local1422 sal_uInt16 nExpStrLen = aExpStr.Len(); in RTLFUNC()1432 String aSrcStr( aExpStr ); in RTLFUNC()1441 aExpStr.Replace( nPos, nFindStrLen, aReplaceStr ); in RTLFUNC()1451 rPar.Get(0)->PutString( aExpStr.Copy( static_cast<sal_uInt16>(lStartPos - 1) ) ); in RTLFUNC()
Completed in 75 milliseconds