Searched refs:_rxFormProps (Results 1 – 2 of 2) sorted by relevance
455 …void FormLinkDialog::ensureFormConnection( const Reference< XPropertySet >& _rxFormProps, Referenc… in ensureFormConnection() argument457 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()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()[all …]
123 … const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxFormProps,128 … const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxFormProps,133 …st ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxFormProps ) const;
Completed in 10 milliseconds