|
LibreOffice Module sw (master) 1
|
#include <beziersh.hxx>
Public Member Functions | |
| SwBezierShell (SwView &rView) | |
| void | GetState (SfxItemSet &) |
| void | Execute (SfxRequest const &) |
Public Member Functions inherited from SwBaseShell | |
| SwBaseShell (SwView &rShell) | |
| virtual | ~SwBaseShell () override |
| void | ExecDelete (SfxRequest &) |
| void | ExecClpbrd (SfxRequest &) |
| void | StateClpbrd (SfxItemSet &) |
| void | ExecUndo (SfxRequest &) |
| void | StateUndo (SfxItemSet &) |
| void | Execute (SfxRequest &) |
| void | GetState (SfxItemSet &) |
| void | StateStyle (SfxItemSet &) |
| void | ExecuteGallery (SfxRequest &) |
| void | GetGalleryState (SfxItemSet &) |
| void | ExecDlg (SfxRequest &) |
| void | ExecTextCtrl (SfxRequest &rReq) |
| void | GetTextFontCtrlState (SfxItemSet &rSet) |
| void | GetTextCtrlState (SfxItemSet &rSet) |
| void | GetBorderState (SfxItemSet &rSet) |
| void | GetBckColState (SfxItemSet &rSet) |
| void | ExecBckCol (SfxRequest &rReq) |
| void | SetWrapMode (sal_uInt16 nSlot) |
| void | EditRegionDialog (SfxRequest const &rReq) |
| void | InsertRegionDialog (SfxRequest &rReq) |
| void | ExecField (SfxRequest const &rReq) |
Public Member Functions inherited from SfxShell | |
| virtual | ~SfxShell () override |
| virtual SfxInterface * | GetInterface () const |
| void | SetName (const OUString &rName) |
| const OUString & | GetName () const |
| SfxViewShell * | GetViewShell () const |
| const SfxPoolItem * | GetSlotState (sal_uInt16 nSlotId, const SfxInterface *pIF=nullptr, SfxItemSet *pStateSet=nullptr) |
| const SfxPoolItem * | ExecuteSlot (SfxRequest &rReq, const SfxInterface *pIF=nullptr) |
| void | ExecuteSlot (SfxRequest &rReq, bool bAsync) |
| SfxItemPool & | GetPool () const |
| void | SetPool (SfxItemPool *pNewPool) |
| virtual SfxUndoManager * | GetUndoManager () |
| void | SetUndoManager (SfxUndoManager *pNewUndoMgr) |
| SfxRepeatTarget * | GetRepeatTarget () const |
| void | SetRepeatTarget (SfxRepeatTarget *pTarget) |
| virtual void | Invalidate (sal_uInt16 nId=0) |
| virtual bool | IsDesignMode () const |
| bool | IsActive () const |
| virtual void | Activate (bool bMDI) |
| virtual void | Deactivate (bool bMDI) |
| SfxDispatcher * | GetDispatcher () const |
| SfxViewFrame * | GetFrame () const |
| virtual bool | HasUIFeature (SfxShellFeature nFeature) const |
| void | UIFeatureChanged () |
| const SfxPoolItem * | GetItem (sal_uInt16 nSlotId) const |
| const T * | GetItem (TypedWhichId< T > nWhich) const |
| void | PutItem (const SfxPoolItem &rItem) |
| void | SetVerbs (const css::uno::Sequence< css::embed::VerbDescriptor > &aVerbs) |
| const css::uno::Sequence< css::embed::VerbDescriptor > & | GetVerbs () const |
| void | VerbExec (SfxRequest &) |
| SAL_DLLPRIVATE const SfxSlot * | GetVerbSlot_Impl (sal_uInt16 nId) const |
| virtual SfxObjectShell * | GetObjectShell () |
| void | SetDisableFlags (SfxDisableFlags nFlags) |
| SfxDisableFlags | GetDisableFlags () const |
| virtual std::optional< SfxItemSet > | CreateItemSet (sal_uInt16 nId) |
| virtual void | ApplyItemSet (sal_uInt16 nId, const SfxItemSet &rSet) |
| void | SetContextName (const OUString &rsContextName) |
| void | BroadcastContextForActivation (const bool bIsActivated) |
| bool | SetContextBroadcasterEnabled (const bool bIsEnabled) |
| SAL_DLLPRIVATE bool | CanExecuteSlot_Impl (const SfxSlot &rSlot) |
| virtual bool | IsConditionalFastCall (const SfxRequest &rReq) |
| SAL_DLLPRIVATE void | DoActivate_Impl (SfxViewFrame *pFrame, bool bMDI) |
| SAL_DLLPRIVATE void | DoDeactivate_Impl (SfxViewFrame const *pFrame, bool bMDI) |
Static Private Member Functions | |
| static void | InitInterface_Impl () |
| SfxInterface initializer. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from SwBaseShell | |
| static void | StateDisableItems (SfxItemSet &) |
| static void | SetFrameMode (FlyMode eMode, SwWrtShell *pShell) |
| static void | SetFrameMode_ (FlyMode eMode) |
| static FlyMode | GetFrameMode () |
| static std::shared_ptr< std::vector< std::unique_ptr< SwPaM > > > | CopyPaMRing (SwPaM &rOrig) |
Static Public Member Functions inherited from SfxShell | |
| static SfxInterface * | GetStaticInterface () |
| static void | EmptyExecStub (SfxShell *pShell, SfxRequest &) |
| static void | EmptyStateStub (SfxShell *pShell, SfxItemSet &) |
| static void | VerbState (SfxItemSet &) |
Protected Member Functions inherited from SwBaseShell | |
| SwWrtShell & | GetShell () |
| SwWrtShell * | GetShellPtr () |
| SwView & | GetView () |
| void | SetGetStateSet (SfxItemSet *p) |
| bool | AddGrfUpdateSlot (sal_uInt16 nSlot) |
| DECL_DLLPRIVATE_LINK (InsertDBTextHdl, void *, void) | |
| void | InsertURLButton (const OUString &rURL, const OUString &rTarget, const OUString &rText) |
| void | InsertTable (SfxRequest &_rRequest) |
Protected Member Functions inherited from SfxShell | |
| SfxShell () | |
| SfxShell (SfxViewShell *pViewSh) | |
| void | SetViewShell_Impl (SfxViewShell *pView) |
| SAL_DLLPRIVATE void | Invalidate_Impl (SfxBindings &rBindings, sal_uInt16 nId) |
Static Protected Member Functions inherited from SfxShell | |
| static void | HandleOpenXmlFilterSettings (SfxRequest &) |
Definition at line 24 of file beziersh.hxx.
| SwBezierShell::SwBezierShell | ( | SwView & | rView | ) |
Definition at line 50 of file beziersh.cxx.
References vcl::EnumContext::Draw, vcl::EnumContext::GetContextName(), SwViewShell::GetDrawView(), SwBaseShell::GetShell(), SfxShell::SetContextName(), SdrSnapView::SetEliminatePolyPointLimitAngle(), and SfxShell::SetName().
| void SwBezierShell::Execute | ( | SfxRequest const & | rReq | ) |
Definition at line 62 of file beziersh.cxx.
References SwDrawBase::BreakCreate(), SwFEShell::CheckUnboundObjects(), SdrPolyEditView::DeleteMarkedPoints(), SwFEShell::DelSelectedObj(), SwWrtShell::EnterStdMode(), SfxDispatcher::Execute(), FN_BACKSPACE, FN_ESCAPE, SfxRequest::GetArgs(), SfxViewFrame::GetBindings(), SfxViewFrame::GetDispatcher(), SwView::GetDrawFuncPtr(), SwViewShell::GetDrawView(), SwView::GetEditWin(), SfxItemSet::GetItemState(), SdrMarkList::GetMark(), SdrMarkView::GetMarkedObjectList(), SdrPolyEditView::GetMarkedPointsSmooth(), SdrMark::GetMarkedSdrObj(), SdrPaintView::GetModel(), SwBaseShell::GetShell(), SfxRequest::GetSlot(), SwBaseShell::GetView(), SwWrtShell::GetView(), SfxViewShell::GetViewFrame(), SdrMarkView::HasMarkedPoints(), SwWrtShell::HasSelection(), SfxBindings::Invalidate(), SdrCreateView::IsAction(), SdrModel::IsChanged(), SwFEShell::IsDrawCreate(), SdrSnapView::IsEliminatePolyPoints(), SwFEShell::IsObjSelected(), SwWrtShell::IsSelFrameMode(), SwView::LeaveDrawCreate(), SwWrtShell::LeaveSelFrameMode(), SwWrtShell::NoEdit(), SdrPolyEditView::RipUpAtMarkedPoints(), SwEditWin::SetBezierMode(), SdrModel::SetChanged(), SdrSnapView::SetEliminatePolyPoints(), SdrPolyEditView::SetMarkedPointsSmooth(), SdrPolyEditView::SetMarkedSegmentsKind(), SwEditShell::SetModified(), SdrPathObj::ToggleClosed(), and SdrMarkView::UnmarkAllPoints().
| void SwBezierShell::GetState | ( | SfxItemSet & | rSet | ) |
Definition at line 217 of file beziersh.cxx.
References SfxItemSet::DisableItem(), SfxWhichIter::FirstWhich(), SwEditWin::GetBezierMode(), SwViewShell::GetDrawView(), SwView::GetEditWin(), SdrPolyEditView::GetMarkedObjectsClosedState(), SdrPolyEditView::GetMarkedPointsSmooth(), SdrPolyEditView::GetMarkedSegmentsKind(), SwBaseShell::GetShell(), SwBaseShell::GetView(), SfxItemSet::InvalidateItem(), SdrPolyEditView::IsDeleteMarkedPointsPossible(), SdrSnapView::IsEliminatePolyPoints(), SdrPolyEditView::IsOpenCloseMarkedObjectsPossible(), SdrPolyEditView::IsRipUpAtMarkedPointsPossible(), SdrPolyEditView::IsSetMarkedPointsSmoothPossible(), SdrPolyEditView::IsSetMarkedSegmentsKindPossible(), SfxWhichIter::NextWhich(), SfxItemSet::Put(), and rSet.
|
staticprivate |
SfxInterface initializer.
Definition at line 42 of file beziersh.cxx.
References SFX_OBJECTBAR_OBJECT.