LibreOffice Module svx (master) 1
|
#include <layctrl.hxx>
Public Member Functions | |
SvxColumnsToolBoxControl (const css::uno::Reference< css::uno::XComponentContext > &rContext) | |
virtual | ~SvxColumnsToolBoxControl () override |
virtual std::unique_ptr< WeldToolbarPopup > | weldPopupWindow () override |
virtual VclPtr< vcl::Window > | createVclPopupWindow (vcl::Window *pParent) override |
virtual OUString SAL_CALL | getImplementationName () override |
virtual css::uno::Sequence< OUString > SAL_CALL | getSupportedServiceNames () override |
virtual void SAL_CALL | initialize (const css::uno::Sequence< css::uno::Any > &rArguments) override |
void | InsertColumns (const css::uno::Sequence< css::beans::PropertyValue > &rArgs) |
Public Member Functions inherited from svt::PopupWindowController | |
PopupWindowController (const css::uno::Reference< css::uno::XComponentContext > &rxContext, const css::uno::Reference< css::frame::XFrame > &xFrame, const OUString &aCommandURL) | |
virtual | ~PopupWindowController () override |
void | EndPopupMode () |
virtual VclPtr< vcl::Window > | createVclPopupWindow (vcl::Window *pParent) |
virtual std::unique_ptr< WeldToolbarPopup > | weldPopupWindow ()=0 |
virtual OUString SAL_CALL | getImplementationName () override=0 |
virtual sal_Bool SAL_CALL | supportsService (const OUString &ServiceName) override |
virtual css::uno::Sequence< OUString > SAL_CALL | getSupportedServiceNames () override=0 |
virtual void SAL_CALL | dispose () override |
virtual void SAL_CALL | statusChanged (const css::frame::FeatureStateEvent &Event) override |
virtual css::uno::Reference< css::awt::XWindow > SAL_CALL | createPopupWindow () override |
virtual void SAL_CALL | click () override |
Additional Inherited Members | |
Protected Attributes inherited from svt::PopupWindowController | |
std::unique_ptr< ToolbarPopupContainer > | mxPopoverContainer |
VclPtr< InterimToolbarPopup > | mxInterimPopover |
Definition at line 43 of file layctrl.hxx.
SvxColumnsToolBoxControl::SvxColumnsToolBoxControl | ( | const css::uno::Reference< css::uno::XComponentContext > & | rContext | ) |
Definition at line 741 of file layctrl.cxx.
|
overridevirtual |
Definition at line 756 of file layctrl.cxx.
|
overridevirtual |
Reimplemented from svt::PopupWindowController.
Definition at line 765 of file layctrl.cxx.
References VclPtr< class reference_type >::Create(), vcl::Window::GetFrameWeld(), ToolBox::GetItemText(), svt::PopupWindowController::mxInterimPopover, and nId.
|
overridevirtual |
Implements svt::PopupWindowController.
Definition at line 781 of file layctrl.cxx.
|
overridevirtual |
Implements svt::PopupWindowController.
Definition at line 786 of file layctrl.cxx.
|
overridevirtual |
Definition at line 746 of file layctrl.cxx.
References ToolBox::GetItemBits(), nId, and ToolBox::SetItemBits().
void SvxColumnsToolBoxControl::InsertColumns | ( | const css::uno::Sequence< css::beans::PropertyValue > & | rArgs | ) |
Definition at line 655 of file layctrl.cxx.
References aTargetURL, m_xFrame, and xDispatch.
|
overridevirtual |
Implements svt::PopupWindowController.
Definition at line 760 of file layctrl.cxx.