Lines Matching refs:m_pCollection
264 , m_pCollection( NULL ) in DBG_NAME()
279 m_pCollection = pCollectionItem->getCollection(); in DBG_NAME()
281 …DBG_ASSERT(m_pCollection, "ODbTypeWizDialogSetup::ODbTypeWizDialogSetup : really need a DSN type c… in DBG_NAME()
299 ::dbaccess::ODsnTypeCollection::TypeIterator aIter = m_pCollection->begin(); in DBG_NAME()
300 ::dbaccess::ODsnTypeCollection::TypeIterator aEnd = m_pCollection->end(); in DBG_NAME()
306 m_pCollection->fillPageIds(sURLPrefix,aPath); in DBG_NAME()
315 declarePath( static_cast<PathId>(m_pCollection->size()+1), aPath); in DBG_NAME()
467 … sal_Int32 nCreateNewDBIndex = m_pCollection->getIndexOf( m_pCollection->getEmbeddedDatabase() ); in activateDatabasePath()
469 …nCreateNewDBIndex = m_pCollection->getIndexOf( ::rtl::OUString::createFromAscii( "sdbc:dbase:" ) ); in activateDatabasePath()
482 aConverter.convert(m_pCollection,sOld,m_sURL,m_pImpl->getCurrentDataSource()); in activateDatabasePath()
483 ::dbaccess::DATASOURCE_TYPE eType = VerifyDataSourceType(m_pCollection->determineType(m_sURL)); in activateDatabasePath()
485 eType = m_pCollection->determineType(m_sOldURL); in activateDatabasePath()
487 activatePath( static_cast<PathId>(m_pCollection->getIndexOf(m_sURL) + 1), sal_True); in activateDatabasePath()
493 activatePath( static_cast<PathId>(m_pCollection->size() + 1), sal_True ); in activateDatabasePath()
529 return m_pCollection->isConnectionUrlRequired(m_sURL); in IsConnectionUrlRequired()
665 …m_pOutSet->Put(SfxStringItem(DSID_CONNECTURL, m_pCollection->getPrefix(::rtl::OUString(RTL_CONSTAS… in createPage()
670 …m_pOutSet->Put(SfxStringItem(DSID_CONNECTURL, m_pCollection->getPrefix(::rtl::OUString(RTL_CONSTAS… in createPage()
674 …m_pOutSet->Put(SfxStringItem(DSID_CONNECTURL, m_pCollection->getPrefix(::rtl::OUString(RTL_CONSTAS… in createPage()
766 activatePath( static_cast<PathId>(m_pCollection->getIndexOf(sURLPrefix) + 1), sal_True); in IMPL_LINK()
805 pFinalPage->enableTableWizardCheckBox(m_pCollection->supportsTableCreation(m_sURL)); in enterState()
939 ::rtl::OUString sEmbeddedURL = m_pCollection->getEmbeddedDatabase(); in getDefaultDatabaseType()
959 if ( m_pCollection->isEmbeddedDatabase(eType) ) in CreateDatabase()
965 …xDatasource->setPropertyValue( PROPERTY_INFO, makeAny( m_pCollection->getDefaultDBSettings( eType … in CreateDatabase()
968 else if ( m_pCollection->isFileSystemBased(eType) ) in CreateDatabase()