LibreOffice Module sd (master) 1
|
#include <PanelFactory.hxx>
Public Member Functions | |
PanelFactory () | |
virtual | ~PanelFactory () override |
PanelFactory (const PanelFactory &)=delete | |
PanelFactory & | operator= (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 |
![]() | |
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 |
![]() | |
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 > &) |
![]() | |
virtual | ~UnoImplBase () |
Additional Inherited Members | |
![]() | |
void | throwIfDisposed (std::unique_lock< std::mutex > &) |
![]() | |
comphelper::OInterfaceContainerHelper4< css::lang::XEventListener > | maEventListeners |
![]() | |
std::mutex | m_aMutex |
bool | m_bDisposed |
Definition at line 32 of file PanelFactory.hxx.
|
explicit |
Definition at line 49 of file PanelFactory.cxx.
|
overridevirtual |
Definition at line 53 of file PanelFactory.cxx.
|
delete |
|
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.
|
override |
Definition at line 132 of file PanelFactory.cxx.
|
override |
Definition at line 140 of file PanelFactory.cxx.
|
delete |
|
override |
Definition at line 136 of file PanelFactory.cxx.
References ServiceName, and cppu::supportsService().