Home
last modified time | relevance | path

Searched refs:nPageCount (Results 1 – 25 of 66) sorted by path

123

/trunk/main/basctl/source/basicide/
H A Dbastypes.cxx655 sal_uInt16 nPageCount = GetPageCount(); in Sort() local
659 for ( i = 0; i < nPageCount; i++) in Sort()
/trunk/main/chart2/source/controller/dialogs/
H A Ddlg_CreationWizard.cxx68 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()
/trunk/main/filter/source/flash/
H A Dswfexporter.cxx197 const sal_Int32 nPageCount = mbExportSelection ? 1 : xDrawPages->getCount(); in exportAll() local
202 …usIndicator->start(OUString( RTL_CONSTASCII_USTRINGPARAM( "Macromedia Flash (SWF)" )), nPageCount); in exportAll()
205 for( nPage = 0; nPage < nPageCount; nPage++) in exportAll()
H A Dswffilter.cxx410 const sal_Int32 nPageCount = xDrawPages->getCount(); in ExportAsMultipleFiles() local
412 mxStatusIndicator->start(OUString( RTL_CONSTASCII_USTRINGPARAM( "Saving :" )), nPageCount); in ExportAsMultipleFiles()
414 for(sal_Int32 nPage = 0; nPage < nPageCount; nPage++) in ExportAsMultipleFiles()
458 if (nPage < nPageCount - 1) in ExportAsMultipleFiles()
/trunk/main/filter/source/pdf/
H A Dpdfexport.cxx168 … 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()
H A Dpdfexport.hxx125 … MultiSelection aMultiSelection, Sequence< PropertyValue >& rRenderOptions, sal_Int32 nPageCount );
/trunk/main/filter/source/placeware/
H A Dexporter.cxx342 const sal_Int32 nPageCount = xDrawPages->getCount(); in doExport() local
345 for( nPage = 0; nPage < nPageCount; nPage++) in doExport()
/trunk/main/sc/inc/
H A Ddocument.hxx202 sal_uInt16 nPageCount; member
/trunk/main/sc/source/core/tool/
H A Dcharthelper.cxx60 sal_uInt16 nPageCount = pModel->GetPageCount(); in lcl_DoUpdateCharts() local
61 for (sal_uInt16 nPageNo=0; nPageNo<nPageCount; nPageNo++) in lcl_DoUpdateCharts()
/trunk/main/sc/source/ui/docshell/
H A Ddocsh.cxx2792 rDocStat.nPageCount = 0; in GetDocStat()
2796 rDocStat.nPageCount = sal::static_int_cast<sal_uInt16>( rDocStat.nPageCount + in GetDocStat()
H A Dtpstat.cxx70 aFtPages .SetText( String::CreateFromInt32( aDocStat.nPageCount ) ); in ScDocStatPage()
/trunk/main/sc/source/ui/unoobj/
H A Dviewuno.cxx688 sal_uInt16 nPageCount = pModel->GetPageCount(); in lcl_ShowObject() local
689 for (sal_uInt16 i=0; i<nPageCount && !bFound; i++) in lcl_ShowObject()
/trunk/main/sc/source/ui/view/
H A Ddbfunc4.cxx60 sal_uInt16 nPageCount = pModel->GetPageCount(); in DoUpdateCharts() local
61 for (sal_uInt16 nPageNo=0; nPageNo<nPageCount; nPageNo++) in DoUpdateCharts()
/trunk/main/sd/source/core/
H A DPageListWatcher.cxx44 const sal_uInt32 nPageCount(ImpGetPageCount()); in ImpRecreateSortedPageListOnDemand() local
46 for(sal_uInt32 a(0L); a < nPageCount; a++) in ImpRecreateSortedPageListOnDemand()
H A Ddrawdoc.cxx682 sal_uInt16 nPage, nPageCount; in NewOrLoadCompleted() local
686 nPageCount = GetMasterSdPageCount( PK_STANDARD ); in NewOrLoadCompleted()
687 for (nPage = 0; nPage < nPageCount; nPage++) in NewOrLoadCompleted()
H A Ddrawdoc2.cxx267 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 Ddrawdoc3.cxx1523 const sal_uInt16 nPageCount(rDoc.GetMasterPageCount()); in isMasterPageLayoutNameUnique() local
1525 for(sal_uInt16 a(0); a < nPageCount; a++) in isMasterPageLayoutNameUnique()
H A Ddrawdoc4.cxx774 sal_uInt16 nPageCount = GetPageCount(); in GetMasterPageUserCount() local
776 for (nPage = 0; nPage < nPageCount; nPage++) in GetMasterPageUserCount()
H A Dsdpage.cxx724 sal_uInt16 nPageCount = ((SdDrawDocument*) pModel)->GetSdPageCount(mePageKind); in Changed() local
726 for (sal_uInt16 i = 0; i < nPageCount; i++) in Changed()
/trunk/main/sd/source/filter/xml/
H A Dsdtransform.cxx121 sal_uInt16 nPageCount = mrDocument.GetPageCount(); in transformDrawPages() local
122 for( sal_uInt16 nPage = 0; nPage < nPageCount; nPage++ ) in transformDrawPages()
/trunk/main/sd/source/ui/accessibility/
H A DAccessibleSlideSorterView.cxx673 sal_Int32 nPageCount(rSelector.GetPageCount()); in getSelectedAccessibleChild() local
675 for (sal_Int32 i=0; i<nPageCount; i++) in getSelectedAccessibleChild()
/trunk/main/sd/source/ui/animations/
H A DSlideTransitionPane.cxx1217 sal_uInt16 nPageCount = mpDrawDoc->GetSdPageCount( PK_STANDARD ); in IMPL_LINK() local
1218 pPages->reserve( nPageCount ); in IMPL_LINK()
1219 for( sal_uInt16 i=0; i<nPageCount; ++i ) in IMPL_LINK()
/trunk/main/sd/source/ui/app/
H A Dsdmod1.cxx493 sal_Int32 nPageCount = pDocument->GetSdPageCount (PK_STANDARD); in AddSummaryPage() local
497 if (nPageCount >= 2) in AddSummaryPage()
505 (sal_uInt16)nPageCount-1, PK_STANDARD); in AddSummaryPage()
1041 sal_uInt16 nPageCount (mrDocument.GetSdPageCount(PK_STANDARD)); in operator ()() local
1042 for (sal_uInt16 nIndex=0; nIndex<nPageCount; nIndex++) in operator ()()
H A Dsdmod2.cxx286 sal_uInt16 nPageCount = 0; in IMPL_LINK() local
292 nPageCount = pViewSh->GetPrintedHandoutPageCount(); in IMPL_LINK()
296 nPageCount = (sal_uInt16)pDoc->GetSdPageCount(PK_STANDARD); in IMPL_LINK()
300 if( nPageCount > 0 ) in IMPL_LINK()
302 aRepresentation = pDoc->CreatePageNumValue(nPageCount); in IMPL_LINK()
/trunk/main/sd/source/ui/dlg/
H A Ddlgass.cxx1053 const sal_uInt16 nPageCount = pDoc->GetSdPageCount(PK_STANDARD); in GetDocument() local
1066 while( nPgAbsNum < nPageCount ) in GetDocument()

Completed in 127 milliseconds

123