Searched refs:pLeftArea (Results 1 – 3 of 3) sorted by relevance
666 pLeftArea ( NULL ), in ScPageHFItem()676 pLeftArea ( NULL ), in ScPageHFItem()680 if ( rItem.pLeftArea ) in ScPageHFItem()681 pLeftArea = rItem.pLeftArea->Clone(); in ScPageHFItem()692 delete pLeftArea; in ~ScPageHFItem()702 new ScHeaderFooterContentObj( pLeftArea, pCenterArea, pRightArea ); in QueryValue()721 delete pLeftArea; in PutValue()722 pLeftArea = pImpLeft ? pImpLeft->Clone() : NULL; in PutValue()732 if ( !pLeftArea || !pCenterArea || !pRightArea ) in PutValue()736 if (!pLeftArea) in PutValue()[all …]
135 const EditTextObject* pLeftArea(pPageItem->GetLeftArea()); in ScXMLFontAutoStylePool_Impl() local136 if (pLeftArea) in ScXMLFontAutoStylePool_Impl()138 aEditEngine.SetText(*pLeftArea); in ScXMLFontAutoStylePool_Impl()
265 EditTextObject* pLeftArea; member in ScPageHFItem284 const EditTextObject* GetLeftArea() const { return pLeftArea; } in GetLeftArea()