LibreOffice Module svx (master) 1
|
#include <TextUnderlinePopup.hxx>
Public Member Functions | |
TextUnderlinePopup (const css::uno::Reference< css::uno::XComponentContext > &rContext) | |
virtual | ~TextUnderlinePopup () 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 |
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 25 of file TextUnderlinePopup.hxx.
TextUnderlinePopup::TextUnderlinePopup | ( | const css::uno::Reference< css::uno::XComponentContext > & | rContext | ) |
Definition at line 25 of file TextUnderlinePopup.cxx.
|
overridevirtual |
Definition at line 31 of file TextUnderlinePopup.cxx.
|
overridevirtual |
Reimplemented from svt::PopupWindowController.
Definition at line 54 of file TextUnderlinePopup.cxx.
References VclPtr< class reference_type >::Create(), vcl::Window::GetFrameWeld(), and svt::PopupWindowController::mxInterimPopover.
|
overridevirtual |
Implements svt::PopupWindowController.
Definition at line 65 of file TextUnderlinePopup.cxx.
|
overridevirtual |
Implements svt::PopupWindowController.
Definition at line 70 of file TextUnderlinePopup.cxx.
|
overridevirtual |
Definition at line 33 of file TextUnderlinePopup.cxx.
References ToolBox::GetItemBits(), ToolBox::GetItemCommand(), svt::PopupWindowController::mxPopoverContainer, nId, and ToolBox::SetItemBits().
|
overridevirtual |
Implements svt::PopupWindowController.
Definition at line 49 of file TextUnderlinePopup.cxx.