Lines Matching refs:ODsnTypeCollection

63 DBG_NAME(ODsnTypeCollection)  in DBG_NAME()  argument
65 ODsnTypeCollection::ODsnTypeCollection(const ::com::sun::star::uno::Reference< ::com::sun::star::la… in DBG_NAME()
72 DBG_CTOR(ODsnTypeCollection,NULL); in DBG_NAME()
87 ODsnTypeCollection::~ODsnTypeCollection() in ~ODsnTypeCollection()
89 DBG_DTOR(ODsnTypeCollection,NULL); in ~ODsnTypeCollection()
93 String ODsnTypeCollection::getTypeDisplayName(const ::rtl::OUString& _sURL) const in getTypeDisplayName()
98 String ODsnTypeCollection::cutPrefix(const ::rtl::OUString& _sURL) const in cutPrefix()
122 String ODsnTypeCollection::getPrefix(const ::rtl::OUString& _sURL) const in getPrefix()
147 bool ODsnTypeCollection::hasDriver( const sal_Char* _pAsciiPattern ) const in hasDriver()
154 bool ODsnTypeCollection::isConnectionUrlRequired(const ::rtl::OUString& _sURL) const in isConnectionUrlRequired()
173 String ODsnTypeCollection::getMediaType(const ::rtl::OUString& _sURL) const in getMediaType()
179 String ODsnTypeCollection::getDatasourcePrefixFromMediaType(const ::rtl::OUString& _sMediaType,cons… in getDatasourcePrefixFromMediaType()
208 bool ODsnTypeCollection::isShowPropertiesEnabled( const ::rtl::OUString& _sURL ) const in isShowPropertiesEnabled()
221 void ODsnTypeCollection::extractHostNamePort(const ::rtl::OUString& _rDsn,String& _sDatabaseName,St… in extractHostNamePort()
265 String ODsnTypeCollection::getJavaDriverClass(const ::rtl::OUString& _sURL) const in getJavaDriverClass()
271 sal_Bool ODsnTypeCollection::isFileSystemBased(const ::rtl::OUString& _sURL) const in isFileSystemBased()
277 sal_Bool ODsnTypeCollection::supportsTableCreation(const ::rtl::OUString& _sURL) const in supportsTableCreation()
283 sal_Bool ODsnTypeCollection::supportsColumnDescription(const ::rtl::OUString& _sURL) const in supportsColumnDescription()
289 sal_Bool ODsnTypeCollection::supportsBrowsing(const ::rtl::OUString& _sURL) const in supportsBrowsing()
295 bool ODsnTypeCollection::needsJVM(const String& _sURL) const in needsJVM()
301 Sequence<PropertyValue> ODsnTypeCollection::getDefaultDBSettings( const ::rtl::OUString& _sURL ) co… in getDefaultDBSettings()
308 bool ODsnTypeCollection::isEmbeddedDatabase( const ::rtl::OUString& _sURL ) const in isEmbeddedDatabase()
315 ::rtl::OUString ODsnTypeCollection::getEmbeddedDatabase() const in getEmbeddedDatabase()
336 ODsnTypeCollection::TypeIterator ODsnTypeCollection::begin() const in begin()
342 ODsnTypeCollection::TypeIterator ODsnTypeCollection::end() const in end()
347 DATASOURCE_TYPE ODsnTypeCollection::determineType(const String& _rDsn) const in determineType()
449 void ODsnTypeCollection::fillPageIds(const ::rtl::OUString& _sURL,::std::vector<sal_Int16>& _rOutPa… in fillPageIds()
514 ::rtl::OUString ODsnTypeCollection::getType(const ::rtl::OUString& _sURL) const in getType()
530 sal_Int32 ODsnTypeCollection::getIndexOf(const ::rtl::OUString& _sURL) const in getIndexOf()
550 sal_Int32 ODsnTypeCollection::size() const in size()
558 ODsnTypeCollection::TypeIterator::TypeIterator(const ODsnTypeCollection* _pContainer, sal_Int32 _nI… in TypeIterator()
564 ++const_cast<ODsnTypeCollection*>(m_pContainer)->m_nLivingIterators; in TypeIterator()
569 ODsnTypeCollection::TypeIterator::TypeIterator(const TypeIterator& _rSource) in TypeIterator()
574 ++const_cast<ODsnTypeCollection*>(m_pContainer)->m_nLivingIterators; in TypeIterator()
579 ODsnTypeCollection::TypeIterator::~TypeIterator() in ~TypeIterator()
582 --const_cast<ODsnTypeCollection*>(m_pContainer)->m_nLivingIterators; in ~TypeIterator()
587 String ODsnTypeCollection::TypeIterator::getDisplayName() const in getDisplayName()
593 ::rtl::OUString ODsnTypeCollection::TypeIterator::getURLPrefix() const in getURLPrefix()
599 const ODsnTypeCollection::TypeIterator& ODsnTypeCollection::TypeIterator::operator++() in operator ++()
608 const ODsnTypeCollection::TypeIterator& ODsnTypeCollection::TypeIterator::operator--() in operator --()
617 bool operator==(const ODsnTypeCollection::TypeIterator& lhs, const ODsnTypeCollection::TypeIterator… in operator ==()