Home
last modified time | relevance | path

Searched refs:mpDDInfo (Results 1 – 3 of 3) sorted by relevance

/trunk/main/vcl/source/control/
H A Dedit.cxx244 delete mpDDInfo; in ~Edit()
293 mpDDInfo = NULL; in ImplInitEditData()
2479 if ( mpDDInfo && mpDDInfo->bVisCursor ) in ImplHideDDCursor()
2989 if ( !mpDDInfo ) in dragGestureRecognized()
3033 delete mpDDInfo; in dragDropEnd()
3034 mpDDInfo = NULL; in dragDropEnd()
3077 delete mpDDInfo; in drop()
3078 mpDDInfo = NULL; in drop()
3087 if ( !mpDDInfo ) in dragEnter()
3089 mpDDInfo = new DDInfo; in dragEnter()
[all …]
/trunk/main/svtools/source/edit/
H A Dtextview.cxx176 TextDDInfo* mpDDInfo; member
240 mpImpl->mpDDInfo = NULL; in TextView()
265 delete mpImpl->mpDDInfo; in ~TextView()
1987 if ( mpImpl->mpDDInfo && mpImpl->mpDDInfo->mbVisCursor ) in ImpHideDDCursor()
2103 delete mpImpl->mpDDInfo; in dragGestureRecognized()
2146 delete mpImpl->mpDDInfo; in dragDropEnd()
2147 mpImpl->mpDDInfo = NULL; in dragDropEnd()
2252 delete mpImpl->mpDDInfo; in drop()
2253 mpImpl->mpDDInfo = 0; in drop()
2276 if ( !mpImpl->mpDDInfo ) in dragOver()
[all …]
/trunk/main/vcl/inc/vcl/
H A Dedit.hxx67 DDInfo* mpDDInfo; member in Edit

Completed in 46 milliseconds