|
LibreOffice Module sc (master) 1
|
#include <chartsh.hxx>
Public Member Functions | |
| ScChartShell (ScViewData &rData) | |
| virtual | ~ScChartShell () override |
| void | ExecuteExportAsGraphic (SfxRequest &rReq) |
| void | GetExportAsGraphicState (SfxItemSet &rSet) |
Public Member Functions inherited from ScDrawShell | |
| ScDrawShell (ScViewData &rData) | |
| virtual | ~ScDrawShell () override |
| void | ExecDrawAttr (SfxRequest &rReq) |
| void | GetDrawAttrState (SfxItemSet &rSet) |
| void | GetAttrFuncState (SfxItemSet &rSet) |
| void | ExecDrawFunc (SfxRequest &rReq) |
| void | GetDrawFuncState (SfxItemSet &rSet) |
| void | GetState (SfxItemSet &rSet) |
| void | ExecFormText (const SfxRequest &rReq) |
| void | GetFormTextState (SfxItemSet &rSet) |
| void | ExecuteHLink (const SfxRequest &rReq) |
| void | GetHLinkState (SfxItemSet &rSet) |
| void | ExecFormatPaintbrush (const SfxRequest &rReq) |
| void | StateFormatPaintbrush (SfxItemSet &rSet) |
| void | ExecuteMacroAssign (SdrObject *pObj, weld::Window *pWin) |
| void | ExecuteLineDlg (const SfxRequest &rReq) |
| void | ExecuteAreaDlg (const SfxRequest &rReq) |
| void | ExecuteTextAttrDlg (SfxRequest &rReq) |
| void | ExecuteMeasureDlg (SfxRequest &rReq) |
| ScDrawView * | GetDrawView () |
| void | GetDrawAttrStateForIFBX (SfxItemSet &rSet) |
| OUString const & | GetSidebarContextName () |
| void | setModified () |
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) |
Private Member Functions | |
| virtual void | Activate (bool bMDI) override |
| virtual void | Deactivate (bool bMDI) override |
Static Private Member Functions | |
| static void | InitInterface_Impl () |
| SfxInterface initializer. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from ScDrawShell | |
| static void | StateDisableItems (SfxItemSet &rSet) |
| static bool | AreAllObjectsOnLayer (SdrLayerID nLayerNo, const SdrMarkList &rMark) |
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 ScDrawShell | |
| virtual void | Activate (bool bMDI) override |
| ScViewData & | GetViewData () |
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 28 of file chartsh.hxx.
| ScChartShell::ScChartShell | ( | ScViewData & | rData | ) |
Definition at line 97 of file chartsh.cxx.
References vcl::EnumContext::Chart, vcl::EnumContext::GetContextName(), SfxShell::SetContextName(), and SfxShell::SetName().
|
overridevirtual |
Definition at line 104 of file chartsh.cxx.
|
overrideprivatevirtual |
Reimplemented from ScDrawShell.
Definition at line 67 of file chartsh.cxx.
References SfxShell::Activate(), ScDrawShell::Activate(), ScDrawShell::GetViewData(), SfxShell::GetViewShell(), and SfxShell::SetContextBroadcasterEnabled().
|
overrideprivatevirtual |
Reimplemented from SfxShell.
Definition at line 82 of file chartsh.cxx.
References SfxShell::Deactivate(), ScDrawShell::GetViewData(), SfxShell::GetViewShell(), and SfxShell::SetContextBroadcasterEnabled().
| void ScChartShell::ExecuteExportAsGraphic | ( | SfxRequest & | rReq | ) |
Definition at line 128 of file chartsh.cxx.
References ScViewData::GetActiveWin(), vcl::Window::GetFrameWeld(), SdrMarkList::GetMark(), SdrMarkList::GetMarkCount(), SdrMarkView::GetMarkedObjectList(), SdrMark::GetMarkedSdrObj(), SfxObjectShell::GetModel(), SfxShell::GetObjectShell(), ScViewData::GetScDrawView(), ScDrawShell::GetViewData(), SfxShell::Invalidate(), pObject, and GraphicHelper::SaveShapeAsGraphic().
| void ScChartShell::GetExportAsGraphicState | ( | SfxItemSet & | rSet | ) |
Definition at line 108 of file chartsh.cxx.
References SfxItemSet::DisableItem(), SdrMarkList::GetMark(), SdrMarkList::GetMarkCount(), SdrMarkView::GetMarkedObjectList(), SdrMark::GetMarkedSdrObj(), SfxShell::GetObjectShell(), ScViewData::GetScDrawView(), ScDrawShell::GetViewData(), and rSet.
|
staticprivate |
SfxInterface initializer.
Definition at line 58 of file chartsh.cxx.
References SFX_OBJECTBAR_OBJECT.