Lines Matching refs:pChildWindow

78     Window * pChildWindow = m_pTopWindow->ImplFindWindow( location );  in drop()  local
80 if( NULL == pChildWindow ) in drop()
81 pChildWindow = m_pTopWindow; in drop()
83 while( pChildWindow->ImplGetClientWindow() ) in drop()
84 pChildWindow = pChildWindow->ImplGetClientWindow(); in drop()
86 if( pChildWindow->ImplIsAntiparallel() ) in drop()
87 pChildWindow->ImplReMirror( location ); in drop()
92 if( pChildWindow != m_pCurrentWindow ) in drop()
97 fireDragEnterEvent( pChildWindow, static_cast < XDropTargetDragContext * > (this), in drop()
104 nListeners = fireDropEvent( pChildWindow, dtde.Context, dtde.DropAction, in drop()
134 Window * pChildWindow = m_pTopWindow->ImplFindWindow( location ); in dragEnter() local
136 if( NULL == pChildWindow ) in dragEnter()
137 pChildWindow = m_pTopWindow; in dragEnter()
139 while( pChildWindow->ImplGetClientWindow() ) in dragEnter()
140 pChildWindow = pChildWindow->ImplGetClientWindow(); in dragEnter()
142 if( pChildWindow->ImplIsAntiparallel() ) in dragEnter()
143 pChildWindow->ImplReMirror( location ); in dragEnter()
148 m_pCurrentWindow = pChildWindow; in dragEnter()
152 sal_Int32 nListeners = fireDragEnterEvent( pChildWindow, dtdee.Context, dtdee.DropAction, location, in dragEnter()
197 Window * pChildWindow = m_pTopWindow->ImplFindWindow( location ); in dragOver() local
199 if( NULL == pChildWindow ) in dragOver()
200 pChildWindow = m_pTopWindow; in dragOver()
202 while( pChildWindow->ImplGetClientWindow() ) in dragOver()
203 pChildWindow = pChildWindow->ImplGetClientWindow(); in dragOver()
205 if( pChildWindow->ImplIsAntiparallel() ) in dragOver()
206 pChildWindow->ImplReMirror( location ); in dragOver()
210 if( pChildWindow != m_pCurrentWindow ) in dragOver()
216 m_pCurrentWindow = pChildWindow; in dragOver()
219 nListeners = fireDragEnterEvent( pChildWindow, dtde.Context, dtde.DropAction, location, in dragOver()
225 nListeners = fireDragOverEvent( pChildWindow, dtde.Context, dtde.DropAction, location, in dragOver()
255 Window * pChildWindow = m_pTopWindow->ImplFindWindow( location ); in dropActionChanged() local
257 if( NULL == pChildWindow ) in dropActionChanged()
258 pChildWindow = m_pTopWindow; in dropActionChanged()
260 while( pChildWindow->ImplGetClientWindow() ) in dropActionChanged()
261 pChildWindow = pChildWindow->ImplGetClientWindow(); in dropActionChanged()
263 if( pChildWindow->ImplIsAntiparallel() ) in dropActionChanged()
264 pChildWindow->ImplReMirror( location ); in dropActionChanged()
268 if( pChildWindow != m_pCurrentWindow ) in dropActionChanged()
274 m_pCurrentWindow = pChildWindow; in dropActionChanged()
277 nListeners = fireDragEnterEvent( pChildWindow, dtde.Context, dtde.DropAction, location, in dropActionChanged()
283 nListeners = fireDropActionChangedEvent( pChildWindow, dtde.Context, dtde.DropAction, location, in dropActionChanged()
312 Window * pChildWindow = m_pTopWindow->ImplFindWindow( origin ); in dragGestureRecognized() local
314 if( NULL == pChildWindow ) in dragGestureRecognized()
315 pChildWindow = m_pTopWindow; in dragGestureRecognized()
317 while( pChildWindow->ImplGetClientWindow() ) in dragGestureRecognized()
318 pChildWindow = pChildWindow->ImplGetClientWindow(); in dragGestureRecognized()
320 if( pChildWindow->ImplIsAntiparallel() ) in dragGestureRecognized()
321 pChildWindow->ImplReMirror( origin ); in dragGestureRecognized()
325 fireDragGestureEvent( pChildWindow, dge.DragSource, dge.Event, origin, dge.DragAction ); in dragGestureRecognized()