Home
last modified time | relevance | path

Searched refs:pTableItem (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sw/source/ui/uiview/
H A Dformatclipboard.cxx205 const SfxPoolItem* pRowItem = 0, *pTableItem = 0; in lcl_setTableAttributes() local
207 bBackground |= SFX_ITEM_SET == rSet.GetItemState( SID_ATTR_BRUSH_TABLE, sal_False, &pTableItem ); in lcl_setTableAttributes()
219 if(pTableItem) in lcl_setTableAttributes()
221 SvxBrushItem aBrush(*(const SvxBrushItem*)pTableItem); in lcl_setTableAttributes()
/trunk/main/sw/source/ui/shells/
H A Dtabsh.cxx325 const SfxPoolItem* pRowItem = 0, *pTableItem = 0; in ItemSetToTableParam() local
327 bBackground |= SFX_ITEM_SET == rSet.GetItemState( SID_ATTR_BRUSH_TABLE, sal_False, &pTableItem ); in ItemSetToTableParam()
353 if(pTableItem) in ItemSetToTableParam()
355 SvxBrushItem aBrush(*(const SvxBrushItem*)pTableItem); in ItemSetToTableParam()

Completed in 30 milliseconds