Home
last modified time | relevance | path

Searched refs:pTransferable (Results 1 – 18 of 18) sorted by relevance

/trunk/main/sd/source/ui/slidesorter/controller/
H A DSlsClipboard.cxx477 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 DSlsTransferableData.cxx41 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 DSlsDragAndDropContext.cxx62 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 DSlsInsertionIndicatorHandler.cxx119 void InsertionIndicatorHandler::UpdateIndicatorIcon (const SdTransferable* pTransferable) in UpdateIndicatorIcon() argument
121 mpInsertionIndicatorOverlay->Create(pTransferable); in UpdateIndicatorIcon()
/trunk/main/sd/source/ui/view/
H A Dsdview2.cxx129 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 …]
/trunk/main/svtools/source/misc/
H A Dstringtransfer.cxx68 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()
/trunk/main/sd/source/ui/slidesorter/view/
H A DSlsInsertionIndicatorOverlay.cxx102 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()
/trunk/main/sd/source/ui/dlg/
H A Dsdtreelb.cxx1417 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()
/trunk/main/sw/source/ui/uiview/
H A Duivwimp.cxx246 SwTransferable* pTransferable = reinterpret_cast< SwTransferable * >( in Invalidate() local
249 if(pTransferable) in Invalidate()
250 pTransferable->Invalidate(); in Invalidate()
/trunk/main/sd/source/ui/slidesorter/inc/controller/
H A DSlsClipboard.hxx76 …t::shared_ptr<SdTransferable::UserData> CreateTransferableUserData (SdTransferable* pTransferable);
234 SdTransferable* pTransferable,
H A DSlsTransferableData.hxx69 …ic ::boost::shared_ptr<TransferableData> GetFromTransferable (const SdTransferable* pTransferable);
H A DSlsInsertionIndicatorHandler.hxx84 void UpdateIndicatorIcon (const SdTransferable* pTransferable);
/trunk/main/svx/source/gallery2/
H A Dgaltheme.cxx1377 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()
/trunk/main/sd/inc/
H A Ddrawdoc.hxx258 …id CreatingDataObj( SdTransferable* pTransferable ) { mpCreatingTransferable = pTransf… in CreatingDataObj() argument
/trunk/main/sd/source/ui/slidesorter/inc/view/
H A DSlsInsertionIndicatorOverlay.hxx71 void Create (const SdTransferable* pTransferable);
/trunk/main/svx/source/form/
H A Ddatanavi.cxx229 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 Dfmshimp.cxx407 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()
/trunk/main/svx/source/fmcomp/
H A Dgridctrl.cxx2884 …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()

Completed in 141 milliseconds