Searched refs:IDF_OBJECTS (Results 1 – 11 of 11) sorted by relevance
/aoo41x/main/sc/source/ui/view/ |
H A D | viewfun3.cxx | 268 …pDoc->CopyToDocument( aCopyRange, (IDF_ALL & ~IDF_OBJECTS) | IDF_NOCAPTIONS, sal_False, pUndoDoc ); in CutToClip() 982 sal_Bool bPasteDraw = ( pClipDoc->GetDrawLayer() && ( nFlags & (IDF_OBJECTS|IDF_NOTE) ) ); in PasteFromClip() 1376 sal_uInt16 nNoObjFlags = nFlags & ~IDF_OBJECTS; in PasteFromClip() 1418 if ( nFlags & IDF_OBJECTS ) in PasteFromClip() 1430 pDoc->CopyFromClip( aUserRange, aFilteredMark, IDF_OBJECTS, pRefUndoDoc, pClipDoc, in PasteFromClip() 1527 if ( nFlags & IDF_OBJECTS ) in PasteFromClip() 1644 if (nFlags & IDF_OBJECTS) in PasteMultiRangesFromClip() 1650 sal_uInt16 nNoObjFlags = nFlags & ~IDF_OBJECTS; in PasteMultiRangesFromClip() 1659 if (nFlags & IDF_OBJECTS) in PasteMultiRangesFromClip() 1662 pDoc->CopyMultiRangeFromClip(rCurPos, aMark, IDF_OBJECTS, pClipDoc, in PasteMultiRangesFromClip()
|
H A D | cellsh1.cxx | 375 case 'O': nFlags |= IDF_OBJECTS; break; in ExecuteEdit() 424 if( nFlags & IDF_OBJECTS ) aFlags += 'O'; in ExecuteEdit()
|
H A D | viewfunc.cxx | 1955 if ( nFlags & IDF_OBJECTS ) in DeleteContents()
|
/aoo41x/main/sc/source/ui/miscdlgs/ |
H A D | delcodlg.cxx | 84 aBtnDelObjects.Check ( IS_SET( IDF_OBJECTS, in ScDeleteContentsDlg() 114 ScDeleteContentsDlg::nPreviousChecks |= IDF_OBJECTS; in GetDelContentsCmdBits()
|
H A D | inscodlg.cxx | 111 aBtnInsObjects.Check ( IS_SET( IDF_OBJECTS, in ScInsertContentsDlg() 165 ScInsertContentsDlg::nPreviousChecks |= IDF_OBJECTS; in GetInsContentsCmdBits()
|
/aoo41x/main/sc/inc/ |
H A D | global.hxx | 218 const sal_uInt16 IDF_OBJECTS = 0x0080; /// Drawing objects. variable 222 const sal_uInt16 IDF_ALL = IDF_CONTENTS | IDF_ATTRIB | IDF_OBJECTS; 227 const sal_uInt16 IDF_AUTOFILL = IDF_ALL & ~(IDF_NOTE | IDF_OBJECTS);
|
/aoo41x/main/sc/source/ui/undo/ |
H A D | undoblk.cxx | 804 sal_uInt16 nUndoFlags = (IDF_ALL & ~IDF_OBJECTS) | IDF_NOCAPTIONS; in DoChange() 949 (nUndoFlags &= ~IDF_OBJECTS) |= IDF_NOCAPTIONS; in DoChange() 1258 sal_uInt16 nUndoFlags = (IDF_ALL & ~IDF_OBJECTS) | IDF_NOCAPTIONS; in DoUndo() 1292 sal_uInt16 nRedoFlags = (IDF_ALL & ~IDF_OBJECTS) | IDF_NOCAPTIONS; in Redo() 1332 …pDoc->CopyFromClip( aDestRange, aDestMark, IDF_ALL & ~IDF_OBJECTS, NULL, pClipDoc, sal_True, sal_F… in Redo()
|
H A D | undoblk3.cxx | 185 sal_uInt16 nRedoFlags = (nFlags & ~IDF_OBJECTS) | IDF_NOCAPTIONS; in DoChange()
|
/aoo41x/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()
|
/aoo41x/main/sc/source/ui/docshell/ |
H A D | docfunc.cxx | 583 if ( nFlags & IDF_OBJECTS ) in DeleteContents() 2382 sal_uInt16 nUndoFlags = (IDF_ALL & ~IDF_OBJECTS) | IDF_NOCAPTIONS; in MoveBlock() 2458 pDoc->CopyFromClip( aPasteDest, aDestMark, IDF_ALL & ~(IDF_NOTE | IDF_OBJECTS), in MoveBlock() 2478 pDoc->CopyFromClip( aPasteDest, aDestMark, IDF_NOTE | IDF_ADDNOTES | IDF_OBJECTS, in MoveBlock()
|
/aoo41x/main/sc/source/core/data/ |
H A D | document.cxx | 1682 if ( pDrawLayer && ( nFlags & IDF_OBJECTS ) ) in TransposeClip() 1944 if ( pCBFCP->pClipDoc->pDrawLayer && ( pCBFCP->nInsFlag & IDF_OBJECTS ) ) in CopyBlockFromClip()
|
Completed in 116 milliseconds