Lines Matching refs:_rxFormProps
455 …void FormLinkDialog::ensureFormConnection( const Reference< XPropertySet >& _rxFormProps, Referenc… in ensureFormConnection() argument
457 OSL_PRECOND( _rxFormProps.is(), "FormLinkDialog::ensureFormConnection: invalid form!" ); in ensureFormConnection()
458 if ( !_rxFormProps.is() ) in ensureFormConnection()
460 if ( _rxFormProps->getPropertySetInfo()->hasPropertyByName(PROPERTY_ACTIVE_CONNECTION) ) in ensureFormConnection()
461 _rxConnection.set(_rxFormProps->getPropertyValue(PROPERTY_ACTIVE_CONNECTION),UNO_QUERY); in ensureFormConnection()
464 …_rxConnection = ::dbtools::connectRowset( Reference< XRowSet >( _rxFormProps, UNO_QUERY ), m_xORB,… in ensureFormConnection()
468 …void FormLinkDialog::getConnectionMetaData( const Reference< XPropertySet >& _rxFormProps, Referen… in getConnectionMetaData() argument
470 if ( _rxFormProps.is() ) in getConnectionMetaData()
473 if ( !::dbtools::isEmbeddedInDatabase( _rxFormProps, xConnection ) ) in getConnectionMetaData()
474 _rxFormProps->getPropertyValue( PROPERTY_ACTIVE_CONNECTION ) >>= xConnection; in getConnectionMetaData()
481 … > FormLinkDialog::getCanonicUnderlyingTable( const Reference< XPropertySet >& _rxFormProps ) const in getCanonicUnderlyingTable()
486 …ablesSupplier > xTablesInForm( ::dbtools::getCurrentSettingsComposer( _rxFormProps, m_xORB ), UNO_… in getCanonicUnderlyingTable()