Lines Matching refs:nSlot
144 void lcl_CharDialog( SwWrtShell &rWrtSh, sal_Bool bUseDialog, sal_uInt16 nSlot,const SfxItemSet *pA… in lcl_CharDialog() argument
197 if( FN_INSERT_HYPERLINK == nSlot ) in lcl_CharDialog()
200 if (nSlot == SID_CHAR_DLG_EFFECT) in lcl_CharDialog()
308 sal_uInt16 nSlot = rReq.GetSlot(); in Execute() local
310 pArgs->GetItemState(GetPool().GetWhich(nSlot), sal_False, &pItem); in Execute()
311 switch( nSlot ) in Execute()
416 pViewFrame->GetBindings().Invalidate( nSlot ); in Execute()
450 SFX_REQUEST_ARG( rReq, pNameItem, SfxStringItem, nSlot , sal_False ); in Execute()
455 rWrtSh.InsertFootnote( aStr, nSlot == FN_INSERT_ENDNOTE, !bFont ); in Execute()
481 pDlg->SetHelpId(GetStaticInterface()->GetSlot(nSlot)->GetCommand()); in Execute()
693 GetView().GetViewFrame()->GetBindings().Invalidate( nSlot ); in Execute()
695 rReq.AppendItem( SfxBoolItem( GetPool().GetWhich(nSlot), bSet ) ); in Execute()
856 sal_uInt16 nWhich = GetPool().GetWhich( nSlot ); in Execute()
864 lcl_CharDialog( rWrtSh, bUseDialog, nSlot, pArgs, &rReq ); in Execute()
871 lcl_CharDialog( rWrtSh, bUseDialog, nSlot, pArgs, &rReq ); in Execute()
889 sal_uInt16 nWhich = GetPool().GetWhich( nSlot ); in Execute()
978 if ( nSlot == SID_ATTR_PARA_LRSPACE) in Execute()
980 SvxLRSpaceItem aParaMargin((const SvxLRSpaceItem&)pArgs->Get(nSlot)); in Execute()
1138 rWrtSh.NumUpDown( SID_INC_INDENT == nSlot ); in Execute()
1143 rWrtSh.MoveLeftMargin( SID_INC_INDENT == nSlot, in Execute()
1153 rWrtSh.MoveLeftMargin( FN_INC_INDENT_OFFSET == nSlot, in Execute()
1221 if(nSlot == SID_ATTR_CHAR_COLOR_BACKGROUND_EXT) in Execute()
1232 if(!pApply || pApply->nColor != nSlot) in Execute()
1233 aTempl.nColor = nSlot; in Execute()
1255 SfxRequest aReq(nSlot, SFX_CALLMODE_SLOT, SFX_APP()->GetPool()); in Execute()
1270 ChangeHeaderOrFooter(sStyleName, FN_INSERT_PAGEHEADER == nSlot, bOn, !rReq.IsAPI()); in Execute()
1286 if( pArgs && SFX_ITEM_SET == pArgs->GetItemState(nSlot, sal_False, &pItem)) in Execute()
1288 if( ( nSlot == FN_SELECTION_MODE_DEFAULT ) ^ bSetBlockMode ) in Execute()
1307 if( nSlot == FN_COPY_HYPERLINK_LOCATION ) in Execute()