Searched refs:pRightArea (Results 1 – 3 of 3) sorted by relevance
668 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 …]
147 const EditTextObject* pRightArea(pPageItem->GetRightArea()); in ScXMLFontAutoStylePool_Impl() local148 if (pRightArea) in ScXMLFontAutoStylePool_Impl()150 aEditEngine.SetText(*pRightArea); in ScXMLFontAutoStylePool_Impl()
267 EditTextObject* pRightArea; member in ScPageHFItem286 const EditTextObject* GetRightArea() const { return pRightArea; } in GetRightArea()