Home
last modified time | relevance | path

Searched refs:DEL_CELLSUP (Results 1 – 7 of 7) sorted by relevance

/trunk/main/sc/source/ui/docshell/
H A Ddocfunc.cxx1843 if ( eCmd==DEL_DELROWS || eCmd==DEL_CELLSUP ) in DeleteCells()
1856 SCROW nMergeTestEndY = (eCmd==DEL_CELLSUP) ? MAXROW : nUndoEndY; in DeleteCells()
1882 … if( ( eCmd == DEL_CELLSUP && ( nMergeStartX != nUndoStartX || nMergeEndX != nMergeTestEndX))|| in DeleteCells()
1943 if( eCmd == DEL_DELROWS || eCmd == DEL_CELLSUP ) in DeleteCells()
1949 if( eCmd == DEL_CELLSUP ) in DeleteCells()
2047 case DEL_CELLSUP: in DeleteCells()
2126 if( eCmd == DEL_CELLSUP || eCmd == DEL_DELROWS ) in DeleteCells()
2147 case DEL_CELLSUP: in DeleteCells()
2176 if ( eCmd==DEL_DELROWS || eCmd==DEL_CELLSUP ) in DeleteCells()
/trunk/main/sc/source/ui/miscdlgs/
H A Ddelcldlg.cxx89 nReturn = DEL_CELLSUP; in GetDelCellCmd()
/trunk/main/sc/source/ui/undo/
H A Dundoblk.cxx405 case DEL_CELLSUP: in DoChange()
457 if ( eCmd==DEL_DELROWS || eCmd==DEL_CELLSUP ) in DoChange()
482 case DEL_CELLSUP: in DoChange()
/trunk/main/sc/inc/
H A Dglobal.hxx317 DEL_CELLSUP, enumerator
/trunk/main/sc/source/ui/view/
H A Dcellsh1.cxx276 case 'U': eCmd = DEL_CELLSUP ;break; in ExecuteEdit()
321 case DEL_CELLSUP: aParam='U'; break; in ExecuteEdit()
H A Dgridwin.cxx3997 eCmd = DEL_CELLSUP; in DropTransferObj()
4004 if ( ( eCmd == DEL_CELLSUP && nDestPosX == aSource.aStart.Col() ) || in DropTransferObj()
4011 if ( eCmd == DEL_CELLSUP && nDestPosY > aSource.aEnd.Row() ) in DropTransferObj()
/trunk/main/sc/source/ui/unoobj/
H A Dcellsuno.cxx7309 case sheet::CellDeleteMode_UP: eCmd = DEL_CELLSUP; break; in removeRange()