Home
last modified time | relevance | path

Searched refs:toTime (Results 1 – 24 of 24) sorted by relevance

/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/
H A DDBTypeConversion.java307 Time aTime = toTime(dVal); in toDateTime()
339 aTime = toTime( timeString ); in toDateTime()
344 public static Time toTime(int _nVal) { in toTime() method in DBTypeConversion
353 public static Time toTime(double dVal) { in toTime() method in DBTypeConversion
391 public static Time toTime(String _sSQLString) { in toTime() method in DBTypeConversion
H A DORowSetValue.java1136 aValue = DBTypeConversion.toTime(getString()); in getTime()
1140 aValue = DBTypeConversion.toTime(getDouble()); in getTime()
1145 aValue = DBTypeConversion.toTime(getDouble()); in getTime()
/trunk/main/connectivity/source/commontools/
H A Ddbconversion.cxx111 Time DBTypeConversion::toTime(sal_Int32 _nVal) in toTime() function in dbtools::DBTypeConversion
354 Time DBTypeConversion::toTime(double dVal) in toTime() function in dbtools::DBTypeConversion
396 Time aTime = toTime(dVal); in toDateTime()
445 aTime = toTime( _sSQLString.copy( nSeparation ) ); in toDateTime()
451 Time DBTypeConversion::toTime(const ::rtl::OUString& _sSQLString) in toTime() function in dbtools::DBTypeConversion
H A DDateConversion.cxx192 aTime = DBTypeConversion::toTime(nValue); in toSQLString()
199 aTime = DBTypeConversion::toTime(sValue); in toSQLString()
333 xVariant->updateTime(toTime(rValue)); in setValue()
H A DFValue.cxx1663 m_aValue.m_pValue = new Time(dbtools::DBTypeConversion::toTime(_rVal)); in setFromDouble()
1854 aValue = DBTypeConversion::toTime(getString()); in getTime()
1858 aValue = DBTypeConversion::toTime((double)*this); in getTime()
1863 aValue = DBTypeConversion::toTime((double)*this); in getTime()
H A Ddbtools.cxx1154 Time aTime = DBTypeConversion::toTime(getDouble(aEffectiveDefault)); in TransferFormComponentProperties()
/trunk/main/connectivity/inc/connectivity/
H A Ddbconversion.hxx116 static ::com::sun::star::util::Time toTime(double dVal);
117 static ::com::sun::star::util::Time toTime(const ::rtl::OUString& _sSQLDate);
137 static ::com::sun::star::util::Time toTime(sal_Int32 _nVal);
H A DDateConversion.hxx77 static ::com::sun::star::util::Time toTime(double) in toTime() function in connectivity::DateConversion
/trunk/main/forms/source/component/
H A DTime.cxx256 aTime = DBTypeConversion::toTime(nAsInt); in commitControlValueToDbColumn()
293 _rUNOValue <<= DBTypeConversion::toTime( nTime ); in impl_translateControlValueToUNOTime()
H A DFormattedField.cxx1176 aExternalValue <<= DBTypeConversion::toTime( fValue ); in translateControlValueToExternalValue()
/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DJavaSQLCallableStatement.java250 ret = DBTypeConversion.toTime(((java.sql.Time)object).toString()); in getObject()
291 return DBTypeConversion.toTime(time.toString()); in getTime()
H A DJavaSQLResultSet.java460 ret = DBTypeConversion.toTime(((java.sql.Time)object).toString()); in getObject()
498 return DBTypeConversion.toTime(time.toString()); in getTime()
/trunk/main/ucb/source/ucp/odma/
H A Dodma_provider.cxx314 util::Time toTime(const ::rtl::OString& _sSQLString) in toTime() function
329 util::Time aTime = toTime(_sSQLString); in toDateTime()
/trunk/main/connectivity/source/drivers/jdbc/
H A DTimestamp.cxx130 return ::dbtools::DBTypeConversion::toTime(toString()); in operator ::com::sun::star::util::Time()
/trunk/main/reportdesign/source/ui/dlg/
H A DDateTime.cxx216 …nValue = ::dbtools::DBTypeConversion::toDouble(::dbtools::DBTypeConversion::toTime(aCurrentTime.Ge… in getFormatStringByKey()
/trunk/main/extensions/source/propctrlr/
H A Dusercontrol.cxx144 …lue = ::dbtools::DBTypeConversion::toDouble(::dbtools::DBTypeConversion::toTime(aCurrentTime.GetTi… in getPreviewValue()
H A Dstringrepresentation.cxx589 _rValue <<= ::dbtools::DBTypeConversion::toTime(_rStringRep); in convertStringToGenericValue()
H A Dformcomponenthandler.cxx736 aControlValue <<= DBTypeConversion::toTime( nTime ); in convertToControlValue()
/trunk/main/connectivity/source/drivers/ado/
H A DAolevariant.cxx376 return isNull() ? ::com::sun::star::util::Time() : ::dbtools::DBTypeConversion::toTime(getDate()); in operator ::com::sun::star::util::Time()
/trunk/main/connectivity/source/drivers/file/
H A Dfcomp.cxx525 …pOperand->setValue(::dbtools::DBTypeConversion::toDouble(::dbtools::DBTypeConversion::toTime(sDate… in execute_Operand()
/trunk/main/connectivity/source/drivers/flat/
H A DETable.cxx666 …rRow->get())[i] = ::dbtools::DBTypeConversion::toDouble(::dbtools::DBTypeConversion::toTime(nRes)); in fetchRow()
/trunk/main/dbaccess/source/ui/misc/
H A DDExport.cxx402 … m_pUpdateHelper->updateTime(nPos,::dbtools::DBTypeConversion::toTime(fOutNumber)); in insertValueIntoColumn()
/trunk/main/connectivity/source/parse/
H A Dsqlnode.cxx220 Time aTime = DBTypeConversion::toTime(rString); in convertTimeString()
1033 Time aTime = DBTypeConversion::toTime(fValue); in buildNode_Date()
/trunk/main/dbaccess/source/core/api/
H A DRowSet.cxx854 aNewValue <<= dbtools::DBTypeConversion::toTime( nValue ); in updateObject()

Completed in 130 milliseconds