Lines Matching refs:nSlot
73 sal_uInt16 nSlot = rReq.GetSlot(); in Execute() local
75 if (nSlot != SID_CURRENTCELL) // der kommt beim MouseButtonUp in Execute()
80 switch ( nSlot ) in Execute()
110 switch ( nSlot ) in Execute()
125 sal_uInt16 nMode = ((const SfxUInt16Item&)pReqArgs->Get( nSlot )).GetValue(); in Execute()
241 if (nSlot == FID_INPUTLINE_BLOCK) in Execute()
256 if (nSlot == FID_INPUTLINE_ENTER) in Execute()
281 else if (nSlot == FID_INPUTLINE_BLOCK) in Execute()
780 switch( nSlot ) in Execute()
791 if( rBindings.QueryState( nSlot, pItem ) >= SFX_ITEM_DEFAULT ) in Execute()
804 pReqArgs->GetItemState(nSlot, sal_True, &pItem) == SFX_ITEM_SET ) in Execute()
813 rReq.AppendItem( SfxBoolItem( nSlot, bMoveContents ) ); in Execute()
814 rBindings.Invalidate( nSlot ); in Execute()
823 rBindings.Invalidate( nSlot ); in Execute()
938 pTabViewShell->Invalidate( nSlot ); in Execute()