Lines Matching refs:pParaBck_Impl

385 	pParaBck_Impl       ( NULL )  in SvxBackgroundTabPage()
438 if(pParaBck_Impl) in ~SvxBackgroundTabPage()
440 delete pParaBck_Impl->pParaBrush; in ~SvxBackgroundTabPage()
441 delete pParaBck_Impl->pCharBrush; in ~SvxBackgroundTabPage()
442 delete pParaBck_Impl; in ~SvxBackgroundTabPage()
622 if ( pParaBck_Impl ) in Reset()
624 delete pParaBck_Impl->pParaBrush; in Reset()
625 delete pParaBck_Impl->pCharBrush; in Reset()
628 pParaBck_Impl = new SvxBackgroundPara_Impl(); in Reset()
630 pParaBck_Impl->nActPos = nValue; in Reset()
636 pParaBck_Impl->pParaBrush = new SvxBrushItem(*pBgdAttr); in Reset()
645 pParaBck_Impl->pCharBrush = new SvxBrushItem(*pBgdAttr); in Reset()
648 pParaBck_Impl->pCharBrush = new SvxBrushItem(SID_ATTR_BRUSH_CHAR); in Reset()
972 if ( *pParaBck_Impl->pParaBrush != *pOldPara ) in FillItemSet()
974 rCoreSet.Put( *pParaBck_Impl->pParaBrush ); in FillItemSet()
983 DBG_ASSERT(pParaBck_Impl, "pParaBck_Impl == NULL ?"); in FillItemSet()
986 pParaBck_Impl && in FillItemSet()
987 (*pParaBck_Impl->pCharBrush != *pOldChar || in FillItemSet()
988 *pParaBck_Impl->pCharBrush != SvxBrushItem(SID_ATTR_BRUSH_CHAR))) in FillItemSet()
990 rCoreSet.Put( *pParaBck_Impl->pCharBrush ); in FillItemSet()
1745 if( pParaBck_Impl && pParaBck_Impl->nActPos != nSelPos) in IMPL_LINK()
1748 switch(pParaBck_Impl->nActPos) in IMPL_LINK()
1751 *pActItem = pParaBck_Impl->pParaBrush; in IMPL_LINK()
1754 *pActItem = pParaBck_Impl->pCharBrush; in IMPL_LINK()
1757 pParaBck_Impl->nActPos = nSelPos; in IMPL_LINK()
1784 *pActItem = pParaBck_Impl->pParaBrush; in IMPL_LINK()
1789 *pActItem = pParaBck_Impl->pCharBrush; in IMPL_LINK()