| /trunk/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() 239 …DBG_ASSERT(m_pCollection, "ODbTypeWizDialogSetup::ODbTypeWizDialogSetup : really need a DSN type c… in DBG_NAME() 257 ::dbaccess::ODsnTypeCollection::TypeIterator aIter = m_pCollection->begin(); 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() 427 …nCreateNewDBIndex = m_pCollection->getIndexOf( ::rtl::OUString::createFromAscii( "sdbc:dbase:" ) ); in activateDatabasePath() 440 aConverter.convert(m_pCollection,sOld,m_sURL,m_pImpl->getCurrentDataSource()); in activateDatabasePath() [all …]
|
| H A D | generalpage.cxx | 84 ,m_pCollection (NULL) in OGeneralPage() 97 m_pCollection = pCollectionItem->getCollection(); in OGeneralPage() 98 … DBG_ASSERT(m_pCollection, "OGeneralPage::OGeneralPage : really need a DSN type collection !"); in OGeneralPage() 101 … sal_Int32 nCreateNewDBIndex = m_pCollection->getIndexOf( m_pCollection->getEmbeddedDatabase() ); in OGeneralPage() 103 …nCreateNewDBIndex = m_pCollection->getIndexOf( ::rtl::OUString::createFromAscii( "sdbc:dbase:" ) ); in OGeneralPage() 183 if ( m_pCollection ) in initializeTypeList() 187 ::dbaccess::ODsnTypeCollection::TypeIterator aEnd = m_pCollection->end(); in initializeTypeList() 188 … for ( ::dbaccess::ODsnTypeCollection::TypeIterator aTypeLoop = m_pCollection->begin(); in initializeTypeList() 222 const String sName = m_pCollection->getTypeDisplayName(_sURLPrefix); in setParentTitle() 371 if (m_pCollection && bValid) in implInitControls() [all …]
|
| H A D | ConnectionHelper.cxx | 122 m_pCollection = pCollectionItem->getCollection(); in DBG_NAME() 124 …DBG_ASSERT(m_pCollection, "OConnectionHelper::OConnectionHelper : really need a DSN type collectio… in DBG_NAME() 125 m_aConnectionURL.SetTypeCollection(m_pCollection); in DBG_NAME() 145 … m_aConnectionURL.ShowPrefix( ::dbaccess::DST_JDBC == m_pCollection->determineType(m_eType) ); in implInitControls() 147 sal_Bool bEnableBrowseButton = m_pCollection->supportsBrowsing( m_eType ); in implInitControls() 172 if ( m_pCollection->isFileSystemBased(m_eType) ) in implUpdateURLDependentStates() 180 const ::dbaccess::DATASOURCE_TYPE eType = m_pCollection->determineType(m_eType); 444 … DBG_ASSERT( m_pCollection, "OConnectionHelper::impl_setURL: have no interpreter for the URLs!" ); in impl_setURL() 446 if ( m_pCollection && sURL.Len() ) in impl_setURL() 448 if ( m_pCollection->isFileSystemBased( m_eType ) ) in impl_setURL() [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()
|
| /trunk/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()
|
| /trunk/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()
|
| /trunk/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
|