Searched refs:_rxFormProps (Results 1 – 2 of 2) sorted by relevance
| /AOO42X/main/extensions/source/propctrlr/ |
| H A D | formlinkdialog.cxx | 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() [all …]
|
| H A D | formlinkdialog.hxx | 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;
|