Lines Matching refs:mrBase

161     mrBase( rBase ),  in CustomAnimationPane()
231 mxView = Reference< XDrawView >::query(mrBase.GetController()); in CustomAnimationPane()
289 ::svl::IUndoManager* pManager = mrBase.GetDocShell()->GetUndoManager(); in addUndo()
294 pManager->AddUndoAction( new UndoAnimation( mrBase.GetDocShell()->GetDoc(), pPage ) ); in addUndo()
320 mrBase.GetEventMultiplexer()->AddEventListener ( in addListener()
333 mrBase.GetEventMultiplexer()->RemoveEventListener( aLink ); in removeListener()
353 if( bool(mrBase.GetMainViewShell()) ) in IMPL_LINK()
355 if( mrBase.GetMainViewShell()->GetShellType() == ViewShell::ST_IMPRESS ) in IMPL_LINK()
357 mxView = Reference<XDrawView>::query(mrBase.GetDrawController()); in IMPL_LINK()
998 ::boost::shared_ptr<ViewShell> xViewShell( mrBase.GetMainViewShell() ); in updateMotionPathTags()
1843 mrBase.GetDocShell()->SetModified(); in changeSelection()
2099 mrBase.GetDocShell()->SetModified(); in onChange()
2107 SlideShow::Stop( mrBase ); in onChange()
2125 … FrameworkHelper::Instance(mrBase)->GetViewShell(FrameworkHelper::msCenterPaneURL).get()); in createPath()
2162 mrBase.GetDocShell()->SetModified(); in onRemove()
2172 mrBase.GetDocShell()->SetModified(); in remove()
2219 mrBase.GetDocShell()->SetModified(); in onChangeStart()
2250 mrBase.GetDocShell()->SetModified(); in onChangeProperty()
2291 mrBase.GetDocShell()->SetModified(); in onChangeSpeed()
2327 mrBase.StartPresentation(); in IMPL_LINK()
2433 mrBase.GetDocShell()->SetModified(); in moveSelection()
2499 SlideShow::StartPreview( mrBase, mxCurrentPage, xNode ); in preview()
2530 … FrameworkHelper::Instance(mrBase)->GetViewShell(FrameworkHelper::msCenterPaneURL).get()); in markShapesFromSelectedEffects()
2561 ::svl::IUndoManager* pManager = mrBase.GetDocShell()->GetUndoManager(); in updatePathFromMotionPathTag()
2566 …pManager->AddUndoAction( new UndoAnimationPath( mrBase.GetDocShell()->GetDoc(), pPage, pEffect->ge… in updatePathFromMotionPathTag()