Home
last modified time | relevance | path

Searched refs:DeleteCells (Results 1 – 10 of 10) sorted by relevance

/aoo4110/main/sc/source/ui/view/
H A Dcellsh1.cxx180 pTabViewShell->DeleteCells( DEL_DELROWS ); in ExecuteEdit()
185 pTabViewShell->DeleteCells( DEL_DELCOLS ); in ExecuteEdit()
313 pTabViewShell->DeleteCells( eCmd ); in ExecuteEdit()
H A Dviewfunc.cxx1639 void ScViewFunc::DeleteCells( DelCellCmd eCmd, sal_Bool bRecord ) in DeleteCells() function in ScViewFunc
1662 pDocSh->GetDocFunc().DeleteCells( aDelRange, &rMark, eCmd, bRecord, sal_False ); in DeleteCells()
1668 pDocSh->GetDocFunc().DeleteCells( aRange, &rMark, eCmd, bRecord, sal_False ); in DeleteCells()
H A Dgridwin.cxx4016 …bDone = pDocSh->GetDocFunc().DeleteCells( aSource, NULL, eCmd, sal_True /*bRecord*/, sal_True /*bA… in DropTransferObj()
/aoo4110/main/sc/source/ui/inc/
H A Ddocfunc.hxx108 sal_Bool DeleteCells( const ScRange& rRange, const ScMarkData* pTabMark,
H A Dviewfunc.hxx202 void DeleteCells( DelCellCmd eCmd, sal_Bool bRecord = sal_True );
/aoo4110/main/sc/source/ui/docshell/
H A Ddocsh3.cxx1094 GetDocFunc().DeleteCells( aSourceRange, NULL, DEL_DELROWS, sal_True, sal_False ); in MergeDocument()
1114 GetDocFunc().DeleteCells( aSourceRange, NULL, DEL_DELCOLS, sal_True, sal_False ); in MergeDocument()
H A Ddocfunc.cxx1754 sal_Bool ScDocFunc::DeleteCells( const ScRange& rRange, const ScMarkData* pTabMark, DelCellCmd eCmd, in DeleteCells() function in ScDocFunc
/aoo4110/main/sc/source/ui/undo/
H A Dundoblk.cxx560 ((ScTabViewTarget&)rTarget).GetViewShell()->DeleteCells( eCmd, sal_True ); in Repeat()
753 ((ScTabViewTarget&)rTarget).GetViewShell()->DeleteCells( DEL_DELROWS, sal_True ); in Repeat()
/aoo4110/main/sc/source/ui/unoobj/
H A Ddocuno.cxx2936 bDone = aFunc.DeleteCells( aRange, NULL, DEL_DELCOLS, sal_True, sal_True ); in removeByIndex()
3202 bDone = aFunc.DeleteCells( aRange, NULL, DEL_DELROWS, sal_True, sal_True ); in removeByIndex()
H A Dcellsuno.cxx7324 aFunc.DeleteCells( aScRange, NULL, eCmd, sal_True, sal_True ); in removeRange()

Completed in 219 milliseconds