LibreOffice Module sc (master) 1
|
#include <vbachartobjects.hxx>
Public Member Functions | |
ScVbaChartObjects (const css::uno::Reference< ov::XHelperInterface > &_xParent, const css::uno::Reference< css::uno::XComponentContext > &_xContext, const css::uno::Reference< css::table::XTableCharts > &_xTableCharts, css::uno::Reference< css::drawing::XDrawPageSupplier > _xDrawPageSupplier) | |
css::uno::Sequence< OUString > | getChartObjectNames () const |
void | removeByName (const OUString &_sChartName) |
virtual css::uno::Any SAL_CALL | Add (double Left, double Top, double Width, double Height) override |
virtual void SAL_CALL | Delete () override |
virtual css::uno::Reference< css::container::XEnumeration > SAL_CALL | createEnumeration () override |
virtual css::uno::Type SAL_CALL | getElementType () override |
virtual css::uno::Any | createCollectionObject (const css::uno::Any &aSource) override |
virtual OUString | getServiceImplName () override |
virtual css::uno::Sequence< OUString > | getServiceNames () override |
Public Member Functions inherited from CollTestImplHelper< typename... Ifc > | |
CollTestImplHelper (const css::uno::Reference< ov::XHelperInterface > &xParent, const css::uno::Reference< css::uno::XComponentContext > &xContext, const css::uno::Reference< css::container::XIndexAccess > &xIndexAccess, bool bIgnoreCase=false) | |
Public Member Functions inherited from ScVbaCollectionBase< ::cppu::WeakImplHelper< Ifc... > > | |
ScVbaCollectionBase (const css::uno::Reference< ov::XHelperInterface > &xParent, const css::uno::Reference< css::uno::XComponentContext > &xContext, css::uno::Reference< css::container::XIndexAccess > xIndexAccess, bool bIgnoreCase=false) | |
virtual ::sal_Int32 SAL_CALL | getCount () override |
virtual css::uno::Any SAL_CALL | Item (const css::uno::Any &Index1, const css::uno::Any &) override |
OUString SAL_CALL | getDefaultMethodName () override |
virtual css::uno::Reference< css::container::XEnumeration > SAL_CALL | createEnumeration () override=0 |
virtual css::uno::Type SAL_CALL | getElementType () override=0 |
virtual sal_Bool SAL_CALL | hasElements () override |
virtual css::uno::Any | createCollectionObject (const css::uno::Any &aSource)=0 |
Public Member Functions inherited from InheritedHelperInterfaceImpl< Ifc... > | |
InheritedHelperInterfaceImpl (const css::uno::Reference< ov::XHelperInterface > &xParent, css::uno::Reference< css::uno::XComponentContext > xContext) | |
virtual OUString | getServiceImplName ()=0 |
virtual css::uno::Sequence< OUString > | getServiceNames ()=0 |
virtual ::sal_Int32 SAL_CALL | getCreator () override |
virtual css::uno::Reference< ov::XHelperInterface > SAL_CALL | getParent () override |
virtual css::uno::Any SAL_CALL | Application () override |
virtual OUString SAL_CALL | getImplementationName () override |
virtual sal_Bool SAL_CALL | supportsService (const OUString &ServiceName) override |
virtual css::uno::Sequence< OUString > SAL_CALL | getSupportedServiceNames () override |
Private Attributes | |
css::uno::Reference< css::table::XTableCharts > | xTableCharts |
css::uno::Reference< css::drawing::XDrawPageSupplier > | xDrawPageSupplier |
Additional Inherited Members | |
Protected Member Functions inherited from ScVbaCollectionBase< ::cppu::WeakImplHelper< Ifc... > > | |
virtual css::uno::Any | getItemByStringIndex (const OUString &sIndex) |
virtual css::uno::Any | getItemByIntIndex (const sal_Int32 nIndex) |
void | UpdateCollectionIndex (const css::uno::Reference< css::container::XIndexAccess > &xIndexAccess) |
Protected Attributes inherited from ScVbaCollectionBase< ::cppu::WeakImplHelper< Ifc... > > | |
css::uno::Reference< css::container::XIndexAccess > | m_xIndexAccess |
css::uno::Reference< css::container::XNameAccess > | m_xNameAccess |
bool | mbIgnoreCase |
Protected Attributes inherited from InheritedHelperInterfaceImpl< Ifc... > | |
css::uno::WeakReference< ov::XHelperInterface > | mxParent |
css::uno::Reference< css::uno::XComponentContext > | mxContext |
Definition at line 32 of file vbachartobjects.hxx.
ScVbaChartObjects::ScVbaChartObjects | ( | const css::uno::Reference< ov::XHelperInterface > & | _xParent, |
const css::uno::Reference< css::uno::XComponentContext > & | _xContext, | ||
const css::uno::Reference< css::table::XTableCharts > & | _xTableCharts, | ||
css::uno::Reference< css::drawing::XDrawPageSupplier > | _xDrawPageSupplier | ||
) |
Definition at line 87 of file vbachartobjects.cxx.
|
overridevirtual |
Definition at line 135 of file vbachartobjects.cxx.
References aNULL(), DBG_UNHANDLED_EXCEPTION, getChartObjectNames(), ScVbaCollectionBase< ::cppu::WeakImplHelper< Ifc... > >::getItemByStringIndex(), and xTableCharts.
|
overridevirtual |
Implements ScVbaCollectionBase< ::cppu::WeakImplHelper< Ifc... > >.
Definition at line 184 of file vbachartobjects.cxx.
References InheritedHelperInterfaceImpl< Ifc... >::getParent(), InheritedHelperInterfaceImpl< Ifc... >::mxContext, and xDrawPageSupplier.
|
overridevirtual |
Implements ScVbaCollectionBase< ::cppu::WeakImplHelper< Ifc... > >.
Definition at line 168 of file vbachartobjects.cxx.
References InheritedHelperInterfaceImpl< Ifc... >::getParent(), InheritedHelperInterfaceImpl< Ifc... >::mxContext, xDrawPageSupplier, and xTableCharts.
|
overridevirtual |
Definition at line 158 of file vbachartobjects.cxx.
References removeByName(), and xTableCharts.
uno::Sequence< OUString > ScVbaChartObjects::getChartObjectNames | ( | ) | const |
css::script::BasicErrorException |
Definition at line 99 of file vbachartobjects.cxx.
References comphelper::containerToSequence(), ERRCODE_BASIC_METHOD_FAILED, ScDocShell::GetModel(), ScModelObj::getSheets(), and xDrawPageSupplier.
Referenced by Add().
|
overridevirtual |
Implements ScVbaCollectionBase< ::cppu::WeakImplHelper< Ifc... > >.
Definition at line 177 of file vbachartobjects.cxx.
References cppu::UnoType< typename T >::get().
|
overridevirtual |
Implements InheritedHelperInterfaceImpl< Ifc... >.
Definition at line 192 of file vbachartobjects.cxx.
|
overridevirtual |
Implements InheritedHelperInterfaceImpl< Ifc... >.
Definition at line 198 of file vbachartobjects.cxx.
void ScVbaChartObjects::removeByName | ( | const OUString & | _sChartName | ) |
Definition at line 93 of file vbachartobjects.cxx.
References xTableCharts.
Referenced by ScVbaChartObject::Delete(), and Delete().
|
private |
Definition at line 36 of file vbachartobjects.hxx.
Referenced by createCollectionObject(), createEnumeration(), and getChartObjectNames().
|
private |
Definition at line 35 of file vbachartobjects.hxx.
Referenced by Add(), createEnumeration(), Delete(), and removeByName().