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 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 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 54 of file textuno.hxx.
ScHeaderFooterContentObj::ScHeaderFooterContentObj | ( | ) |
Definition at line 86 of file textuno.cxx.
|
overridevirtual |
Definition at line 90 of file textuno.cxx.
const EditTextObject * ScHeaderFooterContentObj::GetCenterEditObject | ( | ) | const |
Definition at line 97 of file textuno.cxx.
References mxCenterText.
|
overridevirtual |
Definition at line 116 of file textuno.cxx.
References mxCenterText.
|
static |
Definition at line 130 of file textuno.cxx.
Referenced by ScHeaderFieldsObj::GetObjectByIndex_Impl(), ScHeaderFooterTextObj::getString(), and ScPageHFItem::PutValue().
|
overridevirtual |
const EditTextObject * ScHeaderFooterContentObj::GetLeftEditObject | ( | ) | const |
Definition at line 92 of file textuno.cxx.
References mxLeftText.
|
overridevirtual |
Definition at line 109 of file textuno.cxx.
References mxLeftText.
const EditTextObject * ScHeaderFooterContentObj::GetRightEditObject | ( | ) | const |
Definition at line 102 of file textuno.cxx.
References mxRightText.
|
overridevirtual |
Definition at line 123 of file textuno.cxx.
References mxRightText.
|
overridevirtual |
void ScHeaderFooterContentObj::Init | ( | const EditTextObject * | pLeft, |
const EditTextObject * | pCenter, | ||
const EditTextObject * | pRight | ||
) |
Definition at line 136 of file textuno.cxx.
References CENTER, LEFT, mxCenterText, mxLeftText, mxRightText, and RIGHT.
|
overridevirtual |
|
private |
Definition at line 60 of file textuno.hxx.
Referenced by GetCenterEditObject(), getCenterText(), and Init().
|
private |
Definition at line 59 of file textuno.hxx.
Referenced by GetLeftEditObject(), getLeftText(), and Init().
|
private |
Definition at line 61 of file textuno.hxx.
Referenced by GetRightEditObject(), getRightText(), and Init().