Home
last modified time | relevance | path

Searched refs:m_xDataSource (Results 1 – 15 of 15) sorted by relevance

/trunk/main/dbaccess/source/ui/app/
H A DAppController.cxx397 if ( m_xDataSource.is() ) in disposing()
410 m_xDataSource = NULL; in disposing()
518 else if ( _rSource.Source == m_xDataSource ) in disposing()
520 m_xDataSource = NULL; in disposing()
924 aReturn.bEnabled = m_xDataSource.is(); in GetState()
955 aReturn.bEnabled = m_xDataSource.is(); in GetState()
960 aReturn.bEnabled = m_xDataSource.is(); in GetState()
1900 aDataSource <<= m_xDataSource; in openElementWithArguments()
2736 if ( m_xDataSource.is() ) in attachModel()
2760 if ( m_xDataSource.is() ) in attachModel()
[all …]
H A DAppControllerGen.cxx354 Reference< XDataSource > xDataSource( m_xDataSource, UNO_QUERY ); in getDataSource()
573 if ( m_xDataSource.is() && !isDataSourceReadOnly() ) in previewChanged()
577 …::comphelper::NamedValueCollection aLayoutInfo( m_xDataSource->getPropertyValue( PROPERTY_LAYOUTIN… in previewChanged()
582m_xDataSource->setPropertyValue( PROPERTY_LAYOUTINFORMATION, makeAny( aLayoutInfo.getPropertyValue… in previewChanged()
646 if ( m_xDataSource.is() ) in getDatabaseName()
648 OSL_VERIFY( m_xDataSource->getPropertyValue( PROPERTY_NAME ) >>= sDatabaseName ); in getDatabaseName()
662 return ::dbaui::getStrippedDatabaseName( m_xDataSource, sDatabaseName ); in getStrippedDatabaseName()
H A DAppControllerDnD.cxx867 Reference<XQueryDefinitionsSupplier> xSet(m_xDataSource,UNO_QUERY); in getQueryDefintions()
H A DAppController.hxx110 m_xDataSource;
/trunk/main/dbaccess/source/ui/misc/
H A Ddbsubcomponentcontroller.cxx105 m_xDataSource = _rxDataSource; in DataSourceHolder()
106 Reference< XDocumentDataSource > xDocDS( m_xDataSource, UNO_QUERY ); in DataSourceHolder()
110 m_xDataSourceProps.set( m_xDataSource, UNO_QUERY ); in DataSourceHolder()
113 const Reference< XDataSource >& getDataSource() const { return m_xDataSource; } in getDataSource()
117 bool is() const { return m_xDataSource.is(); } in is()
121 m_xDataSource.clear(); in clear()
126 Reference< XDataSource > m_xDataSource; member in dbaui::DataSourceHolder
/trunk/main/svtools/source/uno/
H A Daddrtempuno.cxx61 Reference< XDataSource > m_xDataSource; member in svt::OAddressBookSourceDialogUno
196 aVal.Value >>= m_xDataSource; in implInitialize()
228 if ( m_xDataSource.is() && m_sTable.getLength() ) in createDialog()
229 …return new AddressBookSourceDialog(_pParent, m_aContext.getLegacyServiceFactory(), m_xDataSource, … in createDialog()
/trunk/main/extensions/source/abpilot/
H A Dadmininvokationimpl.cxx61 ,m_xDataSource(_xDataSource) in OAdminDialogInvokation()
65 …DBG_ASSERT(m_xDataSource.is(), "OAdminDialogInvokation::OAdminDialogInvokation: invalid preferred … in OAdminDialogInvokation()
94 …lue(::rtl::OUString::createFromAscii("InitialSelection"), -1, makeAny(m_xDataSource), PropertyStat… in invokeAdministration()
H A Dadmininvokationimpl.hxx48 ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > m_xDataSource;
/trunk/main/dbaccess/source/core/dataaccess/
H A DModelImpl.cxx433 ,m_xDataSource() in DBG_NAME()
470 ,m_xDataSource() in ODatabaseModelImpl()
742 Reference< XDataSource > xDS( m_xDataSource ); in dispose()
752 m_xDataSource = WeakReference<XDataSource>(); in dispose()
997 Reference<XDataSource> xDs = m_xDataSource; in getOrCreateDataSource()
1001 m_xDataSource = xDs; in getOrCreateDataSource()
H A DModelImpl.hxx190 ::com::sun::star::uno::WeakReference< ::com::sun::star::sdbc::XDataSource > m_xDataSource;
/trunk/main/dbaccess/source/filter/xml/
H A Dxmlfilter.hxx126 Reference<XPropertySet> m_xDataSource; member in dbaxml::ODBFilter
167 inline Reference<XPropertySet> getDataSource() const { return m_xDataSource; } in getDataSource()
H A DxmlExport.hxx162 Reference<XPropertySet> m_xDataSource; member in dbaxml::ODBExport
233 inline Reference<XPropertySet> getDataSource() const { return m_xDataSource; } in getDataSource()
H A Dxmlfilter.cxx525 m_xDataSource.set(xOfficeDoc->getDataSource(),UNO_QUERY_THROW); in implImport()
527 m_xDataSource->addPropertyChangeListener(PROPERTY_URL,xListener); in implImport()
528 …uno::Reference< XNumberFormatsSupplier > xNum(m_xDataSource->getPropertyValue(PROPERTY_NUMBERFORMA… in implImport()
H A DxmlExport.cxx1426 m_xDataSource.set(xOfficeDoc->getDataSource(),UNO_QUERY_THROW); in setSourceDocument()
1427 OSL_ENSURE(m_xDataSource.is(),"DataSource is NULL!"); in setSourceDocument()
1428 …Reference< XNumberFormatsSupplier > xNum(m_xDataSource->getPropertyValue(PROPERTY_NUMBERFORMATSSUP… in setSourceDocument()
/trunk/main/svtools/source/dialogs/
H A Daddresstemplate.cxx141 Reference< XDataSource > m_xDataSource; member in svt::AssigmentTransientData
172 :m_xDataSource( _rxDataSource ) in AssigmentTransientData()

Completed in 105 milliseconds