Searched refs:userTextInput (Results  1 – 3 of 3) sorted by relevance
| /trunk/main/forms/qa/integration/forms/ | 
| H A D | FormControlTest.java | 374         userTextInput( "ID", "3", true );  in checkRowUpdates() 375         userTextInput( "f_integer", "729", true );  in checkRowUpdates() 376         userTextInput( "f_text", "test", true );  in checkRowUpdates() 377         userTextInput( "f_decimal", "152343", true );  in checkRowUpdates() 379         userTextInput( "f_time", "23:59:59", true );  in checkRowUpdates() 399         userTextInput( "ID", "4", true );  in checkRowUpdates() 400         userTextInput( "f_integer", "618", true );  in checkRowUpdates() 403         userTextInput( "f_decimal", "4562", true );  in checkRowUpdates() 405         userTextInput( "f_time", "17:05:00", true );  in checkRowUpdates() 440         userTextInput( "ID", "5", true );  in checkEmptyIsNull() [all …] 
 | 
| H A D | XMLFormSettings.java | 185         m_formLayer.userTextInput( stringControl, "don't break this test" );  in checkExternalData() 199         m_formLayer.userTextInput( stringControl, "(or any other test, that is)" );  in checkExternalData()
  | 
| H A D | FormLayer.java | 359 …public void userTextInput( XPropertySet controlModel, String text ) throws com.sun.star.uno.Except…  in userTextInput()  method in FormLayer
  | 
        Completed in 84 milliseconds