Searched refs:sWork (Results 1 – 3 of 3) sorted by relevance
311 String sWork; in ReadChars() local340 sal_Unicode* pBuf = sWork.AllocBuffer( static_cast< xub_StrLen >(nNewLen) ); in ReadChars()354 sWork.ReleaseBufferAccess( static_cast< xub_StrLen >(nNewLen) ); in ReadChars()356 pStt = pLastStt = sWork.GetBufferAccess(); in ReadChars()
474 String sWork; in IsDetectableText() local475 sal_Unicode *pNewBuf = sWork.AllocBuffer( static_cast< xub_StrLen >(rLen)); in IsDetectableText()519 sWork.ReleaseBufferAccess( static_cast< xub_StrLen >(nNewLen) ); in IsDetectableText()520 pNewBuf = sWork.GetBufferAccess(); in IsDetectableText()
1221 ByteString sWork( rText ); in CutComment() local1222 sWork.SearchAndReplaceAll( "\\\"", "XX" ); in CutComment()1226 while ( i < sWork.Len() - 1 ) { in CutComment()1227 if ( sWork.GetChar( i ) == '\"' ) in CutComment()1230 (( sWork.GetChar( i ) == '/' ) && in CutComment()1232 ( sWork.GetChar( i + 1 ) == '/' )) in CutComment()
Completed in 74 milliseconds