Searched refs:nDragSourceActions (Results 1 – 8 of 8) sorted by relevance
/aoo4110/main/svx/source/inc/ |
H A D | fmexch.hxx | 80 void startDrag( Window* pWindow, sal_Int8 nDragSourceActions, const GrantAccess& ); 98 …void StartDrag( Window* pWindow, sal_Int8 nDragSourceActions, sal_Int32 nDragPointer = DND_POINTER… in StartDrag() argument 100 TransferableHelper::StartDrag(pWindow, nDragSourceActions, nDragPointer, nDragImage); in StartDrag() 120 void startDrag( sal_Int8 nDragSourceActions );
|
/aoo4110/main/svx/source/form/ |
H A D | fmexch.cxx | 402 void OLocalExchangeHelper::startDrag( sal_Int8 nDragSourceActions ) in startDrag() argument 405 m_pTransferable->startDrag( m_pDragSource, nDragSourceActions, OLocalExchange::GrantAccess() ); in startDrag()
|
/aoo4110/main/sd/source/ui/slidesorter/controller/ |
H A D | SlsClipboard.cxx | 515 sal_Int8 nDragSourceActions (DND_ACTION_COPY); in CreateSlideTransferable() local 520 nDragSourceActions |= DND_ACTION_MOVE; in CreateSlideTransferable() 521 pTransferable->StartDrag (pActionWindow, nDragSourceActions); in CreateSlideTransferable()
|
/aoo4110/main/svtools/source/misc/ |
H A D | transfer2.cxx | 617 Window* pWindow, sal_Int8 nDragSourceActions, in StartDrag() argument 621 TransferableHelper::StartDrag( pWindow, nDragSourceActions, in StartDrag()
|
/aoo4110/main/svx/source/gallery2/ |
H A D | galmisc.cxx | 664 void GalleryTransferable::StartDrag( Window* pWindow, sal_Int8 nDragSourceActions, in StartDrag() argument 673 TransferableHelper::StartDrag( pWindow, nDragSourceActions, nDragPointer, nDragImage ); in StartDrag()
|
/aoo4110/main/dbaccess/source/ui/inc/ |
H A D | JoinExchange.hxx | 75 …void StartDrag( Window* pWindow, sal_Int8 nDragSourceActions, IDragTransferableListener* _pListene…
|
/aoo4110/main/svtools/inc/svtools/ |
H A D | transfer.hxx | 288 void StartDrag( Window* pWindow, sal_Int8 nDragSourceActions, 581 void StartDrag( Window* pWindow, sal_Int8 nDragSourceActions,
|
/aoo4110/main/svx/inc/svx/ |
H A D | galmisc.hxx | 213 void StartDrag( Window* pWindow, sal_Int8 nDragSourceActions,
|
Completed in 89 milliseconds