Home
last modified time | relevance | path

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

/trunk/main/sw/source/ui/uiview/
H A Dformatclipboard.cxx205 const SfxPoolItem* pRowItem = 0, *pTableItem = 0; in lcl_setTableAttributes() local
206 bBackground |= SFX_ITEM_SET == rSet.GetItemState( SID_ATTR_BRUSH_ROW, sal_False, &pRowItem ); in lcl_setTableAttributes()
213 if(pRowItem) in lcl_setTableAttributes()
215 SvxBrushItem aBrush(*(const SvxBrushItem*)pRowItem); in lcl_setTableAttributes()
/trunk/main/sw/source/ui/shells/
H A Dtabsh.cxx325 const SfxPoolItem* pRowItem = 0, *pTableItem = 0; in ItemSetToTableParam() local
326 bBackground |= SFX_ITEM_SET == rSet.GetItemState( SID_ATTR_BRUSH_ROW, sal_False, &pRowItem ); in ItemSetToTableParam()
347 if(pRowItem) in ItemSetToTableParam()
349 SvxBrushItem aBrush(*(const SvxBrushItem*)pRowItem); in ItemSetToTableParam()
/trunk/main/sc/source/ui/docshell/
H A Ddocsh4.cxx161 const SfxPoolItem* pRowItem; in Execute() local
165 IS_AVAILABLE( FN_PARAM_2, &pRowItem ) && in Execute()
171 SCROW nRow = ((SfxInt32Item*)pRowItem)->GetValue() - 1; in Execute()

Completed in 37 milliseconds