Searched refs:INS_INSROWS (Results 1 – 9 of 9) sorted by relevance
/aoo41x/main/sc/source/ui/miscdlgs/ |
H A D | inscldlg.cxx | 100 nReturn = INS_INSROWS; in GetInsCellCmd()
|
/aoo41x/main/sc/source/ui/view/ |
H A D | cellsh1.cxx | 160 pTabViewShell->InsertCells(INS_INSROWS); in ExecuteEdit() 206 case 'R': eCmd = INS_INSROWS ;break; in ExecuteEdit() 216 eCmd = INS_INSROWS; in ExecuteEdit() 247 case INS_INSROWS: aParam='R'; break; in ExecuteEdit()
|
H A D | viewfunc.cxx | 1617 if ( eCmd == INS_INSROWS || eCmd == INS_INSCOLS ) in InsertCells() 1621 ::rtl::OUString aOperation = ( eCmd == INS_INSROWS ? in InsertCells()
|
/aoo41x/main/sc/source/ui/docshell/ |
H A D | docfunc.cxx | 1416 if ( eCmd == INS_INSROWS ) in InsertCells() 1434 SCROW nEditTestEndY = (eCmd==INS_INSROWS) ? MAXROW : nMergeTestEndY; in InsertCells() 1542 if( eCmd == INS_INSROWS || eCmd == INS_CELLSDOWN ) in InsertCells() 1600 case INS_INSROWS: in InsertCells() 1669 case INS_INSROWS: in InsertCells() 1696 if ( eCmd == INS_INSROWS || eCmd == INS_INSCOLS ) in InsertCells() 1707 …sal_Bool bAdjusted = ( eCmd == INS_INSROWS ) ? AdjustRowHeight(ScRange(0, nStartRow, i, MAXCOL, nE… in InsertCells()
|
H A D | docsh3.cxx | 1080 GetDocFunc().InsertCells( aSourceRange, NULL, INS_INSROWS, sal_True, sal_False ); in MergeDocument()
|
/aoo41x/main/sc/source/ui/undo/ |
H A D | undoblk.cxx | 112 if (eCmd == INS_INSROWS) // ganze Zeilen? in ScUndoInsertCells() 194 case INS_INSROWS: in DoChange() 244 case INS_INSROWS: in DoChange()
|
/aoo41x/main/sc/inc/ |
H A D | global.hxx | 328 INS_INSROWS, enumerator
|
/aoo41x/main/sc/source/ui/unoobj/ |
H A D | docuno.cxx | 3185 bDone = aFunc.InsertCells( aRange, NULL, INS_INSROWS, sal_True, sal_True ); in insertByIndex()
|
H A D | cellsuno.cxx | 7279 case sheet::CellInsertMode_ROWS: eCmd = INS_INSROWS; break; in insertCells()
|
Completed in 155 milliseconds