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()
334 long nOK = sal_False; in Notify() local342 if (!nOK) in Notify()343 nOK = Window::Notify(rNEvt); in Notify()345 return nOK; in Notify()
814 short nOK = RET_YES; in DoVerb() local821 nOK = aBox.Execute(); in DoVerb()823 if (nOK == RET_YES) in DoVerb()830 if (nOK == RET_YES) in DoVerb()
Completed in 26 milliseconds