Lines Matching refs:m_pCollection

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()
441 ::dbaccess::DATASOURCE_TYPE eType = VerifyDataSourceType(m_pCollection->determineType(m_sURL)); in activateDatabasePath()
443 eType = m_pCollection->determineType(m_sOldURL); in activateDatabasePath()
445 activatePath( static_cast<PathId>(m_pCollection->getIndexOf(m_sURL) + 1), sal_True); in activateDatabasePath()
451 activatePath( static_cast<PathId>(m_pCollection->size() + 1), sal_True ); in activateDatabasePath()
487 return m_pCollection->isConnectionUrlRequired(m_sURL); in IsConnectionUrlRequired()
623 …m_pOutSet->Put(SfxStringItem(DSID_CONNECTURL, m_pCollection->getPrefix(::rtl::OUString(RTL_CONSTAS… in createPage()
628 …m_pOutSet->Put(SfxStringItem(DSID_CONNECTURL, m_pCollection->getPrefix(::rtl::OUString(RTL_CONSTAS… in createPage()
632 …m_pOutSet->Put(SfxStringItem(DSID_CONNECTURL, m_pCollection->getPrefix(::rtl::OUString(RTL_CONSTAS… in createPage()
724 activatePath( static_cast<PathId>(m_pCollection->getIndexOf(sURLPrefix) + 1), sal_True); in IMPL_LINK()
763 pFinalPage->enableTableWizardCheckBox(m_pCollection->supportsTableCreation(m_sURL)); in enterState()
897 ::rtl::OUString sEmbeddedURL = m_pCollection->getEmbeddedDatabase(); in getDefaultDatabaseType()
917 if ( m_pCollection->isEmbeddedDatabase(eType) ) in CreateDatabase()
923 …xDatasource->setPropertyValue( PROPERTY_INFO, makeAny( m_pCollection->getDefaultDBSettings( eType … in CreateDatabase()
926 else if ( m_pCollection->isFileSystemBased(eType) ) in CreateDatabase()