Lines Matching refs:nSlot
130 void lcl_CharDialog( SwWrtShell &rWrtSh, sal_Bool bUseDialog, sal_uInt16 nSlot,const SfxItemSet *pA… in lcl_CharDialog() argument
183 if( FN_INSERT_HYPERLINK == nSlot ) in lcl_CharDialog()
186 if (nSlot == SID_CHAR_DLG_EFFECT) in lcl_CharDialog()
294 sal_uInt16 nSlot = rReq.GetSlot(); in Execute() local
296 pArgs->GetItemState(GetPool().GetWhich(nSlot), sal_False, &pItem); in Execute()
297 switch( nSlot ) in Execute()
402 pViewFrame->GetBindings().Invalidate( nSlot ); in Execute()
436 SFX_REQUEST_ARG( rReq, pNameItem, SfxStringItem, nSlot , sal_False ); in Execute()
441 rWrtSh.InsertFootnote( aStr, nSlot == FN_INSERT_ENDNOTE, !bFont ); in Execute()
467 pDlg->SetHelpId(GetStaticInterface()->GetSlot(nSlot)->GetCommand()); in Execute()
679 GetView().GetViewFrame()->GetBindings().Invalidate( nSlot ); in Execute()
681 rReq.AppendItem( SfxBoolItem( GetPool().GetWhich(nSlot), bSet ) ); in Execute()
842 sal_uInt16 nWhich = GetPool().GetWhich( nSlot ); in Execute()
850 lcl_CharDialog( rWrtSh, bUseDialog, nSlot, pArgs, &rReq ); in Execute()
857 lcl_CharDialog( rWrtSh, bUseDialog, nSlot, pArgs, &rReq ); in Execute()
875 sal_uInt16 nWhich = GetPool().GetWhich( nSlot ); in Execute()
982 if ( nSlot == SID_ATTR_PARA_LRSPACE) in Execute()
984 SvxLRSpaceItem aParaMargin((const SvxLRSpaceItem&)pArgs->Get(nSlot)); in Execute()
1143 rWrtSh.NumUpDown( SID_INC_INDENT == nSlot ); in Execute()
1148 rWrtSh.MoveLeftMargin( SID_INC_INDENT == nSlot, rReq.GetModifier() != KEY_MOD1 ); in Execute()
1156 rWrtSh.MoveLeftMargin( FN_INC_INDENT_OFFSET == nSlot, rReq.GetModifier() == KEY_MOD1 ); in Execute()
1223 if(nSlot == SID_ATTR_CHAR_COLOR_BACKGROUND_EXT) in Execute()
1234 if(!pApply || pApply->nColor != nSlot) in Execute()
1235 aTempl.nColor = nSlot; in Execute()
1257 SfxRequest aReq(nSlot, SFX_CALLMODE_SLOT, SFX_APP()->GetPool()); in Execute()
1272 ChangeHeaderOrFooter(sStyleName, FN_INSERT_PAGEHEADER == nSlot, bOn, !rReq.IsAPI()); in Execute()
1288 if( pArgs && SFX_ITEM_SET == pArgs->GetItemState(nSlot, sal_False, &pItem)) in Execute()
1290 if( ( nSlot == FN_SELECTION_MODE_DEFAULT ) ^ bSetBlockMode ) in Execute()
1309 if( nSlot == FN_COPY_HYPERLINK_LOCATION ) in Execute()