| /trunk/main/vcl/inc/vcl/ |
| H A D | ptrstyle.hxx | 31 typedef sal_uInt16 PointerStyle; typedef 33 #define POINTER_ARROW ((PointerStyle)0) 34 #define POINTER_NULL ((PointerStyle)1) 35 #define POINTER_WAIT ((PointerStyle)2) 36 #define POINTER_TEXT ((PointerStyle)3) 37 #define POINTER_HELP ((PointerStyle)4) 38 #define POINTER_CROSS ((PointerStyle)5) 39 #define POINTER_MOVE ((PointerStyle)6) 40 #define POINTER_NSIZE ((PointerStyle)7) 41 #define POINTER_SSIZE ((PointerStyle)8) [all …]
|
| H A D | pointr.hxx | 39 PointerStyle meStyle; 44 Pointer( PointerStyle eStyle ) in Pointer() 47 PointerStyle GetStyle() const { return meStyle; } in GetStyle()
|
| H A D | toolbox.hxx | 236 PointerStyle meLastStyle;
|
| /trunk/main/sc/source/ui/inc/ |
| H A D | fieldwnd.hxx | 83 PointerStyle eDropPointer, 104 inline PointerStyle GetDropPointerStyle() const { return meDropPointer; } in GetDropPointerStyle() 232 PointerStyle meDropPointer; /// Mouse pointer style for tracking over this window.
|
| /trunk/main/vcl/source/window/ |
| H A D | scrwnd.cxx | 248 PointerStyle ImplWheelWindow::ImplGetMousePointer( long nDistX, long nDistY ) in ImplGetMousePointer() 250 PointerStyle eStyle; in ImplGetMousePointer() 333 const PointerStyle eActStyle = ImplGetMousePointer( nDistX, nDistY ); in MouseMove()
|
| H A D | scrwnd.hxx | 68 PointerStyle ImplGetMousePointer( long nDistX, long nDistY );
|
| H A D | split.cxx | 79 PointerStyle ePointerStyle; in ImplInitHorVer()
|
| /trunk/main/sw/source/ui/vba/ |
| H A D | vbasystem.cxx | 111 const Pointer& rPointer( static_cast< PointerStyle >( POINTER_WAIT ) ); in setCursor() 118 const Pointer& rPointer( static_cast< PointerStyle >( POINTER_TEXT ) ); in setCursor()
|
| /trunk/main/vcl/inc/aqua/ |
| H A D | salframe.h | 86 PointerStyle mePointerStyle; // currently active pointer style 133 virtual void SetPointer( PointerStyle ePointerStyle );
|
| H A D | saldata.hxx | 121 NSCursor* getCursor( PointerStyle i_eStyle );
|
| /trunk/main/vcl/inc/unx/gtk/ |
| H A D | gtkframe.hxx | 177 PointerStyle m_ePointerStyle; 336 virtual void SetPointer( PointerStyle ePointerStyle );
|
| H A D | gtkdata.hxx | 69 GdkCursor *getCursor( PointerStyle ePointerStyle );
|
| /trunk/main/toolkit/source/awt/ |
| H A D | vclxpointer.cxx | 65 maPointer = Pointer( (PointerStyle)nType ); in IMPL_XTYPEPROVIDER_START()
|
| /trunk/main/vcl/unx/headless/ |
| H A D | svpframe.hxx | 94 virtual void SetPointer( PointerStyle ePointerStyle );
|
| H A D | svpframe.cxx | 341 void SvpSalFrame::SetPointer( PointerStyle ) in SetPointer() argument
|
| /trunk/main/vcl/aqua/source/app/ |
| H A D | saldata.cxx | 242 NSCursor* SalData::getCursor( PointerStyle i_eStyle ) in getCursor()
|
| /trunk/main/vcl/inc/ |
| H A D | salframe.hxx | 200 virtual void SetPointer( PointerStyle ePointerStyle ) = 0;
|
| /trunk/main/vcl/inc/win/ |
| H A D | salframe.h | 116 virtual void SetPointer( PointerStyle ePointerStyle );
|
| /trunk/main/vcl/inc/os2/ |
| H A D | salframe.h | 129 virtual void SetPointer( PointerStyle ePointerStyle );
|
| /trunk/main/vcl/inc/unx/ |
| H A D | salframe.h | 241 virtual void SetPointer( PointerStyle ePointerStyle );
|
| /trunk/main/svtools/source/control/ |
| H A D | taskbar.cxx | 165 PointerStyle ePtrStyle; in MouseMove()
|
| /trunk/main/svtools/source/hatchwindow/ |
| H A D | ipwin.cxx | 496 PointerStyle aStyle = POINTER_MOVE; in SelectMouse()
|
| /trunk/main/sd/source/ui/annotations/ |
| H A D | annotationtag.cxx | 288 PointerStyle eStyle = POINTER_NOTALLOWED; in GetSdrDragPointer()
|
| /trunk/main/svtools/source/brwbox/ |
| H A D | datwin.cxx | 506 PointerStyle ePointerStyle = POINTER_ARROW; in MouseMove()
|
| /trunk/main/vcl/unx/gtk/app/ |
| H A D | gtkdata.cxx | 365 GdkCursor *GtkSalDisplay::getCursor( PointerStyle ePointerStyle ) in getCursor()
|