Lines Matching refs:sal_Bool

166     sal_Bool                mbInAppMain;                    // is Application::Main() on stack
167 sal_Bool mbInAppExecute; // is Application::Execute() on stack
168 sal_Bool mbAppQuit; // is Application::Quit() called
169 sal_Bool mbSettingsInit; // sal_True: Settings are initialized
170sal_Bool mbDialogCancel; // sal_True: Alle Dialog::Execute()-Aufruf…
171sal_Bool mbNoYield; // Application::Yield will not wait for ev…
215sal_Bool mbFontSubChanged; // sal_True: FontSubstitution wurde zwischen Begin…
247 sal_Bool mbNoDeactivate; // sal_True: keine Deactivate durchfuehren
248 sal_Bool mbNoSaveFocus; // sal_True: menus must not save/restore focus
249sal_Bool mbNoSaveBackground; // sal_True: save background is unnecessary or eve…
293 sal_Bool mbContextHelp : 1; // is ContextHelp enabled
294 sal_Bool mbExtHelp : 1; // is ExtendedHelp enabled
295 sal_Bool mbExtHelpMode : 1; // is in ExtendedHelp Mode
296 sal_Bool mbOldBalloonMode : 1; // BallonMode, befor ExtHelpMode started
297 sal_Bool mbBalloonHelp : 1; // is BalloonHelp enabled
298 sal_Bool mbQuickHelp : 1; // is QuickHelp enabled
299 sal_Bool mbSetKeyboardHelp : 1; // tiphelp was activated by keyboard
300 sal_Bool mbKeyboardHelp : 1; // tiphelp was activated by keyboard
301 sal_Bool mbAutoHelpId : 1; // generate HelpIds
302 sal_Bool mbRequestingHelp : 1; // In Window::RequestHelp
346 sal_Bool mbDeInit; // Is VCL deinitializing
356sal_Bool mbNotAllTimerCalled;// sal_True: Es muessen noch Timer abgearbeitet we…
357 sal_Bool mbNoCallTimer; // sal_True: No Timeout calls
367 sal_Bool mbIsTestTool;
392 sal_Bool ImplCallHotKey( const KeyCode& rKeyCode );
404 bool ImplInitAccessBridge( sal_Bool bAllowCancel, sal_Bool &rCancelled );
436 sal_Bool mbDel;
449 sal_Bool /*deprecated */IsDelete() const { return (sal_Bool)IsDead(); } in IsDelete()
466 sal_Bool mbCall;