Home
last modified time | relevance | path

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

/aoo41x/main/sw/source/core/doc/
H A Ddoc.cxx1258 sal_uInt16 nFirstPageNo = 0; in CalculatePagesForPrinting() local
1273 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()
/aoo41x/main/sc/inc/
H A Dpagepar.hxx54 sal_uInt16 nFirstPageNo; member
/aoo41x/main/sc/source/core/data/
H A Dpagepar.cxx63 nFirstPageNo = 1; in Reset()
/aoo41x/main/sc/source/ui/inc/
H A Dprintfun.hxx277 long GetFirstPageNo() const { return aTableParam.nFirstPageNo; } in GetFirstPageNo()
/aoo41x/main/sc/source/ui/view/
H A Dprintfun.cxx927 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 73 milliseconds