Searched refs:nEndPage (Results 1 – 7 of 7) sorted by relevance
/aoo41x/main/sw/source/core/edit/ |
H A D | edlingu.cxx | 818 sal_uInt16 nEndPage = GetLayout()->GetPageNum(); in SpellContinue() local 819 nEndPage += nEndPage * 10 / 100; in SpellContinue() 820 *pPageCnt = nEndPage; in SpellContinue() 821 if( nEndPage ) in SpellContinue() 822 ::StartProgress( STR_STATSTR_SPELL, 0, nEndPage, GetDoc()->GetDocShell() ); in SpellContinue() 932 sal_uInt16 nEndPage = GetLayout()->GetPageNum(); in HyphContinue() local 933 nEndPage += nEndPage * 10 / 100; in HyphContinue() 934 if( nEndPage > 14 ) in HyphContinue() 936 *pPageCnt = nEndPage; in HyphContinue() 937 ::StartProgress( STR_STATSTR_HYPHEN, 0, nEndPage, GetDoc()->GetDocShell()); in HyphContinue()
|
/aoo41x/main/sw/source/core/layout/ |
H A D | layact.cxx | 201 nEndPage = pRoot->GetPageNum(); in SetStatBar() 202 nEndPage += nEndPage * 10 / 100; in SetStatBar() 205 nEndPage = USHRT_MAX; in SetStatBar() 385 nEndPage( USHRT_MAX ), in SwLayAction() 417 nEndPage = nPreInvaPage = nCheckPageNum = USHRT_MAX; in Reset() 642 if ( nEndPage != USHRT_MAX && pPage->GetPhyPageNum() > nPercentPageNum ) in InternalAction()
|
/aoo41x/main/sw/source/core/view/ |
H A D | viewsh.cxx | 1010 sal_uInt16 nEndPage = GetLayout()->GetPageNum(); in CalcLayout() local 1011 nEndPage += nEndPage * 10 / 100; in CalcLayout() 1012 ::StartProgress( STR_STATSTR_REFORMAT, 0, nEndPage, GetDoc()->GetDocShell() ); in CalcLayout()
|
/aoo41x/main/sw/source/core/frmedt/ |
H A D | fecopy.cxx | 1135 sal_Bool SwFEShell::PastePages( SwFEShell& rToFill, sal_uInt16 nStartPage, sal_uInt16 nEndPage) in PastePages() argument 1150 if(!GotoPage(nEndPage)) in PastePages() 1205 aAnchor.GetPageNum() >= nStartPage && aAnchor.GetPageNum() <= nEndPage) in PastePages()
|
/aoo41x/main/sw/source/core/inc/ |
H A D | layact.hxx | 77 sal_uInt16 nEndPage; //StatBar Steuerung. member in SwLayAction
|
/aoo41x/main/sw/inc/ |
H A D | fesh.hxx | 240 sal_Bool PastePages( SwFEShell& rToFill, sal_uInt16 nStartPage, sal_uInt16 nEndPage);
|
/aoo41x/main/sc/source/ui/view/ |
H A D | printfun.cxx | 2706 long nEndPage = rPageRanges.GetTotalRange().Max(); in DoPrint() local 2786 if ( nPageNo+nStartPage <= nEndPage ) in DoPrint()
|
Completed in 77 milliseconds