LibreOffice Module sd (master) 1
Public Member Functions | List of all members
sd::sidebar::PanelFactory Class Referencefinal

#include <PanelFactory.hxx>

Inheritance diagram for sd::sidebar::PanelFactory:
[legend]
Collaboration diagram for sd::sidebar::PanelFactory:
[legend]

Public Member Functions

 PanelFactory ()
 
virtual ~PanelFactory () override
 
 PanelFactory (const PanelFactory &)=delete
 
PanelFactoryoperator= (const PanelFactory &)=delete
 
css::uno::Reference< css::ui::XUIElement > SAL_CALL createUIElement (const OUString &rsResourceURL, const css::uno::Sequence< css::beans::PropertyValue > &rArguments) override
 
OUString SAL_CALL getImplementationName () override
 
sal_Bool SAL_CALL supportsService (OUString const &ServiceName) override
 
css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames () override
 
- Public Member Functions inherited from comphelper::WeakComponentImplHelper< typename... Ifc >
virtual void SAL_CALL acquire () noexcept override
 
virtual void SAL_CALL release () noexcept override
 
virtual void SAL_CALL dispose () noexcept final override
 
virtual void SAL_CALL addEventListener (css::uno::Reference< css::lang::XEventListener > const &rxListener) final override
 
virtual void SAL_CALL removeEventListener (css::uno::Reference< css::lang::XEventListener > const &rxListener) final override
 
virtual css::uno::Any SAL_CALL queryInterface (css::uno::Type const &rType) override
 
virtual css::uno::Sequence< css::uno::Type > SAL_CALL getTypes () override
 
virtual css::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId () override
 
- Public Member Functions inherited from comphelper::WeakComponentImplHelperBase
virtual ~WeakComponentImplHelperBase () override
 
virtual void SAL_CALL dispose () override
 
virtual void SAL_CALL addEventListener (css::uno::Reference< css::lang::XEventListener > const &rxListener) override
 
virtual void SAL_CALL removeEventListener (css::uno::Reference< css::lang::XEventListener > const &rxListener) override
 
virtual css::uno::Any SAL_CALL queryInterface (css::uno::Type const &rType) override
 
virtual void disposing (std::unique_lock< std::mutex > &)
 
- Public Member Functions inherited from comphelper::UnoImplBase
virtual ~UnoImplBase ()
 

Additional Inherited Members

- Protected Member Functions inherited from comphelper::WeakComponentImplHelperBase
void throwIfDisposed (std::unique_lock< std::mutex > &)
 
- Protected Attributes inherited from comphelper::WeakComponentImplHelperBase
comphelper::OInterfaceContainerHelper4< css::lang::XEventListener > maEventListeners
 
- Protected Attributes inherited from comphelper::UnoImplBase
std::mutex m_aMutex
 
bool m_bDisposed
 

Detailed Description

Definition at line 32 of file PanelFactory.hxx.

Constructor & Destructor Documentation

◆ PanelFactory() [1/2]

sd::sidebar::PanelFactory::PanelFactory ( )
explicit

Definition at line 49 of file PanelFactory.cxx.

◆ ~PanelFactory()

sd::sidebar::PanelFactory::~PanelFactory ( )
overridevirtual

Definition at line 53 of file PanelFactory.cxx.

◆ PanelFactory() [2/2]

sd::sidebar::PanelFactory::PanelFactory ( const PanelFactory )
delete

Member Function Documentation

◆ createUIElement()

Reference< ui::XUIElement > SAL_CALL sd::sidebar::PanelFactory::createUIElement ( const OUString &  rsResourceURL,
const css::uno::Sequence< css::beans::PropertyValue > &  rArguments 
)
override

Note that these names have to be identical to (the tail of) the entries in officecfg/registry/data/org/openoffice/Office/Impress.xcu for the TaskPanelFactory.

Definition at line 59 of file PanelFactory.cxx.

References aArguments, sfx2::sidebar::SidebarPanelBase::Create(), sd::sidebar::AllMasterPagesSelector::Create(), sd::sidebar::CurrentMasterPagesSelector::Create(), sd::sidebar::RecentMasterPagesSelector::Create(), and xFrame.

◆ getImplementationName()

OUString sd::sidebar::PanelFactory::getImplementationName ( )
override

Definition at line 132 of file PanelFactory.cxx.

◆ getSupportedServiceNames()

css::uno::Sequence< OUString > sd::sidebar::PanelFactory::getSupportedServiceNames ( )
override

Definition at line 140 of file PanelFactory.cxx.

◆ operator=()

PanelFactory & sd::sidebar::PanelFactory::operator= ( const PanelFactory )
delete

◆ supportsService()

sal_Bool sd::sidebar::PanelFactory::supportsService ( OUString const &  ServiceName)
override

Definition at line 136 of file PanelFactory.cxx.

References ServiceName, and cppu::supportsService().


The documentation for this class was generated from the following files: