Home
last modified time | relevance | path

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

/trunk/main/dbaccess/source/ui/dlg/
H A Ddbwizsetup.cxx222 , m_pCollection( NULL ) in DBG_NAME()
237 m_pCollection = pCollectionItem->getCollection(); in DBG_NAME()
258 ::dbaccess::ODsnTypeCollection::TypeIterator aEnd = m_pCollection->end(); in DBG_NAME()
264 m_pCollection->fillPageIds(sURLPrefix,aPath); in DBG_NAME()
273 declarePath( static_cast<PathId>(m_pCollection->size()+1), aPath); in DBG_NAME()
425 … sal_Int32 nCreateNewDBIndex = m_pCollection->getIndexOf( m_pCollection->getEmbeddedDatabase() ); in activateDatabasePath()
443 eType = m_pCollection->determineType(m_sOldURL); in activateDatabasePath()
487 return m_pCollection->isConnectionUrlRequired(m_sURL); in IsConnectionUrlRequired()
897 ::rtl::OUString sEmbeddedURL = m_pCollection->getEmbeddedDatabase(); in getDefaultDatabaseType()
917 if ( m_pCollection->isEmbeddedDatabase(eType) ) in CreateDatabase()
[all …]
H A Dgeneralpage.cxx84 ,m_pCollection (NULL) in OGeneralPage()
97 m_pCollection = pCollectionItem->getCollection(); in OGeneralPage()
101 … sal_Int32 nCreateNewDBIndex = m_pCollection->getIndexOf( m_pCollection->getEmbeddedDatabase() ); in OGeneralPage()
183 if ( m_pCollection ) in initializeTypeList()
187 ::dbaccess::ODsnTypeCollection::TypeIterator aEnd = m_pCollection->end(); in initializeTypeList()
222 const String sName = m_pCollection->getTypeDisplayName(_sURLPrefix); in setParentTitle()
371 if (m_pCollection && bValid) in implInitControls()
373 implSetCurrentType( m_pCollection->getPrefix(sConnectURL) ); in implInitControls()
374 sDisplayName = m_pCollection->getTypeDisplayName(m_eCurrentSelection); in implInitControls()
387 m_eNotSupportedKnownType = m_pCollection->determineType(m_eCurrentSelection); in implInitControls()
[all …]
H A DConnectionHelper.cxx122 m_pCollection = pCollectionItem->getCollection(); in DBG_NAME()
125 m_aConnectionURL.SetTypeCollection(m_pCollection); in DBG_NAME()
172 if ( m_pCollection->isFileSystemBased(m_eType) ) in implUpdateURLDependentStates()
446 if ( m_pCollection && sURL.Len() ) in impl_setURL()
448 if ( m_pCollection->isFileSystemBased( m_eType ) ) in impl_setURL()
454 sTypePrefix = m_pCollection->getPrefix( m_eType ); in impl_setURL()
455 sFileURLEncoded = m_pCollection->cutPrefix( sURL ); in impl_setURL()
492 if ( m_pCollection && sURL.Len() ) in impl_getURL()
494 if ( m_pCollection->isFileSystemBased( m_eType ) ) in impl_getURL()
500 sTypePrefix = m_pCollection->getPrefix( m_eType ); in impl_getURL()
[all …]
H A Ddbwiz.cxx152 m_pCollection = pCollectionItem->getCollection(); in DBG_NAME()
168 const bool bURLRequired = m_pCollection->isConnectionUrlRequired(m_eType); in IMPL_LINK()
180 switch(m_pCollection->determineType(m_eType)) in determineNextState()
201 switch(m_pCollection->determineType(m_eType)) in determineNextState()
400 aConverter.convert(m_pCollection,sOldURL,m_eType,m_pImpl->getCurrentDataSource()); in saveDatasource()
H A DConnectionPage.cxx240 ::dbaccess::DATASOURCE_TYPE eType = m_pCollection->determineType(m_eType); in implInitControls()
345 … const sal_Bool bEnableJDBC = m_pCollection->determineType(m_eType) == ::dbaccess::DST_JDBC; in implInitControls()
348 String sDefaultJdbcDriverName = m_pCollection->getJavaDriverClass(m_eType); in implInitControls()
409 if ( m_pCollection->determineType(m_eType) == ::dbaccess::DST_JDBC ) in FillItemSet()
445 if ( m_pCollection->determineType(m_eType) == ::dbaccess::DST_JDBC ) in checkTestConnection()
H A DdsnItem.hxx48 ::dbaccess::ODsnTypeCollection* m_pCollection;
58 ::dbaccess::ODsnTypeCollection* getCollection() const { return m_pCollection; } in getCollection()
H A DConnectionHelper.hxx79 ::dbaccess::ODsnTypeCollection* m_pCollection; /// the DSN type collection instance
H A Dgeneralpage.hxx102 m_pCollection; /// the DSN type collection instance
H A DDbAdminImpl.cxx1188 ,m_pCollection(_pCollection) in DbuTypeCollectionItem()
1195 ,m_pCollection(_rSource.getCollection()) in DbuTypeCollectionItem()
H A DDBSetupConnectionPages.cxx699 String sDefaultJdbcDriverName = m_pCollection->getJavaDriverClass(m_eType); in implInitControls()
/trunk/main/connectivity/source/inc/ado/
H A DACollection.hxx60 T* m_pCollection; member in connectivity::ado::OCollection
67 ,m_pCollection(_pCollection) in OCollection()
69 m_pCollection->AddRef(); in OCollection()
74 m_pCollection->Release(); in ~OCollection()
125 m_pCollection->get_Count(&nCnt); in getCount()
135 m_pCollection->get_Item(OLEVariant(Index),&pCol); in getByIndex()
153 m_pCollection->get_Item(OLEVariant(aName),&pCol); in getByName()
175 m_pCollection->get_Item(aVar,&pIdx); in getElementNames()
189 m_pCollection->get_Item(OLEVariant(aName),&pCol); in hasByName()
/trunk/main/dbaccess/source/ui/uno/
H A Dunoadmin.cxx86 ,m_pCollection(NULL) in DBG_NAME()
90 m_pCollection = new ::dbaccess::ODsnTypeCollection(_rxORB); in DBG_NAME()
91 ODbAdminDialog::createItemSet(m_pDatasourceItems, m_pItemPool, m_pItemPoolDefaults, m_pCollection); in DBG_NAME()
106 delete m_pCollection; in ~ODatabaseAdministrationDialog()
107 m_pCollection = NULL; in ~ODatabaseAdministrationDialog()
/trunk/main/dbaccess/source/ui/inc/
H A Dunoadmin.hxx64 m_pCollection; // datasource type collection
H A Ddbwiz.hxx74 m_pCollection; /// the DSN type collection instance
H A Ddbwizsetup.hxx106 m_pCollection; /// the DSN type collection instance

Completed in 73 milliseconds