Lines Matching refs:pTableBck_Impl

384 	pTableBck_Impl		( NULL ),  in SvxBackgroundTabPage()
430 if( pTableBck_Impl) in ~SvxBackgroundTabPage()
432 delete pTableBck_Impl->pCellBrush; in ~SvxBackgroundTabPage()
433 delete pTableBck_Impl->pRowBrush; in ~SvxBackgroundTabPage()
434 delete pTableBck_Impl->pTableBrush; in ~SvxBackgroundTabPage()
435 delete pTableBck_Impl; in ~SvxBackgroundTabPage()
582 if ( pTableBck_Impl ) in Reset()
584 DELETEZ( pTableBck_Impl->pCellBrush); in Reset()
585 DELETEZ( pTableBck_Impl->pRowBrush); in Reset()
586 DELETEZ( pTableBck_Impl->pTableBrush); in Reset()
589 pTableBck_Impl = new SvxBackgroundTable_Impl(); in Reset()
591 pTableBck_Impl->nActPos = nValue; in Reset()
597 pTableBck_Impl->pCellBrush = new SvxBrushItem(*pBgdAttr); in Reset()
599 pTableBck_Impl->nCellWhich = nWhich; in Reset()
604 pTableBck_Impl->pRowBrush = new SvxBrushItem(*pBgdAttr); in Reset()
606 pTableBck_Impl->nRowWhich = SID_ATTR_BRUSH_ROW; in Reset()
611 pTableBck_Impl->pTableBrush = new SvxBrushItem(*pBgdAttr); in Reset()
613 pTableBck_Impl->nTableWhich = SID_ATTR_BRUSH_TABLE; in Reset()
921 if( nSlot != SID_ATTR_BRUSH && pTableBck_Impl->pCellBrush) in FillItemSet()
926 if ( *pTableBck_Impl->pCellBrush != *pOldCell ) in FillItemSet()
928 rCoreSet.Put( *pTableBck_Impl->pCellBrush ); in FillItemSet()
933 if( nSlot != SID_ATTR_BRUSH_ROW && pTableBck_Impl->pRowBrush) in FillItemSet()
938 if ( *pTableBck_Impl->pRowBrush != *pOldRow ) in FillItemSet()
940 rCoreSet.Put( *pTableBck_Impl->pRowBrush ); in FillItemSet()
945 if( nSlot != SID_ATTR_BRUSH_TABLE && pTableBck_Impl->pTableBrush) in FillItemSet()
950 if ( *pTableBck_Impl->pTableBrush != *pOldTable ) in FillItemSet()
952 rCoreSet.Put( *pTableBck_Impl->pTableBrush ); in FillItemSet()
1666 if( pTableBck_Impl && pTableBck_Impl->nActPos != nSelPos) in IMPL_LINK()
1670 switch(pTableBck_Impl->nActPos) in IMPL_LINK()
1673 *pActItem = pTableBck_Impl->pCellBrush; in IMPL_LINK()
1674 nWhich = pTableBck_Impl->nCellWhich; in IMPL_LINK()
1677 *pActItem = pTableBck_Impl->pRowBrush; in IMPL_LINK()
1678 nWhich = pTableBck_Impl->nRowWhich; in IMPL_LINK()
1681 *pActItem = pTableBck_Impl->pTableBrush; in IMPL_LINK()
1682 nWhich = pTableBck_Impl->nTableWhich; in IMPL_LINK()
1685 pTableBck_Impl->nActPos = nSelPos; in IMPL_LINK()
1713 *pActItem = pTableBck_Impl->pCellBrush; in IMPL_LINK()
1715 nWhich = pTableBck_Impl->nCellWhich; in IMPL_LINK()
1721 *pActItem = pTableBck_Impl->pRowBrush; in IMPL_LINK()
1722 nWhich = pTableBck_Impl->nRowWhich; in IMPL_LINK()
1726 *pActItem = pTableBck_Impl->pTableBrush; in IMPL_LINK()
1728 nWhich = pTableBck_Impl->nTableWhich; in IMPL_LINK()