Lines Matching refs:BibliographyLoader
94 class BibliographyLoader : public cppu::WeakImplHelper4 class
115 BibliographyLoader();
116 ~BibliographyLoader();
159 BibliographyLoader::BibliographyLoader() : in BibliographyLoader() function in BibliographyLoader
165 BibliographyLoader::~BibliographyLoader() in ~BibliographyLoader()
177 return *(new BibliographyLoader); in BibliographyLoader_CreateInstance()
182 rtl::OUString BibliographyLoader::getImplementationName() throw( ) in getImplementationName()
189 sal_Bool BibliographyLoader::supportsService(const rtl::OUString& ServiceName) throw( ) in supportsService()
200 Sequence< rtl::OUString > BibliographyLoader::getSupportedServiceNames(void) throw( ) in getSupportedServiceNames()
206 Sequence< rtl::OUString > BibliographyLoader::getSupportedServiceNames_Static(void) throw( ) in getSupportedServiceNames_Static()
228 if (!BibliographyLoader::getImplementationName_Static().compareToAscii( pImplName ) ) in component_getFactory()
234 BibliographyLoader::getImplementationName_Static(), in component_getFactory()
236 BibliographyLoader::getSupportedServiceNames_Static() ); in component_getFactory()
246 void BibliographyLoader::cancel(void) throw (::com::sun::star::uno::RuntimeException) in cancel()
253 void BibliographyLoader::load(const Reference< XFrame > & rFrame, const rtl::OUString& rURL, in load()
278 void BibliographyLoader::loadView(const Reference< XFrame > & rFrame, const rtl::OUString& /*rURL*/, in loadView()
386 BibDataManager* BibliographyLoader::GetDataManager()const in GetDataManager()
391 const_cast< BibliographyLoader* >( this )->m_pBibMod = OpenBibModul(); in GetDataManager()
392 const_cast< BibliographyLoader* >( this )->m_pDatMan = (*m_pBibMod)->createDataManager(); in GetDataManager()
393 const_cast< BibliographyLoader* >( this )->m_xDatMan = m_pDatMan; in GetDataManager()
400 Reference< XNameAccess > BibliographyLoader::GetDataColumns() const in GetDataColumns()
446 ((BibliographyLoader*)this)->m_xCursor = xRowSet.get(); in GetDataColumns()
450 ((BibliographyLoader*)this)->m_xColumns = xSupplyCols->getColumns(); in GetDataColumns()
458 Reference< sdb::XColumn > BibliographyLoader::GetIdentifierColumn() const in GetIdentifierColumn()
476 Reference< XResultSet > BibliographyLoader::GetDataCursor() const in GetDataCursor()
513 Any BibliographyLoader::getByName(const rtl::OUString& rName) throw in getByName()
519 BibDataManager* pDatMan = ((BibliographyLoader*)this)->GetDataManager(); in getByName()
570 Sequence< rtl::OUString > BibliographyLoader::getElementNames(void) throw ( RuntimeException ) in getElementNames()
607 sal_Bool BibliographyLoader::hasByName(const rtl::OUString& rName) throw ( RuntimeException ) in hasByName()
638 Type BibliographyLoader::getElementType(void) throw ( RuntimeException ) in getElementType()
645 sal_Bool BibliographyLoader::hasElements(void) throw ( RuntimeException ) in hasElements()
655 Reference< XPropertySetInfo > BibliographyLoader::getPropertySetInfo(void) throw in getPropertySetInfo()
670 void BibliographyLoader::setPropertyValue(const rtl::OUString& /*PropertyName*/, in setPropertyValue()
681 Any BibliographyLoader::getPropertyValue(const rtl::OUString& rPropertyName) in getPropertyValue()
738 void BibliographyLoader::addPropertyChangeListener( in addPropertyChangeListener()
747 void BibliographyLoader::removePropertyChangeListener( in removePropertyChangeListener()
756 void BibliographyLoader::addVetoableChangeListener( in addVetoableChangeListener()
765 void BibliographyLoader::removeVetoableChangeListener( in removeVetoableChangeListener()