Home
last modified time | relevance | path

Searched refs:GetController (Results 1 – 25 of 103) sorted by relevance

12345

/trunk/main/sd/source/ui/slidesorter/shell/
H A DSlideSorterViewShell.cxx367 mpSlideSorter->GetController().GetFocusManager().ShowFocus(); in GetFocus()
448 mpSlideSorter->GetController().ExecCtrl(rRequest); in ExecCtrl()
457 mpSlideSorter->GetController().GetCtrlState(rSet); in GetCtrlState()
466 mpSlideSorter->GetController().FuSupport(rRequest); in FuSupport()
505 mpSlideSorter->GetController().GetStatusBarState(rSet); in GetStatusBarState()
514 mpSlideSorter->GetController().FuPermanent(rRequest); in FuPermanent()
523 mpSlideSorter->GetController().GetAttrState(rSet); in GetAttrState()
532 mpSlideSorter->GetController().ExecStatusBar(rRequest); in ExecStatusBar()
545 mpSlideSorter->GetController().Paint(rBBox,pWindow); in Paint()
653 mpSlideSorter->GetController().Rearrange(true); in ReadFrameViewData()
[all …]
H A DSlideSorterService.cxx266 mpSlideSorter->GetController().GetCurrentSlideManager()->NotifyCurrentSlideChange( in setCurrentPage()
278 … return mpSlideSorter->GetController().GetCurrentSlideManager()->GetCurrentSlide()->GetXDrawPage(); in getCurrentPage()
304 mpSlideSorter->GetController().SetDocumentSlides(rxSlides); in setDocumentSlides()
330 controller::SlideSorterController::ModelChangeLock aLock (mpSlideSorter->GetController()); in setIsHighlightCurrentSlide()
331 mpSlideSorter->GetController().HandleModelChange(); in setIsHighlightCurrentSlide()
H A DSlideSorter.cxx174 mxControllerWeak = mpViewShellBase->GetController(); in Init()
306 controller::SlideSorterController& SlideSorter::GetController (void) const in GetController() function in sd::slidesorter::SlideSorter
326 GetController().Paint( in Paint()
/trunk/main/sd/source/ui/slidesorter/controller/
H A DSlsSlotManager.cxx178 mrSlideSorter.GetController().Rearrange(true); in FuTemporary()
185 mrSlideSorter.GetController().GetPageSelector().SelectAllPages(); in FuTemporary()
370 mrSlideSorter.GetController().GetClipboard().HandleSlotCall(rRequest); in FuSupport()
466 mrSlideSorter.GetController().UpdateAllPages(); in ExecCtrl()
792 >= mrSlideSorter.GetController().GetPageSelector().GetPageCount()) in GetClipboardState()
933 mrSlideSorter.GetController().PageNameHasChanged( in RenameSlide()
1103 mrSlideSorter.GetController().GetPageSelector().DeselectAllPages(); in InsertSlide()
1104 mrSlideSorter.GetController().GetPageSelector().SelectPage(pNewPage); in InsertSlide()
1151 PageSelector& rSelector (mrSlideSorter.GetController().GetPageSelector()); in DuplicateSelectedSlides()
1234 PageSelector& rSelector (mrSlideSorter.GetController().GetPageSelector()); in GetInsertionPosition()
[all …]
H A DSlsDragAndDropContext.cxx68 rSlideSorter.GetController().GetClipboard().CreateTransferableUserData(pTransferable)); in DragAndDropContext()
71 rSlideSorter.GetController().GetInsertionIndicatorHandler()->UpdateIndicatorIcon(pTransferable); in DragAndDropContext()
161 mpTargetSlideSorter->GetController().GetInsertionIndicatorHandler()); in UpdatePosition()
164 && mpTargetSlideSorter->GetController().GetScrollBarManager().AutoScroll( in UpdatePosition()
189 mpTargetSlideSorter->GetController().GetScrollBarManager().StopAutoScroll(); in SetTargetSlideSorter()
190 mpTargetSlideSorter->GetController().GetInsertionIndicatorHandler()->End( in SetTargetSlideSorter()
198 mpTargetSlideSorter->GetController().GetInsertionIndicatorHandler()->Start( in SetTargetSlideSorter()
200 mpTargetSlideSorter->GetController().GetInsertionIndicatorHandler()->UpdatePosition( in SetTargetSlideSorter()
H A DSlsCurrentSlideManager.cxx89 … PageSelector::BroadcastLock aBroadcastLock (mrSlideSorter.GetController().GetPageSelector()); in NotifyCurrentSlideChange()
91 mrSlideSorter.GetController().GetPageSelector().DeselectAllPages(); in NotifyCurrentSlideChange()
99 mrSlideSorter.GetController().GetPageSelector().SelectPage(mpCurrentSlide); in NotifyCurrentSlideChange()
100 mrSlideSorter.GetController().GetFocusManager().SetFocusedPage(mpCurrentSlide); in NotifyCurrentSlideChange()
172 mrSlideSorter.GetController().GetPageSelector().SetCoreSelection(); in SwitchCurrentSlide()
193 mrSlideSorter.GetController().GetPageSelector().DeselectAllPages(); in SwitchCurrentSlide()
194 mrSlideSorter.GetController().GetPageSelector().SelectPage(rpDescriptor); in SwitchCurrentSlide()
196 mrSlideSorter.GetController().GetFocusManager().SetFocusedPage(rpDescriptor); in SwitchCurrentSlide()
H A DSlsSelectionFunction.cxx366 mrController(mrSlideSorter.GetController()), in SelectionFunction()
935 mpHitDescriptor = rSlideSorter.GetController().GetPageAt(maMousePosition); in EventDescriptor()
971 mpHitDescriptor = rSlideSorter.GetController().GetPageAt(maMousePosition); in EventDescriptor()
1234 mrSlideSorter.GetController().GetPageSelector().DeselectAllPages(); in DeselectAllPages()
1245 mrSlideSorter.GetController().GetPageSelector().SelectPage(rpDescriptor); in SelectOnePage()
1443 mrSlideSorter.GetController().GetPageSelector().DeselectPage( in ProcessButtonUpEvent()
1448 mrSlideSorter.GetController().GetPageSelector().SelectPage( in ProcessButtonUpEvent()
1533 PageSelector& rSelector (mrSlideSorter.GetController().GetPageSelector()); in RangeSelect()
1774 mrSlideSorter.GetController().GetPageSelector().SelectPage(rpDescriptor); in UpdateSelectionState()
1842 mrSlideSorter.GetController().GetInsertionIndicatorHandler()->Start( in DragAndDropModeHandler()
[all …]
H A DSlsPageSelector.cxx60 mrController(mrSlideSorter.GetController()), in PageSelector()
120 mrSlideSorter.GetController().GetVisibleAreaManager().RequestVisible(pDescriptor); in GetCoreSelection()
182 mrSlideSorter.GetController().GetVisibleAreaManager().RequestVisible(rpDescriptor,true); in SelectPage()
235 mrSlideSorter.GetController().GetVisibleAreaManager().RequestVisible(rpDescriptor); in DeselectPage()
432 : mpSelector(&rSlideSorter.GetController().GetPageSelector()) in UpdateLock()
473 : mrSelector(rSlideSorter.GetController().GetPageSelector()) in BroadcastLock()
H A DSlsVisibleAreaManager.cxx127 mrSlideSorter.GetController().GetCurrentSlideManager()->GetCurrentSlide()); in RequestCurrentSlideVisible()
157 mrSlideSorter.GetController().GetAnimator()->RemoveAnimation(mnScrollAnimationId); in MakeVisible()
167 mnScrollAnimationId = mrSlideSorter.GetController().GetAnimator()->AddAnimation( in MakeVisible()
244 : mrVisibleAreaManager(rSlideSorter.GetController().GetVisibleAreaManager()) in TemporaryDisabler()
301 mrSlideSorter.GetController().GetScrollBarManager().SetTopLeft( in operator ()()
H A DSlsSelectionObserver.cxx42 rSlideSorter.GetController().GetSelectionManager()->GetSelectionObserver()) in Context()
144 PageSelector& rSelector (mrSlideSorter.GetController().GetPageSelector()); in EndObservation()
163 mrSlideSorter.GetController().GetFocusManager().SetFocusedPageToCurrentPage(); in EndObservation()
H A DSlsScrollBarManager.cxx307 mrSlideSorter.GetController().GetVisibleAreaManager().DeactivateCurrentSlideTracking(); in IMPL_LINK()
326 mrSlideSorter.GetController().GetVisibleAreaManager().DeactivateCurrentSlideTracking(); in IMPL_LINK()
728 mrSlideSorter.GetController().GetVisibleAreaManager().DeactivateCurrentSlideTracking(); in Scroll()
H A DSlsFocusManager.cxx268 SetFocusedPage(mrSlideSorter.GetController().GetCurrentSlideManager()->GetCurrentSlide()); in SetFocusedPageToCurrentPage()
308 mrSlideSorter.GetController().GetVisibleAreaManager().RequestVisible(rpDescriptor,true); in ShowFocusIndicator()
/trunk/main/sd/source/ui/accessibility/
H A DAccessibleSlideSorterView.cxx450 mrSlideSorter.GetController().GetPageAt(aTestPoint)); in getAccessibleAtPoint()
617 bIsSelected = mrSlideSorter.GetController().GetPageSelector().IsPageSelected( in isAccessibleChildSelected()
634 mrSlideSorter.GetController().GetPageSelector().DeselectAllPages(); in clearAccessibleSelection()
646 mrSlideSorter.GetController().GetPageSelector().SelectAllPages(); in selectAllAccessibleChildren()
657 return mrSlideSorter.GetController().GetPageSelector().GetSelectedPageCount(); in getSelectedAccessibleChildCount()
672 mrSlideSorter.GetController().GetPageSelector()); in getSelectedAccessibleChild()
960 mrSlideSorter.GetController().GetSelectionManager()->AddSelectionChangeListener( in ConnectListeners()
962 mrSlideSorter.GetController().GetFocusManager().AddFocusChangeListener( in ConnectListeners()
973 mrSlideSorter.GetController().GetFocusManager().RemoveFocusChangeListener( in ReleaseListeners()
1044 mrSlideSorter.GetController().GetFocusManager().ShowFocus(); in Activated()
[all …]
H A DAccessibleSlideSorterObject.cxx267 if (mrSlideSorter.GetController().GetPageSelector().IsPageSelected(mnPageNumber)) in getAccessibleStateSet()
269 if (mrSlideSorter.GetController().GetFocusManager().GetFocusedPageIndex() == mnPageNumber) in getAccessibleStateSet()
270 if (mrSlideSorter.GetController().GetFocusManager().IsFocusShowing()) in getAccessibleStateSet()
/trunk/main/sd/source/ui/slidesorter/model/
H A DSlideSorterModel.cxx381 mrSlideSorter.GetController().GetPageSelector().CountSelectedPages(); in Resync()
470 mrSlideSorter.GetController().GetCurrentSlideManager()->NotifyCurrentSlideChange(-1); in SetDocumentSlides()
476 mrSlideSorter.GetController().GetPageSelector().CountSelectedPages(); in SetDocumentSlides()
483 mrSlideSorter.GetController().GetCurrentSlideManager()->NotifyCurrentSlideChange( in SetDocumentSlides()
492 mrSlideSorter.GetController().GetCurrentSlideManager()->NotifyCurrentSlideChange( in SetDocumentSlides()
500 mrSlideSorter.GetController().GetCurrentSlideManager()->NotifyCurrentSlideChange( in SetDocumentSlides()
506 mrSlideSorter.GetController().GetCurrentSlideManager()->NotifyCurrentSlideChange( in SetDocumentSlides()
512 mrSlideSorter.GetController().GetSlotManager()->NotifyEditModeChange(); in SetDocumentSlides()
570 mrSlideSorter.GetController().SetDocumentSlides(xPages); in UpdatePageList()
/trunk/main/sd/source/ui/unoidl/
H A DSdUnoSlideView.cxx78 = mrSlideSorter.GetController(); in select()
119 mrSlideSorter.GetController().GetPageSelector().GetSelectedPageCount()); in getSelection()
168 mrSlideSorter.GetController().GetCurrentSlideManager()->SwitchCurrentSlide( in setCurrentPage()
182 … return mrSlideSorter.GetController().GetCurrentSlideManager()->GetCurrentSlide()->GetXDrawPage(); in getCurrentPage()
/trunk/main/sd/source/ui/view/
H A DViewShellBase.cxx706 Reference<XControllerManager> xControllerManager (GetController(), UNO_QUERY); in Execute()
843 Reference<XControllerManager> xControllerManager (GetController(), UNO_QUERY); in Activate()
1344 Reference<XControllerManager> xControllerManager (mrBase.GetController(), UNO_QUERY_THROW); in SetPaneVisibility()
1408 Reference<XControllerManager> xControllerManager (mrBase.GetController(), UNO_QUERY_THROW); in GetSlotState()
1570 mrBase.GetController()->getModel(), UNO_QUERY_THROW); in operator ()()
1578 mrBase.GetController()->getModel(), UNO_QUERY_THROW); in operator ()()
1585 Reference<beans::XPropertySet> xSet (mrBase.GetController(), UNO_QUERY_THROW); in operator ()()
/trunk/main/svx/source/accessibility/
H A DChildrenManagerImpl.cxx100 Reference<frame::XController> xController(maShapeTreeInfo.GetController()); in Init()
621 xCurrentController = maShapeTreeInfo.GetController(); in SetInfo()
642 Reference<frame::XController> xNewController(maShapeTreeInfo.GetController()); in SetInfo()
679 || rEventObject.Source == maShapeTreeInfo.GetController()) in disposing()
744 Reference<frame::XController> xController(maShapeTreeInfo.GetController()); in impl_dispose()
934 Reference<frame::XController> xController(maShapeTreeInfo.GetController()); in UpdateSelection()
/trunk/main/sfx2/source/view/
H A Dframe.cxx233 …LOSEVIEW, GlobalEventConfig::GetEventName( STR_EVENT_PREPARECLOSEVIEW ), pCur, GetController() ) ); in PrepareClose_Impl()
383 if ( GetController().is() && pSet->GetItemState( SID_VIEW_DATA ) != SFX_ITEM_SET ) in GetViewData_Impl()
385 ::com::sun::star::uno::Any aData = GetController()->getViewData(); in GetViewData_Impl()
741 ::com::sun::star::uno::Reference< ::com::sun::star::frame::XController > SfxFrame::GetController() … in GetController() function in SfxFrame
744 return pImp->pCurrentViewFrame->GetViewShell()->GetController(); in GetController()
H A Dviewsh.cxx155 m_xCtrl = uno::Reference < lang::XComponent >( pView->GetController(), uno::UNO_QUERY ); in SfxClipboardChangeListener()
1072 … pSh->GetModel()->setCurrentController( GetViewFrame()->GetFrame().GetController() ); in Activate()
1434 if ( pViewShell->GetController() == i_rController ) in Get()
1715 if ( GetController().is() ) in Notify()
2071 Reference < XController > SfxViewShell::GetController() in GetController() function in SfxViewShell
2146 …aEvent.Selection = uno::Reference < view::XSelectionSupplier > ( GetController(), uno::UNO_QUERY ); in TryContextMenuInterception()
/trunk/main/sd/source/ui/slidesorter/view/
H A DSlsButtonBar.cxx724 mrSlideSorter.GetController().GetAnimator()->RemoveAnimation(nId); in StartFadeAnimation()
754 mrSlideSorter.GetController().GetAnimator()->AddAnimation( in StartFadeAnimation()
1399 mrSlideSorter.GetController().GetSlotManager()->ChangeSlideExclusionState( in ProcessClick()
1497 mrSlideSorter.GetController().GetSlotManager()->ChangeSlideExclusionState( in ProcessClick()
1555 mrSlideSorter.GetController().GetPageSelector().DeselectAllPages(); in ProcessClick()
1556 mrSlideSorter.GetController().GetPageSelector().SelectPage(rpDescriptor); in ProcessClick()
/trunk/main/svx/source/form/
H A Dfiltnav.cxx388 Reference< XFilterController > xController( pFormItem->GetController(), UNO_QUERY_THROW ); in setText()
711 if ( xController == pForm->GetController() ) in Find()
733 if (xForm == pForm->GetController()->getModel()) in Find()
897 Reference< XFormController > xFormController( pFormItem->GetController() ); in ValidateText()
989 if ( m_xController != pFormItem->GetController() ) in SetCurrentItems()
991 SetCurrentController( pFormItem->GetController() ); in SetCurrentItems()
1520 m_pModel->SetCurrentController(((FmFormItem*)pEntry->GetUserData())->GetController()); in Select()
/trunk/main/svtools/source/brwbox/
H A Deditbrowsebox2.cxx193 CellController* pController = GetController( in GetFieldCharacterBounds()
206 CellController* pController = GetController( in GetFieldIndexAtPoint()
/trunk/main/sw/source/ui/smartmenu/
H A Dstmenu.cxx58 Reference <frame::XController> xController = mpSwView->GetController(); in SwSmartTagPopup()
172 mpSwView->GetController(), in Execute()
/trunk/main/svx/source/mnuctrls/
H A DSmartTagCtl.cxx86 const Reference<frame::XController>& xController = mpSmartTagItem->GetController(); in FillMenu()
189 mpSmartTagItem->GetController(), in IMPL_LINK_INLINE_START()

Completed in 148 milliseconds

12345