Lines Matching refs:Put

169 	aSet.Put( rItem );  in lcl_SetAttr()
183 rSet.Put( SfxStringItem( FN_PARAM_TABLE_NAME, pFmt->GetName())); in lcl_TableParamToItemSet()
184 rSet.Put( SfxUInt16Item( FN_PARAM_TABLE_HEADLINE, rSh.GetRowsToRepeat() ) ); in lcl_TableParamToItemSet()
185 rSet.Put( pFmt->GetShadow() ); in lcl_TableParamToItemSet()
186 rSet.Put(SfxUInt16Item(FN_TABLE_SET_VERT_ALIGN, rSh.GetBoxAlign())); in lcl_TableParamToItemSet()
187 rSet.Put( pFmt->GetFrmDir() ); in lcl_TableParamToItemSet()
190 rSet.Put( aULSpace ); in lcl_TableParamToItemSet()
193 rSet.Put(SwBackgroundDestinationItem(SID_BACKGRND_DESTINATION, nBackgroundDestination )); in lcl_TableParamToItemSet()
198 rSet.Put( aBrush, SID_ATTR_BRUSH_ROW ); in lcl_TableParamToItemSet()
202 rSet.Put( aBrush, SID_ATTR_BRUSH_TABLE ); in lcl_TableParamToItemSet()
207 rSet.Put(aBoxDirection, FN_TABLE_BOX_TEXTDIRECTION); in lcl_TableParamToItemSet()
233 rSet.Put(aBoxInfo); in lcl_TableParamToItemSet()
241 rSet.Put(*pSplit); in lcl_TableParamToItemSet()
299 rSet.Put(SwPtrItem(FN_TABLE_REP, pRep)); in lcl_TableParamToItemSet()
408 aSet.Put( aAttr ); in ItemSetToTableParam()
417 aSet.Put(aSz); in ItemSetToTableParam()
423 aSet.Put( aLRSpace ); in ItemSetToTableParam()
427 aSet.Put( aAttr ); in ItemSetToTableParam()
467 aSet.Put( *pItem ); in ItemSetToTableParam()
544 aCoreSet.Put(aCoreInfo); in Execute()
613 aCoreSet.Put( aBox ); in Execute()
614 aCoreSet.Put( aInfo ); in Execute()
654 aCoreSet.Put(SfxUInt16Item(SID_HTML_MODE, ::GetHtmlMode(GetView().GetDocShell()))); in Execute()
659 aCoreSet.Put( aBrush ); in Execute()
711 aCoreSet.Put( SfxUInt32Item( SID_ATTR_NUMBERFORMAT_VALUE, in Execute()
715 aCoreSet.Put( SfxUInt32Item( SID_ATTR_NUMBERFORMAT_VALUE, in Execute()
720 aCoreSet.Put( SvxNumberInfoItem( pFormatter, in Execute()
753 aBoxFormatSet.Put( SwTblBoxNumFormat( in Execute()
945 aSet.Put( aBoxInfo ); in Execute()
1167 aSet.Put( aLRSpace ); in Execute()
1170 aSet.Put( aLRSpace ); in Execute()
1201 aSet.Put(aSplit); in Execute()
1212 aSet.Put(aKeep); in Execute()
1322 rSet.Put(pFmt->GetLRSpace()); in GetState()
1325 rSet.Put(pFmt->GetULSpace()); in GetState()
1336 rSet.Put(SfxBoolItem(nSlot, bSet)); in GetState()
1348 rSet.Put(SfxBoolItem(nSlot, bSet)); in GetState()
1353 rSet.Put( pFmt->GetKeep() ); in GetState()
1357 rSet.Put( pFmt->GetLayoutSplit() ); in GetState()
1407 rSet.Put(*pSplit); in GetState()
1416 rSet.Put(SfxBoolItem(nSlot, sal_True)); in GetState()
1420 rSet.Put(SfxBoolItem(nSlot, sal_False)); in GetState()
1453 aCoreSet.Put( aBoxInfo ); in GetFrmBorderState()
1455 rSet.Put( aCoreSet ); in GetFrmBorderState()
1523 aCoreSet.Put(aCoreInfo); in GetLineStyleState()
1529 rSet.Put( SvxColorItem( pLine ? pLine->GetColor() : Color(), SID_FRAME_LINECOLOR ) ); in GetLineStyleState()
1532 rSet.Put( aLine ); in GetLineStyleState()
1594 aBoxSet.Put( SwTblBoxNumFormat( nNumberFormat )); in ExecNumberFormat()