Home
last modified time | relevance | path

Searched refs:nOK (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sd/source/ui/dlg/
H A Dnavigatr.cxx828 long nOK = sal_False; in Notify() local
837 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() local
877 nOK = sal_True; in KeyInput()
889 if (!nOK) in KeyInput()
/trunk/main/sd/source/ui/slideshow/
H A Dshowwin.cxx322 long nOK = sal_False; in Notify() local
330 if (!nOK) in Notify()
331 nOK = Window::Notify(rNEvt); in Notify()
333 return nOK; in Notify()
/trunk/main/sd/source/ui/view/
H A Ddrviews1.cxx824 short nOK = RET_YES; in DoVerb() local
831 nOK = aBox.Execute(); in DoVerb()
833 if (nOK == RET_YES) in DoVerb()
840 if (nOK == RET_YES) in DoVerb()

Completed in 38 milliseconds