Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/undo/
H A Dareasave.cxx186 sal_uInt16 nSaveCount = GetCount(); in Restore() local
187 for (sal_uInt16 nPos=0; nPos<nSaveCount; nPos++) in Restore()
/trunk/main/sc/source/core/data/
H A Dattarray.cxx2539 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++)
/trunk/main/tools/source/stream/
H A Dstream.cxx1659 sal_Size nSaveCount = nCount; in Read() local
1738 if( nCount != nSaveCount && nError != ERRCODE_IO_PENDING ) in Read()
1740 if( nCount == nSaveCount && nError == ERRCODE_IO_PENDING ) in Read()

Completed in 32 milliseconds