Searched refs:nUndoDocFlags (Results 1 – 2 of 2) sorted by relevance
2004 sal_uInt16 nUndoDocFlags = nFlags; in DeleteContents() local2006 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()
623 sal_uInt16 nUndoDocFlags = nFlags; in DeleteContents() local625 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 33 milliseconds