LibreOffice Module sc (master) 1
Public Member Functions | Private Types | Private Attributes | List of all members
TitleImpl< Ifc > Class Template Reference

#include <vbatitle.hxx>

Inheritance diagram for TitleImpl< Ifc >:
[legend]
Collaboration diagram for TitleImpl< Ifc >:
[legend]

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::XPropertySetxShapePropertySet
 
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
 

Detailed Description

template<typename... Ifc>
class TitleImpl< Ifc >

Definition at line 33 of file vbatitle.hxx.

Member Typedef Documentation

◆ BaseClass

template<typename... Ifc>
typedef InheritedHelperInterfaceImpl< Ifc... > TitleImpl< Ifc >::BaseClass
private

Definition at line 35 of file vbatitle.hxx.

Constructor & Destructor Documentation

◆ TitleImpl()

template<typename... Ifc>
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 
)
inline

Definition at line 42 of file vbatitle.hxx.

Member Function Documentation

◆ Font()

template<typename... Ifc>
css::uno::Reference< ov::excel::XFont > SAL_CALL TitleImpl< Ifc >::Font ( )
inlineoverride

◆ getLeft()

template<typename... Ifc>
double SAL_CALL TitleImpl< Ifc >::getLeft ( )
inlineoverride

Definition at line 104 of file vbatitle.hxx.

References TitleImpl< Ifc >::maShapeHelper.

◆ getOrientation()

template<typename... Ifc>
::sal_Int32 SAL_CALL TitleImpl< Ifc >::getOrientation ( )
inlineoverride

◆ getServiceImplName()

template<typename... Ifc>
OUString TitleImpl< Ifc >::getServiceImplName ( )
inlineoverridevirtual

Implements InheritedHelperInterfaceImpl< Ifc... >.

Definition at line 133 of file vbatitle.hxx.

◆ getServiceNames()

template<typename... Ifc>
css::uno::Sequence< OUString > TitleImpl< Ifc >::getServiceNames ( )
inlineoverridevirtual

◆ getText()

template<typename... Ifc>
OUString SAL_CALL TitleImpl< Ifc >::getText ( )
inlineoverride

◆ getTop()

template<typename... Ifc>
double SAL_CALL TitleImpl< Ifc >::getTop ( )
inlineoverride

Definition at line 96 of file vbatitle.hxx.

References TitleImpl< Ifc >::maShapeHelper.

◆ Interior()

template<typename... Ifc>
css::uno::Reference< ov::excel::XInterior > SAL_CALL TitleImpl< Ifc >::Interior ( )
inlineoverride

◆ setLeft()

template<typename... Ifc>
void SAL_CALL TitleImpl< Ifc >::setLeft ( double  Left)
inlineoverride

Definition at line 100 of file vbatitle.hxx.

References Left, and TitleImpl< Ifc >::maShapeHelper.

◆ setOrientation()

template<typename... Ifc>
void SAL_CALL TitleImpl< Ifc >::setOrientation ( ::sal_Int32  _nOrientation)
inlineoverride

◆ setText()

template<typename... Ifc>
void SAL_CALL TitleImpl< Ifc >::setText ( const OUString &  Text)
inlineoverride

◆ setTop()

template<typename... Ifc>
void SAL_CALL TitleImpl< Ifc >::setTop ( double  Top)
inlineoverride

Definition at line 92 of file vbatitle.hxx.

References TitleImpl< Ifc >::maShapeHelper, and Top.

Member Data Documentation

◆ m_Palette

template<typename... Ifc>
ScVbaPalette TitleImpl< Ifc >::m_Palette
private

Definition at line 40 of file vbatitle.hxx.

Referenced by TitleImpl< Ifc >::Font().

◆ maShapeHelper

template<typename... Ifc>
ov::ShapeHelper TitleImpl< Ifc >::maShapeHelper
private

◆ xShapePropertySet

template<typename... Ifc>
css::uno::Reference< css::beans::XPropertySet > TitleImpl< Ifc >::xShapePropertySet
private

◆ xTitleShape

template<typename... Ifc>
css::uno::Reference< css::drawing::XShape > TitleImpl< Ifc >::xTitleShape
private

Definition at line 37 of file vbatitle.hxx.


The documentation for this class was generated from the following file: