Searched refs:nFirstPageNo (Results 1 – 5 of 5) sorted by relevance
1258 sal_uInt16 nFirstPageNo = 0; in CalculatePagesForPrinting() local1273 nFirstPageNo = i; in CalculatePagesForPrinting()1274 nLastPageNo = nFirstPageNo; in CalculatePagesForPrinting()1288 DBG_ASSERT( nFirstPageNo, "first page not found! Should not happen!" ); in CalculatePagesForPrinting()1289 if (nFirstPageNo) in CalculatePagesForPrinting()1307 nPageNo = nFirstPageNo; in CalculatePagesForPrinting()
54 sal_uInt16 nFirstPageNo; member
63 nFirstPageNo = 1; in Reset()
277 long GetFirstPageNo() const { return aTableParam.nFirstPageNo; } in GetFirstPageNo()
927 aTableParam.nFirstPageNo = GET_USHORT(pParamSet,ATTR_PAGE_FIRSTPAGENO); in InitParam()928 if (!aTableParam.nFirstPageNo) in InitParam()929 aTableParam.nFirstPageNo = (sal_uInt16) nPageStart; // von vorheriger Tabelle in InitParam()1791 aFieldData.nPageNo = nPageNo+aTableParam.nFirstPageNo; in PrintHF()
Completed in 42 milliseconds