Home
last modified time | relevance | path

Searched refs:bKeyPressed (Results 1 – 5 of 5) sorted by relevance

/trunk/main/extensions/qa/integration/extensions/
H A DConsoleWait.java102 boolean bKeyPressed = keyWaiter.isDone(); in waitForUserInput()
103 if ( !bKeyPressed ) in waitForUserInput()
106 return bKeyPressed; in waitForUserInput()
/trunk/main/forms/qa/integration/forms/
H A DTestCase.java132 boolean bKeyPressed = aWait.isDone(); in waitForUserInput()
133 if ( !bKeyPressed ) in waitForUserInput()
136 return bKeyPressed; in waitForUserInput()
H A DControlValidation.java175 boolean bKeyPressed = aWait.isDone(); in waitForUserInput()
176 if ( !bKeyPressed ) in waitForUserInput()
179 return bKeyPressed; in waitForUserInput()
/trunk/main/odk/examples/DevelopersGuide/Forms/
H A DDocumentBasedExample.java202 boolean bKeyPressed = aWait.isDone(); in waitForUserInput()
203 if ( !bKeyPressed ) in waitForUserInput()
206 return bKeyPressed; in waitForUserInput()
/trunk/main/svx/source/fmcomp/
H A Dgridcell.cxx3577 const bool bKeyPressed = ( _nEventId == VCLEVENT_WINDOW_KEYINPUT ); in onWindowEvent() local
3579 …m_aKeyListeners.notifyEach( bKeyPressed ? &awt::XKeyListener::keyPressed: &awt::XKeyListener::keyR… in onWindowEvent()

Completed in 69 milliseconds