Searched refs:nFirstPageNum (Results 1 – 5 of 5) sorted by relevance
/aoo42x/main/svx/source/svdraw/ |
H A D | svdmodel.cxx | 1578 if (nFirstPageNum>nMaxPage) in CopyPages() 1579 nFirstPageNum=nMaxPage; in CopyPages() 1582 FASTBOOL bReverse=nLastPageNum<nFirstPageNum; in CopyPages() 1587 sal_uInt16 nPageNum=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 1663 if (nFirstPageNum>nMaxSrcPage) nFirstPageNum=nMaxSrcPage; in Merge() 1665 FASTBOOL bReverse=nLastPageNum<nFirstPageNum; in Merge() 1679 sal_uInt16 nAnf= bReverse ? nLastPageNum : nFirstPageNum; in Merge() 1680 sal_uInt16 nEnd= bReverse ? nFirstPageNum : nLastPageNum; in Merge() [all …]
|
/aoo42x/main/sw/source/core/layout/ |
H A D | layact.cxx | 609 sal_uInt16 nFirstPageNum = pPage->GetPhyPageNum(); in InternalAction() local 674 pPage->GetPhyPageNum() < nFirstPageNum ) in InternalAction() 775 if( !IsComplete() && nPreInvaPage + 2 < nFirstPageNum ) in InternalAction() 779 nFirstPageNum = pTmpPage->GetPhyPageNum(); in InternalAction() 780 if( nPreInvaPage < nFirstPageNum ) in InternalAction() 782 nPreInvaPage = nFirstPageNum; in InternalAction() 796 nFirstPageNum) ) in InternalAction() 833 pPage->GetPhyPageNum() < nFirstPageNum ) in InternalAction()
|
/aoo42x/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,
|
/aoo42x/main/sd/inc/ |
H A D | drawdoc.hxx | 456 sal_uInt16 nFirstPageNum=0, sal_uInt16 nLastPageNum=0xFFFF,
|
/aoo42x/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 44 milliseconds