Lines Matching refs:m_pCollection
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()
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()
391 …sDisplayName = m_pCollection->getTypeDisplayName( ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("jdb… in implInitControls()
416 const ::dbaccess::DATASOURCE_TYPE eType = m_pCollection->determineType(_sURLPrefix); in approveDataSourceType()
440 if ( m_pCollection->hasDriver( "sdbc:mysql:mysqlc:" ) ) in approveDataSourceType()