Searched refs:DEL_DELCOLS (Results 1 – 9 of 9) sorted by relevance
/aoo42x/main/sc/source/ui/view/ |
H A D | cellsh1.cxx | 185 pTabViewShell->DeleteCells( DEL_DELCOLS ); in ExecuteEdit() 279 case 'C': eCmd = DEL_DELCOLS ;break; in ExecuteEdit() 286 eCmd = DEL_DELCOLS; in ExecuteEdit() 324 case DEL_DELCOLS: aParam='C'; break; in ExecuteEdit()
|
H A D | viewfunc.cxx | 1648 if ( pDocSh->IsDocShared() && ( eCmd == DEL_DELROWS || eCmd == DEL_DELCOLS ) ) in DeleteCells() 1678 if ( eCmd == DEL_DELROWS || eCmd == DEL_DELCOLS ) in DeleteCells() 1692 if ( eCmd==DEL_CELLSLEFT || eCmd==DEL_DELCOLS ) in DeleteCells() 1700 if (eCmd == DEL_DELCOLS) in DeleteCells()
|
/aoo42x/main/sc/source/ui/docshell/ |
H A D | docfunc.cxx | 1836 if (eCmd==DEL_DELCOLS) in DeleteCells() 1844 if ( eCmd==DEL_DELCOLS || eCmd==DEL_CELLSLEFT ) in DeleteCells() 1963 else if( eCmd == DEL_CELLSLEFT || eCmd == DEL_DELCOLS ) in DeleteCells() 2018 pUndoDoc->InitUndo( pDoc, 0, nTabCount-1, (eCmd==DEL_DELCOLS), (eCmd==DEL_DELROWS) ); in DeleteCells() 2066 case DEL_DELCOLS: in DeleteCells() 2139 else if( eCmd == DEL_CELLSLEFT || eCmd == DEL_DELCOLS ) in DeleteCells() 2156 case DEL_DELCOLS: in DeleteCells() 2178 if ( eCmd==DEL_DELCOLS || eCmd==DEL_CELLSLEFT ) in DeleteCells() 2206 if ( eCmd == DEL_DELCOLS || eCmd == DEL_DELROWS ) in DeleteCells()
|
H A D | docsh3.cxx | 1114 GetDocFunc().DeleteCells( aSourceRange, NULL, DEL_DELCOLS, sal_True, sal_False ); in MergeDocument()
|
/aoo42x/main/sc/source/ui/miscdlgs/ |
H A D | delcldlg.cxx | 104 nReturn = DEL_DELCOLS; in GetDelCellCmd()
|
/aoo42x/main/sc/source/ui/undo/ |
H A D | undoblk.cxx | 357 if (eCmd == DEL_DELCOLS) // ganze Spalten? in ScUndoDeleteCells() 416 case DEL_DELCOLS: in DoChange() 455 if ( eCmd==DEL_DELCOLS || eCmd==DEL_CELLSLEFT ) in DoChange() 494 case DEL_DELCOLS: in DoChange()
|
/aoo42x/main/sc/inc/ |
H A D | global.hxx | 320 DEL_DELCOLS, enumerator
|
/aoo42x/main/sc/source/ui/unoobj/ |
H A D | docuno.cxx | 2936 bDone = aFunc.DeleteCells( aRange, NULL, DEL_DELCOLS, sal_True, sal_True ); in removeByIndex()
|
H A D | cellsuno.cxx | 7312 case sheet::CellDeleteMode_COLUMNS: eCmd = DEL_DELCOLS; break; in removeRange()
|
Completed in 219 milliseconds