Lines Matching refs:nSlot
76 sal_uInt16 nSlot = rReq.GetSlot(); in ExecuteTable() local
81 switch ( nSlot ) in ExecuteTable()
224 IS_AVAILABLE( nSlot, &pNameItem ) ) in ExecuteTable()
247 … nTabSelCount, nSlot == FID_INS_TABLE_EXT, in ExecuteTable()
358 if ( nSlot == FID_TAB_MENU_RENAME ) in ExecuteTable()
359 nSlot = FID_TAB_RENAME; // Execute ist gleich in ExecuteTable()
368 if ( nSlot != FID_TAB_APPEND && in ExecuteTable()
395 if( IS_AVAILABLE( nSlot, &pItem ) ) in ExecuteTable()
398 switch ( nSlot ) in ExecuteTable()
422 switch ( nSlot ) in ExecuteTable()
444 … GetStaticInterface()->GetSlot(nSlot)->GetCommand(), pHelpId, RID_SCDLG_STRINPUT); in ExecuteTable()
456 switch ( nSlot ) in ExecuteTable()
468 rReq.AppendItem( SfxStringItem( nSlot, aName ) ); in ExecuteTable()
692 if ( nSlot == FID_TAB_MENU_SET_TAB_BG_COLOR ) in ExecuteTable()
693 nSlot = FID_TAB_SET_TAB_BG_COLOR; in ExecuteTable()
711 if( IS_AVAILABLE( nSlot, &pItem ) ) in ExecuteTable()
783 rReq.AppendItem( SvxColorItem( aTabBgColor, nSlot ) ); in ExecuteTable()