Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/doc/
H A Ddoc.cxx1244 sal_uInt16 nFirstPageNo = 0; in CalculatePagesForPrinting() local
1259 nFirstPageNo = i; in CalculatePagesForPrinting()
1260 nLastPageNo = nFirstPageNo; in CalculatePagesForPrinting()
1274 DBG_ASSERT( nFirstPageNo, "first page not found! Should not happen!" ); in CalculatePagesForPrinting()
1275 if (nFirstPageNo) in CalculatePagesForPrinting()
1294 nPageNo = nFirstPageNo; in CalculatePagesForPrinting()
/trunk/main/sc/inc/
H A Dpagepar.hxx54 sal_uInt16 nFirstPageNo; member
/trunk/main/sc/source/core/data/
H A Dpagepar.cxx63 nFirstPageNo = 1; in Reset()
/trunk/main/sc/source/ui/inc/
H A Dprintfun.hxx277 long GetFirstPageNo() const { return aTableParam.nFirstPageNo; } in GetFirstPageNo()
/trunk/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 253 milliseconds