Lines Matching refs:SfxUInt16Item
184 rSet.Put( SfxUInt16Item( FN_PARAM_TABLE_HEADLINE, rSh.GetRowsToRepeat() ) ); in lcl_TableParamToItemSet()
186 rSet.Put(SfxUInt16Item(FN_TABLE_SET_VERT_ALIGN, rSh.GetBoxAlign())); in lcl_TableParamToItemSet()
317 nBackgroundDestination = ((SfxUInt16Item*)pItem)->GetValue(); in ItemSetToTableParam()
442 rSh.SetRowsToRepeat( ((SfxUInt16Item*)pItem)->GetValue() ); in ItemSetToTableParam()
445 rSh.SetBoxAlign(((SfxUInt16Item*)(pItem))->GetValue()); in ItemSetToTableParam()
643 SW_MOD()->PutItem(SfxUInt16Item(SID_ATTR_METRIC, static_cast< sal_uInt16 >(eMetric))); in Execute()
654 aCoreSet.Put(SfxUInt16Item(SID_HTML_MODE, ::GetHtmlMode(GetView().GetDocShell()))); in Execute()
695 … SW_MOD()->PutItem(SfxUInt16Item(SID_ATTR_METRIC, static_cast< sal_uInt16 >(eMetric))); in Execute()
970 … SfxUInt16Item aCountItem( nDispatchSlot, static_cast< sal_uInt16 >(pDlg->getInsertCount()) ); in Execute()
1027 SFX_REQUEST_ARG( rReq, pType, SfxUInt16Item, FN_PARAM_1, sal_False ); in Execute()
1049 rReq.AppendItem( SfxUInt16Item( FN_PARAM_1, pDlg->GetSplitMode() ) ); in Execute()