Searched refs:nSaveCount (Results 1 – 3 of 3) sorted by relevance
186 sal_uInt16 nSaveCount = GetCount(); in Restore() local187 for (sal_uInt16 nPos=0; nPos<nSaveCount; nPos++) in Restore()
2539 sal_uInt16 nSaveCount = nCount;2543 if ( nSaveCount > 1 && pData[nSaveCount-2].nRow >= nSaveMaxRow )2547 --nSaveCount;2548 while ( nSaveCount > 1 && pData[nSaveCount-2].nRow >= nSaveMaxRow );2552 rStream << nSaveCount;2555 for (SCSIZE i=0; i<nSaveCount; i++)
1742 sal_Size nSaveCount = nCount; in Read() local1821 if( nCount != nSaveCount && nError != ERRCODE_IO_PENDING ) in Read()1823 if( nCount == nSaveCount && nError == ERRCODE_IO_PENDING ) in Read()
Completed in 44 milliseconds