|
LibreOffice Module svx (master) 1
|
#include <extrusionbar.hxx>
Public Member Functions | |
| ExtrusionBar (SfxViewShell *pViewShell) | |
| virtual | ~ExtrusionBar () override |
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 Public Member Functions | |
| static void | execute (SdrView *pSdrView, SfxRequest const &rReq, SfxBindings &rBindings) |
| static void | getState (SdrView const *pSdrView, SfxItemSet &rSet) |
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 &) |
Static Private Member Functions | |
| static void | InitInterface_Impl () |
| SfxInterface initializer. More... | |
Additional Inherited Members | |
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 36 of file extrusionbar.hxx.
| ExtrusionBar::ExtrusionBar | ( | SfxViewShell * | pViewShell | ) |
Definition at line 70 of file extrusionbar.cxx.
References DBG_ASSERT, SfxShell::GetPool(), SfxShell::SetName(), SfxShell::SetPool(), and SvxResId().
|
overridevirtual |
Definition at line 80 of file extrusionbar.cxx.
References SfxShell::SetRepeatTarget().
|
static |
Definition at line 525 of file extrusionbar.cxx.
References SdrEditView::AddUndo(), aStr, SdrEditView::BegUndo(), SdrObject::BroadcastObjectChange(), SdrUndoFactory::CreateUndoAttrObject(), SdrEditView::EndUndo(), SfxBindings::Execute(), SfxRequest::GetArgs(), svx::ExtrusionDepthDialog::getDepth(), SfxRequest::GetFrameWeld(), SfxItemSet::GetItem(), SfxItemSet::GetItemState(), SdrMarkList::GetMark(), SdrMarkList::GetMarkCount(), SdrMarkView::GetMarkedObjectList(), SdrMark::GetMarkedSdrObj(), SdrObject::GetMergedItem(), SdrPaintView::GetModel(), SdrModel::GetSdrUndoFactory(), SfxRequest::GetSlot(), GetValue, i, svx::impl_execute(), SfxBindings::Invalidate(), SdrEditView::IsUndoEnabled(), SdrObjEditView::MarkListHasChanged(), nCount, RET_OK, weld::DialogController::run(), SDRATTR_CUSTOMSHAPE_GEOMETRY(), SdrObject::SetMergedItem(), SidArray, and SvxResId().
|
static |
Definition at line 1305 of file extrusionbar.cxx.
References svx::checkForSelectedCustomShapes(), SfxItemSet::DisableItem(), getExtrusionColorState(), getExtrusionDepthState(), getExtrusionDirectionState(), getExtrusionLightingDirectionState(), getExtrusionLightingIntensityState(), getExtrusionProjectionState(), getExtrusionSurfaceState(), and rSet.
|
staticprivate |
SfxInterface initializer.
Definition at line 64 of file extrusionbar.cxx.
References SFX_OBJECTBAR_OBJECT.