Searched refs:DeleteContents (Results 1 – 14 of 14) sorted by relevance
/aoo42x/test/testuno/source/fvt/uno/sc/cell/ |
H A D | DeleteContents.java | 55 public class DeleteContents { class
|
/aoo42x/main/sc/source/ui/view/ |
H A D | cellsh1.cxx | 342 pTabViewShell->DeleteContents( IDF_CONTENTS ); in ExecuteEdit() 406 pTabViewShell->DeleteContents( nFlags ); in ExecuteEdit() 1889 pTabViewShell->DeleteContents( IDF_NOTE ); // delete all notes in selection in ExecuteEdit()
|
H A D | cellsh3.cxx | 767 pTabViewShell->DeleteContents( IDF_HARDATTR | IDF_EDITATTR ); in Execute()
|
H A D | viewfunc.cxx | 1891 void ScViewFunc::DeleteContents( sal_uInt16 nFlags, sal_Bool bRecord ) in DeleteContents() function in ScViewFunc
|
H A D | gridwin.cxx | 1999 pView->DeleteContents( IDF_CONTENTS ); in MouseButtonUp()
|
/aoo42x/main/editeng/source/editeng/ |
H A D | editobj2.hxx | 211 void DeleteContents();
|
H A D | editobj.cxx | 729 DeleteContents(); in ~BinTextObject() 784 void BinTextObject::DeleteContents() in DeleteContents() function in BinTextObject
|
/aoo42x/main/sc/source/ui/inc/ |
H A D | docfunc.hxx | 74 sal_Bool DeleteContents( const ScMarkData& rMark, sal_uInt16 nFlags,
|
H A D | viewfunc.hxx | 206 void DeleteContents( sal_uInt16 nFlags, sal_Bool bRecord = sal_True );
|
/aoo42x/main/sc/source/ui/app/ |
H A D | transobj.cxx | 500 pSourceSh->GetDocFunc().DeleteContents( aMarkData, IDF_ALL & ~IDF_OBJECTS, sal_True, sal_True ); in DragFinished()
|
/aoo42x/main/sc/source/ui/undo/ |
H A D | undoblk3.cxx | 248 ((ScTabViewTarget&)rTarget).GetViewShell()->DeleteContents( nFlags, sal_True ); in Repeat()
|
/aoo42x/main/sc/source/ui/docshell/ |
H A D | docfunc.cxx | 537 sal_Bool ScDocFunc::DeleteContents( const ScMarkData& rMark, sal_uInt16 nFlags, in DeleteContents() function in ScDocFunc 4779 if ( DeleteContents( aMark, IDF_CONTENTS, sal_True, bApi ) ) in ResizeMatrix()
|
/aoo42x/main/sc/source/ui/unoobj/ |
H A D | cellsuno.cxx | 1815 aFunc.DeleteContents( *GetMarkData(), nDelFlags, sal_True, sal_True ); in clearContents() 5112 aFunc.DeleteContents( aMark, IDF_CONTENTS, sal_True, sal_True ); in SetArrayFormula_Impl() 5197 aFunc.DeleteContents( aMark, IDF_CONTENTS, sal_True, sal_True ); in setArrayTokens()
|
H A D | docuno.cxx | 3556 aFunc.DeleteContents( aMarkData, IDF_NOTE, sal_True, sal_True ); in removeByIndex()
|
Completed in 186 milliseconds