| 
    LibreOffice Module sw (master) 1
    
   | 
 
#include <PageColumnPopup.hxx>
Public Member Functions | |
| PageColumnPopup (const css::uno::Reference< css::uno::XComponentContext > &rContext) | |
| virtual | ~PageColumnPopup () 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 24 of file PageColumnPopup.hxx.
| PageColumnPopup::PageColumnPopup | ( | const css::uno::Reference< css::uno::XComponentContext > & | rContext | ) | 
Definition at line 23 of file PageColumnPopup.cxx.
      
  | 
  overridevirtual | 
Definition at line 38 of file PageColumnPopup.cxx.
      
  | 
  overridevirtual | 
Reimplemented from svt::PopupWindowController.
Definition at line 47 of file PageColumnPopup.cxx.
References VclPtr< class reference_type >::Create(), vcl::Window::GetFrameWeld(), and svt::PopupWindowController::mxInterimPopover.
      
  | 
  overridevirtual | 
Implements svt::PopupWindowController.
Definition at line 57 of file PageColumnPopup.cxx.
      
  | 
  overridevirtual | 
Implements svt::PopupWindowController.
Definition at line 62 of file PageColumnPopup.cxx.
      
  | 
  overridevirtual | 
Definition at line 28 of file PageColumnPopup.cxx.
References ToolBox::GetItemBits(), nId, and ToolBox::SetItemBits().
      
  | 
  overridevirtual | 
Implements svt::PopupWindowController.
Definition at line 42 of file PageColumnPopup.cxx.