Home
last modified time | relevance | path

Searched refs:pRightArea (Results 1 – 3 of 3) sorted by relevance

/AOO42X/main/sc/source/core/data/
H A Dattrib.cxx668 pRightArea ( NULL ) in ScPageHFItem()
678 pRightArea ( NULL ) in ScPageHFItem()
684 if ( rItem.pRightArea ) in ScPageHFItem()
685 pRightArea = rItem.pRightArea->Clone(); in ScPageHFItem()
694 delete pRightArea; in ~ScPageHFItem()
702 new ScHeaderFooterContentObj( pLeftArea, pCenterArea, pRightArea ); in QueryValue()
729 delete pRightArea; in PutValue()
730 pRightArea = pImpRight ? pImpRight->Clone() : NULL; in PutValue()
732 if ( !pLeftArea || !pCenterArea || !pRightArea ) in PutValue()
740 if (!pRightArea) in PutValue()
[all …]
/AOO42X/main/sc/source/filter/xml/
H A Dxmlfonte.cxx147 const EditTextObject* pRightArea(pPageItem->GetRightArea()); in ScXMLFontAutoStylePool_Impl() local
148 if (pRightArea) in ScXMLFontAutoStylePool_Impl()
150 aEditEngine.SetText(*pRightArea); in ScXMLFontAutoStylePool_Impl()
/AOO42X/main/sc/inc/
H A Dattrib.hxx267 EditTextObject* pRightArea; member in ScPageHFItem
286 const EditTextObject* GetRightArea() const { return pRightArea; } in GetRightArea()