Lines Matching refs:nSlot

510 	sal_uInt16 nSlot = rReq.GetSlot();  in Execute()  local
512 pArgs->GetItemState(GetPool().GetWhich(nSlot), sal_False, &pItem); in Execute()
514 switch ( nSlot ) in Execute()
792 rReq.SetReturnValue( SfxBoolItem( nSlot, in Execute()
798 rReq.SetReturnValue( SfxBoolItem( nSlot, rSh.GoPrevCell() ) ); in Execute()
827 sal_Bool bBalance = (FN_TABLE_BALANCE_CELLS == nSlot); in Execute()
955 nSlot = bColumn ? FN_TABLE_INSERT_COL_DLG : FN_TABLE_INSERT_ROW_DLG; in Execute()
961 const SfxSlot* pSlot = GetStaticInterface()->GetSlot(nSlot); in Execute()
962 if ( FN_TABLE_INSERT_ROW_DLG != nSlot || !rSh.IsInRepeatedHeadline()) in Execute()
965 …olDlg> pDlg( pFact ? pFact->CreateSvxInsRowColDlg( GetView().GetWindow(), nSlot == FN_TABLE_INSERT… in Execute()
969 …sal_uInt16 nDispatchSlot = (nSlot == FN_TABLE_INSERT_COL_DLG) ? FN_TABLE_INSERT_COL : FN_TABLE_INS… in Execute()
1081 rSh.SetTblChgMode( ( FN_TABLE_MODE_FIX == nSlot ? TBLFIX_CHGABS in Execute()
1082 : FN_TABLE_MODE_FIX_PROP == nSlot in Execute()
1146 switch ( nSlot ) in Execute()
1186 sal_uInt16 nAlign = nSlot == SID_TABLE_VERT_NONE ? in Execute()
1188 nSlot == SID_TABLE_VERT_CENTER ? in Execute()
1256 sal_uInt16 nSlot = aIter.FirstWhich(); in GetState() local
1257 while ( nSlot ) in GetState()
1259 switch ( nSlot ) in GetState()
1290 rSet.DisableItem(nSlot); in GetState()
1297 rSet.DisableItem( nSlot ); in GetState()
1309 rSet.DisableItem( nSlot ); in GetState()
1318 rSet.DisableItem( nSlot ); in GetState()
1333 … sal_Bool bSet = nSlot == SID_TABLE_VERT_NONE && nAlign == text::VertOrientation::NONE|| in GetState()
1334nSlot == SID_TABLE_VERT_CENTER && nAlign == text::VertOrientation::CENTER || in GetState()
1335nSlot == SID_TABLE_VERT_BOTTOM && nAlign == text::VertOrientation::BOTTOM; in GetState()
1336 rSet.Put(SfxBoolItem(nSlot, bSet)); in GetState()
1345 sal_Bool bSet = (nSlot == FN_TABLE_MODE_FIX && nMode == TBLFIX_CHGABS) || in GetState()
1346 (nSlot == FN_TABLE_MODE_FIX_PROP && nMode == TBLFIX_CHGPROP) || in GetState()
1347 (nSlot == FN_TABLE_MODE_VARIABLE && nMode == TBLVAR_CHGABS); in GetState()
1348 rSet.Put(SfxBoolItem(nSlot, bSet)); in GetState()
1362 rSet.DisableItem( nSlot ); in GetState()
1369 rSet.DisableItem( nSlot ); in GetState()
1378 rSet.DisableItem( nSlot ); in GetState()
1386 rSet.DisableItem( nSlot ); in GetState()
1393 rSet.DisableItem( nSlot ); in GetState()
1400 rSet.DisableItem( nSlot ); in GetState()
1409 rSet.InvalidateItem( nSlot ); in GetState()
1416 rSet.Put(SfxBoolItem(nSlot, sal_True)); in GetState()
1418 rSet.DisableItem( nSlot ); in GetState()
1420 rSet.Put(SfxBoolItem(nSlot, sal_False)); in GetState()
1424 rSet.DisableItem( nSlot ); in GetState()
1427 nSlot = aIter.NextWhich(); in GetState()
1542 sal_uInt16 nSlot = rReq.GetSlot(); in ExecNumberFormat() local
1544 pArgs->GetItemState(GetPool().GetWhich(nSlot), sal_False, &pItem); in ExecNumberFormat()
1552 switch ( nSlot ) in ExecNumberFormat()