Searched refs:xMasterFormProps (Results 1 – 1 of 1) sorted by relevance
577 Reference< XPropertySet > xMasterFormProps( m_xMasterForm, UNO_QUERY ); in initializeSuggest() local578 if ( !xDetailFormProps.is() || !xMasterFormProps.is() ) in initializeSuggest()589 xMasterFormProps->getPropertyValue( PROPERTY_DATASOURCE ) >>= sMasterDS; in initializeSuggest()615 xMasterTable = getCanonicUnderlyingTable( xMasterFormProps ); in initializeSuggest()
Completed in 14 milliseconds