Home
last modified time | relevance | path

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

/aoo4110/main/forms/qa/integration/forms/
H A DFormControlTest.java364 userTextInput( "ID", "3", true ); in checkRowUpdates()
365 userTextInput( "f_integer", "729", true ); in checkRowUpdates()
366 userTextInput( "f_text", "test", true ); in checkRowUpdates()
367 userTextInput( "f_decimal", "152343", true ); in checkRowUpdates()
369 userTextInput( "f_time", "23:59:59", true ); in checkRowUpdates()
389 userTextInput( "ID", "4", true ); in checkRowUpdates()
390 userTextInput( "f_integer", "618", true ); in checkRowUpdates()
393 userTextInput( "f_decimal", "4562", true ); in checkRowUpdates()
395 userTextInput( "f_time", "17:05:00", true ); in checkRowUpdates()
429 userTextInput( "ID", "5", true ); in checkEmptyIsNull()
[all …]
H A DXMLFormSettings.java174 m_formLayer.userTextInput( stringControl, "don't break this test" ); in checkExternalData()
188 m_formLayer.userTextInput( stringControl, "(or any other test, that is)" ); in checkExternalData()
H A DFormLayer.java359 …public void userTextInput( XPropertySet controlModel, String text ) throws com.sun.star.uno.Except… in userTextInput() method in FormLayer

Completed in 26 milliseconds