Home
last modified time | relevance | path

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

/trunk/main/io/source/TextInputStream/
H A DTextInputStream.cxx304 sal_Int32 nTotalRead = nRead; in implReadNext() local
322 nTotalRead - nSourceCount, in implReadNext()
351 nTotalRead++; in implReadNext()
352 if( nTotalRead > nOldLen ) in implReadNext()
354 mSeqSource.realloc( nTotalRead ); in implReadNext()
/trunk/main/embeddedobj/source/msole/
H A Doleembed.cxx685 sal_Int32 nTotalRead = 0; in lcl_CopyStream() local
690 nTotalRead += nRead; in lcl_CopyStream()
693 return nTotalRead != 0; in lcl_CopyStream()
/trunk/main/sw/source/filter/ww8/dump/
H A Dww8scan.cxx1979 long nTotalRead = 0; in WW8ReadString() local
2011 nTotalRead += nLen; in WW8ReadString()
2013 if ( nTotalRead != rStr.Len() ) in WW8ReadString()
2016 while( nTotalRead < nTotalLen ); in WW8ReadString()
/trunk/main/sw/source/filter/ww8/
H A Dww8scan.cxx2160 long nTotalRead = 0; in WW8ReadString() local
2192 nTotalRead += nLen; in WW8ReadString()
2194 if ( nTotalRead != rStr.Len() ) in WW8ReadString()
2197 while( nTotalRead < nTotalLen ); in WW8ReadString()

Completed in 76 milliseconds