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

#include <ScPanelFactory.hxx>

Inheritance diagram for sc::sidebar::ScPanelFactory:
[legend]
Collaboration diagram for sc::sidebar::ScPanelFactory:
[legend]

Public Member Functions

 ScPanelFactory (const ScPanelFactory &)=delete
 
const ScPanelFactoryoperator= (const ScPanelFactory &)=delete
 
 ScPanelFactory ()
 
virtual ~ScPanelFactory () override
 
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 31 of file ScPanelFactory.hxx.

Constructor & Destructor Documentation

◆ ScPanelFactory() [1/2]

sc::sidebar::ScPanelFactory::ScPanelFactory ( const ScPanelFactory )
delete

◆ ScPanelFactory() [2/2]

sc::sidebar::ScPanelFactory::ScPanelFactory ( )

Definition at line 40 of file ScPanelFactory.cxx.

◆ ~ScPanelFactory()

sc::sidebar::ScPanelFactory::~ScPanelFactory ( )
overridevirtual

Definition at line 44 of file ScPanelFactory.cxx.

Member Function Documentation

◆ createUIElement()

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

◆ getImplementationName()

OUString sc::sidebar::ScPanelFactory::getImplementationName ( )
override

Definition at line 120 of file ScPanelFactory.cxx.

◆ getSupportedServiceNames()

css::uno::Sequence< OUString > sc::sidebar::ScPanelFactory::getSupportedServiceNames ( )
override

Definition at line 130 of file ScPanelFactory.cxx.

◆ operator=()

const ScPanelFactory & sc::sidebar::ScPanelFactory::operator= ( const ScPanelFactory )
delete

◆ supportsService()

sal_Bool sc::sidebar::ScPanelFactory::supportsService ( OUString const &  ServiceName)
override

Definition at line 125 of file ScPanelFactory.cxx.

References ServiceName, and cppu::supportsService().


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