Lines Matching refs:pRightArea
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()
741 pRightArea = aEngine.CreateTextObject(); in PutValue()
774 && ScGlobal::EETextObjEqual(pRightArea, r.pRightArea); in operator ==()
1006 delete pRightArea; in SetRightArea()
1007 pRightArea = rNew.Clone(); in SetRightArea()
1016 case SC_HF_RIGHTAREA: delete pRightArea; pRightArea = pNew; break; in SetArea()