Lines Matching refs:rSh

152 void lcl_getTableAttributes( SfxItemSet& rSet, SwWrtShell &rSh )  in lcl_getTableAttributes()  argument
155 rSh.GetBoxBackground(aBrush); in lcl_getTableAttributes()
157 if(rSh.GetRowBackground(aBrush)) in lcl_getTableAttributes()
161 rSh.GetTabBackground(aBrush); in lcl_getTableAttributes()
166 rSh.GetTabBorders( rSet ); in lcl_getTableAttributes()
169 if(rSh.GetBoxDirection( aBoxDirection )) in lcl_getTableAttributes()
172 rSet.Put(SfxUInt16Item(FN_TABLE_SET_VERT_ALIGN, rSh.GetBoxAlign())); in lcl_getTableAttributes()
174 rSet.Put( SfxUInt16Item( FN_PARAM_TABLE_HEADLINE, rSh.GetRowsToRepeat() ) ); in lcl_getTableAttributes()
176 SwFrmFmt *pFrmFmt = rSh.GetTableFmt(); in lcl_getTableAttributes()
188 rSh.GetRowSplit(pSplit); in lcl_getTableAttributes()
194 rSh.GetTblBoxFormulaAttrs( rSet ); //RES_BOXATR_FORMAT in lcl_getTableAttributes()
198 void lcl_setTableAttributes( const SfxItemSet& rSet, SwWrtShell &rSh ) in lcl_setTableAttributes() argument
212 rSh.SetBoxBackground( *(const SvxBrushItem*)pItem ); in lcl_setTableAttributes()
217 rSh.SetRowBackground(aBrush); in lcl_setTableAttributes()
223 rSh.SetTabBackground( aBrush ); in lcl_setTableAttributes()
227 rSh.SetTabBorders( rSet ); in lcl_setTableAttributes()
230 rSh.SetRowsToRepeat( ((SfxUInt16Item*)pItem)->GetValue() ); in lcl_setTableAttributes()
232 SwFrmFmt* pFrmFmt = rSh.GetTableFmt(); in lcl_setTableAttributes()
276 rSh.SetBoxDirection(aDirection); in lcl_setTableAttributes()
280 rSh.SetBoxAlign(((SfxUInt16Item*)(pItem))->GetValue()); in lcl_setTableAttributes()
283 rSh.SetRowSplit(*static_cast<const SwFmtRowSplit*>(pItem)); in lcl_setTableAttributes()
291 rSh.SetTblBoxFormulaAttrs( aBoxSet ); in lcl_setTableAttributes()