Home
last modified time | relevance | path

Searched refs:SelectionController (Results 1 – 9 of 9) sorted by relevance

/AOO41X/main/svx/source/svdraw/
H A Dselectioncontroller.cxx33 bool SelectionController::onKeyInput(const KeyEvent& /*rKEvt*/, Window* /*pWin*/) in onKeyInput()
38 bool SelectionController::onMouseButtonDown(const MouseEvent& /*rMEvt*/, Window* /*pWin*/) in onMouseButtonDown()
43 bool SelectionController::onMouseButtonUp(const MouseEvent& /*rMEvt*/, Window* /*pWin*/) in onMouseButtonUp()
48 bool SelectionController::onMouseMove(const MouseEvent& /*rMEvt*/, Window* /*pWin*/) in onMouseMove()
53 void SelectionController::onSelectionHasChanged() in onSelectionHasChanged()
57 void SelectionController::GetState( SfxItemSet& /*rSet*/ ) in GetState()
61 void SelectionController::Execute( SfxRequest& /*rReq*/ ) in Execute()
65 bool SelectionController::DeleteMarked() in DeleteMarked()
70 bool SelectionController::GetAttributes(SfxItemSet& /*rTargetSet*/, bool /*bOnlyHardAttr*/) const in GetAttributes()
75 bool SelectionController::SetAttributes(const SfxItemSet& /*rSet*/, bool /*bReplaceAll*/) in SetAttributes()
[all …]
H A Dsvdedxv.cxx1977 …e< sdr::SelectionController > CreateTableController( SdrObjEditView* pView, const SdrObject* pObj,…
/AOO41X/main/svx/inc/svx/
H A Dsvdedxv.hxx52 class SelectionController;
114 rtl::Reference< sdr::SelectionController > mxSelectionController;
115 rtl::Reference< sdr::SelectionController > mxLastSelectionController;
298 …rtl::Reference< sdr::SelectionController > getSelectionController() const { return mxSelectionCont… in getSelectionController()
H A Dselectioncontroller.hxx45 class SVX_DLLPUBLIC SelectionController: public cppu::OWeakObject class
/AOO41X/main/svx/inc/svx/sdr/table/
H A Dtablecontroller.hxx49 class SVX_DLLPUBLIC SvxTableController: public sdr::SelectionController
85 …eference< sdr::SelectionController > create( SdrObjEditView* pView, const SdrObject* pObj, const r…
/AOO41X/main/sd/source/ui/table/
H A Dtableobjectbar.cxx131 rtl::Reference< sdr::SelectionController > xController( mpView->getSelectionController() ); in GetState()
157 rtl::Reference< sdr::SelectionController > xController( mpView->getSelectionController() ); in Execute()
H A DTableDesignPane.cxx301 … rtl::Reference< sdr::SelectionController > xController( pView->getSelectionController() ); in ApplyStyle()
361 … rtl::Reference< sdr::SelectionController > xController( pView->getSelectionController() ); in ApplyOptions()
/AOO41X/main/sd/source/ui/view/
H A Dviewshel.cxx499 …rtl::Reference< sdr::SelectionController > xSelectionController( GetView()->getSelectionController… in KeyInput()
569 …rtl::Reference< sdr::SelectionController > xSelectionController( GetView()->getSelectionController… in MouseButtonDown()
610 …rtl::Reference< sdr::SelectionController > xSelectionController( GetView()->getSelectionController… in MouseMove()
638 …rtl::Reference< sdr::SelectionController > xSelectionController( GetView()->getSelectionController… in MouseButtonUp()
/AOO41X/main/svx/source/table/
H A Dtablecontroller.cxx126 …e< sdr::SelectionController > CreateTableController( SdrObjEditView* pView, const SdrObject* pObj,… in CreateTableController()
133 …sdr::SelectionController > SvxTableController::create( SdrObjEditView* pView, const SdrObject* pOb… in create()