Searched refs:DeleteCells (Results 1 – 10 of 10) sorted by relevance
/aoo42x/main/sc/source/ui/view/ |
H A D | cellsh1.cxx | 180 pTabViewShell->DeleteCells( DEL_DELROWS ); in ExecuteEdit() 185 pTabViewShell->DeleteCells( DEL_DELCOLS ); in ExecuteEdit() 313 pTabViewShell->DeleteCells( eCmd ); in ExecuteEdit()
|
H A D | viewfunc.cxx | 1639 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 D | gridwin.cxx | 4031 …bDone = pDocSh->GetDocFunc().DeleteCells( aSource, NULL, eCmd, sal_True /*bRecord*/, sal_True /*bA… in DropTransferObj()
|
/aoo42x/main/sc/source/ui/docshell/ |
H A D | docsh3.cxx | 1094 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 D | docfunc.cxx | 1754 sal_Bool ScDocFunc::DeleteCells( const ScRange& rRange, const ScMarkData* pTabMark, DelCellCmd eCmd, in DeleteCells() function in ScDocFunc
|
/aoo42x/main/sc/source/ui/inc/ |
H A D | docfunc.hxx | 108 sal_Bool DeleteCells( const ScRange& rRange, const ScMarkData* pTabMark,
|
H A D | viewfunc.hxx | 202 void DeleteCells( DelCellCmd eCmd, sal_Bool bRecord = sal_True );
|
/aoo42x/main/sc/source/ui/undo/ |
H A D | undoblk.cxx | 560 ((ScTabViewTarget&)rTarget).GetViewShell()->DeleteCells( eCmd, sal_True ); in Repeat() 753 ((ScTabViewTarget&)rTarget).GetViewShell()->DeleteCells( DEL_DELROWS, sal_True ); in Repeat()
|
/aoo42x/main/sc/source/ui/unoobj/ |
H A D | docuno.cxx | 2936 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 D | cellsuno.cxx | 7324 aFunc.DeleteCells( aScRange, NULL, eCmd, sal_True, sal_True ); in removeRange()
|
Completed in 342 milliseconds