LibreOffice Module sc (master) 1
|
#include <vbatitle.hxx>
Public Member Functions | |
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 |
Private Types | |
typedef InheritedHelperInterfaceImpl< Ifc... > | BaseClass |
Private Attributes | |
css::uno::Reference< css::drawing::XShape > | xTitleShape |
css::uno::Reference< css::beans::XPropertySet > | xShapePropertySet |
ov::ShapeHelper | maShapeHelper |
ScVbaPalette | m_Palette |
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 33 of file vbatitle.hxx.
|
private |
Definition at line 35 of file vbatitle.hxx.
|
inline |
Definition at line 42 of file vbatitle.hxx.
|
inlineoverride |
Definition at line 60 of file vbatitle.hxx.
References TitleImpl< Ifc >::m_Palette, InheritedHelperInterfaceImpl< Ifc... >::mxContext, InheritedHelperInterfaceImpl< Ifc... >::mxParent, and TitleImpl< Ifc >::xShapePropertySet.
|
inlineoverride |
Definition at line 104 of file vbatitle.hxx.
References TitleImpl< Ifc >::maShapeHelper.
|
inlineoverride |
Definition at line 119 of file vbatitle.hxx.
References ERRCODE_BASIC_METHOD_FAILED, and TitleImpl< Ifc >::xShapePropertySet.
|
inlineoverridevirtual |
Implements InheritedHelperInterfaceImpl< Ifc... >.
Definition at line 133 of file vbatitle.hxx.
|
inlineoverridevirtual |
Implements InheritedHelperInterfaceImpl< Ifc... >.
Definition at line 137 of file vbatitle.hxx.
References aServiceNames.
Referenced by ScVbaAxisTitle::getServiceNames(), and ScVbaChartTitle::getServiceNames().
|
inlineoverride |
Definition at line 78 of file vbatitle.hxx.
References ERRCODE_BASIC_METHOD_FAILED, and TitleImpl< Ifc >::xShapePropertySet.
|
inlineoverride |
Definition at line 96 of file vbatitle.hxx.
References TitleImpl< Ifc >::maShapeHelper.
|
inlineoverride |
Definition at line 52 of file vbatitle.hxx.
References InheritedHelperInterfaceImpl< Ifc... >::mxContext, InheritedHelperInterfaceImpl< Ifc... >::mxParent, and TitleImpl< Ifc >::xShapePropertySet.
|
inlineoverride |
Definition at line 100 of file vbatitle.hxx.
References Left, and TitleImpl< Ifc >::maShapeHelper.
|
inlineoverride |
Definition at line 108 of file vbatitle.hxx.
References ERRCODE_BASIC_METHOD_FAILED, and TitleImpl< Ifc >::xShapePropertySet.
|
inlineoverride |
Definition at line 67 of file vbatitle.hxx.
References ERRCODE_BASIC_METHOD_FAILED, Text, and TitleImpl< Ifc >::xShapePropertySet.
|
inlineoverride |
Definition at line 92 of file vbatitle.hxx.
References TitleImpl< Ifc >::maShapeHelper, and Top.
|
private |
Definition at line 40 of file vbatitle.hxx.
Referenced by TitleImpl< Ifc >::Font().
|
private |
Definition at line 39 of file vbatitle.hxx.
Referenced by TitleImpl< Ifc >::getLeft(), TitleImpl< Ifc >::getTop(), TitleImpl< Ifc >::setLeft(), and TitleImpl< Ifc >::setTop().
|
private |
Definition at line 38 of file vbatitle.hxx.
Referenced by TitleImpl< Ifc >::Font(), TitleImpl< Ifc >::getOrientation(), TitleImpl< Ifc >::getText(), TitleImpl< Ifc >::Interior(), TitleImpl< Ifc >::setOrientation(), and TitleImpl< Ifc >::setText().
|
private |
Definition at line 37 of file vbatitle.hxx.