LibreOffice Module sw (master) 1
|
#include <utility>
#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 | |
namespace | com |
namespace | com::sun |
namespace | com::sun::star |
namespace | com::sun::star::sdbcx |
namespace | 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 53 of file dbinsdlg.hxx.