/aoo41x/main/connectivity/source/commontools/ |
H A D | dbconversion.cxx | 111 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 D | DateConversion.cxx | 192 aTime = DBTypeConversion::toTime(nValue); in toSQLString() 199 aTime = DBTypeConversion::toTime(sValue); in toSQLString() 333 xVariant->updateTime(toTime(rValue)); in setValue()
|
H A D | FValue.cxx | 1663 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 D | dbtools.cxx | 1154 Time aTime = DBTypeConversion::toTime(getDouble(aEffectiveDefault)); in TransferFormComponentProperties()
|
/aoo41x/main/connectivity/inc/connectivity/ |
H A D | dbconversion.hxx | 116 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 D | DateConversion.hxx | 77 static ::com::sun::star::util::Time toTime(double) in toTime() function in connectivity::DateConversion
|
/aoo41x/main/forms/source/component/ |
H A D | Time.cxx | 256 aTime = DBTypeConversion::toTime(nAsInt); in commitControlValueToDbColumn() 293 _rUNOValue <<= DBTypeConversion::toTime( nTime ); in impl_translateControlValueToUNOTime()
|
H A D | FormattedField.cxx | 1176 aExternalValue <<= DBTypeConversion::toTime( fValue ); in translateControlValueToExternalValue()
|
/aoo41x/main/ucb/source/ucp/odma/ |
H A D | odma_provider.cxx | 314 util::Time toTime(const ::rtl::OString& _sSQLString) in toTime() function 329 util::Time aTime = toTime(_sSQLString); in toDateTime()
|
/aoo41x/main/connectivity/source/drivers/jdbc/ |
H A D | Timestamp.cxx | 130 return ::dbtools::DBTypeConversion::toTime(toString()); in operator ::com::sun::star::util::Time()
|
/aoo41x/main/reportdesign/source/ui/dlg/ |
H A D | DateTime.cxx | 216 …nValue = ::dbtools::DBTypeConversion::toDouble(::dbtools::DBTypeConversion::toTime(aCurrentTime.Ge… in getFormatStringByKey()
|
/aoo41x/main/extensions/source/propctrlr/ |
H A D | usercontrol.cxx | 144 …lue = ::dbtools::DBTypeConversion::toDouble(::dbtools::DBTypeConversion::toTime(aCurrentTime.GetTi… in getPreviewValue()
|
H A D | stringrepresentation.cxx | 589 _rValue <<= ::dbtools::DBTypeConversion::toTime(_rStringRep); in convertStringToGenericValue()
|
H A D | formcomponenthandler.cxx | 736 aControlValue <<= DBTypeConversion::toTime( nTime ); in convertToControlValue()
|
/aoo41x/main/connectivity/source/drivers/ado/ |
H A D | Aolevariant.cxx | 376 return isNull() ? ::com::sun::star::util::Time() : ::dbtools::DBTypeConversion::toTime(getDate()); in operator ::com::sun::star::util::Time()
|
/aoo41x/main/connectivity/source/drivers/file/ |
H A D | fcomp.cxx | 525 …pOperand->setValue(::dbtools::DBTypeConversion::toDouble(::dbtools::DBTypeConversion::toTime(sDate… in execute_Operand()
|
/aoo41x/main/connectivity/source/drivers/flat/ |
H A D | ETable.cxx | 667 …rRow->get())[i] = ::dbtools::DBTypeConversion::toDouble(::dbtools::DBTypeConversion::toTime(nRes)); in fetchRow()
|
/aoo41x/main/dbaccess/source/ui/misc/ |
H A D | DExport.cxx | 402 … m_pUpdateHelper->updateTime(nPos,::dbtools::DBTypeConversion::toTime(fOutNumber)); in insertValueIntoColumn()
|
/aoo41x/main/connectivity/source/parse/ |
H A D | sqlnode.cxx | 223 Time aTime = DBTypeConversion::toTime(rString); in convertTimeString() 1036 Time aTime = DBTypeConversion::toTime(fValue); in buildNode_Date()
|
/aoo41x/main/dbaccess/source/core/api/ |
H A D | RowSet.cxx | 854 aNewValue <<= dbtools::DBTypeConversion::toTime( nValue ); in updateObject()
|