Home
last modified time | relevance | path

Searched refs:mnPointerType (Results 1 – 10 of 10) sorted by relevance

/trunk/main/sdext/source/presenter/
H A DPresenterPaneBorderManager.cxx93 mnPointerType(), in PresenterPaneBorderManager()
376 mnPointerType = awt::SystemPointer::MOVE; in mouseMoved()
379 mnPointerType = awt::SystemPointer::WINDOW_NWSIZE; in mouseMoved()
382 mnPointerType = awt::SystemPointer::WINDOW_NESIZE; in mouseMoved()
385 mnPointerType = awt::SystemPointer::WINDOW_WSIZE; in mouseMoved()
388 mnPointerType = awt::SystemPointer::WINDOW_ESIZE; in mouseMoved()
391 mnPointerType = awt::SystemPointer::WINDOW_SWSIZE; in mouseMoved()
394 mnPointerType = awt::SystemPointer::WINDOW_SESIZE; in mouseMoved()
397 mnPointerType = awt::SystemPointer::WINDOW_SSIZE; in mouseMoved()
403 mnPointerType = awt::SystemPointer::ARROW; in mouseMoved()
[all …]
H A DPresenterPaneBorderManager.hxx134 sal_Int32 mnPointerType; member in sdext::presenter::PresenterPaneBorderManager
/trunk/main/avmedia/source/win/
H A Dwindow.cxx207 mnPointerType( awt::SystemPointer::ARROW ) in Window()
406 switch( mnPointerType ) in updatePointer()
460 mnPointerType = nPointerType; in setPointerType()
H A Dwindow.hxx111 int mnPointerType; member in avmedia::win::Window
/trunk/main/avmedia/source/macavf/
H A Dmacavf_window.cxx43 , mnPointerType( awt::SystemPointer::ARROW ) in Window()
125 mnPointerType = nPointerType; in setPointerType()
H A Dmacavf_window.hxx112 int mnPointerType; member in avmedia::macavf::Window
/trunk/main/avmedia/source/xine/
H A Dwindow.cxx167 mnPointerType( awt::SystemPointer::ARROW ) in Window()
314 mnPointerType = nPointerType; in setPointerType()
H A Dwindow.hxx102 sal_Int32 mnPointerType; member in avmedia::xine::Window
/trunk/main/avmedia/source/gstreamer/
H A Dgstwindow.hxx159 sal_Int32 mnPointerType; member in avmedia::gst::Window
H A Dgstwindow.cxx143 mnPointerType( awt::SystemPointer::ARROW ) in Window()