Lines Matching refs:pTransferObj
181 ScDrawTransferObj* pTransferObj = new ScDrawTransferObj( pModel, pDocSh, aObjDesc ); in BeginDrag() local
182 uno::Reference<datatransfer::XTransferable> xTransferable( pTransferObj ); in BeginDrag()
184 pTransferObj->SetDrawPersist( &aDragShellRef ); // keep persist for ole objects alive in BeginDrag()
185 pTransferObj->SetDragSource( this ); // copies selection in BeginDrag()
187 SC_MOD()->SetDragObject( NULL, pTransferObj ); // for internal D&D in BeginDrag()
188 pTransferObj->StartDrag( pWindow, DND_ACTION_COPYMOVE | DND_ACTION_LINK ); in BeginDrag()
218 ScDrawTransferObj* pTransferObj = new ScDrawTransferObj( pModel, pDocSh, aObjDesc ); in DoCopy() local
219 uno::Reference<datatransfer::XTransferable> xTransferable( pTransferObj ); in DoCopy()
223 …pTransferObj->SetDrawPersist( &(*ScGlobal::pDrawClipDocShellRef) ); // keep persist for ole obj… in DoCopy()
226 pTransferObj->CopyToClipboard( pViewData->GetActiveWin() ); // system clipboard in DoCopy()
227 SC_MOD()->SetClipObject( NULL, pTransferObj ); // internal clipboard in DoCopy()
254 ScDrawTransferObj* pTransferObj = new ScDrawTransferObj( pModel, pDocSh, aObjDesc ); in CopyToTransferable() local
255 uno::Reference<datatransfer::XTransferable> xTransferable( pTransferObj ); in CopyToTransferable()
259 …pTransferObj->SetDrawPersist( &(*ScGlobal::pDrawClipDocShellRef) ); // keep persist for ole obj… in CopyToTransferable()