LibreOffice Module connectivity (master) 1
Macros | Functions
DTable.cxx File Reference
#include <dbase/DTable.hxx>
#include <com/sun/star/container/ElementExistException.hpp>
#include <com/sun/star/sdbc/ColumnValue.hpp>
#include <com/sun/star/sdbc/DataType.hpp>
#include <com/sun/star/ucb/XContentAccess.hpp>
#include <com/sun/star/sdbc/XRow.hpp>
#include <o3tl/safeint.hxx>
#include <svl/converter.hxx>
#include <dbase/DConnection.hxx>
#include <dbase/DColumns.hxx>
#include <tools/config.hxx>
#include <comphelper/diagnose_ex.hxx>
#include <dbase/DIndex.hxx>
#include <dbase/DIndexes.hxx>
#include <comphelper/processfactory.hxx>
#include <rtl/math.hxx>
#include <ucbhelper/content.hxx>
#include <com/sun/star/ucb/ContentCreationException.hpp>
#include <connectivity/dbexception.hxx>
#include <com/sun/star/lang/IndexOutOfBoundsException.hpp>
#include <comphelper/property.hxx>
#include <comphelper/servicehelper.hxx>
#include <o3tl/string_view.hxx>
#include <comphelper/string.hxx>
#include <unotools/configmgr.hxx>
#include <unotools/tempfile.hxx>
#include <unotools/ucbhelper.hxx>
#include <comphelper/types.hxx>
#include <cppuhelper/exc_hlp.hxx>
#include <cppuhelper/queryinterface.hxx>
#include <connectivity/dbtools.hxx>
#include <connectivity/FValue.hxx>
#include <connectivity/dbconversion.hxx>
#include <connectivity/sdbcx/VColumn.hxx>
#include <strings.hrc>
#include <rtl/strbuf.hxx>
#include <sal/log.hxx>
#include <tools/date.hxx>
#include <i18nutil/calendar.hxx>
#include <algorithm>
#include <cassert>
#include <memory>
#include <string_view>
Include dependency graph for DTable.cxx:

Go to the source code of this file.

Macros

#define FIELD_DESCRIPTOR_TERMINATOR   0x0D
 
#define DBF_EOL   0x1A
 

Functions

static double toDouble (std::string_view rString)
 

Macro Definition Documentation

◆ DBF_EOL

#define DBF_EOL   0x1A

Definition at line 85 of file DTable.cxx.

◆ FIELD_DESCRIPTOR_TERMINATOR

#define FIELD_DESCRIPTOR_TERMINATOR   0x0D

Definition at line 84 of file DTable.cxx.

Function Documentation

◆ toDouble()

static double toDouble ( std::string_view  rString)
static