Home
last modified time | relevance | path

Searched refs:mnFocusId (Results 1 – 5 of 5) sorted by last modified time

/trunk/main/vcl/win/source/window/
H A Dsalframe.cxx3346 if( pWin && pWin->ImplGetWindowImpl()->mpFrameData->mnFocusId ) in ImplHandleMouseMsg()
/trunk/main/vcl/source/window/
H A Dwindow.cxx888 mpWindowImpl->mpFrameData->mnFocusId = 0; in ImplInit()
4049 if( pFrame != mpWindowImpl->mpFrameWindow && pFrame->mpWindowImpl->mpFrameData->mnFocusId ) in ImplGrabFocus()
4738 if ( mpWindowImpl->mpFrameData->mnFocusId ) in ~Window()
4739 Application::RemoveUserEvent( mpWindowImpl->mpFrameData->mnFocusId ); in ~Window()
H A Dwinproc.cxx1264 if( !pChild->ImplGetWindowImpl()->mpFrameData->mnFocusId ) in ImplHandleExtTextInput()
1733 ImplGetWindowImpl()->mpFrameData->mnFocusId = 0; in IMPL_LINK()
1848 if ( !pWindow->ImplGetWindowImpl()->mpFrameData->mnFocusId ) in ImplHandleGetFocus()
1853 …Application::PostUserEvent( pWindow->ImplGetWindowImpl()->mpFrameData->mnFocusId, LINK( pWindow, W… in ImplHandleGetFocus()
1893 if ( !pWindow->ImplGetWindowImpl()->mpFrameData->mnFocusId ) in ImplHandleLoseFocus()
1897 …Application::PostUserEvent( pWindow->ImplGetWindowImpl()->mpFrameData->mnFocusId, LINK( pWindow, W… in ImplHandleLoseFocus()
H A Dsyschild.cxx92 if ( !pWindow->ImplGetFrameData()->mnFocusId ) in ImplSysChildProc()
95 …Application::PostUserEvent( pWindow->ImplGetFrameData()->mnFocusId, LINK( pWindow->ImplGetFrameWin… in ImplSysChildProc()
/trunk/main/vcl/inc/
H A Dwindow.h172 sal_uIntPtr mnFocusId; // FocusId for PostUserLink member

Completed in 84 milliseconds