Home
last modified time | relevance | path

Searched refs:mpCurrentPage (Results 1 – 9 of 9) sorted by relevance

/aoo42x/main/sd/source/ui/dlg/
H A Dmasterlayoutdlg.cxx50 mpCurrentPage( pCurrentPage ), in MasterLayoutDialog()
59 if( mpCurrentPage && !mpCurrentPage->IsMasterPage() ) in MasterLayoutDialog()
61 mpCurrentPage = (SdPage*)(&(mpCurrentPage->TRG_GetMasterPage())); in MasterLayoutDialog()
64 if( mpCurrentPage == 0 ) in MasterLayoutDialog()
66 mpCurrentPage = pDoc->GetMasterSdPage( 0, PK_STANDARD ); in MasterLayoutDialog()
70 switch( mpCurrentPage->GetPageKind() ) in MasterLayoutDialog()
93 mbOldHeader = mpCurrentPage->GetPresObj( PRESOBJ_HEADER ) != NULL; in MasterLayoutDialog()
94 mbOldDate = mpCurrentPage->GetPresObj( PRESOBJ_DATETIME ) != NULL; in MasterLayoutDialog()
95 mbOldFooter = mpCurrentPage->GetPresObj( PRESOBJ_FOOTER ) != NULL; in MasterLayoutDialog()
156 mpCurrentPage->CreateDefaultPresObj( eKind, true ); in create()
[all …]
H A Dheaderfooterdlg.cxx167 SdPage* mpCurrentPage; member in sd::HeaderFooterTabPage
209 mpCurrentPage( pCurrentPage ), in HeaderFooterDialog()
225 mpCurrentPage = pSlide; in HeaderFooterDialog()
232 mpCurrentPage = NULL; in HeaderFooterDialog()
274 mpSlideTabPage->init( maSlideSettings, bNotOnTitle, mpCurrentPage != NULL ); in HeaderFooterDialog()
372 …DBG_ASSERT( mpCurrentPage && mpCurrentPage->GetPageKind() == PK_STANDARD, "no current page to appl… in apply()
373 if( mpCurrentPage && (mpCurrentPage->GetPageKind() == PK_STANDARD) ) in apply()
375 change( pUndoGroup, mpCurrentPage, aNewSettings ); in apply()
471 mpCurrentPage(pActualPage), in HeaderFooterTabPage()
/aoo42x/main/svx/source/unodraw/
H A DUnoGraphicExporter.cxx194 SdrPage* mpCurrentPage; member in svx::GraphicExporter
331 SdrPage* mpCurrentPage; member in ImplExportCheckVisisbilityRedirector
335 : ViewObjectContactRedirector(), mpCurrentPage( pCurrentPage ) in ImplExportCheckVisisbilityRedirector()
351 SdrPage* pPage = mpCurrentPage; in createRedirectedPrimitive2DSequence()
372 : mpUnoPage( NULL ), mnPageNumber(-1), mpCurrentPage(0), mpDoc( NULL ) in GraphicExporter()
384 if( mpCurrentPage ) in IMPL_LINK()
386 pInfo->SetSdrPage( mpCurrentPage ); in IMPL_LINK()
426 if( pInfo && mpCurrentPage ) in IMPL_LINK()
616 mpCurrentPage = pUnoPage->GetSdrPage(); in ParseSettings()
1002 if(mpCurrentPage) in GetGraphic()
[all …]
/aoo42x/main/sd/source/ui/unoidl/
H A DDrawController.cxx87 mpCurrentPage(NULL), in DrawController()
411 if ( ! xPage.is() && mpCurrentPage.is()) in getCurrentPage()
412 xPage = Reference<drawing::XDrawPage>(mpCurrentPage->getUnoPage(), UNO_QUERY); in getCurrentPage()
511 SdrPage* pCurrentPage = mpCurrentPage.get(); in FireSwitchCurrentPage()
528 mpCurrentPage.reset(pNewCurrentPage); in FireSwitchCurrentPage()
/aoo42x/main/sd/source/ui/inc/
H A Dmasterlayoutdlg.hxx44 SdPage* mpCurrentPage; member in sd::MasterLayoutDialog
H A Dheaderfooterdlg.hxx61 SdPage* mpCurrentPage; member in sd::HeaderFooterDialog
H A DDrawController.hxx313 ::tools::WeakReference<SdrPage> mpCurrentPage;
/aoo42x/main/sd/source/ui/slidesorter/inc/controller/
H A DSlsPageSelector.hxx202 model::SharedPageDescriptor mpCurrentPage; member in sd::slidesorter::controller::PageSelector
/aoo42x/main/sd/source/ui/slidesorter/controller/
H A DSlsPageSelector.cxx66 mpCurrentPage(), in PageSelector()

Completed in 44 milliseconds