LibreOffice Module sc (master)
1
|
#include <textuno.hxx>
Public Member Functions | |
ScHeaderFooterContentObj () | |
virtual | ~ScHeaderFooterContentObj () override |
const EditTextObject * | GetLeftEditObject () const |
const EditTextObject * | GetCenterEditObject () const |
const EditTextObject * | GetRightEditObject () const |
void | Init (const EditTextObject *pLeft, const EditTextObject *pCenter, const EditTextObject *pRight) |
virtual css::uno::Reference< css::text::XText > SAL_CALL | getLeftText () override |
virtual css::uno::Reference< css::text::XText > SAL_CALL | getCenterText () override |
virtual css::uno::Reference< css::text::XText > SAL_CALL | getRightText () override |
virtual sal_Int64 SAL_CALL | getSomething (const css::uno::Sequence< sal_Int8 > &aIdentifier) 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 |
Static Public Member Functions | |
static const css::uno::Sequence< sal_Int8 > & | getUnoTunnelId () |
static rtl::Reference< ScHeaderFooterContentObj > | getImplementation (const css::uno::Reference< css::sheet::XHeaderFooterContent > &rObj) |
Private Attributes | |
rtl::Reference< ScHeaderFooterTextObj > | mxLeftText |
rtl::Reference< ScHeaderFooterTextObj > | mxCenterText |
rtl::Reference< ScHeaderFooterTextObj > | mxRightText |
Definition at line 55 of file textuno.hxx.
ScHeaderFooterContentObj::ScHeaderFooterContentObj | ( | ) |
Definition at line 89 of file textuno.cxx.
|
overridevirtual |
Definition at line 93 of file textuno.cxx.
const EditTextObject * ScHeaderFooterContentObj::GetCenterEditObject | ( | ) | const |
Definition at line 100 of file textuno.cxx.
|
overridevirtual |
Definition at line 119 of file textuno.cxx.
|
static |
Definition at line 147 of file textuno.cxx.
Referenced by ScHeaderFieldsObj::GetObjectByIndex_Impl(), ScHeaderFooterTextObj::getString(), and ScPageHFItem::PutValue().
|
overridevirtual |
const EditTextObject * ScHeaderFooterContentObj::GetLeftEditObject | ( | ) | const |
Definition at line 95 of file textuno.cxx.
|
overridevirtual |
Definition at line 112 of file textuno.cxx.
const EditTextObject * ScHeaderFooterContentObj::GetRightEditObject | ( | ) | const |
Definition at line 105 of file textuno.cxx.
|
overridevirtual |
Definition at line 126 of file textuno.cxx.
|
overridevirtual |
Definition at line 135 of file textuno.cxx.
References comphelper::getSomethingImpl().
|
overridevirtual |
|
static |
Definition at line 141 of file textuno.cxx.
References comphelper::UnoIdInit::getSeq().
void ScHeaderFooterContentObj::Init | ( | const EditTextObject * | pLeft, |
const EditTextObject * | pCenter, | ||
const EditTextObject * | pRight | ||
) |
Definition at line 153 of file textuno.cxx.
|
overridevirtual |
|
private |
Definition at line 62 of file textuno.hxx.
|
private |
Definition at line 61 of file textuno.hxx.
|
private |
Definition at line 63 of file textuno.hxx.