Home
last modified time | relevance | path

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

/AOO41X/main/sw/source/core/doc/
H A Ddoc.cxx1259 sal_uInt16 nLastPageNo = 0; in CalculatePagesForPrinting() local
1274 nLastPageNo = nFirstPageNo; in CalculatePagesForPrinting()
1281 nLastPageNo = i; in CalculatePagesForPrinting()
1296 MultiSelection aTmpMulti( Range( 1, nLastPageNo ) ); in CalculatePagesForPrinting()
1299 while ( nEndOfSelection != nTmpIdx && nTmpIdx <= long(nLastPageNo) ) in CalculatePagesForPrinting()