Lines Matching refs:sal_uInt16

56     sal_uInt16          mnRepeat;
62 sal_uInt16 nRepeat = 0 );
72 sal_uInt16 GetRepeat() const { return mnRepeat; } in GetRepeat()
86 sal_uInt16 nRepeat ) : in KeyEvent()
99 #define MOUSE_SIMPLEMOVE ((sal_uInt16)0x0001)
100 #define MOUSE_DRAGMOVE ((sal_uInt16)0x0002)
101 #define MOUSE_DRAGCOPY ((sal_uInt16)0x0004)
102 #define MOUSE_ENTERWINDOW ((sal_uInt16)0x0010)
103 #define MOUSE_LEAVEWINDOW ((sal_uInt16)0x0020)
104 #define MOUSE_SYNTHETIC ((sal_uInt16)0x0040)
105 #define MOUSE_MODIFIERCHANGED ((sal_uInt16)0x0080)
108 #define MOUSE_SIMPLECLICK ((sal_uInt16)0x0001)
109 #define MOUSE_SELECT ((sal_uInt16)0x0002)
110 #define MOUSE_MULTISELECT ((sal_uInt16)0x0004)
111 #define MOUSE_RANGESELECT ((sal_uInt16)0x0008)
114 #define MOUSE_LEFT ((sal_uInt16)0x0001)
115 #define MOUSE_MIDDLE ((sal_uInt16)0x0002)
116 #define MOUSE_RIGHT ((sal_uInt16)0x0004)
126 sal_uInt16 mnMode;
127 sal_uInt16 mnClicks;
128 sal_uInt16 mnCode;
132 explicit MouseEvent( const Point& rPos, sal_uInt16 nClicks = 1,
133 sal_uInt16 nMode = 0, sal_uInt16 nButtons = 0,
134 sal_uInt16 nModifier = 0 );
137 sal_uInt16 GetMode() const { return mnMode; } in GetMode()
144 sal_uInt16 GetClicks() const { return mnClicks; } in GetClicks()
155 sal_uInt16 GetButtons() const in GetButtons()
164 sal_uInt16 GetModifier() const in GetModifier()
183 inline MouseEvent::MouseEvent( const Point& rPos, sal_uInt16 nClicks, in MouseEvent()
184 sal_uInt16 nMode, in MouseEvent()
185 sal_uInt16 nButtons, sal_uInt16 nModifier ) : in MouseEvent()
197 #define HELPMODE_CONTEXT ((sal_uInt16)0x0001)
198 #define HELPMODE_EXTENDED ((sal_uInt16)0x0002)
199 #define HELPMODE_BALLOON ((sal_uInt16)0x0004)
200 #define HELPMODE_QUICK ((sal_uInt16)0x0008)
206 sal_uInt16 mnMode;
211 explicit HelpEvent( sal_uInt16 nHelpMode );
212 explicit HelpEvent( const Point& rMousePos, sal_uInt16 nHelpMode );
215 sal_uInt16 GetMode() const { return mnMode; } in GetMode()
226 inline HelpEvent::HelpEvent( const Point& rMousePos, sal_uInt16 nHelpMode ) : in HelpEvent()
233 inline HelpEvent::HelpEvent( sal_uInt16 nHelpMode ) in HelpEvent()
248 sal_uInt16 mnItemId;
249 sal_uInt16 mnStyle;
255 sal_uInt16 nId, sal_uInt16 nStyle = 0 );
259 sal_uInt16 GetItemId() const { return mnItemId; } in GetItemId()
260 sal_uInt16 GetStyle() const { return mnStyle; } in GetStyle()
272 sal_uInt16 nId, sal_uInt16 nStyle ) : in UserDrawEvent()
284 #define ENDTRACK_CANCEL ((sal_uInt16)0x0001)
285 #define ENDTRACK_KEY ((sal_uInt16)0x0002)
286 #define ENDTRACK_FOCUS ((sal_uInt16)0x0004)
287 #define ENDTRACK_END ((sal_uInt16)0x1000)
288 #define ENDTRACK_DONTCALLHDL ((sal_uInt16)0x8000)
290 #define TRACKING_REPEAT ((sal_uInt16)0x0100)
300 sal_uInt16 mnFlags;
305 sal_uInt16 nTrackFlags = 0 );
316 sal_uInt16 GetTrackingFlags() const { return mnFlags; } in GetTrackingFlags()
325 sal_uInt16 nTrackFlags ) : in TrackingEvent()
355 sal_uInt16 mnType;
360 NotifyEvent( sal_uInt16 nType,
365 sal_uInt16 GetType() const { return mnType; } in GetType()
385 inline NotifyEvent::NotifyEvent( sal_uInt16 nType, Window* pWindow, in NotifyEvent()
422 #define DATACHANGED_SETTINGS ((sal_uInt16)1)
423 #define DATACHANGED_DISPLAY ((sal_uInt16)2)
424 #define DATACHANGED_DATETIME ((sal_uInt16)3)
425 #define DATACHANGED_FONTS ((sal_uInt16)4)
426 #define DATACHANGED_PRINTER ((sal_uInt16)5)
427 #define DATACHANGED_FONTSUBSTITUTION ((sal_uInt16)6)
428 #define DATACHANGED_USER ((sal_uInt16)10000)
435 sal_uInt16 mnType;
439 explicit DataChangedEvent( sal_uInt16 nType,
443 sal_uInt16 GetType() const { return mnType; } in GetType()
457 inline DataChangedEvent::DataChangedEvent( sal_uInt16 nType, in DataChangedEvent()