Home
last modified time | relevance | path

Searched refs:nPageCount (Results 51 – 66 of 66) sorted by relevance

123

/trunk/main/sd/source/ui/inc/taskpane/
H A DSlideSorterCacheDisplay.hxx71 void SetPageCount (sal_Int32 nPageCount);
/trunk/main/sw/source/ui/inc/
H A Dpview.hxx127 void GetStatusStr( String& rStr, sal_uInt16 nPageCount ) const;
/trunk/main/sd/source/ui/view/
H A DDocumentRenderer.cxx1941 const sal_uInt16 nPageCount = mrBase.GetDocument()->GetSdPageCount(PK_STANDARD); in PrepareHandout() local
1942 …const sal_uInt16 nHandoutPageCount = nShapeCount ? (nPageCount + nShapeCount - 1) / nShapeCount : … in PrepareHandout()
1950 nCount= nPageCount, in PrepareHandout()
H A Doutlnvsh.cxx1433 sal_uInt16 nPageCount = GetDoc()->GetSdPageCount( PK_STANDARD ); in GetStatusBarState() local
1472 aPageStr += String::CreateFromInt32( nPageCount ); in GetStatusBarState()
/trunk/main/sd/source/ui/unoidl/
H A Dunopage.cxx1106 sal_uInt16 nPageCount = pDoc->GetSdPageCount( PK_STANDARD ); in getPropertyValue() local
1108 while( nPgNum < nPageCount ) in getPropertyValue()
1143 sal_uInt16 nPageCount = pDoc->GetSdPageCount( PK_STANDARD ); in getPropertyValue() local
1145 while( nPgNum < nPageCount ) in getPropertyValue()
/trunk/main/sd/source/ui/dlg/
H A Dsdtreelb.cxx1619 sal_uLong nPageCount = pCustomShow->Count(); in PageBelongsToCurrentShow() local
1620 for (sal_uInt16 i=0; i<nPageCount && !bBelongsToShow; i++) in PageBelongsToCurrentShow()
H A Ddlgass.cxx1053 const sal_uInt16 nPageCount = pDoc->GetSdPageCount(PK_STANDARD); in GetDocument() local
1066 while( nPgAbsNum < nPageCount ) in GetDocument()
/trunk/main/sd/source/core/
H A Ddrawdoc4.cxx774 sal_uInt16 nPageCount = GetPageCount(); in GetMasterPageUserCount() local
776 for (nPage = 0; nPage < nPageCount; nPage++) in GetMasterPageUserCount()
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 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/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()
/trunk/main/sw/source/ui/uno/
H A Dunotxdoc.cxx2810 const sal_Int32 nPageCount = pViewShell->GetPageCount(); in getRendererCount() local
2818 …irsForProspectPrinting( *pViewShell->GetLayout(), *m_pRenderData, *m_pPrintUIOptions, nPageCount ); in getRendererCount()
2836 …Printing( *pViewShell->GetLayout(), *m_pRenderData, *m_pPrintUIOptions, bIsPDFExport, nPageCount ); in getRendererCount()
2841 *m_pPrintUIOptions, bIsPDFExport, nPageCount ); in getRendererCount()
/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/sw/source/core/layout/
H A Dfrmtool.cxx1294 const sal_uLong nPageCount = pPageMaker->CalcPageCount(); in _InsertCnt() local
1295 if( nPageCount ) in _InsertCnt()
/trunk/main/xmloff/source/draw/
H A Dsdxmlexp.cxx2242 const sal_Int32 nPageCount = xShow->getCount(); in exportPresentationSettings() local
2243 for( sal_Int32 nPage = 0; nPage < nPageCount; nPage++ ) in exportPresentationSettings()
/trunk/main/sc/inc/
H A Ddocument.hxx202 sal_uInt16 nPageCount; member

Completed in 225 milliseconds

123