Lines Matching refs:nSId
490 void SvxTableController::onInsert( sal_uInt16 nSId, const SfxItemSet* pArgs ) in onInsert() argument
504 pArgs->GetItemState(nSId, sal_False, &pItem); in onInsert()
537 switch( nSId ) in onInsert()
618 void SvxTableController::onDelete( sal_uInt16 nSId ) in onDelete() argument
635 switch( nSId ) in onDelete()
677 void SvxTableController::onSelect( sal_uInt16 nSId ) in onSelect() argument
688 switch( nSId ) in onSelect()
762 const sal_uInt16 nSId = rReq.GetSlot(); in Execute() local
763 switch( nSId ) in Execute()
767 onInsert( nSId, rReq.GetArgs() ); in Execute()
771 onDelete( nSId ); in Execute()
776 onSelect( nSId ); in Execute()
819 SetVertical( nSId ); in Execute()
965 void SvxTableController::SetVertical( sal_uInt16 nSId ) in SetVertical() argument
977 switch( nSId ) in SetVertical()