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()
1844 mrBase.GetDocShell()->SetModified(); in changeSelection()
2100 mrBase.GetDocShell()->SetModified(); in onChange()
2108 SlideShow::Stop( mrBase ); in onChange()
2126 FrameworkHelper::Instance(mrBase)->GetViewShell(FrameworkHelper::msCenterPaneURL).get()); in createPath()
2163 mrBase.GetDocShell()->SetModified(); in onRemove()
2173 mrBase.GetDocShell()->SetModified(); in remove()
2220 mrBase.GetDocShell()->SetModified(); in onChangeStart()
2251 mrBase.GetDocShell()->SetModified(); in onChangeProperty()
2292 mrBase.GetDocShell()->SetModified(); in onChangeSpeed()
2328 mrBase.StartPresentation(); in IMPL_LINK()
2434 mrBase.GetDocShell()->SetModified(); in moveSelection()
2500 SlideShow::StartPreview( mrBase, mxCurrentPage, xNode ); in preview()
2531 FrameworkHelper::Instance(mrBase)->GetViewShell(FrameworkHelper::msCenterPaneURL).get()); in markShapesFromSelectedEffects()
2562 ::svl::IUndoManager* pManager = mrBase.GetDocShell()->GetUndoManager(); in updatePathFromMotionPathTag()
2567 …pManager->AddUndoAction( new UndoAnimationPath( mrBase.GetDocShell()->GetDoc(), pPage, pEffect->ge… in updatePathFromMotionPathTag()