Lines Matching refs:pTransferObj
381 ScTransferObj* pTransferObj = new ScTransferObj( pClipDoc, aObjDesc ); in CopyToClip() local
382 uno::Reference<datatransfer::XTransferable> xTransferable( pTransferObj ); in CopyToClip()
387 pTransferObj->SetDrawPersist( aPersistRef ); // keep persist for ole objects alive in CopyToClip()
390 pTransferObj->CopyToClipboard( GetActiveWin() ); // system clipboard in CopyToClip()
391 SC_MOD()->SetClipObject( pTransferObj, NULL ); // internal clipboard in CopyToClip()
498 ScTransferObj* pTransferObj = new ScTransferObj( pDocClip.release(), aObjDesc ); in CopyToClip() local
499 uno::Reference<datatransfer::XTransferable> xTransferable( pTransferObj ); in CopyToClip()
504 pTransferObj->SetDrawPersist( aPersistRef ); // keep persist for ole objects alive in CopyToClip()
507 pTransferObj->CopyToClipboard( GetActiveWin() ); // system clipboard in CopyToClip()
508 SC_MOD()->SetClipObject( pTransferObj, NULL ); // internal clipboard in CopyToClip()
556 ScTransferObj* pTransferObj = new ScTransferObj( pClipDoc, aObjDesc ); in CopyToTransferable() local
557 return pTransferObj; in CopyToTransferable()