Lines Matching refs:mrBase

1220         : mrBase(rBase),  in Implementation()
1228 DialogCreator aCreator( mrBase.GetDocShell()->GetDocumentType() == DOCUMENT_TYPE_IMPRESS ); in Implementation()
1232 StartListening(mrBase); in Implementation()
1240 EndListening(mrBase); in ~Implementation()
1251 && &rBroadcaster == &static_cast<SfxBroadcaster&>(mrBase)) in Notify()
1349 ::boost::shared_ptr<ViewShell> pViewShell (mrBase.GetMainViewShell()); in PrintPage()
1357 ::boost::dynamic_pointer_cast<DrawViewShell>(mrBase.GetMainViewShell())); in PrintPage()
1360 mpPrintView.reset(new DrawView(mrBase.GetDocShell(), &rPrinter, pDrawViewShell.get())); in PrintPage()
1422 ViewShellBase& mrBase; member in sd::DocumentRenderer::Implementation
1446 SdDrawDocument* pDocument = mrBase.GetMainViewShell()->GetDoc(); in SetupPaperOrientation()
1490 ViewShell* pShell = mrBase.GetMainViewShell().get(); in PreparePages()
1492 PrintInfo aInfo (mpPrinter, mpOptions->GetPrinterSelection(), mrBase.GetMainViewShell()); in PreparePages()
1502 ::Outliner& rOutliner = mrBase.GetDocument()->GetDrawOutliner(); in PreparePages()
1593 if( !mrBase.GetDocument() ) in InitHandoutTemplate()
1596 SdDrawDocument& rModel = *mrBase.GetDocument(); in InitHandoutTemplate()
1662 nCount=mrBase.GetDocument()->GetSdPageCount(PK_STANDARD); in ContainsTransparency()
1691 OSL_ASSERT(mrBase.GetDocument() != NULL); in GetFilteredPage()
1695 SdPage* pPage = mrBase.GetDocument()->GetSdPage( in GetFilteredPage()
1735 Outliner* pOutliner = mrBase.GetDocument()->GetInternalOutliner(); in PrepareOutline()
1748 nCount=mrBase.GetDocument()->GetSdPageCount(PK_STANDARD); in PrepareOutline()
1872 SdDrawDocument* pDocument = mrBase.GetDocument(); in PrepareHandout()
1928 ::boost::shared_ptr<ViewShell> pViewShell (mrBase.GetMainViewShell()); in PrepareHandout()
1941 const sal_uInt16 nPageCount = mrBase.GetDocument()->GetSdPageCount(PK_STANDARD); in PrepareHandout()
1944 mrBase.GetDocument()->setHandoutPageCount( nHandoutPageCount ); in PrepareHandout()
1994 SdDrawDocument* pDocument = mrBase.GetMainViewShell()->GetDoc(); in PrepareStdOrNotes()
2023 ::boost::shared_ptr<ViewShell> pViewShell (mrBase.GetMainViewShell()); in PrepareRegularPages()
2029 nCount=mrBase.GetDocument()->GetSdPageCount(PK_STANDARD); in PrepareRegularPages()
2156 nCount=mrBase.GetDocument()->GetSdPageCount(ePageKind); in PrepareBooklet()