Searched refs:m_pCollection (Results 1 – 15 of 15) sorted by relevance
/aoo42x/main/dbaccess/source/ui/dlg/ |
H A D | dbwizsetup.cxx | 222 , 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 D | generalpage.cxx | 84 ,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 D | ConnectionHelper.cxx | 122 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 D | dbwiz.cxx | 152 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 D | ConnectionPage.cxx | 240 ::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 D | dsnItem.hxx | 48 ::dbaccess::ODsnTypeCollection* m_pCollection; 58 ::dbaccess::ODsnTypeCollection* getCollection() const { return m_pCollection; } in getCollection()
|
H A D | ConnectionHelper.hxx | 79 ::dbaccess::ODsnTypeCollection* m_pCollection; /// the DSN type collection instance
|
H A D | generalpage.hxx | 102 m_pCollection; /// the DSN type collection instance
|
H A D | DbAdminImpl.cxx | 1188 ,m_pCollection(_pCollection) in DbuTypeCollectionItem() 1195 ,m_pCollection(_rSource.getCollection()) in DbuTypeCollectionItem()
|
H A D | DBSetupConnectionPages.cxx | 699 String sDefaultJdbcDriverName = m_pCollection->getJavaDriverClass(m_eType); in implInitControls()
|
/aoo42x/main/connectivity/source/inc/ado/ |
H A D | ACollection.hxx | 60 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()
|
/aoo42x/main/dbaccess/source/ui/uno/ |
H A D | unoadmin.cxx | 86 ,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()
|
/aoo42x/main/dbaccess/source/ui/inc/ |
H A D | unoadmin.hxx | 64 m_pCollection; // datasource type collection
|
H A D | dbwiz.hxx | 74 m_pCollection; /// the DSN type collection instance
|
H A D | dbwizsetup.hxx | 106 m_pCollection; /// the DSN type collection instance
|
Completed in 74 milliseconds