Searched refs:nFirstPage (Results 1 – 11 of 11) sorted by relevance
/aoo42x/main/sd/source/ui/func/ |
H A D | fusumry.cxx | 80 sal_uInt16 nFirstPage = SDRPAGE_NOTFOUND; in DoExecute() local 95 if (nFirstPage == SDRPAGE_NOTFOUND) in DoExecute() 97 nFirstPage = i; in DoExecute() 110 for (i = nFirstPage; i < nCount; i++) in DoExecute()
|
/aoo42x/main/sc/source/ui/inc/ |
H A D | pagedata.hxx | 42 long nFirstPage; member in ScPrintRangeData 61 void SetFirstPage( long nNew ) { nFirstPage = nNew; } in SetFirstPage() 62 long GetFirstPage() const { return nFirstPage; } in GetFirstPage()
|
/aoo42x/main/sd/source/ui/view/ |
H A D | drviewsd.cxx | 187 sal_uInt16 nFirstPage = 0; in GetNavigatorWinState() local 199 nFirstPage = (sal_uInt16)xSlideshow->getFirstPageNumber(); in GetNavigatorWinState() 224 if( nCurrentPage == nFirstPage ) in GetNavigatorWinState()
|
/aoo42x/main/filter/source/svg/ |
H A D | svgexport.cxx | 410 const sal_Int32 nFirstPage = ( ( SVG_EXPORT_ALLPAGES == nPageToExport ) ? 0 : nPageToExport ); in implExportDocument() local 411 …sal_Int32 nCurPage = nFirstPage, nLastPage = ( bSinglePage ? nFirstPage : ( rxDrawPages->get… 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,
|
/aoo42x/main/oox/source/xls/ |
H A D | pagesettings.cxx | 280 sal_uInt16 nFirstPage, nFlags; in importChartPageSetup() local 282 >> maModel.mnCopies >> nFirstPage >> nFlags >> aRelId; in importChartPageSetup() 284 maModel.mnFirstPage = nFirstPage; // 16-bit in CHARTPAGESETUP in importChartPageSetup() 330 sal_uInt16 nPaperSize, nScale, nFirstPage, nFitToWidth, nFitToHeight, nFlags; in importPageSetup() local 331 rStrm >> nPaperSize >> nScale >> nFirstPage >> nFitToWidth >> nFitToHeight >> nFlags; in importPageSetup() 335 maModel.mnFirstPage = nFirstPage; in importPageSetup()
|
/aoo42x/main/editeng/inc/editeng/ |
H A D | outliner.hxx | 663 sal_uInt16 nFirstPage; member in Outliner 710 …sal_Bool ImpCanDeleteSelectedPages( OutlinerView* pCurView, sal_uInt16 nFirstPage, sal_uInt… 886 void SetFirstPageNumber( sal_uInt16 n ) { nFirstPage = n; } in SetFirstPageNumber() 887 sal_uInt16 GetFirstPageNumber() const { return nFirstPage; } in GetFirstPageNumber()
|
/aoo42x/main/sd/source/ui/slidesorter/controller/ |
H A D | SlsSlotManager.cxx | 829 sal_uInt16 nFirstPage; in GetStatusBarState() local 846 nFirstPage = pPage->GetPageNum()/2; in GetStatusBarState() 850 aPageStr += String::CreateFromInt32( nFirstPage + 1 ); in GetStatusBarState()
|
/aoo42x/main/editeng/source/outliner/ |
H A D | outlvw.cxx | 1157 sal_uInt16 nFirstPage = 0xFFFF; in ImpCalcSelectedPages() local 1168 if( nFirstPage == 0xFFFF ) in ImpCalcSelectedPages() 1169 nFirstPage = nPara; in ImpCalcSelectedPages() 1177 pOwner->mnFirstSelPage = nFirstPage; in ImpCalcSelectedPages()
|
H A D | outliner.cxx | 1393 nFirstPage = 1; in Outliner()
|
/aoo42x/main/sc/source/ui/docshell/ |
H A D | pagedata.cxx | 42 nFirstPage = 1; in ScPrintRangeData()
|
Completed in 133 milliseconds