Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/docshell/
H A Ddocfunc.cxx1831 if (eCmd==DEL_DELROWS) in DeleteCells()
1847 if ( eCmd==DEL_DELROWS || eCmd==DEL_CELLSUP ) in DeleteCells()
1947 if( eCmd == DEL_DELROWS || eCmd == DEL_CELLSUP ) in DeleteCells()
2018 pUndoDoc->InitUndo( pDoc, 0, nTabCount-1, (eCmd==DEL_DELCOLS), (eCmd==DEL_DELROWS) ); in DeleteCells()
2055 case DEL_DELROWS: in DeleteCells()
2130 if( eCmd == DEL_CELLSUP || eCmd == DEL_DELROWS ) in DeleteCells()
2152 case DEL_DELROWS: in DeleteCells()
2180 if ( eCmd==DEL_DELROWS || eCmd==DEL_CELLSUP ) in DeleteCells()
2206 if ( eCmd == DEL_DELCOLS || eCmd == DEL_DELROWS ) in DeleteCells()
2217 …if ( eCmd == DEL_DELROWS || !AdjustRowHeight(ScRange( 0, nPaintStartY, i, MAXCOL, nPaintEndY, i+nS… in DeleteCells()
H A Ddocsh3.cxx1094 GetDocFunc().DeleteCells( aSourceRange, NULL, DEL_DELROWS, sal_True, sal_False ); in MergeDocument()
/trunk/main/sc/source/ui/undo/
H A Dundoblk.cxx351 if (eCmd == DEL_DELROWS) // gaze Zeilen? in ScUndoDeleteCells()
404 case DEL_DELROWS: in DoChange()
457 if ( eCmd==DEL_DELROWS || eCmd==DEL_CELLSUP ) in DoChange()
478 case DEL_DELROWS: in DoChange()
753 ((ScTabViewTarget&)rTarget).GetViewShell()->DeleteCells( DEL_DELROWS, sal_True ); in Repeat()
/trunk/main/sc/source/ui/view/
H A Dcellsh1.cxx180 pTabViewShell->DeleteCells( DEL_DELROWS ); in ExecuteEdit()
278 case 'R': eCmd = DEL_DELROWS ;break; in ExecuteEdit()
288 eCmd = DEL_DELROWS; in ExecuteEdit()
323 case DEL_DELROWS: aParam='R'; break; in ExecuteEdit()
H A Dviewfunc.cxx1648 if ( pDocSh->IsDocShared() && ( eCmd == DEL_DELROWS || eCmd == DEL_DELCOLS ) ) in DeleteCells()
1652 if ( eCmd == DEL_DELROWS ) in DeleteCells()
1678 if ( eCmd == DEL_DELROWS || eCmd == DEL_DELCOLS ) in DeleteCells()
1682 ::rtl::OUString aOperation = ( eCmd == DEL_DELROWS ? in DeleteCells()
1702 else if (eCmd == DEL_DELROWS) in DeleteCells()
/trunk/main/sc/source/ui/miscdlgs/
H A Ddelcldlg.cxx99 nReturn = DEL_DELROWS; in GetDelCellCmd()
/trunk/main/sc/inc/
H A Dglobal.hxx319 DEL_DELROWS, enumerator
/trunk/main/sc/source/ui/unoobj/
H A Ddocuno.cxx3202 bDone = aFunc.DeleteCells( aRange, NULL, DEL_DELROWS, sal_True, sal_True ); in removeByIndex()
H A Dcellsuno.cxx7311 case sheet::CellDeleteMode_ROWS: eCmd = DEL_DELROWS; break; in removeRange()

Completed in 1023 milliseconds