Home
last modified time | relevance | path

Searched refs:sWork (Results 1 – 3 of 3) sorted by relevance

/aoo41x/main/sw/source/filter/ascii/
H A Dparasc.cxx313 String sWork; in ReadChars() local
342 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()
/aoo41x/main/sw/source/filter/basflt/
H A Diodetect.cxx474 String sWork; in IsDetectableText() local
475 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()
/aoo41x/main/l10ntools/source/
H A Dexport.cxx1231 ByteString sWork( rText ); in CutComment() local
1232 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 35 milliseconds