Home
last modified time | relevance | path

Searched refs:aExpStr (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sc/source/filter/excel/
H A Dxestyle.cxx1280 XclExpString aExpStr; in WriteFormatRecord() local
1282 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()
/trunk/main/basic/source/runtime/
H A Dmethods.cxx1379 String aExpStr = rPar.Get(1)->GetString(); in RTLFUNC() local
1422 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 45 milliseconds