Lines Matching refs:m_xDataSource

397         if ( m_xDataSource.is() )  in disposing()
399 m_xDataSource->removePropertyChangeListener(::rtl::OUString(), this); in disposing()
400 m_xDataSource->removePropertyChangeListener(PROPERTY_INFO, this); in disposing()
401 m_xDataSource->removePropertyChangeListener(PROPERTY_URL, this); in disposing()
402 m_xDataSource->removePropertyChangeListener(PROPERTY_ISPASSWORDREQUIRED, this); in disposing()
403 m_xDataSource->removePropertyChangeListener(PROPERTY_LAYOUTINFORMATION, this); in disposing()
404 m_xDataSource->removePropertyChangeListener(PROPERTY_SUPPRESSVERSIONCL, this); in disposing()
405 m_xDataSource->removePropertyChangeListener(PROPERTY_TABLEFILTER, this); in disposing()
406 m_xDataSource->removePropertyChangeListener(PROPERTY_TABLETYPEFILTER, this); in disposing()
407 m_xDataSource->removePropertyChangeListener(PROPERTY_USER, this); in disposing()
409 Reference<XPropertySet> xProp = m_xDataSource; in disposing()
410 m_xDataSource = NULL; in disposing()
518 else if ( _rSource.Source == m_xDataSource ) in disposing()
520 m_xDataSource = NULL; in disposing()
841 …aReturn.bEnabled = !m_aTypeCollection.isEmbeddedDatabase(::comphelper::getString(m_xDataSource->ge… in GetState()
853 …aReturn.bEnabled = m_xDataSource.is() && m_aTypeCollection.isShowPropertiesEnabled(::comphelper::g… in GetState()
856 … !isDataSourceReadOnly() && m_xDataSource.is() && !m_aTypeCollection.isEmbeddedDatabase(::comphelp… in GetState()
859 …bled = m_xDataSource.is() && AdvancedSettingsDialog::doesHaveAnyAdvancedSettings( m_aTypeCollectio… in GetState()
906 aReturn.bEnabled = m_xDataSource.is(); in GetState()
910 m_xDataSource->getPropertyValue(PROPERTY_URL) >>= sURL; in GetState()
924 aReturn.bEnabled = m_xDataSource.is(); in GetState()
928 m_xDataSource->getPropertyValue(PROPERTY_URL) >>= sURL; in GetState()
955 aReturn.bEnabled = m_xDataSource.is(); in GetState()
957 m_xDataSource->getPropertyValue( PROPERTY_USER ) >>= aReturn.sTitle; in GetState()
960 aReturn.bEnabled = m_xDataSource.is(); in GetState()
964 m_xDataSource->getPropertyValue( PROPERTY_URL ) >>= sURL; in GetState()
1300 const Reference< XDataSource > xDataSource( m_xDataSource, UNO_QUERY ); in Execute()
1352 const Reference< XDataSource > xDataSource( m_xDataSource, UNO_QUERY ); in Execute()
1900 aDataSource <<= m_xDataSource; in openElementWithArguments()
2031 Reference< XDataSource > xDataSource( m_xDataSource, UNO_QUERY ); in newElement()
2736 if ( m_xDataSource.is() ) in attachModel()
2740 m_xDataSource->removePropertyChangeListener( aPropertyNames[i], this ); in attachModel()
2755m_xDataSource.set( xOfficeDoc.is() ? xOfficeDoc->getDataSource() : Reference< XDataSource >(), UNO… in attachModel()
2760 if ( m_xDataSource.is() ) in attachModel()
2764 m_xDataSource->addPropertyChangeListener( aPropertyNames[i], this ); in attachModel()
2778 if ( m_xDataSource.is() ) in attachModel()
2783 …::comphelper::NamedValueCollection aLayoutInfo( m_xDataSource->getPropertyValue( PROPERTY_LAYOUTIN… in attachModel()