Searched refs:userTextInput (Results 1 – 3 of 3) sorted by relevance
| /AOO41X/main/forms/qa/integration/forms/ |
| H A D | FormControlTest.java | 262 m_formLayer.userTextInput( tinyFormattedModel, "0" ); in checkCrossUpdates_checkBox() 333 m_formLayer.userTextInput( textModel, "normal" ); in checkCrossUpdates_radioButton() 364 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() 368 userTextInput( "f_date", "31.12.1999", 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() [all …]
|
| H A D | XMLFormSettings.java | 174 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 D | FormLayer.java | 359 …public void userTextInput( XPropertySet controlModel, String text ) throws com.sun.star.uno.Except… in userTextInput() method in FormLayer
|