Searched refs:nOK (Results 1 – 3 of 3) sorted by relevance
828 long nOK = sal_False; in Notify() local837 nOK = sal_True; in Notify()855 if( !nOK ) in Notify()856 nOK = Window::Notify( rNEvt ); in Notify()858 return( nOK ); in Notify()870 long nOK = sal_False; in KeyInput() local877 nOK = sal_True; in KeyInput()889 if (!nOK) in KeyInput()
322 long nOK = sal_False; in Notify() local330 if (!nOK) in Notify()331 nOK = Window::Notify(rNEvt); in Notify()333 return nOK; in Notify()
824 short nOK = RET_YES; in DoVerb() local831 nOK = aBox.Execute(); in DoVerb()833 if (nOK == RET_YES) in DoVerb()840 if (nOK == RET_YES) in DoVerb()
Completed in 34 milliseconds