Searched refs:sWork (Results 1 – 3 of 3) sorted by relevance
313 String sWork; in ReadChars() local342 sal_Unicode* pBuf = sWork.AllocBuffer( static_cast< xub_StrLen >(nNewLen) ); in ReadChars()356 sWork.ReleaseBufferAccess( static_cast< xub_StrLen >(nNewLen) ); in ReadChars()358 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()
1231 ByteString sWork( rText ); in CutComment() local1232 sWork.SearchAndReplaceAll( "\\\"", "XX" ); in CutComment()1236 while ( i < sWork.Len() - 1 ) { in CutComment()1237 if ( sWork.GetChar( i ) == '\"' ) in CutComment()1240 (( sWork.GetChar( i ) == '/' ) && in CutComment()1242 ( sWork.GetChar( i + 1 ) == '/' )) in CutComment()
Completed in 26 milliseconds