LibreOffice Module sc (master) 1
|
#include <ScPanelFactory.hxx>
Public Member Functions | |
ScPanelFactory (const ScPanelFactory &)=delete | |
const ScPanelFactory & | operator= (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 |
Definition at line 31 of file ScPanelFactory.hxx.
|
delete |
sc::sidebar::ScPanelFactory::ScPanelFactory | ( | ) |
Definition at line 40 of file ScPanelFactory.cxx.
|
overridevirtual |
Definition at line 44 of file ScPanelFactory.cxx.
|
override |
Definition at line 48 of file ScPanelFactory.cxx.
References aArguments, sfx2::sidebar::SidebarPanelBase::Create(), sc::sidebar::AlignmentPropertyPanel::Create(), sc::sidebar::CellAppearancePropertyPanel::Create(), sc::sidebar::NumberFormatPropertyPanel::Create(), cppu::getCaughtException(), and xFrame.
|
override |
Definition at line 120 of file ScPanelFactory.cxx.
|
override |
Definition at line 130 of file ScPanelFactory.cxx.
|
delete |
|
override |
Definition at line 125 of file ScPanelFactory.cxx.
References ServiceName, and cppu::supportsService().