Searched refs:nIEnd (Results 1 – 2 of 2) sorted by relevance
522 sal_uLong nIEnd; in FillAuto() local535 nIEnd = nRow2 + nFillCount; in FillAuto()542 nIEnd = nRow1 - nFillCount; in FillAuto()554 nIEnd = nCol2 + nFillCount; in FillAuto()561 nIEnd = nCol1 - nFillCount; in FillAuto()565 sal_uLong nIMax = nIEnd; in FillAuto()678 if (rInner == nIEnd) break; in FillAuto()1299 sal_uLong nIEnd; in FillSeries() local1313 nIEnd = nRow1 + nFillCount; in FillSeries()1319 nIEnd = nRow2 - nFillCount; in FillSeries()[all …]
1605 sal_uLong nIEnd = rStream.Tell(); in StoreItem() local1607 rStream << (sal_Int32) ( nIEnd-nIStart ); in StoreItem()1608 rStream.Seek( nIEnd ); in StoreItem()1698 sal_uLong nIEnd = rStream.Tell(); in LoadItem() local1699 DBG_ASSERT( nIEnd <= (nIStart+nLen), "read past end of item" ); in LoadItem()1700 if ( (nIStart+nLen) != nIEnd ) in LoadItem()
Completed in 30 milliseconds