Home
last modified time | relevance | path

Searched refs:toDate (Results 1 – 25 of 25) sorted by relevance

/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/
H A DDBTypeConversion.java266 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 DORowSetValue.java539 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 Ddbconversion.cxx101 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 DDateConversion.cxx165 aDate = DBTypeConversion::toDate(nValue); in toSQLString()
172 aDate = DBTypeConversion::toDate(sValue); in toSQLString()
327 xVariant->updateDate(toDate( rValue, rNullDate)); in setValue()
H A DFValue.cxx1659 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 Ddbtools.cxx1148 Date aDate = DBTypeConversion::toDate(getDouble(aEffectiveDefault)); in TransferFormComponentProperties()
/trunk/main/connectivity/inc/connectivity/
H A Ddbconversion.hxx114 …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 DDateConversion.hxx72 …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 DDate.cxx259 aDate = DBTypeConversion::toDate(nAsInt); in commitControlValueToDbColumn()
291 _rUNOValue <<= DBTypeConversion::toDate( nDate ); in impl_translateControlValueToUNODate()
H A DFormattedField.cxx1172 aExternalValue <<= DBTypeConversion::toDate( fValue, m_aNullDate ); in translateControlValueToExternalValue()
/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DJavaSQLCallableStatement.java122 return DBTypeConversion.toDate(jdbcDate.toString()); in getDate()
248 ret = DBTypeConversion.toDate(((java.sql.Date)object).toString()); in getObject()
H A DJavaSQLResultSet.java318 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 Dodma_provider.cxx302 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 DTimestamp.cxx80 return ::dbtools::DBTypeConversion::toDate(toString()); in operator ::com::sun::star::util::Date()
/trunk/main/reportdesign/source/ui/dlg/
H A DDateTime.cxx222 …nValue = ::dbtools::DBTypeConversion::toDouble(::dbtools::DBTypeConversion::toDate(static_cast<sal… in getFormatStringByKey()
/trunk/main/extensions/source/propctrlr/
H A Dusercontrol.cxx137 …nValue = ::dbtools::DBTypeConversion::toDouble(::dbtools::DBTypeConversion::toDate(static_cast<sal… in getPreviewValue()
H A Dstringrepresentation.cxx584 _rValue <<= ::dbtools::DBTypeConversion::toDate(_rStringRep); in convertStringToGenericValue()
H A Dformcomponenthandler.cxx725 aControlValue <<= DBTypeConversion::toDate( nDate ); in convertToControlValue()
/trunk/main/connectivity/source/drivers/ado/
H A DAolevariant.cxx372 …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 Dfcomp.cxx521 …pOperand->setValue(::dbtools::DBTypeConversion::toDouble(::dbtools::DBTypeConversion::toDate(sDate… in execute_Operand()
/trunk/main/connectivity/source/drivers/flat/
H A DETable.cxx660 …[i] = ::dbtools::DBTypeConversion::toDouble(::dbtools::DBTypeConversion::toDate(nRes,m_aNullDate)); in fetchRow()
/trunk/main/dbaccess/source/ui/misc/
H A DDExport.cxx396 … m_pUpdateHelper->updateDate(nPos,::dbtools::DBTypeConversion::toDate(fOutNumber,m_aNullDate)); in insertValueIntoColumn()
/trunk/main/connectivity/source/parse/
H A Dsqlnode.cxx194 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 DDTable.cxx1915 aDate = ::dbtools::DBTypeConversion::toDate(rRow.get()[nPos]->getValue().getDouble()); in UpdateBuffer()
/trunk/main/dbaccess/source/core/api/
H A DRowSet.cxx852 aNewValue <<= dbtools::DBTypeConversion::toDate( nValue ); in updateObject()

Completed in 150 milliseconds