Lines Matching refs:eCmd
108 eCmd( eNewCmd ), in ScUndoInsertCells()
112 if (eCmd == INS_INSROWS) // ganze Zeilen? in ScUndoInsertCells()
118 if (eCmd == INS_INSCOLS) // ganze Spalten? in ScUndoInsertCells()
192 switch (eCmd) in DoChange()
225 …if ( eCmd == INS_CELLSRIGHT ) // only "shift right" requires refresh of the move… in DoChange()
242 switch (eCmd) in DoChange()
324 ((ScTabViewTarget&)rTarget).GetViewShell()->InsertCells( eCmd, sal_True ); in Repeat()
349 eCmd( eNewCmd ) in ScUndoDeleteCells()
351 if (eCmd == DEL_DELROWS) // gaze Zeilen? in ScUndoDeleteCells()
357 if (eCmd == DEL_DELCOLS) // ganze Spalten? in ScUndoDeleteCells()
402 switch (eCmd) in DoChange()
442 if ( eCmd == DEL_CELLSLEFT ) // only "shift left" requires refresh of the moved area in DoChange()
455 if ( eCmd==DEL_DELCOLS || eCmd==DEL_CELLSLEFT ) in DoChange()
457 if ( eCmd==DEL_DELROWS || eCmd==DEL_CELLSUP ) in DoChange()
476 switch (eCmd) in DoChange()
560 ((ScTabViewTarget&)rTarget).GetViewShell()->DeleteCells( eCmd, sal_True ); in Repeat()