Home
last modified time | relevance | path

Searched refs:ImplGetMousePointer (Results 1 – 5 of 5) sorted by relevance

/trunk/main/vcl/source/window/
H A Dscrwnd.hxx65 using Window::ImplGetMousePointer;
66 PointerStyle ImplGetMousePointer( long nDistX, long nDistY );
H A Dscrwnd.cxx246 PointerStyle ImplWheelWindow::ImplGetMousePointer( long nDistX, long nDistY ) in ImplGetMousePointer() function in ImplWheelWindow
331 const PointerStyle eActStyle = ImplGetMousePointer( nDistX, nDistY ); in MouseMove()
H A Dwindow.cxx1513 PointerStyle Window::ImplGetMousePointer() const in ImplGetMousePointer() function in Window
7945 mpWindowImpl->mpFrame->SetPointer( ImplGetMousePointer() ); in SetPointer()
7961 mpWindowImpl->mpFrame->SetPointer( ImplGetMousePointer() ); in EnableChildPointerOverwrite()
8030 mpWindowImpl->mpFrame->SetPointer( ImplGetMousePointer() ); in ShowPointer()
8076 mpWindowImpl->mpFrame->SetPointer( ImplGetMousePointer() ); in EnterWait()
8094 mpWindowImpl->mpFrame->SetPointer( ImplGetMousePointer() ); in LeaveWait()
H A Dwinproc.cxx269 pChild->ImplGetFrame()->SetPointer( pChild->ImplGetMousePointer() ); in ImplSetMousePointer()
/trunk/main/vcl/inc/vcl/
H A Dwindow.hxx431 SAL_DLLPRIVATE PointerStyle ImplGetMousePointer() const;