LibreOffice Module sc (master) 1
|
#include <attrib.hxx>
Public Member Functions | |
ScPageHFItem (sal_uInt16 nWhich) | |
ScPageHFItem - Dates from the Head and Foot lines. More... | |
ScPageHFItem (const ScPageHFItem &rItem) | |
virtual | ~ScPageHFItem () override |
virtual bool | operator== (const SfxPoolItem &) const override |
virtual ScPageHFItem * | Clone (SfxItemPool *pPool=nullptr) const override |
virtual bool | QueryValue (css::uno::Any &rVal, sal_uInt8 nMemberId=0) const override |
virtual bool | PutValue (const css::uno::Any &rVal, sal_uInt8 nMemberId) override |
const EditTextObject * | GetLeftArea () const |
const EditTextObject * | GetCenterArea () const |
const EditTextObject * | GetRightArea () const |
void | SetLeftArea (const EditTextObject &rNew) |
void | SetCenterArea (const EditTextObject &rNew) |
void | SetRightArea (const EditTextObject &rNew) |
virtual void | dumpAsXml (xmlTextWriterPtr pWriter) const override |
Public Member Functions inherited from SfxPoolItem | |
void | AddRef (sal_uInt32 n=1) const |
virtual | ~SfxPoolItem () |
void | SetWhich (sal_uInt16 nId) |
sal_uInt16 | Which () const |
T & | StaticWhichCast (TypedWhichId< T > nId) |
const T & | StaticWhichCast (TypedWhichId< T > nId) const |
T * | DynamicWhichCast (TypedWhichId< T > nId) |
const T * | DynamicWhichCast (TypedWhichId< T > nId) const |
virtual bool | operator== (const SfxPoolItem &) const=0 |
bool | operator!= (const SfxPoolItem &rItem) const |
virtual bool | operator< (const SfxPoolItem &) const |
virtual bool | IsSortable () const |
virtual bool | HasLookup () const |
virtual lookup_iterator | Lookup (lookup_iterator, lookup_iterator end) const |
virtual bool | GetPresentation (SfxItemPresentation ePresentation, MapUnit eCoreMetric, MapUnit ePresentationMetric, OUString &rText, const IntlWrapper &rIntlWrapper) const |
virtual void | ScaleMetrics (tools::Long lMult, tools::Long lDiv) |
virtual bool | HasMetrics () const |
virtual bool | QueryValue (css::uno::Any &rVal, sal_uInt8 nMemberId=0) const |
virtual bool | PutValue (const css::uno::Any &rVal, sal_uInt8 nMemberId) |
virtual SfxPoolItem * | Clone (SfxItemPool *pPool=nullptr) const=0 |
std::unique_ptr< SfxPoolItem > | CloneSetWhich (sal_uInt16 nNewWhich) const |
std::unique_ptr< T > | CloneSetWhich (TypedWhichId< T > nId) const |
sal_uInt32 | GetRefCount () const |
SfxItemKind | GetKind () const |
virtual void | dumpAsXml (xmlTextWriterPtr pWriter) const |
virtual boost::property_tree::ptree | dumpAsJSON () const |
virtual bool | IsVoidItem () const |
Private Attributes | |
std::unique_ptr< EditTextObject > | pLeftArea |
std::unique_ptr< EditTextObject > | pCenterArea |
std::unique_ptr< EditTextObject > | pRightArea |
Additional Inherited Members | |
Public Types inherited from SfxPoolItem | |
typedef std::vector< SfxPoolItem * >::const_iterator | lookup_iterator |
Protected Member Functions inherited from SfxPoolItem | |
SfxPoolItem (sal_uInt16 nWhich=0) | |
SfxPoolItem (const SfxPoolItem &rCopy) | |
Definition at line 173 of file attrib.hxx.
ScPageHFItem::ScPageHFItem | ( | sal_uInt16 | nWhich | ) |
ScPageHFItem - Dates from the Head and Foot lines.
Definition at line 394 of file attrib.cxx.
Referenced by Clone().
ScPageHFItem::ScPageHFItem | ( | const ScPageHFItem & | rItem | ) |
Definition at line 399 of file attrib.cxx.
References pCenterArea, pLeftArea, and pRightArea.
|
overridevirtual |
Definition at line 410 of file attrib.cxx.
|
overridevirtual |
|
overridevirtual |
Reimplemented from SfxPoolItem.
Definition at line 508 of file attrib.cxx.
References EditTextObject::dumpAsXml(), GetCenterArea(), GetLeftArea(), and GetRightArea().
|
inline |
Definition at line 191 of file attrib.hxx.
Referenced by dumpAsXml(), ScAccessiblePageHeader::getAccessibleChildCount(), ScPrintFunc::PrintHF(), ScHFEditPage::Reset(), ScPrintFunc::UpdateHFHeight(), and XclExpPageSettings::XclExpPageSettings().
|
inline |
Definition at line 190 of file attrib.hxx.
Referenced by dumpAsXml(), ScAccessiblePageHeader::getAccessibleChildCount(), ScPrintFunc::PrintHF(), ScHFEditPage::Reset(), ScPrintFunc::UpdateHFHeight(), and XclExpPageSettings::XclExpPageSettings().
|
inline |
Definition at line 192 of file attrib.hxx.
Referenced by dumpAsXml(), ScAccessiblePageHeader::getAccessibleChildCount(), ScPrintFunc::PrintHF(), ScHFEditPage::Reset(), ScPrintFunc::UpdateHFHeight(), and XclExpPageSettings::XclExpPageSettings().
|
overridevirtual |
Implements SfxPoolItem.
Definition at line 478 of file attrib.cxx.
References ScGlobal::EETextObjEqual(), pCenterArea, pLeftArea, and pRightArea.
|
overridevirtual |
Reimplemented from SfxPoolItem.
Definition at line 426 of file attrib.cxx.
References EditTextObject::Clone(), EditEngine::CreatePool(), EditEngine::CreateTextObject(), get(), ScHeaderFooterContentObj::getImplementation(), pCenterArea, pLeftArea, and pRightArea.
|
overridevirtual |
Reimplemented from SfxPoolItem.
Definition at line 414 of file attrib.cxx.
References pCenterArea, pLeftArea, and pRightArea.
void ScPageHFItem::SetCenterArea | ( | const EditTextObject & | rNew | ) |
Definition at line 499 of file attrib.cxx.
References EditTextObject::Clone(), and pCenterArea.
Referenced by ScStyleSheetPool::CreateStandardStyles(), ScHFEditPage::FillItemSet(), and XclImpHFConverter::FillToItemSet().
void ScPageHFItem::SetLeftArea | ( | const EditTextObject & | rNew | ) |
Definition at line 494 of file attrib.cxx.
References EditTextObject::Clone(), and pLeftArea.
Referenced by ScStyleSheetPool::CreateStandardStyles(), ScHFEditPage::FillItemSet(), and XclImpHFConverter::FillToItemSet().
void ScPageHFItem::SetRightArea | ( | const EditTextObject & | rNew | ) |
Definition at line 504 of file attrib.cxx.
References EditTextObject::Clone(), and pRightArea.
Referenced by ScStyleSheetPool::CreateStandardStyles(), ScHFEditPage::FillItemSet(), and XclImpHFConverter::FillToItemSet().
|
private |
Definition at line 176 of file attrib.hxx.
Referenced by operator==(), PutValue(), QueryValue(), ScPageHFItem(), and SetCenterArea().
|
private |
Definition at line 175 of file attrib.hxx.
Referenced by operator==(), PutValue(), QueryValue(), ScPageHFItem(), and SetLeftArea().
|
private |
Definition at line 177 of file attrib.hxx.
Referenced by operator==(), PutValue(), QueryValue(), ScPageHFItem(), and SetRightArea().