Searched refs:nLastPage (Results 1 – 7 of 7) sorted by relevance
/aoo4110/main/sd/source/ui/view/ |
H A D | drviewsd.cxx | 188 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()
|
/aoo4110/main/vcl/inc/aqua/ |
H A D | aquaprintview.h | 38 sal_Int32 nLastPage; field 41 : bNeedRestart( false ), nLastPage( 0 ) {}
|
/aoo4110/main/sw/source/ui/vba/ |
H A D | vbaselection.cxx | 466 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()
|
/aoo4110/main/filter/source/svg/ |
H A D | svgexport.cxx | 411 …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 D | svgfilter.hxx | 278 sal_Int32 nFirstPage, sal_Int32 nLastPage,
|
/aoo4110/main/vcl/aqua/source/gdi/ |
H A D | aquaprintaccessoryview.mm | 142 mpState->nLastPage = [mpTabView indexOfTabViewItem: pItem]; 144 mpState->nLastPage = 0; 1365 if( pState->nLastPage >= 0 && pState->nLastPage < [pTabView numberOfTabViewItems] ) 1366 [pTabView selectTabViewItemAtIndex: pState->nLastPage];
|
/aoo4110/main/sd/source/ui/unoidl/ |
H A D | unomodel.cxx | 1699 sal_Int32 nLastPage = rDoc.GetSdPageCount( PK_STANDARD ) - 1; in ImplPDFExportShapeInteraction() local 1700 if ( nDestPage > nLastPage ) in ImplPDFExportShapeInteraction() 1701 nDestPage = nLastPage; in ImplPDFExportShapeInteraction()
|
Completed in 78 milliseconds