|
LibreOffice Module dbaccess (master) 1
|
#include "adminpages.hxx"#include <charsetlistbox.hxx>#include "TextConnectionHelper.hxx"#include "admincontrols.hxx"#include <o3tl/typed_flags_set.hxx>Go to the source code of this file.
Classes | |
| struct | o3tl::typed_flags< OCommonBehaviourTabPageFlags > |
| class | dbaui::OCommonBehaviourTabPage |
| eases the implementation of tab pages handling user/password and/or character set and/or generic options input The controls to be used have to be defined within the resource, as usual, but this class does all the handling necessary. More... | |
| class | dbaui::ODbaseDetailsPage |
| class | dbaui::OAdoDetailsPage |
| class | dbaui::OOdbcDetailsPage |
| class | dbaui::OUserDriverDetailsPage |
| class | dbaui::OMySQLODBCDetailsPage |
| class | dbaui::OGeneralSpecialJDBCDetailsPage |
| class | dbaui::MySQLNativePage |
| class | dbaui::OLDAPDetailsPage |
| class | dbaui::OTextDetailsPage |
Namespaces | |
| namespace | o3tl |
| namespace | dbaui |
Enumerations | |
| enum class | OCommonBehaviourTabPageFlags { NONE = 0x0000 , UseCharset = 0x0002 , UseOptions = 0x0004 } |
|
strong |
| Enumerator | |
|---|---|
| NONE | |
| UseCharset | |
| UseOptions | |
Definition at line 29 of file detailpages.hxx.