Home
last modified time | relevance | path

Searched refs:mrController (Results 1 – 20 of 20) sorted by relevance

/AOO42X/main/sd/source/ui/slidesorter/controller/
H A DSlsClipboard.cxx101 : mrController(rController), in TemporarySlideTrackingDeactivator()
103 mrController.GetVisibleAreaManager().IsCurrentSlideTrackingActive()) in TemporarySlideTrackingDeactivator()
106 mrController.GetVisibleAreaManager().DeactivateCurrentSlideTracking(); in TemporarySlideTrackingDeactivator()
111 mrController.GetVisibleAreaManager().ActivateCurrentSlideTracking(); in ~TemporarySlideTrackingDeactivator()
115 SlideSorterController& mrController; member in sd::slidesorter::controller::__anon7b263a070111::TemporarySlideTrackingDeactivator
162 mrController(mrSlideSorter.GetController()), in Clipboard()
260 mrController.GetSelectionManager()->DeleteSelectedPages(); in DoDelete()
311 mrController.GetInsertionIndicatorHandler()); in GetInsertionPosition()
317 else if (mrController.GetSelectionManager()->GetInsertionPosition() >= 0) in GetInsertionPosition()
321 nInsertPosition = mrController.GetSelectionManager()->GetInsertionPosition(); in GetInsertionPosition()
[all …]
H A DSlsSelectionManager.cxx78 mrController(rSlideSorter.GetController()), in SelectionManager()
95 mrController.GetAnimator()->RemoveAnimation(mnAnimationId); in ~SelectionManager()
105 SlideSorterController::ModelChangeLock aLock (mrController); in DeleteSelectedPages()
110 bool bIsFocusShowing = mrController.GetFocusManager().IsFocusShowing(); in DeleteSelectedPages()
112 mrController.GetFocusManager().ToggleFocus(); in DeleteSelectedPages()
147 mrController.HandleModelChange(); in DeleteSelectedPages()
152 mrController.GetFocusManager().ToggleFocus(); in DeleteSelectedPages()
159 mrController.GetPageSelector().CountSelectedPages(); in DeleteSelectedPages()
160 mrController.GetPageSelector().SelectPage(nNewCurrentSlide); in DeleteSelectedPages()
161 mrController.GetFocusManager().SetFocusedPage(nNewCurrentSlide); in DeleteSelectedPages()
[all …]
H A DSlsListener.cxx69 mrController(mrSlideSorter.GetController()), in Listener()
329 mpModelChangeLock.reset(new SlideSorterController::ModelChangeLock(mrController)); in Notify()
330 mrController.HandleModelChange(); in Notify()
339 mrController.PrepareEditModeChange(); in Notify()
343 mrController.FinishEditModeChange(); in Notify()
347 mpModelChangeLock.reset(new SlideSorterController::ModelChangeLock(mrController)); in Notify()
361 mrController.CheckForMasterPageAssignment(); in Notify()
362 mrController.CheckForSlideTransitionAssignment(); in Notify()
504 mrController.GetCurrentSlideManager()->NotifyCurrentSlideChange(nCurrentPage-1); in propertyChange()
521 mrController.ChangeEditMode ( in propertyChange()
[all …]
H A DSlsSelectionFunction.cxx350 mrController(mrSlideSorter.GetController()), in SelectionFunction()
394 mrController.GetScrollBarManager().StopAutoScroll (); in MouseButtonUp()
414 FocusManager& rFocusManager (mrController.GetFocusManager()); in KeyInput()
468 mrController.GetPageSelector().DeselectPage(pDescriptor, false); in KeyInput()
470 mrController.GetPageSelector().SelectPage(pDescriptor); in KeyInput()
528 mrController.GetSelectionManager()->DeleteSelectedPages(rCode.GetCode()==KEY_DELETE); in KeyInput()
564 mrController.GetFocusManager().GetFocusedPageDescriptor()); in MoveFocus()
571 mrController.GetFocusManager().MoveFocus(eDirection); in MoveFocus()
573 PageSelector& rSelector (mrController.GetPageSelector()); in MoveFocus()
575 mrController.GetFocusManager().GetFocusedPageDescriptor()); in MoveFocus()
[all …]
H A DSlsPageSelector.cxx60 mrController(mrSlideSorter.GetController()), in PageSelector()
134 mrController.GetSelectionManager()->SelectionHasChanged(); in GetCoreSelection()
192 mrController.GetSelectionManager()->SelectionHasChanged(); in SelectPage()
242 mrController.GetSelectionManager()->SelectionHasChanged(); in DeselectPage()
333 mrController.GetSelectionManager()->SelectionHasChanged(); in EnableBroadcasting()
418 mrController.GetCurrentSlideManager()->SwitchCurrentSlide(pCurrentPageDescriptor); in UpdateCurrentPage()
H A DSlsListener.hxx140 SlideSorterController& mrController; member in sd::slidesorter::controller::Listener
/AOO42X/main/svx/source/tbxctrls/
H A Dextrusioncontrols.cxx82 , mrController( rController ) in ExtrusionDirectionWindow()
228 mrController.dispatchCommand( msExtrusionDirection, aArgs ); in IMPL_LINK()
239 mrController.dispatchCommand( msExtrusionProjection, aArgs ); in IMPL_LINK()
336 , mrController( rController ) in ExtrusionDepthWindow()
482 mrController.dispatchCommand( aCommand, aArgs ); in IMPL_LINK()
501 mrController.dispatchCommand( msExtrusionDepth, aArgs ); in IMPL_LINK()
574 , mrController( rController ) in ExtrusionLightingWindow()
757 mrController.dispatchCommand( msExtrusionLightingIntensity, aArgs ); in IMPL_LINK()
775 mrController.dispatchCommand( msExtrusionLightingDirection, aArgs ); in IMPL_LINK()
842 , mrController( rController ) in ExtrusionSurfaceWindow()
[all …]
H A Dfontworkgallery.cxx361 svt::ToolboxController& mrController; member in svx::FontworkAlignmentWindow
383 , mrController( rController ) in FontworkAlignmentWindow()
477 mrController.dispatchCommand( msFontworkAlignment, aArgs ); in IMPL_LINK()
567 svt::ToolboxController& mrController; member in svx::FontworkCharacterSpacingWindow
583 , mrController( rController ) in FontworkCharacterSpacingWindow()
697mrController.dispatchCommand( OUString( RTL_CONSTASCII_USTRINGPARAM( ".uno:FontworkCharacterSpacin… in IMPL_LINK()
707 mrController.dispatchCommand( msFontworkKernCharacterPairs, aArgs ); in IMPL_LINK()
717 mrController.dispatchCommand( msFontworkCharacterSpacing, aArgs ); in IMPL_LINK()
H A Dextrusioncontrols.hxx57 svt::ToolboxController& mrController; member in svx::ExtrusionDirectionWindow
100 svt::ToolboxController& mrController; member in svx::ExtrusionDepthWindow
155 svt::ToolboxController& mrController; member in svx::ExtrusionLightingWindow
213 svt::ToolboxController& mrController; member in svx::ExtrusionSurfaceWindow
/AOO42X/main/sd/source/ui/controller/
H A Dslidelayoutcontroller.cxx89 SlideLayoutController& mrController; member in sd::LayoutToolbarMenu
182 , mrController( rController ) in LayoutToolbarMenu()
303 OUString sCommandURL( mrController.getCommandURL() ); in IMPL_LINK()
325 mrController.dispatchCommand( sCommandURL, aArgs ); in IMPL_LINK()
/AOO42X/main/sd/source/ui/unoidl/
H A DSdUnoDrawView.cxx67 mrController(rController), in SdUnoDrawView()
154 mrController.mpCurrentLayer = &(xCurrentLayer) ; in getActiveLayer()
H A DSdUnoOutlineView.cxx56 mrController(rController), in SdUnoOutlineView()
H A DSdUnoSlideView.cxx54 mrController(rController), in SdUnoSlideView()
/AOO42X/main/sd/source/ui/slidesorter/inc/controller/
H A DSlsSelectionManager.hxx114 SlideSorterController& mrController; member in sd::slidesorter::controller::SelectionManager
H A DSlsPageSelector.hxx195 SlideSorterController& mrController; member in sd::slidesorter::controller::PageSelector
H A DSlsSelectionFunction.hxx128 SlideSorterController& mrController; member in sd::slidesorter::controller::SelectionFunction
H A DSlsClipboard.hxx118 SlideSorterController& mrController; member in sd::slidesorter::controller::Clipboard
/AOO42X/main/sd/source/ui/inc/
H A DSdUnoOutlineView.hxx116 DrawController& mrController; member in sd::SdUnoOutlineView
H A DSdUnoSlideView.hxx114 DrawController& mrController; member in sd::SdUnoSlideView
H A DSdUnoDrawView.hxx140 DrawController& mrController; member in sd::SdUnoDrawView