Home
last modified time | relevance | path

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

/trunk/main/forms/qa/integration/forms/
H A DFormControlTest.java270 m_formLayer.userTextInput( tinyFormattedModel, "0" ); in checkCrossUpdates_checkBox()
342 m_formLayer.userTextInput( textModel, "normal" ); in checkCrossUpdates_radioButton()
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()
378 userTextInput( "f_date", "31.12.1999", 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()
[all …]
H A DXMLFormSettings.java185 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 DFormLayer.java359 …public void userTextInput( XPropertySet controlModel, String text ) throws com.sun.star.uno.Except… in userTextInput() method in FormLayer