Home
last modified time | relevance | path

Searched refs:DEL_DELCOLS (Results 1 – 9 of 9) sorted by relevance

/trunk/main/sc/source/ui/view/
H A Dcellsh1.cxx185 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 Dviewfunc.cxx1648 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()
/trunk/main/sc/source/ui/docshell/
H A Ddocfunc.cxx1836 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 Ddocsh3.cxx1114 GetDocFunc().DeleteCells( aSourceRange, NULL, DEL_DELCOLS, sal_True, sal_False ); in MergeDocument()
/trunk/main/sc/source/ui/miscdlgs/
H A Ddelcldlg.cxx104 nReturn = DEL_DELCOLS; in GetDelCellCmd()
/trunk/main/sc/source/ui/undo/
H A Dundoblk.cxx357 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()
/trunk/main/sc/inc/
H A Dglobal.hxx320 DEL_DELCOLS, enumerator
/trunk/main/sc/source/ui/unoobj/
H A Ddocuno.cxx2936 bDone = aFunc.DeleteCells( aRange, NULL, DEL_DELCOLS, sal_True, sal_True ); in removeByIndex()
H A Dcellsuno.cxx7312 case sheet::CellDeleteMode_COLUMNS: eCmd = DEL_DELCOLS; break; in removeRange()

Completed in 133 milliseconds