Home
last modified time | relevance | path

Searched refs:DEL_CELLSLEFT (Results 1 – 8 of 8) sorted by relevance

/trunk/main/sc/source/ui/docshell/
H A Ddocfunc.cxx1844 if ( eCmd==DEL_DELCOLS || eCmd==DEL_CELLSLEFT ) in DeleteCells()
1859 SCCOL nMergeTestEndX = (eCmd==DEL_CELLSLEFT) ? MAXCOL : nUndoEndX; in DeleteCells()
1887 … ( eCmd == DEL_CELLSLEFT && ( nMergeStartY != nUndoStartY || nMergeEndY != nMergeTestEndY))) in DeleteCells()
1963 else if( eCmd == DEL_CELLSLEFT || eCmd == DEL_DELCOLS ) in DeleteCells()
1968 if( eCmd == DEL_CELLSLEFT ) in DeleteCells()
2062 case DEL_CELLSLEFT: in DeleteCells()
2139 else if( eCmd == DEL_CELLSLEFT || eCmd == DEL_DELCOLS ) in DeleteCells()
2155 case DEL_CELLSLEFT: in DeleteCells()
2178 if ( eCmd==DEL_DELCOLS || eCmd==DEL_CELLSLEFT ) in DeleteCells()
/trunk/main/sc/source/ui/miscdlgs/
H A Ddelcldlg.cxx94 nReturn = DEL_CELLSLEFT; in GetDelCellCmd()
/trunk/main/sc/source/ui/undo/
H A Dundoblk.cxx417 case DEL_CELLSLEFT: 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()
496 case DEL_CELLSLEFT: in DoChange()
/trunk/main/sc/inc/
H A Dglobal.hxx318 DEL_CELLSLEFT, enumerator
/trunk/main/sc/source/ui/view/
H A Dcellsh1.cxx277 case 'L': eCmd = DEL_CELLSLEFT ;break; in ExecuteEdit()
322 case DEL_CELLSLEFT: aParam='L'; break; in ExecuteEdit()
H A Dgridwin.cxx4024 eCmd = DEL_CELLSLEFT; in DropTransferObj()
4028 ( eCmd == DEL_CELLSLEFT && nDestPosY == aSource.aStart.Row() ) ) in DropTransferObj()
4038 else if ( eCmd == DEL_CELLSLEFT && nDestPosX > aSource.aEnd.Col() ) in DropTransferObj()
H A Dviewfunc.cxx1692 if ( eCmd==DEL_CELLSLEFT || eCmd==DEL_DELCOLS ) in DeleteCells()
/trunk/main/sc/source/ui/unoobj/
H A Dcellsuno.cxx7310 case sheet::CellDeleteMode_LEFT: eCmd = DEL_CELLSLEFT; break; in removeRange()

Completed in 280 milliseconds