Home
last modified time | relevance | path

Searched refs:nUndoDocFlags (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sc/source/ui/view/
H A Dviewfunc.cxx2004 sal_uInt16 nUndoDocFlags = nFlags; in DeleteContents() local
2006 nUndoDocFlags |= IDF_ATTRIB; in DeleteContents()
2008 nUndoDocFlags |= IDF_STRING; // -> Zellen werden geaendert in DeleteContents()
2010 nUndoDocFlags |= IDF_CONTENTS; // #68795# copy all cells with their notes in DeleteContents()
2012 nUndoDocFlags |= IDF_NOCAPTIONS; in DeleteContents()
2013 pDoc->CopyToDocument( aCopyRange, nUndoDocFlags, bMulti, pUndoDoc, &aFuncMark ); in DeleteContents()
/trunk/main/sc/source/ui/docshell/
H A Ddocfunc.cxx623 sal_uInt16 nUndoDocFlags = nFlags; in DeleteContents() local
625 nUndoDocFlags |= IDF_ATTRIB; in DeleteContents()
627 nUndoDocFlags |= IDF_STRING; // -> Zellen werden geaendert in DeleteContents()
629 nUndoDocFlags |= IDF_CONTENTS; // #68795# copy all cells with their notes in DeleteContents()
631 nUndoDocFlags |= IDF_NOCAPTIONS; in DeleteContents()
632 pDoc->CopyToDocument( aExtendedRange, nUndoDocFlags, bMulti, pUndoDoc, &aMultiMark ); in DeleteContents()

Completed in 48 milliseconds