|
LibreOffice Module dbaccess (master) 1
|
Classes | |
| class | ODBExport |
| class | ODBFilter |
| class | OPropertyHandlerFactory |
| class | OTableStyleContext |
| class | OTableStylesContext |
| class | OXMLAutoStylePoolP |
| class | OXMLColumn |
| class | OXMLComponent |
| class | OXMLConnectionData |
| class | OXMLConnectionResource |
| class | OXMLDatabase |
| class | OXMLDatabaseDescription |
| class | OXMLDataSource |
| class | OXMLDataSourceInfo |
| class | OXMLDataSourceSetting |
| class | OXMLDataSourceSettings |
| class | OXMLDocuments |
| class | OXMLFileBasedDatabase |
| class | OXMLHelper |
| class | OXMLHierarchyCollection |
| class | OXMLLogin |
| class | OXMLQuery |
| class | OXMLServerDatabase |
| class | OXMLTable |
| class | OXMLTableFilterList |
| class | OXMLTableFilterPattern |
Functions | |
| IMPL_LINK_NOARG (DBContentLoader, OnStartTableWizard, void *, void) | |
| static OUString | lcl_implGetPropertyXMLType (const Type &_rType) |
| static ErrCode | ReadThroughComponent (const uno::Reference< XInputStream > &xInputStream, const uno::Reference< XComponent > &xModelComponent, const uno::Reference< XComponentContext > &rxContext, ODBFilter &_rFilter) |
| read a component (file + filter version) More... | |
| static ErrCode | ReadThroughComponent (const uno::Reference< embed::XStorage > &xStorage, const uno::Reference< XComponent > &xModelComponent, const char *pStreamName, const uno::Reference< XComponentContext > &rxContext, ODBFilter &_rFilter) |
| read a component (storage version) More... | |
| dbaxml::IMPL_LINK_NOARG | ( | DBContentLoader | , |
| OnStartTableWizard | , | ||
| void * | , | ||
| void | |||
| ) |
Definition at line 503 of file dbloader2.cxx.
References Any, Exception, comphelper::InitAnyPropertySequence(), m_aContext, m_nStartWizard, m_sCurrentURL, m_xMySelf, and TOOLS_WARN_EXCEPTION.
|
static |
Definition at line 89 of file xmlExport.cxx.
Referenced by dbaxml::ODBExport::exportDataSourceSettings().
|
static |
read a component (storage version)
Definition at line 125 of file xmlfilter.cxx.
References ERRCODE_NONE, ERRCODE_SFX_WRONGPASSWORD, and ReadThroughComponent().
|
static |
read a component (file + filter version)
Definition at line 77 of file xmlfilter.cxx.
References DBG_UNHANDLED_EXCEPTION, ERRCODE_IO_BROKENPACKAGE, ERRCODE_NONE, Exception, and TOOLS_WARN_EXCEPTION.
Referenced by dbaxml::ODBFilter::implImport(), and ReadThroughComponent().