Home
last modified time | relevance | path

Searched refs:aDDInfo (Results 1 – 2 of 2) sorted by relevance

/trunk/main/svtools/source/contnr/
H A Dsvlbox.cxx1780 SvLBoxDDInfo aDDInfo; in ExecuteDrop() local
1798 ReadDragServerInfo( rEvt.maPosPixel, &aDDInfo ); in ExecuteDrop()
1804 if ( CopySelection( aDDInfo.pSource, pTarget ) ) in ExecuteDrop()
1809 if ( MoveSelection( aDDInfo.pSource, pTarget ) ) in ExecuteDrop()
1860 SvLBoxDDInfo aDDInfo; in StartDrag() local
1861 memset(&aDDInfo,0,sizeof(SvLBoxDDInfo)); in StartDrag()
1862 aDDInfo.pApp = GetpApp(); in StartDrag()
1863 aDDInfo.pSource = this; in StartDrag()
1864 aDDInfo.pDDStartEntry = pEntry; in StartDrag()
1866 WriteDragServerInfo( rPosPixel, &aDDInfo ); in StartDrag()
[all …]
/trunk/main/sd/source/ui/dlg/
H A Dsdtreelb.cxx1407 SvLBoxDDInfo aDDInfo; in DoDrag() local
1408 memset(&aDDInfo,0,sizeof(SvLBoxDDInfo)); in DoDrag()
1409 aDDInfo.pApp = GetpApp(); in DoDrag()
1410 aDDInfo.pSource = this; in DoDrag()
1413 memcpy(aSequence.getArray(), (sal_Char*)&aDDInfo, sizeof(SvLBoxDDInfo)); in DoDrag()

Completed in 32 milliseconds