Home
last modified time | relevance | path

Searched refs:dataSourceSettings (Results 1 – 2 of 2) sorted by relevance

/trunk/main/connectivity/qa/complex/connectivity/
H A DFlatFileAccess.java72 final XPropertySet dataSourceSettings = m_database.getDataSource().geSettings(); in before() local
73 dataSourceSettings.setPropertyValue( "Extension", "csv" ); in before()
74 dataSourceSettings.setPropertyValue( "HeaderLine", Boolean.TRUE ); in before()
75 dataSourceSettings.setPropertyValue( "FieldDelimiter", " " ); in before()
/trunk/main/forms/qa/integration/forms/
H A DFormControlTest.java504 … XPropertySet dataSourceSettings = (XPropertySet)UnoRuntime.queryInterface( XPropertySet.class, in ensureDataSource() local
506 dataSourceSettings.setPropertyValue( "FormsCheckRequiredFields", new Boolean( false ) ); in ensureDataSource()

Completed in 21 milliseconds