/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/ |
H A D | DBTypeConversion.java | 266 public static Date toDate(double dVal) { in toDate() method in DBTypeConversion 267 return toDate(dVal, getStandardDate()); in toDate() 270 public static Date toDate(double dVal, Date _rNullDate) { in toDate() method in DBTypeConversion 282 public static Date toDate(String value) { in toDate() method in DBTypeConversion 306 Date aDate = toDate(dVal, _rNullDate); in toDateTime() 335 Date aDate = toDate(dateString); in toDateTime()
|
H A D | ORowSetValue.java | 539 aValue = DBTypeConversion.toDate(getString()); in getDate() 546 aValue = DBTypeConversion.toDate(getDouble()); in getDate() 566 aValue = DBTypeConversion.toDate((double)getLong()); in getDate() 580 aValue = DBTypeConversion.toDate(0.0); in getDate()
|
/trunk/main/connectivity/source/commontools/ |
H A D | dbconversion.cxx | 101 Date DBTypeConversion::toDate(sal_Int32 _nVal) in toDate() function in dbtools::DBTypeConversion 341 Date DBTypeConversion::toDate(double dVal, const Date& _rNullDate) in toDate() function in dbtools::DBTypeConversion 395 Date aDate = toDate(dVal, _rNullDate); in toDateTime() 413 Date DBTypeConversion::toDate(const ::rtl::OUString& _sSQLString) in toDate() function in dbtools::DBTypeConversion 441 Date aDate = toDate(_sSQLString); in toDateTime()
|
H A D | DateConversion.cxx | 165 aDate = DBTypeConversion::toDate(nValue); in toSQLString() 172 aDate = DBTypeConversion::toDate(sValue); in toSQLString() 327 xVariant->updateDate(toDate( rValue, rNullDate)); in setValue()
|
H A D | FValue.cxx | 1659 m_aValue.m_pValue = new Date(dbtools::DBTypeConversion::toDate(_rVal)); in setFromDouble() 1795 aValue = DBTypeConversion::toDate(getString()); in getDate() 1802 aValue = DBTypeConversion::toDate((double)*this); in getDate() 1822 aValue = DBTypeConversion::toDate( double( sal_Int64( *this ) ) ); in getDate() 1836 aValue = DBTypeConversion::toDate( (double)0 ); in getDate()
|
H A D | dbtools.cxx | 1148 Date aDate = DBTypeConversion::toDate(getDouble(aEffectiveDefault)); in TransferFormComponentProperties()
|
/trunk/main/connectivity/inc/connectivity/ |
H A D | dbconversion.hxx | 114 …static ::com::sun::star::util::Date toDate(double dVal, const ::com::sun::star::util::Date& _rNul… 115 static ::com::sun::star::util::Date toDate(const ::rtl::OUString& _sSQLDate); 136 static ::com::sun::star::util::Date toDate(sal_Int32 _nVal);
|
H A D | DateConversion.hxx | 72 …static ::com::sun::star::util::Date toDate(double,const ::com::sun::star::util::Date& =::… in toDate() function in connectivity::DateConversion
|
/trunk/main/forms/source/component/ |
H A D | Date.cxx | 259 aDate = DBTypeConversion::toDate(nAsInt); in commitControlValueToDbColumn() 291 _rUNOValue <<= DBTypeConversion::toDate( nDate ); in impl_translateControlValueToUNODate()
|
H A D | FormattedField.cxx | 1172 aExternalValue <<= DBTypeConversion::toDate( fValue, m_aNullDate ); in translateControlValueToExternalValue()
|
/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/ |
H A D | JavaSQLCallableStatement.java | 122 return DBTypeConversion.toDate(jdbcDate.toString()); in getDate() 248 ret = DBTypeConversion.toDate(((java.sql.Date)object).toString()); in getObject()
|
H A D | JavaSQLResultSet.java | 318 return DBTypeConversion.toDate(jdbcDate.toString()); in getDate() 458 ret = DBTypeConversion.toDate(((java.sql.Date)object).toString()); in getObject()
|
/trunk/main/ucb/source/ucp/odma/ |
H A D | odma_provider.cxx | 302 util::Date toDate(const ::rtl::OString& _sSQLString) in toDate() function 328 util::Date aDate = toDate(_sSQLString); in toDateTime()
|
/trunk/main/connectivity/source/drivers/jdbc/ |
H A D | Timestamp.cxx | 80 return ::dbtools::DBTypeConversion::toDate(toString()); in operator ::com::sun::star::util::Date()
|
/trunk/main/reportdesign/source/ui/dlg/ |
H A D | DateTime.cxx | 222 …nValue = ::dbtools::DBTypeConversion::toDouble(::dbtools::DBTypeConversion::toDate(static_cast<sal… in getFormatStringByKey()
|
/trunk/main/extensions/source/propctrlr/ |
H A D | usercontrol.cxx | 137 …nValue = ::dbtools::DBTypeConversion::toDouble(::dbtools::DBTypeConversion::toDate(static_cast<sal… in getPreviewValue()
|
H A D | stringrepresentation.cxx | 584 _rValue <<= ::dbtools::DBTypeConversion::toDate(_rStringRep); in convertStringToGenericValue()
|
H A D | formcomponenthandler.cxx | 725 aControlValue <<= DBTypeConversion::toDate( nDate ); in convertToControlValue()
|
/trunk/main/connectivity/source/drivers/ado/ |
H A D | Aolevariant.cxx | 372 …return isNull() ? ::com::sun::star::util::Date(30,12,1899) : ::dbtools::DBTypeConversion::toDate(g… in operator ::com::sun::star::util::Date()
|
/trunk/main/connectivity/source/drivers/file/ |
H A D | fcomp.cxx | 521 …pOperand->setValue(::dbtools::DBTypeConversion::toDouble(::dbtools::DBTypeConversion::toDate(sDate… in execute_Operand()
|
/trunk/main/connectivity/source/drivers/flat/ |
H A D | ETable.cxx | 661 …[i] = ::dbtools::DBTypeConversion::toDouble(::dbtools::DBTypeConversion::toDate(nRes,m_aNullDate)); in fetchRow()
|
/trunk/main/dbaccess/source/ui/misc/ |
H A D | DExport.cxx | 396 … m_pUpdateHelper->updateDate(nPos,::dbtools::DBTypeConversion::toDate(fOutNumber,m_aNullDate)); in insertValueIntoColumn()
|
/trunk/main/connectivity/source/parse/ |
H A D | sqlnode.cxx | 194 Date aDate = DBTypeConversion::toDate(rString); in convertDateString() 1025 …Date aDate = DBTypeConversion::toDate(fValue,DBTypeConversion::getNULLDate(m_xFormatter->getNumber… in buildNode_Date()
|
/trunk/main/connectivity/source/drivers/dbase/ |
H A D | DTable.cxx | 1915 aDate = ::dbtools::DBTypeConversion::toDate(rRow.get()[nPos]->getValue().getDouble()); in UpdateBuffer()
|
/trunk/main/dbaccess/source/core/api/ |
H A D | RowSet.cxx | 852 aNewValue <<= dbtools::DBTypeConversion::toDate( nValue ); in updateObject()
|