Lines Matching refs:sal_uLong

55     sal_uLong                           mnRefCount;
56 sal_uLong mnOptions;
57 sal_uLong mnScreenOptions;
58 sal_uLong mnPrintOptions;
78 void SetOptions( sal_uLong nOptions ) in SetOptions()
80 sal_uLong GetOptions() const in GetOptions()
82 void SetScreenOptions( sal_uLong nOptions ) in SetScreenOptions()
84 sal_uLong GetScreenOptions() const in GetScreenOptions()
86 void SetPrintOptions( sal_uLong nOptions ) in SetPrintOptions()
88 sal_uLong GetPrintOptions() const in GetPrintOptions()
115 sal_uLong mnRefCount;
116 sal_uLong mnOptions;
117 sal_uLong mnDoubleClkTime;
129 sal_uLong mnScrollRepeat;
130 sal_uLong mnButtonStartRepeat;
131 sal_uLong mnButtonRepeat;
132 sal_uLong mnActionDelay;
133 sal_uLong mnMenuDelay;
134 sal_uLong mnFollow;
144 #define MOUSE_OPTION_AUTOFOCUS ((sal_uLong)0x00000001)
145 #define MOUSE_OPTION_AUTOCENTERPOS ((sal_uLong)0x00000002)
146 #define MOUSE_OPTION_AUTODEFBTNPOS ((sal_uLong)0x00000004)
148 #define MOUSE_FOLLOW_MENU ((sal_uLong)0x00000001)
149 #define MOUSE_FOLLOW_DDLIST ((sal_uLong)0x00000002)
171 void SetOptions( sal_uLong nOptions ) in SetOptions()
173 sal_uLong GetOptions() const in GetOptions()
176 void SetDoubleClickTime( sal_uLong nDoubleClkTime ) in SetDoubleClickTime()
178 sal_uLong GetDoubleClickTime() const in GetDoubleClickTime()
227 void SetScrollRepeat( sal_uLong nRepeat ) in SetScrollRepeat()
229 sal_uLong GetScrollRepeat() const in GetScrollRepeat()
231 void SetButtonStartRepeat( sal_uLong nRepeat ) in SetButtonStartRepeat()
233 sal_uLong GetButtonStartRepeat() const in GetButtonStartRepeat()
235 void SetButtonRepeat( sal_uLong nRepeat ) in SetButtonRepeat()
237 sal_uLong GetButtonRepeat() const in GetButtonRepeat()
239 void SetActionDelay( sal_uLong nDelay ) in SetActionDelay()
241 sal_uLong GetActionDelay() const in GetActionDelay()
243 void SetMenuDelay( sal_uLong nDelay ) in SetMenuDelay()
245 sal_uLong GetMenuDelay() const in GetMenuDelay()
248 void SetFollow( sal_uLong nFollow ) in SetFollow()
250 sal_uLong GetFollow() const in GetFollow()
282 sal_uLong mnRefCount;
284 sal_uLong mnOptions;
291 #define KEYBOARD_OPTION_QUICKCURSOR ((sal_uLong)0x00000001)
310 void SetOptions( sal_uLong nOptions ) in SetOptions()
312 sal_uLong GetOptions() const in GetOptions()
335 sal_uLong mnRefCount;
411 sal_uLong mnCursorBlinkTime;
412 sal_uLong mnDragFullOptions;
413 sal_uLong mnAnimationOptions;
414 sal_uLong mnSelectionOptions;
415 sal_uLong mnLogoDisplayTime;
416 sal_uLong mnDisplayOptions;
417 sal_uLong mnToolbarIconSize;
418 sal_uLong mnUseFlatMenues;
419 sal_uLong mnOptions;
426 sal_uLong mnUseFlatBorders;
428 sal_uLong mnSymbolsStyle;
429 sal_uLong mnPreferredSymbolsStyle;
453 #define STYLE_OPTION_MONO ((sal_uLong)0x00000001)
454 #define STYLE_OPTION_COLOR ((sal_uLong)0x00000002)
455 #define STYLE_OPTION_FLAT ((sal_uLong)0x00000004)
456 #define STYLE_OPTION_GREAT ((sal_uLong)0x00000008)
457 #define STYLE_OPTION_HIGHLIGHT ((sal_uLong)0x00000010)
458 #define STYLE_OPTION_ADVANCEDUSER ((sal_uLong)0x00000020)
459 #define STYLE_OPTION_SCROLLARROW ((sal_uLong)0x00000040)
460 #define STYLE_OPTION_SPINARROW ((sal_uLong)0x00000080)
461 #define STYLE_OPTION_SPINUPDOWN ((sal_uLong)0x00000100)
462 #define STYLE_OPTION_NOMNEMONICS ((sal_uLong)0x00000200)
463 #define STYLE_OPTION_HIDEDISABLED ((sal_uLong)0x00100000)
465 #define DRAGFULL_OPTION_WINDOWMOVE ((sal_uLong)0x00000001)
466 #define DRAGFULL_OPTION_WINDOWSIZE ((sal_uLong)0x00000002)
467 #define DRAGFULL_OPTION_OBJECTMOVE ((sal_uLong)0x00000004)
468 #define DRAGFULL_OPTION_OBJECTSIZE ((sal_uLong)0x00000008)
469 #define DRAGFULL_OPTION_DOCKING ((sal_uLong)0x00000010)
470 #define DRAGFULL_OPTION_SPLIT ((sal_uLong)0x00000020)
471 #define DRAGFULL_OPTION_SCROLL ((sal_uLong)0x00000040)
473 #define LOGO_DISPLAYTIME_NOLOGO ((sal_uLong)0)
474 #define LOGO_DISPLAYTIME_STARTTIME ((sal_uLong)0xFFFFFFFF)
476 #define ANIMATION_OPTION_MINIMIZE ((sal_uLong)0x00000001)
477 #define ANIMATION_OPTION_POPUP ((sal_uLong)0x00000002)
478 #define ANIMATION_OPTION_DIALOG ((sal_uLong)0x00000004)
479 #define ANIMATION_OPTION_TREE ((sal_uLong)0x00000008)
480 #define ANIMATION_OPTION_SCROLL ((sal_uLong)0x00000010)
482 #define SELECTION_OPTION_WORD ((sal_uLong)0x00000001)
483 #define SELECTION_OPTION_FOCUS ((sal_uLong)0x00000002)
484 #define SELECTION_OPTION_INVERT ((sal_uLong)0x00000004)
485 #define SELECTION_OPTION_SHOWFIRST ((sal_uLong)0x00000008)
487 #define DISPLAY_OPTION_AA_DISABLE ((sal_uLong)0x00000001)
492 #define STYLE_TOOLBAR_ICONSIZE_UNKNOWN ((sal_uLong)0)
493 #define STYLE_TOOLBAR_ICONSIZE_SMALL ((sal_uLong)1)
494 #define STYLE_TOOLBAR_ICONSIZE_LARGE ((sal_uLong)2)
496 #define STYLE_SYMBOLS_AUTO ((sal_uLong)0)
497 #define STYLE_SYMBOLS_DEFAULT ((sal_uLong)1)
498 #define STYLE_SYMBOLS_HICONTRAST ((sal_uLong)2)
499 #define STYLE_SYMBOLS_INDUSTRIAL ((sal_uLong)3)
500 #define STYLE_SYMBOLS_CLASSIC ((sal_uLong)4)
501 #define STYLE_SYMBOLS_THEMES_MAX ((sal_uLong)5)
502 #define STYLE_CURSOR_NOBLINKTIME ((sal_uLong)0xFFFFFFFF)
854 void SetLogoDisplayTime( sal_uLong nDisplayTime ) in SetLogoDisplayTime()
856 sal_uLong GetLogoDisplayTime() const in GetLogoDisplayTime()
859 void SetDragFullOptions( sal_uLong nOptions ) in SetDragFullOptions()
861 sal_uLong GetDragFullOptions() const in GetDragFullOptions()
864 void SetAnimationOptions( sal_uLong nOptions ) in SetAnimationOptions()
866 sal_uLong GetAnimationOptions() const in GetAnimationOptions()
869 void SetSelectionOptions( sal_uLong nOptions ) in SetSelectionOptions()
871 sal_uLong GetSelectionOptions() const in GetSelectionOptions()
874 void SetDisplayOptions( sal_uLong nOptions ) in SetDisplayOptions()
876 sal_uLong GetDisplayOptions() const in GetDisplayOptions()
880 sal_uLong GetAntialiasingMinPixelHeight() const in GetAntialiasingMinPixelHeight()
883 void SetOptions( sal_uLong nOptions ) in SetOptions()
885 sal_uLong GetOptions() const in GetOptions()
897 void SetToolbarIconSize( sal_uLong nSize ) in SetToolbarIconSize()
899 sal_uLong GetToolbarIconSize() const in GetToolbarIconSize()
902 void SetSymbolsStyle( sal_uLong nStyle ) in SetSymbolsStyle()
904 sal_uLong GetSymbolsStyle() const in GetSymbolsStyle()
907 void SetPreferredSymbolsStyle( sal_uLong nStyle ) in SetPreferredSymbolsStyle()
910 sal_uLong GetPreferredSymbolsStyle() const in GetPreferredSymbolsStyle()
913 bool CheckSymbolStyle( sal_uLong nStyle ) const;
914 sal_uLong GetAutoSymbolsStyle() const;
916 sal_uLong GetCurrentSymbolsStyle() const;
987 ::rtl::OUString ImplSymbolsStyleToName( sal_uLong nStyle ) const;
988 sal_uLong ImplNameToSymbolsStyle( const ::rtl::OUString &rName ) const;
1003 sal_uLong mnRefCount;
1050 sal_uLong mnRefCount;
1051 sal_uLong mnOptions;
1070 void SetOptions( sal_uLong nOptions ) in SetOptions()
1072 sal_uLong GetOptions() const in GetOptions()
1094 sal_uLong mnRefCount;
1095 sal_uLong mnOptions;
1096 sal_uLong mnTipDelay;
1097 sal_uLong mnTipTimeout;
1098 sal_uLong mnBalloonDelay;
1105 #define HELP_OPTION_QUICK ((sal_uLong)0x00000001)
1106 #define HELP_OPTION_ACTIVE ((sal_uLong)0x00000002)
1120 void SetOptions( sal_uLong nOptions ) in SetOptions()
1122 sal_uLong GetOptions() const in GetOptions()
1124 void SetTipDelay( sal_uLong nTipDelay ) in SetTipDelay()
1126 sal_uLong GetTipDelay() const in GetTipDelay()
1128 void SetTipTimeout( sal_uLong nTipTimeout ) in SetTipTimeout()
1130 sal_uLong GetTipTimeout() const in GetTipTimeout()
1132 void SetBalloonDelay( sal_uLong nBalloonDelay ) in SetBalloonDelay()
1134 sal_uLong GetBalloonDelay() const in GetBalloonDelay()
1157 sal_uLong mnRefCount;
1166 sal_uLong mnSystemUpdate;
1167 sal_uLong mnWindowUpdate;
1185 #define SETTINGS_MACHINE ((sal_uLong)0x00000001)
1186 #define SETTINGS_MOUSE ((sal_uLong)0x00000002)
1187 #define SETTINGS_KEYBOARD ((sal_uLong)0x00000004)
1188 #define SETTINGS_STYLE ((sal_uLong)0x00000008)
1189 #define SETTINGS_MISC ((sal_uLong)0x00000010)
1190 #define SETTINGS_SOUND ((sal_uLong)0x00000020)
1191 #define SETTINGS_NOTIFICATION ((sal_uLong)0x00000040)
1192 #define SETTINGS_HELP ((sal_uLong)0x00000080)
1193 #define SETTINGS_INTERNATIONAL ((sal_uLong)0x00000100) /* was for class International, has no …
1194 #define SETTINGS_LOCALE ((sal_uLong)0x00000200)
1195 #define SETTINGS_UILOCALE ((sal_uLong)0x00000400)
1202 #define SETTINGS_IN_UPDATE_SETTINGS ((sal_uLong)0x00000800) // this flag indicates that the data …
1278 void SetSystemUpdate( sal_uLong nUpdate ) in SetSystemUpdate()
1280 sal_uLong GetSystemUpdate() const in GetSystemUpdate()
1282 void SetWindowUpdate( sal_uLong nUpdate ) in SetWindowUpdate()
1284 sal_uLong GetWindowUpdate() const in GetWindowUpdate()
1287sal_uLong Update( sal_uLong nFlags, const AllSettings& rSettings…
1288sal_uLong GetChangeFlags( const AllSettings& rSettings ) const;