Searched refs:DEL_DELROWS (Results 1 – 9 of 9) sorted by relevance
/aoo41x/main/sc/source/ui/undo/ |
H A D | undoblk.cxx | 351 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()
|
/aoo41x/main/sc/source/ui/docshell/ |
H A D | docfunc.cxx | 1831 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 D | docsh3.cxx | 1094 GetDocFunc().DeleteCells( aSourceRange, NULL, DEL_DELROWS, sal_True, sal_False ); in MergeDocument()
|
/aoo41x/main/sc/source/ui/miscdlgs/ |
H A D | delcldlg.cxx | 100 nReturn = DEL_DELROWS; in GetDelCellCmd()
|
/aoo41x/main/sc/source/ui/view/ |
H A D | cellsh1.cxx | 180 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 D | viewfunc.cxx | 1648 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()
|
/aoo41x/main/sc/inc/ |
H A D | global.hxx | 319 DEL_DELROWS, enumerator
|
/aoo41x/main/sc/source/ui/unoobj/ |
H A D | docuno.cxx | 3202 bDone = aFunc.DeleteCells( aRange, NULL, DEL_DELROWS, sal_True, sal_True ); in removeByIndex()
|
H A D | cellsuno.cxx | 7311 case sheet::CellDeleteMode_ROWS: eCmd = DEL_DELROWS; break; in removeRange()
|
Completed in 213 milliseconds