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.java66 final XPropertySet dataSourceSettings = m_database.getDataSource().geSettings(); in before() local
67 dataSourceSettings.setPropertyValue( "Extension", "csv" ); in before()
68 dataSourceSettings.setPropertyValue( "HeaderLine", Boolean.TRUE ); in before()
69 dataSourceSettings.setPropertyValue( "FieldDelimiter", " " ); in before()
/trunk/main/forms/qa/integration/forms/
H A DFormControlTest.java492 … XPropertySet dataSourceSettings = (XPropertySet)UnoRuntime.queryInterface( XPropertySet.class, in ensureDataSource() local
494 dataSourceSettings.setPropertyValue( "FormsCheckRequiredFields", new Boolean( false ) ); in ensureDataSource()

Completed in 23 milliseconds