Lines Matching refs:SelectionController
33 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()
80 bool SelectionController::GetStyleSheet( SfxStyleSheet* &/*rpStyleSheet*/ ) const in GetStyleSheet()
85 bool SelectionController::SetStyleSheet( SfxStyleSheet* /*pStyleSheet*/, bool /*bDontRemoveHardAttr… in SetStyleSheet()
90 bool SelectionController::GetMarkedObjModel( SdrPage* /*pNewPage*/ ) in GetMarkedObjModel()
95 bool SelectionController::PasteObjModel( const SdrModel& /*rModel*/ ) in PasteObjModel()
100 bool SelectionController::TakeFormatPaintBrush( boost::shared_ptr< SfxItemSet >& /*rFormatSet*/ ) in TakeFormatPaintBrush()
105 bool SelectionController::ApplyFormatPaintBrush( SfxItemSet& /*rFormatSet*/, bool /*bNoCharacterFor… in ApplyFormatPaintBrush()