LibreOffice Module sw (master) 1
|
#include <rtl/ustring.hxx>
#include <tools/solar.h>
#include <tools/long.hxx>
#include <i18nlangtag/lang.h>
#include <com/sun/star/util/Date.hpp>
#include "swdllapi.h"
#include "swdbdata.hxx"
#include <com/sun/star/uno/Reference.h>
#include <com/sun/star/uno/Sequence.hxx>
#include <com/sun/star/lang/Locale.hpp>
#include <com/sun/star/beans/PropertyValue.hpp>
#include <memory>
#include <utility>
#include <vector>
Go to the source code of this file.
Classes | |
struct | SwDBFormatData |
struct | SwDSParam |
struct | SwMergeDescriptor |
class | SwDBManager |
Namespaces | |
namespace | com |
namespace | com::sun |
namespace | com::sun::star |
namespace | com::sun::star::sdbc |
namespace | com::sun::star::beans |
namespace | com::sun::star::sdbcx |
namespace | com::sun::star::util |
namespace | com::sun::star::mail |
namespace | com::sun::star::embed |
namespace | com::sun::star::frame |
namespace | svx |
namespace | weld |
namespace | sw |
Dialog to specify the properties of date form field. | |
Typedefs | |
typedef std::vector< std::unique_ptr< SwDSParam > > | SwDSParams_t |
Enumerations | |
enum | DBManagerOptions { DBMGR_MERGE , DBMGR_MERGE_PRINTER , DBMGR_MERGE_EMAIL , DBMGR_MERGE_FILE , DBMGR_MERGE_SHELL } |
enum class | SwDBSelect { UNKNOWN , TABLE , QUERY } |
enum class | sw::DBConnURIType { sw::UNKNOWN = 0 , sw::ODB , sw::CALC , sw::DBASE , sw::FLAT , sw::MSJET , sw::MSACE , sw::WRITER } |
Functions | |
DBConnURIType | sw::GetDBunoType (const INetURLObject &rURL) |
typedef std::vector<std::unique_ptr<SwDSParam> > SwDSParams_t |
enum DBManagerOptions |
|
strong |