Lines Matching refs:mrBase

163 	mrBase( rBase ),  in CustomAnimationPane()
233 mxView = Reference< XDrawView >::query(mrBase.GetController()); in CustomAnimationPane()
291 ::svl::IUndoManager* pManager = mrBase.GetDocShell()->GetUndoManager(); in addUndo()
296 pManager->AddUndoAction( new UndoAnimation( mrBase.GetDocShell()->GetDoc(), pPage ) ); in addUndo()
322 mrBase.GetEventMultiplexer()->AddEventListener ( in addListener()
335 mrBase.GetEventMultiplexer()->RemoveEventListener( aLink ); in removeListener()
355 if( bool(mrBase.GetMainViewShell()) ) in IMPL_LINK()
357 if( mrBase.GetMainViewShell()->GetShellType() == ViewShell::ST_IMPRESS ) in IMPL_LINK()
359 mxView = Reference<XDrawView>::query(mrBase.GetDrawController()); in IMPL_LINK()
1002 ::boost::shared_ptr<ViewShell> xViewShell( mrBase.GetMainViewShell() ); in updateMotionPathTags()
1847 mrBase.GetDocShell()->SetModified(); in changeSelection()
2103 mrBase.GetDocShell()->SetModified(); in onChange()
2111 SlideShow::Stop( mrBase ); in onChange()
2129 FrameworkHelper::Instance(mrBase)->GetViewShell(FrameworkHelper::msCenterPaneURL).get()); in createPath()
2166 mrBase.GetDocShell()->SetModified(); in onRemove()
2176 mrBase.GetDocShell()->SetModified(); in remove()
2223 mrBase.GetDocShell()->SetModified(); in onChangeStart()
2254 mrBase.GetDocShell()->SetModified(); in onChangeProperty()
2295 mrBase.GetDocShell()->SetModified(); in onChangeSpeed()
2331 mrBase.StartPresentation(); in IMPL_LINK()
2437 mrBase.GetDocShell()->SetModified(); in moveSelection()
2503 SlideShow::StartPreview( mrBase, mxCurrentPage, xNode ); in preview()
2534 FrameworkHelper::Instance(mrBase)->GetViewShell(FrameworkHelper::msCenterPaneURL).get()); in markShapesFromSelectedEffects()
2565 ::svl::IUndoManager* pManager = mrBase.GetDocShell()->GetUndoManager(); in updatePathFromMotionPathTag()
2570 …pManager->AddUndoAction( new UndoAnimationPath( mrBase.GetDocShell()->GetDoc(), pPage, pEffect->ge… in updatePathFromMotionPathTag()