Searched refs:m_masterForm (Results 1 – 2 of 2) sorted by relevance
| /AOO42X/main/forms/qa/integration/forms/ ! |
| H A D | MasterDetailForms.java | 59 private XPropertySet m_masterForm; field in MasterDetailForms 124 …m_masterForm = dbfTools.queryPropertySet( m_orb.createInstance( "com.sun.star.form.component.DataF… in impl_createForms() 125 …m_masterForm.setPropertyValue( "ActiveConnection", _databaseDocument.defaultConnection().getXConne… in impl_createForms() 126 … m_masterForm.setPropertyValue( "CommandType", new Integer( com.sun.star.sdb.CommandType.TABLE ) ); in impl_createForms() 127 m_masterForm.setPropertyValue( "Command", "master" ); in impl_createForms() 129 m_masterResult = new ResultSet( m_masterForm ); in impl_createForms() 138 … XNameContainer masterContainer = UnoRuntime.queryInterface( XNameContainer.class, m_masterForm ); in impl_createForms() 157 XLoadable loadMaster = UnoRuntime.queryInterface( XLoadable.class, m_masterForm ); in checkMultipleKeys() 187 …assure( "wrong number of records in master form", 2 == ((Integer)m_masterForm.getPropertyValue( "R… in checkMultipleKeys() 200 if ( m_masterForm != null ) in impl_cleanUpStep() [all …]
|
| H A D | FormControlTest.java | 62 private XPropertySet m_masterForm; field in FormControlTest 505 m_masterForm ); in getControlModel() 543 m_masterForm = (XPropertySet)dbfTools.getParent( xIDField, XPropertySet.class ); in createSampleDocument() 544 … m_masterForm.setPropertyValue( "DataSourceName", m_dataSourceProps.getPropertyValue( "Name" ) ); in createSampleDocument() 545 m_masterForm.setPropertyValue( "CommandType", new Integer( CommandType.TABLE ) ); in createSampleDocument() 546 m_masterForm.setPropertyValue( "Command", s_tableName ); in createSampleDocument() 555 m_masterFormController = m_document.getCurrentView().getFormController( m_masterForm ); in createSampleDocument() 760 return m_formLayer.getRadioModelByRefValue( m_masterForm, name, refValue ); in getRadioModel() 803 …e xResultSet = (XResultSetUpdate)UnoRuntime.queryInterface( XResultSetUpdate.class, m_masterForm ); in moveToInsertRow() 810 … XResultSet xResultSet = (XResultSet)UnoRuntime.queryInterface( XResultSet.class, m_masterForm ); in moveToFirst() [all …]
|