Searched refs:bQuit (Results 1 – 8 of 8) sorted by relevance
96 boolean bQuit = false; in initMember()101 bQuit = true; in initMember()114 bQuit = true; in initMember()122 if (bQuit == true) in initMember()
86 boolean bQuit = false; in initMember()90 bQuit = true; in initMember()117 bQuit = true; in initMember()125 if (bQuit == true) in initMember()
536 bool bQuit = false; in ImplSalYield() local547 bQuit = true; in ImplSalYield()558 bQuit = true; in ImplSalYield()561 if (bQuit) in ImplSalYield()
73 sal_Bool bQuit = sal_True; in QueryExit_Impl() local76 if ( !bQuit ) in QueryExit_Impl()
74 sal_Bool bQuit; member in StarBASIC209 sal_Bool IsQuitApplication() { return bQuit; }; in IsQuitApplication()
819 bool const bQuit = g_atomic_int_compare_and_exchange( &mnQuit, 1, 0 ); in idle() local821 if( bQuit ) in idle()
935 bQuit = sal_False; in StarBASIC()1422 bQuit = sal_True; in QuitAndExitApplication()
Completed in 36 milliseconds