Lines Matching refs:sal_uInt16

141 #define WINDOW_PARENT                   ((sal_uInt16)0)
142 #define WINDOW_FIRSTCHILD ((sal_uInt16)1)
143 #define WINDOW_LASTCHILD ((sal_uInt16)2)
144 #define WINDOW_PREV ((sal_uInt16)3)
145 #define WINDOW_NEXT ((sal_uInt16)4)
146 #define WINDOW_FIRSTOVERLAP ((sal_uInt16)5)
147 #define WINDOW_LASTOVERLAP ((sal_uInt16)6)
148 #define WINDOW_OVERLAP ((sal_uInt16)7)
149 #define WINDOW_PARENTOVERLAP ((sal_uInt16)8)
150 #define WINDOW_CLIENT ((sal_uInt16)9)
151 #define WINDOW_REALPARENT ((sal_uInt16)10)
152 #define WINDOW_FRAME ((sal_uInt16)11)
153 #define WINDOW_BORDER ((sal_uInt16)12)
154 #define WINDOW_FIRSTTOPWINDOWCHILD ((sal_uInt16)13)
155 #define WINDOW_LASTTOPWINDOWCHILD ((sal_uInt16)14)
156 #define WINDOW_PREVTOPWINDOWSIBLING ((sal_uInt16)15)
157 #define WINDOW_NEXTTOPWINDOWSIBLING ((sal_uInt16)16)
160 #define WINDOW_POSSIZE_X ((sal_uInt16)0x0001)
161 #define WINDOW_POSSIZE_Y ((sal_uInt16)0x0002)
162 #define WINDOW_POSSIZE_WIDTH ((sal_uInt16)0x0004)
163 #define WINDOW_POSSIZE_HEIGHT ((sal_uInt16)0x0008)
168 #define WINDOW_POSSIZE_DROPDOWN ((sal_uInt16)0x0010)
171 #define SHOW_NOPARENTUPDATE ((sal_uInt16)0x0001)
172 #define SHOW_NOFOCUSCHANGE ((sal_uInt16)0x0002)
173 #define SHOW_NOACTIVATE ((sal_uInt16)0x0004)
174 #define SHOW_FOREGROUNDTASK ((sal_uInt16)0x0008)
177 #define WINDOW_ZORDER_BEFOR ((sal_uInt16)0x0001)
178 #define WINDOW_ZORDER_BEHIND ((sal_uInt16)0x0002)
179 #define WINDOW_ZORDER_FIRST ((sal_uInt16)0x0004)
180 #define WINDOW_ZORDER_LAST ((sal_uInt16)0x0008)
183 #define ACTIVATE_MODE_GRABFOCUS ((sal_uInt16)0x0001)
186 #define TOTOP_RESTOREWHENMIN ((sal_uInt16)0x0001)
187 #define TOTOP_FOREGROUNDTASK ((sal_uInt16)0x0002)
188 #define TOTOP_NOGRABFOCUS ((sal_uInt16)0x0004)
190 #define TOTOP_GRABFOCUSONLY ((sal_uInt16)0x0008)
194 #define INVALIDATE_CHILDREN ((sal_uInt16)0x0001)
195 #define INVALIDATE_NOCHILDREN ((sal_uInt16)0x0002)
196 #define INVALIDATE_NOERASE ((sal_uInt16)0x0004)
197 #define INVALIDATE_UPDATE ((sal_uInt16)0x0008)
198 #define INVALIDATE_TRANSPARENT ((sal_uInt16)0x0010)
199 #define INVALIDATE_NOTRANSPARENT ((sal_uInt16)0x0020)
200 #define INVALIDATE_NOCLIPCHILDREN ((sal_uInt16)0x4000)
205 #define VALIDATE_CHILDREN ((sal_uInt16)0x0001)
206 #define VALIDATE_NOCHILDREN ((sal_uInt16)0x0002)
209 #define SCROLL_CLIP ((sal_uInt16)0x0001)
210 #define SCROLL_CHILDREN ((sal_uInt16)0x0002)
211 #define SCROLL_NOCHILDREN ((sal_uInt16)0x0004)
212 #define SCROLL_NOERASE ((sal_uInt16)0x0008)
213 #define SCROLL_NOINVALIDATE ((sal_uInt16)0x0010)
214 #define SCROLL_NOWINDOWINVALIDATE ((sal_uInt16)0x0020)
215 #define SCROLL_USECLIPREGION ((sal_uInt16)0x0040)
216 #define SCROLL_UPDATE ((sal_uInt16)0x0080)
219 #define PARENTCLIPMODE_CLIP ((sal_uInt16)0x0001)
220 #define PARENTCLIPMODE_NOCLIP ((sal_uInt16)0x0002)
223 #define INVERT_HIGHLIGHT ((sal_uInt16)0x0001)
224 #define INVERT_50 ((sal_uInt16)0x0002)
227 #define SHOWTRACK_SMALL ((sal_uInt16)0x0001)
228 #define SHOWTRACK_BIG ((sal_uInt16)0x0002)
229 #define SHOWTRACK_SPLIT ((sal_uInt16)0x0003)
230 #define SHOWTRACK_OBJECT ((sal_uInt16)0x0004)
231 #define SHOWTRACK_WINDOW ((sal_uInt16)0x1000)
232 #define SHOWTRACK_CLIP ((sal_uInt16)0x2000)
233 #define SHOWTRACK_STYLE ((sal_uInt16)0x000F)
236 #define STARTTRACK_KEYINPUT ((sal_uInt16)0x0001)
237 #define STARTTRACK_KEYMOD ((sal_uInt16)0x0002)
238 #define STARTTRACK_NOKEYCANCEL ((sal_uInt16)0x0004)
239 #define STARTTRACK_SCROLLREPEAT ((sal_uInt16)0x0008)
240 #define STARTTRACK_BUTTONREPEAT ((sal_uInt16)0x0010)
241 #define STARTTRACK_MOUSEBUTTONDOWN ((sal_uInt16)0x0020)
242 #define STARTTRACK_FOCUSCANCEL ((sal_uInt16)0x0040)
245 #define AUTOSCROLL_VERT ((sal_uInt16)0x0001)
246 #define AUTOSCROLL_HORZ ((sal_uInt16)0x0002)
249 typedef sal_uInt16 StateChangedType;
273 #define GETFOCUS_TAB ((sal_uInt16)0x0001)
274 #define GETFOCUS_CURSOR ((sal_uInt16)0x0002)
275 #define GETFOCUS_MNEMONIC ((sal_uInt16)0x0004)
276 #define GETFOCUS_FORWARD ((sal_uInt16)0x0010)
277 #define GETFOCUS_BACKWARD ((sal_uInt16)0x0020)
278 #define GETFOCUS_AROUND ((sal_uInt16)0x0040)
279 #define GETFOCUS_UNIQUEMNEMONIC ((sal_uInt16)0x0100)
280 #define GETFOCUS_INIT ((sal_uInt16)0x0200)
281 #define GETFOCUS_FLOATWIN_POPUPMODEEND_CANCEL ((sal_uInt16)0x0400)
295 #define WINDOW_BORDER_NORMAL ((sal_uInt16)0x0001)
296 #define WINDOW_BORDER_MONO ((sal_uInt16)0x0002)
297 #define WINDOW_BORDER_ACTIVE ((sal_uInt16)0x0004)
298 #define WINDOW_BORDER_DOUBLEOUT ((sal_uInt16)0x0008)
299 #define WINDOW_BORDER_MENU ((sal_uInt16)0x0010)
300 #define WINDOW_BORDER_NOBORDER ((sal_uInt16)0x1000)
301 #define WINDOW_BORDER_REMOVEBORDER ((sal_uInt16)0x2000)
304 #define WINDOW_DLGCTRL_RETURN ((sal_uInt16)0x0001)
305 #define WINDOW_DLGCTRL_WANTFOCUS ((sal_uInt16)0x0002)
306 #define WINDOW_DLGCTRL_MOD1TAB ((sal_uInt16)0x0004)
307 #define WINDOW_DLGCTRL_FLOATWIN_POPUPMODEEND_CANCEL ((sal_uInt16)0x0008)
310 #define WINDOW_GETCLIPREGION_NULL ((sal_uInt16)0x0001)
311 #define WINDOW_GETCLIPREGION_NOCHILDREN ((sal_uInt16)0x0002)
314 #define EXTTEXTINPUT_END_COMPLETE ((sal_uInt16)0x0001)
315 #define EXTTEXTINPUT_END_CANCEL ((sal_uInt16)0x0002)
410 SAL_DLLPRIVATE sal_uInt16 ImplHitTest( const Point& rFramePos );
468 … SAL_DLLPRIVATE void ImplCallPaint( const Region* pRegion, sal_uInt16 nPaintFlags );
471 …SAL_DLLPRIVATE void ImplInvalidateFrameRegion( const Region* pRegion, sal_uInt16 nF…
474 SAL_DLLPRIVATE void ImplInvalidate( const Region* rRegion, sal_uInt16 nFlags );
475 …SAL_DLLPRIVATE void ImplValidateFrameRegion( const Region* rRegion, sal_uInt16 nFla…
476 SAL_DLLPRIVATE void ImplValidate( const Region* rRegion, sal_uInt16 nFlags );
479 … ImplScroll( const Rectangle& rRect, long nHorzScroll, long nVertScroll, sal_uInt16 nFlags );
507 …TE void ImplPosSizeWindow( long nX, long nY, long nWidth, long nHeight, sal_uInt16 nFlags );
511 SAL_DLLPRIVATE void ImplToTop( sal_uInt16 nFlags );
512 SAL_DLLPRIVATE void ImplStartToTop( sal_uInt16 nFlags );
513 SAL_DLLPRIVATE void ImplFocusToTop( sal_uInt16 nFlags, sal_Bool bReallyVisible );
517 …SAL_DLLPRIVATE void ImplCallMouseMove( sal_uInt16 nMouseCode, sal_Bool bModChanged = sal_Fa…
519 SAL_DLLPRIVATE void ImplGrabFocus( sal_uInt16 nFlags );
521 SAL_DLLPRIVATE void ImplControlFocus( sal_uInt16 nFlags = 0 );
522 … Window* ImplGetDlgWindow( sal_uInt16 n, sal_uInt16 nType, sal_uInt16 nStart = 0, sal_uInt16 n…
551 …SAL_DLLPRIVATE sal_uInt16 ImplGetAccessibleCandidateChildWindowCount( sal_uInt16 nFirstWindow…
552 …ATE Window* ImplGetAccessibleCandidateChild( sal_uInt16 nChild, sal_uInt16& rChildCount, sal_u…
675 void SetBorderStyle( sal_uInt16 nBorderStyle );
676 sal_uInt16 GetBorderStyle() const;
695 void SetDialogControlFlags( sal_uInt16 nFlags );
696 sal_uInt16 GetDialogControlFlags() const;
710 void EndExtTextInput( sal_uInt16 nFlags );
745 void SetParentClipMode( sal_uInt16 nMode = 0 );
746 sal_uInt16 GetParentClipMode() const;
752 Region GetWindowClipRegionPixel( sal_uInt16 nFlags = 0 ) const;
763 void Show( sal_Bool bVisible = sal_True, sal_uInt16 nFlags = 0 );
764 void Hide( sal_uInt16 nFlags = 0 ) { Show( sal_False, nFlags ); } in Hide()
848 void SetActivateMode( sal_uInt16 nMode );
849 sal_uInt16 GetActivateMode() const;
851 void ToTop( sal_uInt16 nFlags = 0 );
852 void SetZOrder( Window* pRefWindow, sal_uInt16 nFlags );
858 sal_uInt16 nFlags = WINDOW_POSSIZE_ALL );
885 sal_uInt16 nFlags = 0 );
887 const Rectangle& rRect, sal_uInt16 nFlags = 0 );
888 virtual void Invalidate( sal_uInt16 nFlags = 0 );
889 virtual void Invalidate( const Rectangle& rRect, sal_uInt16 nFlags = 0 );
890 virtual void Invalidate( const Region& rRegion, sal_uInt16 nFlags = 0 );
891 void Validate( sal_uInt16 nFlags = 0 );
892 void Validate( const Rectangle& rRect, sal_uInt16 nFlags = 0 );
893 void Validate( const Region& rRegion, sal_uInt16 nFlags = 0 );
916 sal_uInt16 GetGetFocusFlags() const;
983 sal_uInt16 GetChildCount() const;
984 Window* GetChild( sal_uInt16 nChild ) const;
985 Window* GetWindow( sal_uInt16 nType ) const;
999 void Invert( const Rectangle& rRect, sal_uInt16 nFlags = 0 );
1000 void Invert( const Polygon& rPoly, sal_uInt16 nFlags = 0 );
1003 …void DrawSelectionBackground( const Rectangle& rRect, sal_uInt16 highlight, sal_Boo…
1005 …void DrawSelectionBackground( const Rectangle& rRect, sal_uInt16 highlight, sal_Boo…
1007 …void DrawSelectionBackground( const Rectangle& rRect, sal_uInt16 highlight, sal_Boo…
1010 sal_uInt16 nFlags = SHOWTRACK_SMALL );
1013 sal_uInt16 nFlags = SHOWTRACK_SMALL );
1014 void InvertTracking( const Polygon& rPoly, sal_uInt16 nFlags = 0 );
1016 void StartTracking( sal_uInt16 nFlags = 0 );
1017 void EndTracking( sal_uInt16 nFlags = 0 );
1020 void StartAutoScroll( sal_uInt16 nFlags );
1044 sal_uInt16 GetAccessibleChildWindowCount();
1045 Window* GetAccessibleChildWindow( sal_uInt16 n );
1047 void SetAccessibleRole( sal_uInt16 nRole );
1048 sal_uInt16 GetAccessibleRole() const;
1190 const sal_uInt16 nTypeStyle);