Lines Matching refs:nCurPage
141 void lcl_PrintHeader( OutputDevice &rOutDev, sal_uInt16 nPages, sal_uInt16 nCurPage, const String& … in TYPEINIT1()
180 aPageStr += String::CreateFromInt32( nCurPage ); in TYPEINIT1()
795 sal_uInt16 nCurPage = 1; in PrintSource() local
798 if (!bCalcNumPagesOnly && nPage == nCurPage) in PrintSource()
799 lcl_PrintHeader( *pOutDev, nPages, nCurPage, aTitle ); in PrintSource()
813 ++nCurPage; in PrintSource()
814 if (!bCalcNumPagesOnly && nPage == nCurPage) in PrintSource()
815 lcl_PrintHeader( *pOutDev, nPages, nCurPage, aTitle ); in PrintSource()
818 if (!bCalcNumPagesOnly && nPage == nCurPage) in PrintSource()
826 DBG_ASSERT( bCalcNumPagesOnly || nPage <= nCurPage, "page number out of range" ); in PrintSource()
827 return nCurPage; in PrintSource()