Lines Matching refs:nPage
595 sal_uInt32 nPage, in scope() argument
606 if (nPage < nLimit) in scope()
609 index0 = nPage; in scope()
617 nPage -= nLimit; in scope()
623 if (nPage < nLimit) in scope()
626 sal_uInt32 n = nPage; in scope()
634 OSL_POSTCOND(n == nPage, "wrong math on indirect indices"); in scope()
635 if (n != nPage) in scope()
645 nPage -= nLimit; in scope()
650 if (nPage < nLimit) in scope()
653 sal_uInt32 n = nPage; in scope()
666 OSL_POSTCOND(n == nPage, "wrong math on double indirect indices"); in scope()
667 if (n != nPage) in scope()
678 nPage -= nLimit; in scope()
683 if (nPage < nLimit) in scope()
686 sal_uInt32 n = nPage; in scope()
704 OSL_POSTCOND(n == nPage, "wrong math on triple indirect indices"); in scope()
705 if (n != nPage) in scope()
751 sal_uInt32 nPage, in read() argument
757 page::ChunkScope eScope = scope (nPage, aLink); in read()
827 sal_uInt32 nPage, in write() argument
833 page::ChunkScope eScope = scope (nPage, aLink); in write()
914 sal_uInt32 nPage, in truncate() argument
919 page::ChunkScope eScope = scope (nPage, aLink); in truncate()