Home
last modified time | relevance | path

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

/AOO41X/main/forms/qa/integration/forms/
H A DMasterDetailForms.java387 … XColumnLocate locateMasterCols = UnoRuntime.queryInterface( XColumnLocate.class, m_masterForm ); in verifyColumnValueIdentity() local
390 int masterValue = m_masterResult.getInt( locateMasterCols.findColumn( masterColName ) ); in verifyColumnValueIdentity()