Lines Matching refs:eCmd
1600 sal_Bool ScViewFunc::InsertCells( InsCellCmd eCmd, sal_Bool bRecord, sal_Bool bPartOfPaste ) in InsertCells() argument
1607 …sal_Bool bSuccess = pDocSh->GetDocFunc().InsertCells( aRange, &rMark, eCmd, bRecord, sal_False, bP… in InsertCells()
1617 if ( eCmd == INS_INSROWS || eCmd == INS_INSCOLS ) in InsertCells()
1621 ::rtl::OUString aOperation = ( eCmd == INS_INSROWS ? in InsertCells()
1639 void ScViewFunc::DeleteCells( DelCellCmd eCmd, sal_Bool bRecord ) in DeleteCells() argument
1648 if ( pDocSh->IsDocShared() && ( eCmd == DEL_DELROWS || eCmd == DEL_DELCOLS ) ) in DeleteCells()
1652 if ( eCmd == DEL_DELROWS ) in DeleteCells()
1662 pDocSh->GetDocFunc().DeleteCells( aDelRange, &rMark, eCmd, bRecord, sal_False ); in DeleteCells()
1668 pDocSh->GetDocFunc().DeleteCells( aRange, &rMark, eCmd, bRecord, sal_False ); in DeleteCells()
1678 if ( eCmd == DEL_DELROWS || eCmd == DEL_DELCOLS ) in DeleteCells()
1682 ::rtl::OUString aOperation = ( eCmd == DEL_DELROWS ? in DeleteCells()
1692 if ( eCmd==DEL_CELLSLEFT || eCmd==DEL_DELCOLS ) in DeleteCells()
1700 if (eCmd == DEL_DELCOLS) in DeleteCells()
1702 else if (eCmd == DEL_DELROWS) in DeleteCells()