Home
last modified time | relevance | path

Searched refs:nLastPage (Results 1 – 7 of 7) sorted by relevance

/trunk/main/sd/source/ui/view/
H A Ddrviewsd.cxx188 sal_uInt16 nLastPage; in GetNavigatorWinState() local
200 nLastPage = (sal_uInt16)xSlideshow->getLastPageNumber(); in GetNavigatorWinState()
220 nLastPage = GetDoc()->GetSdPageCount( mePageKind ) - 1; in GetNavigatorWinState()
238 if( nCurrentPage == nLastPage ) in GetNavigatorWinState()
/trunk/main/sw/source/ui/vba/
H A Dvbaselection.cxx466 sal_Int32 nLastPage = word::getPageCount( mxModel ); in GoTo() local
478 nPage = nLastPage; in GoTo()
498 if( nPage > nLastPage ) in GoTo()
499 nPage = nLastPage; in GoTo()
/trunk/main/filter/source/svg/
H A Dsvgexport.cxx411 …sal_Int32 nCurPage = nFirstPage, nLastPage = ( bSinglePage ? nFirstPage : ( rxDrawPages->get… in implExportDocument() local
532 while( ( nCurPage <= nLastPage ) && ( -1 == nVisible ) ) in implExportDocument()
601 implExportPages( rxDrawPages, nFirstPage, nLastPage, nVisible, sal_False ); in implExportDocument()
692 sal_Int32 nFirstPage, sal_Int32 nLastPage, in implExportPages() argument
695 DBG_ASSERT( nFirstPage <= nLastPage, in implExportPages()
700 for( sal_Int32 i = nFirstPage; i <= nLastPage; ++i ) in implExportPages()
H A Dsvgfilter.hxx278 sal_Int32 nFirstPage, sal_Int32 nLastPage,
/trunk/main/vcl/inc/aqua/
H A Daquaprintview.h38 sal_Int32 nLastPage; field
41 : bNeedRestart( false ), nLastPage( 0 ) {}
/trunk/main/vcl/aqua/source/gdi/
H A Daquaprintaccessoryview.mm142 mpState->nLastPage = [mpTabView indexOfTabViewItem: pItem];
144 mpState->nLastPage = 0;
1365 if( pState->nLastPage >= 0 && pState->nLastPage < [pTabView numberOfTabViewItems] )
1366 [pTabView selectTabViewItemAtIndex: pState->nLastPage];
/trunk/main/sd/source/ui/unoidl/
H A Dunomodel.cxx1699 sal_Int32 nLastPage = rDoc.GetSdPageCount( PK_STANDARD ) - 1; in ImplPDFExportShapeInteraction() local
1700 if ( nDestPage > nLastPage ) in ImplPDFExportShapeInteraction()
1701 nDestPage = nLastPage; in ImplPDFExportShapeInteraction()

Completed in 53 milliseconds