/aoo42x/main/sd/source/ui/slidesorter/controller/ |
H A D | SlsClipboard.cxx | 477 SD_MOD()->pTransferDrag = pTransferable; in CreateSlideTransferable() 479 SD_MOD()->pTransferClip = pTransferable; in CreateSlideTransferable() 481 pDocument->CreatingDataObj (pTransferable); in CreateSlideTransferable() 485 pTransferable->GetWorkDocument()->GetDocSh() in CreateSlideTransferable() 500 pTransferable->SetStartPos (pActionWindow->PixelToLogic( in CreateSlideTransferable() 502 pTransferable->SetObjectDescriptor (aObjDesc); in CreateSlideTransferable() 514 pTransferable->SetView (&mrSlideSorter.GetView()); in CreateSlideTransferable() 524 pTransferable->CopyToClipboard (pActionWindow); in CreateSlideTransferable() 554 TransferableDataHelper aDataHelper (pTransferable); in CreateTransferableUserData() 888 SdTransferable* pTransferable, in IsInsertionTrivial() argument [all …]
|
H A D | SlsTransferableData.cxx | 41 SdTransferable* pTransferable = new SdTransferable (pSrcDoc, pWorkView, bInitOnGetData); in CreateTransferable() local 43 pTransferable->AddUserData(pData); in CreateTransferable() 44 return pTransferable; in CreateTransferable() 50 …d_ptr<TransferableData> TransferableData::GetFromTransferable (const SdTransferable* pTransferable) in GetFromTransferable() argument 53 for (sal_Int32 nIndex=0,nCount=pTransferable->GetUserDataCount(); nIndex<nCount; ++nIndex) in GetFromTransferable() 55 pData = ::boost::dynamic_pointer_cast<TransferableData>(pTransferable->GetUserData(nIndex)); in GetFromTransferable()
|
H A D | SlsDragAndDropContext.cxx | 62 SdTransferable* pTransferable = SD_MOD()->pTransferDrag; in DragAndDropContext() local 64 = dynamic_cast<SdPageObjsTLB::SdPageObjsTransferable*>(pTransferable); in DragAndDropContext() 65 if (pTreeListBoxTransferable!=NULL && !TransferableData::GetFromTransferable(pTransferable)) in DragAndDropContext() 67 pTransferable->AddUserData( in DragAndDropContext() 68 rSlideSorter.GetController().GetClipboard().CreateTransferableUserData(pTransferable)); in DragAndDropContext() 71 rSlideSorter.GetController().GetInsertionIndicatorHandler()->UpdateIndicatorIcon(pTransferable); in DragAndDropContext()
|
H A D | SlsInsertionIndicatorHandler.cxx | 119 void InsertionIndicatorHandler::UpdateIndicatorIcon (const SdTransferable* pTransferable) in UpdateIndicatorIcon() argument 121 mpInsertionIndicatorOverlay->Create(pTransferable); in UpdateIndicatorIcon()
|
/aoo42x/main/sd/source/ui/view/ |
H A D | sdview2.cxx | 129 SD_MOD()->pTransferClip = pTransferable; in CreateClipboardDataObject() 131 mpDoc->CreatingDataObj( pTransferable ); in CreateClipboardDataObject() 179 pTransferable->SetStartPos( aMarkRect.TopLeft() ); in CreateClipboardDataObject() 180 pTransferable->SetObjectDescriptor( aObjDesc ); in CreateClipboardDataObject() 193 SD_MOD()->pTransferDrag = pTransferable; in CreateDragDataObject() 230 pTransferable->SetStartPos( rDragPos ); in CreateDragDataObject() 231 pTransferable->SetObjectDescriptor( aObjDesc ); in CreateDragDataObject() 247 SD_MOD()->pTransferSelection = pTransferable; in CreateSelectionDataObject() 257 pTransferable->SetStartPos( aMarkRect.TopLeft() ); in CreateSelectionDataObject() 258 pTransferable->SetObjectDescriptor( aObjDesc ); in CreateSelectionDataObject() [all …]
|
/aoo42x/main/svtools/source/misc/ |
H A D | stringtransfer.cxx | 68 OStringTransferable* pTransferable = new OStringTransferable( _rContent ); in CopyString() local 69 Reference< XTransferable > xTransfer = pTransferable; in CopyString() 70 pTransferable->CopyToClipboard( _pWindow ); in CopyString() 100 OStringTransferable* pTransferable = new OStringTransferable( _rContent ); in StartStringDrag() local 101 Reference< XTransferable > xTransfer = pTransferable; in StartStringDrag() 102 pTransferable->StartDrag(_pWindow, _nDragSourceActions); in StartStringDrag()
|
/aoo42x/main/sd/source/ui/slidesorter/view/ |
H A D | SlsInsertionIndicatorOverlay.cxx | 102 void InsertionIndicatorOverlay::Create (const SdTransferable* pTransferable) in Create() argument 104 if (pTransferable == NULL) in Create() 108 controller::TransferableData::GetFromTransferable(pTransferable)); in Create() 112 if (pTransferable->HasPageBookmarks()) in Create() 113 nSelectionCount = pTransferable->GetPageBookmarks().Count(); in Create() 116 DrawDocShell* pDataDocShell = dynamic_cast<DrawDocShell*>(&pTransferable->GetDocShell()); in Create()
|
/aoo42x/main/sd/source/ui/dlg/ |
H A D | sdtreelb.cxx | 1417 SdTransferable* pTransferable = new SdPageObjsTLB::SdPageObjsTransferable( in DoDrag() local 1445 AddShapeToTransferable(*pTransferable, *pObject); in DoDrag() 1446 pTransferable->SetView(pView); in DoDrag() 1447 SD_MOD()->pTransferDrag = pTransferable; in DoDrag() 1460 pTransferable->SetView(pView); in DoDrag() 1461 SD_MOD()->pTransferDrag = pTransferable; in DoDrag() 1464 pTransferable->StartDrag( this, nDNDActions ); in DoDrag()
|
/aoo42x/main/sw/source/ui/uiview/ |
H A D | uivwimp.cxx | 246 SwTransferable* pTransferable = reinterpret_cast< SwTransferable * >( in Invalidate() local 249 if(pTransferable) in Invalidate() 250 pTransferable->Invalidate(); in Invalidate()
|
/aoo42x/main/sd/source/ui/slidesorter/inc/controller/ |
H A D | SlsClipboard.hxx | 76 …t::shared_ptr<SdTransferable::UserData> CreateTransferableUserData (SdTransferable* pTransferable); 234 SdTransferable* pTransferable,
|
H A D | SlsTransferableData.hxx | 69 …ic ::boost::shared_ptr<TransferableData> GetFromTransferable (const SdTransferable* pTransferable);
|
H A D | SlsInsertionIndicatorHandler.hxx | 84 void UpdateIndicatorIcon (const SdTransferable* pTransferable);
|
/aoo42x/main/svx/source/gallery2/ |
H A D | galtheme.cxx | 1377 GalleryTransferable* pTransferable = new GalleryTransferable( this, nPos, false ); in CopyToClipboard() local 1378 pTransferable->CopyToClipboard( pWindow ); in CopyToClipboard() 1385 GalleryTransferable* pTransferable = new GalleryTransferable( this, nPos, true ); in StartDrag() local 1386 pTransferable->StartDrag( pWindow, DND_ACTION_COPY | DND_ACTION_LINK ); in StartDrag()
|
/aoo42x/main/sd/inc/ |
H A D | drawdoc.hxx | 258 …id CreatingDataObj( SdTransferable* pTransferable ) { mpCreatingTransferable = pTransf… in CreatingDataObj() argument
|
/aoo42x/main/sd/source/ui/slidesorter/inc/view/ |
H A D | SlsInsertionIndicatorOverlay.hxx | 71 void Create (const SdTransferable* pTransferable);
|
/aoo42x/main/svx/source/form/ |
H A D | datanavi.cxx | 229 OXFormsTransferable *pTransferable = new OXFormsTransferable(desc); in StartDrag() local 230 Reference< XTransferable > xEnsureDelete = pTransferable; in StartDrag() 231 if(pTransferable) { in StartDrag() 233 pTransferable->StartDrag( this, DND_ACTION_COPY ); in StartDrag()
|
H A D | fmshimp.cxx | 407 ScriptEventDescriptor* pTransferable = aTransferable.getArray(); in TransferEventScripts() local 442 *pTransferable = *pCurrent; in TransferEventScripts() 443 ++pTransferable; in TransferEventScripts() 452 sal_Int32 nRealNewLen = pTransferable - aTransferable.getArray(); in TransferEventScripts()
|
/aoo42x/main/svx/source/fmcomp/ |
H A D | gridctrl.cxx | 2884 …OStringTransferable* pTransferable = new OStringTransferable(GetCurrentRowCellText(pColumn,m_xPain… in StartDrag() local 2885 Reference< XTransferable > xEnsureDelete(pTransferable); in StartDrag() 2886 pTransferable->StartDrag(this, DND_ACTION_COPY); in StartDrag()
|