Home
last modified time | relevance | path

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

/trunk/main/svtools/source/contnr/
H A Dsvlbox.cxx1705 void SvLBox::WriteDragServerInfo( const Point&, SvLBoxDDInfo* ) in WriteDragServerInfo() argument
1710 void SvLBox::ReadDragServerInfo(const Point&, SvLBoxDDInfo* ) in ReadDragServerInfo() argument
1780 SvLBoxDDInfo aDDInfo; in ExecuteDrop()
1787 sizeof(SvLBoxDDInfo) == aSeq.getLength() ) in ExecuteDrop()
1789 memcpy( &aDDInfo, aSeq.getConstArray(), sizeof(SvLBoxDDInfo) ); in ExecuteDrop()
1860 SvLBoxDDInfo aDDInfo; in StartDrag()
1861 memset(&aDDInfo,0,sizeof(SvLBoxDDInfo)); in StartDrag()
1869 (sal_Char*)&aDDInfo, sizeof(SvLBoxDDInfo) ); in StartDrag()
H A Dsvicnvw.cxx609 void SvIconView::WriteDragServerInfo( const Point& rPos, SvLBoxDDInfo* pInfo) in WriteDragServerInfo()
614 void SvIconView::ReadDragServerInfo( const Point& rPos, SvLBoxDDInfo* pInfo ) in ReadDragServerInfo()
H A Dsvimpicn.cxx2816 void SvImpIconView::WriteDragServerInfo( const Point& rPos, SvLBoxDDInfo* pInfo) in WriteDragServerInfo()
2829 void SvImpIconView::ReadDragServerInfo( const Point& rPos, SvLBoxDDInfo* pInfo ) in ReadDragServerInfo()
/trunk/main/svtools/inc/svtools/
H A Dsvlbox.hxx63 struct SvLBoxDDInfo;
326 virtual void WriteDragServerInfo( const Point&, SvLBoxDDInfo* );
328 virtual void ReadDragServerInfo( const Point&,SvLBoxDDInfo* );
591 struct SvLBoxDDInfo struct
H A Dsvicnvw.hxx105 virtual void WriteDragServerInfo( const Point&, SvLBoxDDInfo* );
106 virtual void ReadDragServerInfo( const Point&, SvLBoxDDInfo* );
/trunk/main/svtools/source/inc/
H A Dsvimpicn.hxx270 void WriteDragServerInfo( const Point&, SvLBoxDDInfo* );
271 void ReadDragServerInfo( const Point&, SvLBoxDDInfo* );
/trunk/main/sd/source/ui/dlg/
H A Dsdtreelb.cxx1407 SvLBoxDDInfo aDDInfo; in DoDrag()
1408 memset(&aDDInfo,0,sizeof(SvLBoxDDInfo)); in DoDrag()
1412 ::com::sun::star::uno::Sequence<sal_Int8> aSequence (sizeof(SvLBoxDDInfo)); in DoDrag()
1413 memcpy(aSequence.getArray(), (sal_Char*)&aDDInfo, sizeof(SvLBoxDDInfo)); in DoDrag()

Completed in 72 milliseconds