/aoo41x/main/sd/source/ui/view/ |
H A D | OutlinerIterator.cxx | 326 sal_Int32 nPageCount; in GetPageIndex() local 334 nPageCount = pDocument->GetSdPageCount (ePageKind); in GetPageIndex() 337 nPageCount = pDocument->GetMasterSdPageCount(ePageKind); in GetPageIndex() 340 nPageCount = 0; in GetPageIndex() 363 nPageIndex = nPageCount-1; in GetPageIndex() 368 nPageIndex = nPageCount; in GetPageIndex() 699 sal_Int32 nPageCount; in SetPage() local 703 nPageCount = mpDocument->GetMasterSdPageCount( in SetPage() 711 if (nPageIndex>=0 && nPageIndex < nPageCount) in SetPage() 881 sal_Int32 nPageCount; in GotoNextText() local [all …]
|
H A D | drviews1.cxx | 701 const sal_Int32 nPageCount = (meEditMode == EM_PAGE)? in getCurrentPage() local 706 …DBG_ASSERT( (nPageCount>0) && (nCurrentPage<nPageCount), "sd::DrawViewShell::getCurrentPage(), ill… in getCurrentPage() 707 if( (nPageCount < 0) || (nCurrentPage>=nPageCount) ) in getCurrentPage() 731 if (nPageCount > 0) in ResetActualPage() 745 for (sal_uInt16 i = 0; i < nPageCount; i++) in ResetActualPage() 961 sal_uInt16 nPageCount = (meEditMode == EM_PAGE) in SwitchPage() local 964 if (nSelectedPage >= nPageCount) in SwitchPage() 965 nSelectedPage = nPageCount-1; in SwitchPage() 1036 sal_uInt16 nPageCount = GetDoc()->GetSdPageCount(mePageKind); in SwitchPage() local 1037 for (sal_uInt16 i = 0; i < nPageCount; i++) in SwitchPage() [all …]
|
H A D | outlview.cxx | 592 sal_uInt16 nPageCount = mpDoc->GetSdPageCount( PK_STANDARD ); in InsertSlideForParagraph() local 593 if( nExample >= nPageCount ) in InsertSlideForParagraph() 594 nExample = nPageCount - 1; in InsertSlideForParagraph() 1108 sal_uInt16 nPageCount = (sal_uInt16)mpSelectedParas->Count(); in IMPL_LINK() local 1109 while (nPageCount) in IMPL_LINK() 1114 nPageCount--; in IMPL_LINK() 1301 sal_uLong nPageCount = mpDoc->GetSdPageCount(PK_STANDARD); in FillOutliner() local 1304 for (sal_uInt16 nPage = 0; nPage < nPageCount; nPage++) in FillOutliner() 1808 const sal_uInt32 nPageCount = mpDoc->GetSdPageCount(PK_STANDARD); in UpdateDocument() local 1811 for (nPage = 0; nPage < nPageCount; nPage++) in UpdateDocument()
|
H A D | ViewTabBar.cxx | 645 sal_uInt16 nPageCount (mpTabControl->GetPageCount()); in UpdateTabBarButtons() local 650 if (nPageCount < nIndex) in UpdateTabBarButtons() 660 for (; nIndex<=nPageCount; ++nIndex) in UpdateTabBarButtons()
|
/aoo41x/main/sd/source/ui/slidesorter/controller/ |
H A D | SlsPageSelector.cxx | 81 int nPageCount = mrModel.GetPageCount(); in SelectAllPages() local 82 for (int nPageIndex=0; nPageIndex<nPageCount; nPageIndex++) in SelectAllPages() 94 int nPageCount = mrModel.GetPageCount(); in DeselectAllPages() local 95 for (int nPageIndex=0; nPageIndex<nPageCount; nPageIndex++) in DeselectAllPages() 256 for (int nPageIndex=0,nPageCount=mrModel.GetPageCount(); nPageIndex<nPageCount; nPageIndex++) in CheckConsistency() local 354 int nPageCount = GetPageCount(); in GetPageSelection() local 355 for (int nIndex=0; nIndex<nPageCount; nIndex++) in GetPageSelection() 397 const sal_Int32 nPageCount (GetPageCount()); in UpdateCurrentPage() local 398 for (sal_Int32 nIndex=0; nIndex<nPageCount; ++nIndex) in UpdateCurrentPage()
|
H A D | SlsFocusManager.cxx | 72 const sal_Int32 nPageCount (mrSlideSorter.GetModel().GetPageCount()); in MoveFocus() local 83 mnPageIndex = nPageCount-1; in MoveFocus() 87 if (mnPageIndex < nPageCount-1) in MoveFocus() 102 const sal_Int32 nLastIndex (nPageCount-1); in MoveFocus() 130 if (nCandidate >= nPageCount) in MoveFocus() 156 else if (mnPageIndex >= nPageCount) in MoveFocus() 158 OSL_ASSERT(mnPageIndex<nPageCount); in MoveFocus() 159 mnPageIndex = nPageCount - 1; in MoveFocus()
|
H A D | SlsSelectionFunction.cxx | 748 sal_uInt16 nPageCount = (sal_uInt16)mrSlideSorter.GetModel().GetPageCount(); in GotoPage() local 750 if (nIndex >= nPageCount) in GotoPage() 751 nIndex = nPageCount - 1; in GotoPage() 1796 const sal_Int32 nPageCount (rModel.GetPageCount()); in UpdateSelection() local 1803 if (nIndexUnderMouse>=0 && nIndexUnderMouse<nPageCount) in UpdateSelection() 1812 for (sal_Int32 nIndex=0; nIndex<nPageCount; ++nIndex) in UpdateSelection()
|
/aoo41x/main/sd/source/ui/slidesorter/view/ |
H A D | SlsPageObjectLayouter.cxx | 49 const sal_Int32 nPageCount) in PageObjectLayouter() argument 60 const Size aPageNumberAreaSize (GetPageNumberAreaSize(nPageCount)); in PageObjectLayouter() 242 Size PageObjectLayouter::GetPageNumberAreaSize (const int nPageCount) in GetPageNumberAreaSize() argument 252 if (nPageCount < 10) in GetPageNumberAreaSize() 254 else if (nPageCount < 100) in GetPageNumberAreaSize() 256 else if (nPageCount < 200) in GetPageNumberAreaSize() 259 else if (nPageCount < 1000) in GetPageNumberAreaSize()
|
H A D | SlsLayouter.cxx | 100 const sal_uInt32 nPageCount); 383 const sal_uInt32 nPageCount) in Rearrange() argument 390 return mpImplementation->Rearrange(rWindowSize, rPageSize, nPageCount); in Rearrange() 641 const sal_uInt32 nPageCount) in Rearrange() argument 643 mnPageCount = nPageCount; in Rearrange()
|
/aoo41x/main/sw/source/ui/lingu/ |
H A D | hyp.cxx | 66 nPageCount( 0 ), in SwHyphWrapper() 81 if( SVX_SPELL_OTHER == eSpell && nPageCount ) in SpellStart() 84 nPageCount = 0; in SpellStart() 104 PSH->HyphContinue( &nPageCount, &nPageStart ); in SpellContinue() 167 if( nPageCount ) in ~SwHyphWrapper()
|
H A D | hhcwrp.cxx | 145 nPageCount = nPageStart = 0; in SwHHCWrapper() 172 if( nPageCount ) in ~SwHHCWrapper() 807 pView->GetWrtShell().SpellContinue( &nPageCount, &nPageStart, pConversionArgs ) : in ConvContinue_impl() 808 pView->GetWrtShell().SpellContinue( &nPageCount, NULL, pConversionArgs ); in ConvContinue_impl()
|
/aoo41x/main/chart2/source/controller/dialogs/ |
H A D | dlg_CreationWizard.cxx | 68 const sal_Int32 nPageCount = 5; variable 70 const sal_Int32 nPageCount = 4; 78 , ( nOnePageOnlyIndex >= 0 && nOnePageOnlyIndex < nPageCount ) in CreationWizard() 98 if( m_nOnePageOnlyIndex < 0 || m_nOnePageOnlyIndex >= nPageCount ) in CreationWizard()
|
/aoo41x/main/sd/source/ui/dlg/ |
H A D | headerfooterdlg.cxx | 361 int nPageCount = mpDoc->GetSdPageCount( PK_STANDARD ); in apply() local 363 for( nPage = 0; nPage < nPageCount; nPage++ ) in apply() 402 int nPageCount = mpDoc->GetSdPageCount( PK_NOTES ); in apply() local 404 for( nPage = 0; nPage < nPageCount; nPage++ ) in apply() 723 sal_uInt16 nPageCount = mpDoc->GetMasterSdPageCount( PK_NOTES ); in GetOrSetDateTimeLanguage() local 725 for( nPage = 0; nPage < nPageCount; nPage++ ) in GetOrSetDateTimeLanguage() 739 sal_uInt16 nPageCount = bSet ? mpDoc->GetMasterSdPageCount( PK_NOTES ) : 1; in GetOrSetDateTimeLanguage() local 741 for( nPage = 0; nPage < nPageCount; nPage++ ) in GetOrSetDateTimeLanguage()
|
/aoo41x/main/sd/source/ui/sidebar/ |
H A D | CurrentMasterPagesSelector.cxx | 142 sal_uInt16 nPageCount = mrDocument.GetMasterSdPageCount(PK_STANDARD); in Fill() local 147 for (sal_uInt16 nIndex=0; nIndex<nPageCount; nIndex++) in Fill() 195 sal_uInt16 nPageCount = mrDocument.GetSdPageCount(PK_STANDARD); in UpdateSelection() local 200 for (nIndex=0; nIndex<nPageCount && bLoop; nIndex++) in UpdateSelection()
|
H A D | RecentMasterPagesSelector.cxx | 128 int nPageCount = rInstance.GetMasterPageCount(); in Fill() local 129 for (nIndex=0; nIndex<nPageCount; nIndex++) in Fill()
|
/aoo41x/main/sd/source/core/ |
H A D | drawdoc2.cxx | 267 sal_uInt16 nPageCount = GetPageCount(); in UpdatePageObjectsInNotes() local 270 for (sal_uInt16 nPage = nStartPos; nPage < nPageCount; nPage++) in UpdatePageObjectsInNotes() 557 sal_uInt16 nPageCount = GetPageCount(); in CreateFirstPages() local 559 if (nPageCount <= 1) in CreateFirstPages() 614 if (nPageCount == 0) in CreateFirstPages() 754 sal_uInt16 nPageCount = GetPageCount(); in CreateMissingNotesAndHandoutPages() local 756 if (nPageCount != 0) in CreateMissingNotesAndHandoutPages() 768 for (sal_uInt16 i = 1; i < nPageCount; i = i + 2) in CreateMissingNotesAndHandoutPages()
|
H A D | PageListWatcher.cxx | 44 const sal_uInt32 nPageCount(ImpGetPageCount()); in ImpRecreateSortedPageListOnDemand() local 46 for(sal_uInt32 a(0L); a < nPageCount; a++) in ImpRecreateSortedPageListOnDemand()
|
/aoo41x/main/sw/source/ui/uiview/ |
H A D | pview.cxx | 340 sal_uInt16 nPageCount = mrView.GetPageCount(); in MovePage() local 367 nNewSttPage = nNewAbsSttPage < nPageCount ? nNewAbsSttPage : nPageCount; in MovePage() 371 SetSelectedPage( nNewAbsSelPage < nPageCount ? nNewAbsSelPage : nPageCount ); in MovePage() 381 nNewSttPage = nPageCount; in MovePage() 382 SetSelectedPage( nPageCount ); in MovePage() 407 if( nNewSttPage > nPageCount ) in MovePage() 408 nNewSttPage = nPageCount; in MovePage() 411 if( SelectedPage() > nPageCount ) in MovePage()
|
/aoo41x/main/sd/source/ui/app/ |
H A D | sdmod2.cxx | 288 sal_uInt16 nPageCount = 0; in IMPL_LINK() local 294 nPageCount = pViewSh->GetPrintedHandoutPageCount(); in IMPL_LINK() 298 nPageCount = (sal_uInt16)pDoc->GetSdPageCount(PK_STANDARD); in IMPL_LINK() 302 if( nPageCount > 0 ) in IMPL_LINK() 304 aRepresentation = pDoc->CreatePageNumValue(nPageCount); in IMPL_LINK()
|
H A D | sdmod1.cxx | 497 sal_Int32 nPageCount = pDocument->GetSdPageCount (PK_STANDARD); in AddSummaryPage() local 501 if (nPageCount >= 2) in AddSummaryPage() 509 (sal_uInt16)nPageCount-1, PK_STANDARD); in AddSummaryPage() 1025 sal_uInt16 nPageCount (mrDocument.GetSdPageCount(PK_STANDARD)); in operator ()() local 1026 for (sal_uInt16 nIndex=0; nIndex<nPageCount; nIndex++) in operator ()()
|
/aoo41x/main/filter/source/pdf/ |
H A D | pdfexport.cxx | 168 … MultiSelection aMultiSelection, Sequence< PropertyValue >& rRenderOptions, sal_Int32 nPageCount ) in ExportSelection() argument 193 if ( nPageCount ) in ExportSelection() 874 … const sal_Int32 nPageCount = xRenderable->getRendererCount( aSelection, aRenderOptions ); in Export() local 875 const Range aRange( 1, nPageCount ); in Export() 909 if( nPageCount > 0 ) in Export() 910 …portSelection( *pPDFWriter, xRenderable, aSelection, aMultiSelection, aRenderOptions, nPageCount ); in Export() 917 …portSelection( *pPDFWriter, xRenderable, aSelection, aMultiSelection, aRenderOptions, nPageCount ); in Export()
|
/aoo41x/main/filter/source/flash/ |
H A D | swffilter.cxx | 338 const sal_Int32 nPageCount = xDrawPages->getCount(); in ExportAsMultipleFiles() local 340 mxStatusIndicator->start(OUString( RTL_CONSTASCII_USTRINGPARAM( "Saving :" )), nPageCount); in ExportAsMultipleFiles() 342 for(sal_Int32 nPage = 0; nPage < nPageCount; nPage++) in ExportAsMultipleFiles() 386 if (nPage < nPageCount - 1) in ExportAsMultipleFiles()
|
/aoo41x/main/sd/source/ui/slidesorter/inc/view/ |
H A D | SlsPageObjectLayouter.hxx | 56 const sal_Int32 nPageCount); 130 Size GetPageNumberAreaSize (const int nPageCount);
|
H A D | SlsPageObjectViewObjectContact.hxx | 116 int nPageCount); 126 int nPageCount);
|
/aoo41x/main/sc/source/ui/view/ |
H A D | dbfunc4.cxx | 60 sal_uInt16 nPageCount = pModel->GetPageCount(); in DoUpdateCharts() local 61 for (sal_uInt16 nPageNo=0; nPageNo<nPageCount; nPageNo++) in DoUpdateCharts()
|