Home
last modified time | relevance | path

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

/AOO41X/main/sc/source/core/data/
H A Dattrib.cxx666 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 …]
/AOO41X/main/sc/source/filter/xml/
H A Dxmlfonte.cxx135 const EditTextObject* pLeftArea(pPageItem->GetLeftArea()); in ScXMLFontAutoStylePool_Impl() local
136 if (pLeftArea) in ScXMLFontAutoStylePool_Impl()
138 aEditEngine.SetText(*pLeftArea); in ScXMLFontAutoStylePool_Impl()
/AOO41X/main/sc/inc/
H A Dattrib.hxx265 EditTextObject* pLeftArea; member in ScPageHFItem
284 const EditTextObject* GetLeftArea() const { return pLeftArea; } in GetLeftArea()