Home
last modified time | relevance | path

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

/aoo41x/main/sw/source/filter/ascii/
H A Dparasc.cxx323 sal_uLong lGCount; in ReadChars() local
324 if( SVSTREAM_OK != rInput.GetError() || 0 == (lGCount = in ReadChars()
336 lGCount+=nArrOffset; in ReadChars()
341 sal_Size nNewLen = lGCount, nCntBytes; in ReadChars()
345 pArr, lGCount, pBuf, nNewLen, in ReadChars()
354 if( 0 != ( nArrOffset = lGCount - nCntBytes ) ) in ReadChars()
364 pEnd = (sal_Unicode*)(pArr + lGCount); in ReadChars()
369 for( sal_uLong n = 0; n < lGCount; n += 2, pF += 2, pN += 2 ) in ReadChars()
379 nReadCnt += lGCount; in ReadChars()

Completed in 40 milliseconds