Home
last modified time | relevance | path

Searched refs:pTransferObj (Results 1 – 7 of 7) sorted by relevance

/trunk/main/sc/source/ui/view/
H A Ddrawvie4.cxx181 ScDrawTransferObj* pTransferObj = new ScDrawTransferObj( pModel, pDocSh, aObjDesc ); in BeginDrag() local
182 uno::Reference<datatransfer::XTransferable> xTransferable( pTransferObj ); 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()
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
[all …]
H A Dselect.cxx127 ScTransferObj* pTransferObj = new ScTransferObj( pClipDoc, aObjDesc ); in BeginDrag() local
128 uno::Reference<datatransfer::XTransferable> xTransferable( pTransferObj ); in BeginDrag()
131 ScRange aMarkRange = pTransferObj->GetRange(); in BeginDrag()
136 pTransferObj->SetDragHandlePos( nHandleX, nHandleY ); in BeginDrag()
137 pTransferObj->SetVisibleTab( nTab ); in BeginDrag()
139 pTransferObj->SetDragSource( pDocSh, rMark ); in BeginDrag()
145 SC_MOD()->SetDragObject( pTransferObj, NULL ); // for internal D&D in BeginDrag()
146 pTransferObj->StartDrag( pWindow, nDragActions ); in BeginDrag()
H A Dtabcont.cxx471 ScTransferObj* pTransferObj = new ScTransferObj( pClipDoc, aObjDesc ); in DoDrag() local
472 …n::star::uno::Reference<com::sun::star::datatransfer::XTransferable> xTransferable( pTransferObj ); in DoDrag()
474 pTransferObj->SetDragSourceFlags( SC_DROP_TABLE ); in DoDrag()
476 pTransferObj->SetDragSource( pDocSh, aTabMark ); in DoDrag()
479 SC_MOD()->SetDragObject( pTransferObj, NULL ); // for internal D&D in DoDrag()
480 pTransferObj->StartDrag( pWindow, DND_ACTION_COPYMOVE | DND_ACTION_LINK ); in DoDrag()
H A Dviewfun3.cxx381 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()
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
[all …]
H A Dviewfun7.cxx262 ScDrawTransferObj* pTransferObj = ScDrawTransferObj::GetOwnClipboard( NULL ); in PasteDraw() local
263 if ( pDocument && pPage && pModelObj && ( pTransferObj || pDrawTrans ) ) in PasteDraw()
266pTransferObj ? pTransferObj->GetProtectedChartRangesVector() : pDrawTrans->GetProtectedChartRanges… in PasteDraw()
/trunk/main/sc/source/ui/app/
H A Dseltrans.cxx313 ScTransferObj* pTransferObj = new ScTransferObj( pClipDoc, aObjDesc ); in CreateCellData() local
314 uno::Reference<datatransfer::XTransferable> xTransferable( pTransferObj ); in CreateCellData()
320 pTransferObj->SetDrawPersist( aPersistRef ); // keep persist for ole objects alive in CreateCellData()
322 pTransferObj->SetDragSource( pDocSh, aNewMark ); in CreateCellData()
324 pCellData = pTransferObj; in CreateCellData()
372 ScDrawTransferObj* pTransferObj = new ScDrawTransferObj( pModel, pDocSh, aObjDesc ); in CreateDrawData() local
373 uno::Reference<datatransfer::XTransferable> xTransferable( pTransferObj ); in CreateDrawData()
376 pTransferObj->SetDrawPersist( aPersistRef ); // keep persist for ole objects alive in CreateDrawData()
377 pTransferObj->SetDragSource( pDrawView ); // copies selection in CreateDrawData()
379 pDrawData = pTransferObj; in CreateDrawData()
/trunk/main/sc/source/ui/navipi/
H A Dcontent.cxx1310 pTransferObj->SetDragSourceObj( pObject, nTab ); in lcl_DoDragObject()
1311 pTransferObj->SetDragSourceFlags( SC_DROP_NAVIGATOR ); in lcl_DoDragObject()
1313 SC_MOD()->SetDragObject( NULL, pTransferObj ); in lcl_DoDragObject()
1315 pTransferObj->StartDrag( pWin, DND_ACTION_COPYMOVE | DND_ACTION_LINK ); in lcl_DoDragObject()
1341 ScTransferObj* pTransferObj = new ScTransferObj( pClipDoc, aObjDesc ); in lcl_DoDragCells() local
1344 pTransferObj->SetDragSource( pSrcShell, aMark ); in lcl_DoDragCells()
1345 pTransferObj->SetDragSourceFlags( nFlags ); in lcl_DoDragCells()
1347 SC_MOD()->SetDragObject( pTransferObj, NULL ); // for internal D&D in lcl_DoDragCells()
1349 pTransferObj->StartDrag( pWin, DND_ACTION_COPYMOVE | DND_ACTION_LINK ); in lcl_DoDragCells()
1486 ScLinkTransferObj* pTransferObj = new ScLinkTransferObj; in DoDrag() local
[all …]

Completed in 52 milliseconds