Searched refs:nLastPageNum (Results 1 – 5 of 5) sorted by relevance
/aoo4110/main/svx/source/svdraw/ |
H A D | svdmodel.cxx | 1563 void SdrModel::CopyPages(sal_uInt16 nFirstPageNum, sal_uInt16 nLastPageNum, in CopyPages() argument 1580 if (nLastPageNum>nMaxPage) in CopyPages() 1581 nLastPageNum =nMaxPage; in CopyPages() 1582 FASTBOOL bReverse=nLastPageNum<nFirstPageNum; in CopyPages() 1588 sal_uInt16 nCopyAnz=((!bReverse)?(nLastPageNum-nFirstPageNum):(nFirstPageNum-nLastPageNum))+1; in CopyPages() 1641 sal_uInt16 nFirstPageNum, sal_uInt16 nLastPageNum, in Merge() argument 1648 CopyPages(nFirstPageNum,nLastPageNum,nDestPos,bUndo,!bTreadSourceAsConst); in Merge() 1664 if (nLastPageNum>nMaxSrcPage) nLastPageNum =nMaxSrcPage; in Merge() 1665 FASTBOOL bReverse=nLastPageNum<nFirstPageNum; in Merge() 1679 sal_uInt16 nAnf= bReverse ? nLastPageNum : nFirstPageNum; in Merge() [all …]
|
/aoo4110/main/svx/inc/svx/ |
H A D | svdmodel.hxx | 563 sal_uInt16 nFirstPageNum=0, sal_uInt16 nLastPageNum=0xFFFF, 569 void CopyPages(sal_uInt16 nFirstPageNum, sal_uInt16 nLastPageNum,
|
/aoo4110/main/sw/source/core/doc/ |
H A D | doc.cxx | 1430 sal_uInt16 nVirtPg = 0, nLineNo = 0, nLastPageNum = 0, nPhyPageNum = 0; in UpdatePagesForPrintingWithPostItData() local 1435 nLastPageNum = nPhyPageNum; in UpdatePagesForPrintingWithPostItData() 1444 !bIsFirstPostIt && nPhyPageNum != nLastPageNum; in UpdatePagesForPrintingWithPostItData()
|
/aoo4110/main/sd/inc/ |
H A D | drawdoc.hxx | 456 sal_uInt16 nFirstPageNum=0, sal_uInt16 nLastPageNum=0xFFFF,
|
/aoo4110/main/sd/source/core/ |
H A D | drawdoc3.cxx | 2128 sal_uInt16 nFirstPageNum, sal_uInt16 nLastPageNum, in Merge() argument 2134 …SdrModel::Merge( rSourceModel, nFirstPageNum, nLastPageNum, nDestPos, bMergeMasterPages, bAllMaste… in Merge()
|
Completed in 61 milliseconds