| LibreOffice Module sc (master) 1
    | 
#include <vbacharttitle.hxx>
| Public Member Functions | |
| ScVbaChartTitle (const css::uno::Reference< ov::XHelperInterface > &xParent, const css::uno::Reference< css::uno::XComponentContext > &xContext, const css::uno::Reference< css::drawing::XShape > &_xTitleShape) | |
| virtual OUString | getServiceImplName () override | 
| virtual css::uno::Sequence< OUString > | getServiceNames () override | 
|  Public Member Functions inherited from TitleImpl< Ifc > | |
| TitleImpl (const css::uno::Reference< ov::XHelperInterface > &xParent, const css::uno::Reference< css::uno::XComponentContext > &xContext, css::uno::Reference< css::drawing::XShape > _xTitleShape) | |
| css::uno::Reference< ov::excel::XInterior > SAL_CALL | Interior () override | 
| css::uno::Reference< ov::excel::XFont > SAL_CALL | Font () override | 
| void SAL_CALL | setText (const OUString &Text) override | 
| OUString SAL_CALL | getText () override | 
| void SAL_CALL | setTop (double Top) override | 
| double SAL_CALL | getTop () override | 
| void SAL_CALL | setLeft (double Left) override | 
| double SAL_CALL | getLeft () override | 
| void SAL_CALL | setOrientation (::sal_Int32 _nOrientation) override | 
| ::sal_Int32 SAL_CALL | getOrientation () override | 
| OUString | getServiceImplName () override | 
| css::uno::Sequence< OUString > | getServiceNames () override | 
|  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 | 
| Additional Inherited Members | |
|  Protected Attributes inherited from InheritedHelperInterfaceImpl< Ifc... > | |
| css::uno::WeakReference< ov::XHelperInterface > | mxParent | 
| css::uno::Reference< css::uno::XComponentContext > | mxContext | 
Definition at line 26 of file vbacharttitle.hxx.
| ScVbaChartTitle::ScVbaChartTitle | ( | const css::uno::Reference< ov::XHelperInterface > & | xParent, | 
| const css::uno::Reference< css::uno::XComponentContext > & | xContext, | ||
| const css::uno::Reference< css::drawing::XShape > & | _xTitleShape | ||
| ) | 
Definition at line 25 of file vbacharttitle.cxx.
| 
 | overridevirtual | 
Implements InheritedHelperInterfaceImpl< Ifc... >.
Definition at line 30 of file vbacharttitle.cxx.
| 
 | overridevirtual | 
Implements InheritedHelperInterfaceImpl< Ifc... >.
Definition at line 36 of file vbacharttitle.cxx.
References aServiceNames, comphelper::concatSequences(), and TitleImpl< Ifc >::getServiceNames().