Searched refs:nCurPage (Results 1 – 8 of 8) sorted by relevance
/aoo42x/main/sot/source/sdstor/ |
H A D | stgio.cxx | 212 sal_Int32 nCurPage = nPage; in Mark() local 215 if( nCurPage < 0 || nCurPage >= nPages ) in Mark() 217 pFree[ nCurPage ] = sal_False; in Mark() 218 nCurPage = pFat[ nCurPage ]; in Mark() 220 if( nCurPage != nExpect && nCount == 1 ) in Mark() 223 if( nCurPage == nExpect && nCount != 1 && nCount != -1 ) in Mark() 226 if( nCurPage == nExpect && nCount == -1 ) in Mark()
|
/aoo42x/main/sw/source/ui/uiview/ |
H A D | srcview.cxx | 141 void lcl_PrintHeader( OutputDevice &rOutDev, sal_uInt16 nPages, sal_uInt16 nCurPage, const String& … in TYPEINIT1() 180 aPageStr += String::CreateFromInt32( nCurPage ); in TYPEINIT1() 795 sal_uInt16 nCurPage = 1; in PrintSource() local 798 if (!bCalcNumPagesOnly && nPage == nCurPage) in PrintSource() 799 lcl_PrintHeader( *pOutDev, nPages, nCurPage, aTitle ); in PrintSource() 813 ++nCurPage; in PrintSource() 814 if (!bCalcNumPagesOnly && nPage == nCurPage) in PrintSource() 815 lcl_PrintHeader( *pOutDev, nPages, nCurPage, aTitle ); in PrintSource() 818 if (!bCalcNumPagesOnly && nPage == nCurPage) in PrintSource() 826 DBG_ASSERT( bCalcNumPagesOnly || nPage <= nCurPage, "page number out of range" ); in PrintSource() [all …]
|
/aoo42x/main/sd/source/ui/view/ |
H A D | drviewsb.cxx | 250 sal_uInt16 nCurPage = GetLayerTabControl()->GetCurPageId(); in FuTemp02() local 251 String aLayerName( GetLayerTabControl()->GetPageText(nCurPage) ); in FuTemp02() 851 sal_uInt16 nCurPage = 0; in ModifyLayer() local 858 nCurPage = nId; in ModifyLayer() 872 GetLayerTabControl()->SetPageText(nCurPage, rLayerName); in ModifyLayer() 882 GetLayerTabControl()->SetPageBits(nCurPage, nBits); in ModifyLayer()
|
H A D | viewshe2.cxx | 127 sal_uInt16 nCurPage = (pPage->GetPageNum() - 1) / 2; in UpdateScrollBars() local 131 mpVerticalScrollBar->SetThumbPos(256*nCurPage); in UpdateScrollBars() 241 sal_uInt16 nCurPage = (pPage->GetPageNum() - 1) >> 1; in IMPL_LINK_INLINE_END() local 243 if( nCurPage != nNewPage ) in IMPL_LINK_INLINE_END()
|
H A D | drviews3.cxx | 228 sal_uInt16 nCurPage(0); in SO2_DECL_REF() local 232 nCurPage = GetLayerTabControl()->GetCurPageId(); in SO2_DECL_REF() 242 nCurPage = (short)pWhatLayer->GetValue(); in SO2_DECL_REF() 249 mpDrawView->SetActiveLayer( GetLayerTabControl()->GetPageText(nCurPage) ); in SO2_DECL_REF()
|
/aoo42x/main/basctl/source/basicide/ |
H A D | baside2.cxx | 107 void lcl_PrintHeader( Printer* pPrinter, sal_uInt16 nPages, sal_uInt16 nCurPage, const String& rTit… in lcl_PrintHeader() argument 150 aPageStr += String::CreateFromInt32( nCurPage ); in lcl_PrintHeader() 992 sal_uInt16 nCurPage = 1; in FormatAndPrint() local 995 lcl_PrintHeader( pPrinter, nPages, nCurPage, aTitle, nPrintPage == 0 ); in FormatAndPrint() 1008 nCurPage++; in FormatAndPrint() 1009 lcl_PrintHeader( pPrinter, nPages, nCurPage, aTitle, nCurPage-1 == nPrintPage ); in FormatAndPrint() 1012 if( nCurPage-1 == nPrintPage ) in FormatAndPrint() 1021 return sal_Int32(nCurPage); in FormatAndPrint()
|
/aoo42x/main/sw/source/ui/dbui/ |
H A D | mailmergewizard.cxx | 245 const sal_uInt16 nCurPage = GetCurLevel(); in UpdateRoadmap() local 246 TabPage* pCurPage = GetPage( nCurPage ); in UpdateRoadmap() 258 bool bEnableOutputTypePage = (nCurPage != MM_DOCUMENTSELECTPAGE) || in UpdateRoadmap()
|
/aoo42x/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() 536 rxDrawPages->getByIndex( nCurPage ) >>= xDrawPage; in implExportDocument() 555 nVisible = nCurPage; in implExportDocument() 573 ++nCurPage; in implExportDocument()
|
Completed in 96 milliseconds