20#ifndef INCLUDED_CONNECTIVITY_DBCONVERSION_HXX
21#define INCLUDED_CONNECTIVITY_DBCONVERSION_HXX
23#include <com/sun/star/util/Date.hpp>
45 class XNumberFormatter;
46 class XNumberFormatsSupplier;
61 const css::uno::Reference< css::util::XNumberFormatter>& xFormatter,
62 const css::util::Date& rNullDate,
63 const OUString& rString,
70 const css::util::Date& rNullDate,
79 const css::uno::Reference< css::beans::XPropertySet>& _xColumn,
80 const css::uno::Reference< css::util::XNumberFormatter>& xFormatter,
81 const css::lang::Locale& _rLocale,
82 const css::util::Date& rNullDate);
85 const css::uno::Reference< css::sdb::XColumn>& _xColumn,
86 const css::uno::Reference< css::util::XNumberFormatter>& xFormatter,
87 const css::util::Date& rNullDate,
112 inline double toNullDate(
const css::util::Date& _rNullDate,
double _rVal) {
return _rVal -
toDays(_rNullDate); }
127 const css::uno::Reference< css::script::XTypeConverter >& _rxTypeConverter);
146 const OUString& _rSource,
148 rtl_TextEncoding _eEncoding
175 const OUString& _rSource,
178 rtl_TextEncoding _eEncoding
class SAL_NO_VTABLE XPropertySet