LibreOffice Module sw (master)
1
|
#include <vcl/weld.hxx>
#include <sfx2/basedlgs.hxx>
#include <unotools/configitem.hxx>
#include "numfmtlb.hxx"
#include <swdbdata.hxx>
#include <com/sun/star/uno/Reference.h>
#include <com/sun/star/uno/Sequence.h>
#include <o3tl/sorted_vector.hxx>
#include <memory>
#include <vector>
Go to the source code of this file.
Classes | |
struct | SwInsDBColumn |
class | SwInsDBColumns |
class | SwInsertDBColAutoPilot |
Namespaces | |
com::sun::star | |
com::sun::star::sdbcx | |
com::sun::star::sdbc | |
Typedefs | |
typedef std::vector< std::unique_ptr< DB_Column > > | DB_Columns |
typedef std::vector<std::unique_ptr<DB_Column> > DB_Columns |
Definition at line 50 of file dbinsdlg.hxx.