LibreOffice Module connectivity (master) 1
Namespaces | Functions
dbconversion.cxx File Reference
#include <connectivity/dbconversion.hxx>
#include <com/sun/star/sdbc/SQLException.hpp>
#include <com/sun/star/util/Date.hpp>
#include <com/sun/star/util/Time.hpp>
#include <com/sun/star/util/DateTime.hpp>
#include <rtl/character.hxx>
#include <rtl/math.hxx>
#include <sal/log.hxx>
#include <unotools/datetime.hxx>
#include <comphelper/date.hxx>
#include <o3tl/string_view.hxx>
#include <sstream>
#include <iomanip>
Include dependency graph for dbconversion.cxx:

Go to the source code of this file.

Namespaces

namespace  dbtools
 

Functions

static sal_Int32 dbtools::implRelativeToAbsoluteNull (const css::util::Date &_rDate)
 
static void dbtools::addDays (const sal_Int32 nDays, css::util::Date &_rDate)
 
static void dbtools::subDays (const sal_Int32 nDays, css::util::Date &_rDate)