LibreOffice Module svx (master) 1
|
#include <grafctrl.hxx>
Public Member Functions | |
SFX_DECL_TOOLBOX_CONTROL () | |
SvxGrafModeToolBoxControl (sal_uInt16 nSlotId, ToolBoxItemId nId, ToolBox &rTbx) | |
virtual | ~SvxGrafModeToolBoxControl () override |
virtual void | StateChangedAtToolBoxControl (sal_uInt16 nSID, SfxItemState eState, const SfxPoolItem *pState) override |
virtual VclPtr< InterimItemWindow > | CreateItemWindow (vcl::Window *pParent) override |
Public Member Functions inherited from SfxToolBoxControl | |
virtual void SAL_CALL | dispose () override |
virtual void SAL_CALL | statusChanged (const css::frame::FeatureStateEvent &Event) override |
virtual void SAL_CALL | execute (sal_Int16 KeyModifier) override |
virtual void SAL_CALL | click () override |
virtual void SAL_CALL | doubleClick () override |
virtual css::uno::Reference< css::awt::XWindow > SAL_CALL | createPopupWindow () override |
virtual css::uno::Reference< css::awt::XWindow > SAL_CALL | createItemWindow (const css::uno::Reference< css::awt::XWindow > &rParent) override |
SFX_DECL_TOOLBOX_CONTROL () | |
SfxToolBoxControl (sal_uInt16 nSlotID, ToolBoxItemId nId, ToolBox &rBox, bool bShowStrings=false) | |
virtual | ~SfxToolBoxControl () override |
ToolBox & | GetToolBox () const |
ToolBoxItemId | GetId () const |
unsigned short | GetSlotId () const |
void | Dispatch (const OUString &aCommand, css::uno::Sequence< css::beans::PropertyValue > const &aArgs) |
Public Member Functions inherited from SfxListener | |
SfxListener () | |
SfxListener (const SfxListener &rCopy) | |
virtual | ~SfxListener () COVERITY_NOEXCEPT_FALSE |
void | StartListening (SfxBroadcaster &rBroadcaster, DuplicateHandling eDuplicateHanding=DuplicateHandling::Unexpected) |
void | EndListening (SfxBroadcaster &rBroadcaster, bool bRemoveAllDuplicates=false) |
void | EndListeningAll () |
bool | IsListening (SfxBroadcaster &rBroadcaster) const |
sal_uInt16 | GetBroadcasterCount () const |
SfxBroadcaster * | GetBroadcasterJOE (sal_uInt16 nNo) const |
virtual void | Notify (SfxBroadcaster &rBC, const SfxHint &rHint) |
void | RemoveBroadcaster_Impl (SfxBroadcaster &rBC) |
virtual bool | IsSdrView () const |
Additional Inherited Members | |
Static Public Member Functions inherited from SfxToolBoxControl | |
static void | Dispatch (const css::uno::Reference< css::frame::XDispatchProvider > &rDispatchProvider, const OUString &rCommand, css::uno::Sequence< css::beans::PropertyValue > const &aArgs) |
static SfxItemState | GetItemState (const SfxPoolItem *pState) |
static rtl::Reference< SfxToolBoxControl > | CreateControl (sal_uInt16 nSlotId, ToolBoxItemId nTbxId, ToolBox *pBox, SfxModule const *pMod) |
static void | RegisterToolBoxControl (SfxModule *, const SfxTbxCtrlFactory &) |
Protected Member Functions inherited from SfxToolBoxControl | |
virtual void | StateChangedAtToolBoxControl (sal_uInt16 nSID, SfxItemState eState, const SfxPoolItem *pState) |
virtual void | Select (sal_uInt16 nSelectModifier) |
virtual void | DoubleClick () |
virtual void | Click () |
virtual void | CreatePopupWindow () |
virtual VclPtr< InterimItemWindow > | CreateItemWindow (vcl::Window *pParent) |
Definition at line 95 of file grafctrl.hxx.
SvxGrafModeToolBoxControl::SvxGrafModeToolBoxControl | ( | sal_uInt16 | nSlotId, |
ToolBoxItemId | nId, | ||
ToolBox & | rTbx | ||
) |
Definition at line 464 of file grafctrl.cxx.
References nId.
|
overridevirtual |
Definition at line 469 of file grafctrl.cxx.
|
overridevirtual |
Reimplemented from SfxToolBoxControl.
Definition at line 495 of file grafctrl.cxx.
References VclPtr< class reference_type >::Create(), and m_xFrame.
SvxGrafModeToolBoxControl::SFX_DECL_TOOLBOX_CONTROL | ( | ) |
|
overridevirtual |
Reimplemented from SfxToolBoxControl.
Definition at line 473 of file grafctrl.cxx.
References DBG_ASSERT, SfxToolBoxControl::GetId(), ToolBox::GetItemWindow(), and SfxToolBoxControl::GetToolBox().