LibreOffice Module chart2 (master) 1
|
#include <Chart2PanelFactory.hxx>
Public Member Functions | |
ChartPanelFactory () | |
virtual | ~ChartPanelFactory () override |
ChartPanelFactory (const ChartPanelFactory &)=delete | |
const ChartPanelFactory & | operator= (const ChartPanelFactory &)=delete |
virtual css::uno::Reference< css::ui::XUIElement > SAL_CALL | createUIElement (const OUString &rsResourceURL, const ::css::uno::Sequence< css::beans::PropertyValue > &rArguments) override |
virtual OUString SAL_CALL | getImplementationName () override |
virtual sal_Bool SAL_CALL | supportsService (OUString const &ServiceName) override |
virtual 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 32 of file Chart2PanelFactory.hxx.
chart::sidebar::ChartPanelFactory::ChartPanelFactory | ( | ) |
Definition at line 42 of file Chart2PanelFactory.cxx.
|
overridevirtual |
Definition at line 46 of file Chart2PanelFactory.cxx.
|
delete |
|
overridevirtual |
Definition at line 50 of file Chart2PanelFactory.cxx.
References aArguments, sfx2::sidebar::SidebarPanelBase::Create(), chart::sidebar::ChartAxisPanel::Create(), chart::sidebar::ChartElementsPanel::Create(), chart::sidebar::ChartErrorBarPanel::Create(), chart::sidebar::ChartSeriesPanel::Create(), chart::sidebar::ChartAreaPanel::Create(), chart::sidebar::ChartLinePanel::Create(), cppu::getCaughtException(), xController, and xFrame.
|
overridevirtual |
Definition at line 124 of file Chart2PanelFactory.cxx.
|
overridevirtual |
Definition at line 134 of file Chart2PanelFactory.cxx.
|
delete |
|
overridevirtual |
Definition at line 129 of file Chart2PanelFactory.cxx.
References ServiceName, and cppu::supportsService().