Home
last modified time | relevance | path

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

/trunk/main/svx/source/svdraw/
H A Dsvdmodel.cxx1563 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 …]
/trunk/main/svx/inc/svx/
H A Dsvdmodel.hxx563 sal_uInt16 nFirstPageNum=0, sal_uInt16 nLastPageNum=0xFFFF,
569 void CopyPages(sal_uInt16 nFirstPageNum, sal_uInt16 nLastPageNum,
/trunk/main/sw/source/core/doc/
H A Ddoc.cxx1414 sal_uInt16 nVirtPg = 0, nLineNo = 0, nLastPageNum = 0, nPhyPageNum = 0; in UpdatePagesForPrintingWithPostItData() local
1419 nLastPageNum = nPhyPageNum; in UpdatePagesForPrintingWithPostItData()
1428 !bIsFirstPostIt && nPhyPageNum != nLastPageNum; in UpdatePagesForPrintingWithPostItData()
/trunk/main/sd/inc/
H A Ddrawdoc.hxx456 sal_uInt16 nFirstPageNum=0, sal_uInt16 nLastPageNum=0xFFFF,
/trunk/main/sd/source/core/
H A Ddrawdoc3.cxx2128 sal_uInt16 nFirstPageNum, sal_uInt16 nLastPageNum, in Merge() argument
2134 …SdrModel::Merge( rSourceModel, nFirstPageNum, nLastPageNum, nDestPos, bMergeMasterPages, bAllMaste… in Merge()

Completed in 78 milliseconds