Searched refs:GetTimeInDays (Results 1 – 8 of 8) sorted by relevance
/aoo41x/main/tools/inc/tools/ |
H A D | time.hxx | 72 double GetTimeInDays() const;
|
/aoo41x/main/tools/source/datetime/ |
H A D | ttime.cxx | 251 double Time::GetTimeInDays() const in GetTimeInDays() function in Time
|
/aoo41x/main/uui/source/ |
H A D | iahndl-ssl.cxx | 136 aTime.GetTimeInDays(), nFormat, aTmpStr, &pColor ); in getLocalizedDatTimeStr()
|
/aoo41x/main/svtools/source/table/ |
H A D | cellvalueconversion.cxx | 99 return Time( i_hours, i_minutes, i_seconds, i_100thSeconds ).GetTimeInDays(); in lcl_convertTimeToDays()
|
/aoo41x/main/cui/source/options/ |
H A D | optupdt.cxx | 156 pNumberFormatter->GetOutputString( aTime.GetTimeInDays(), nFormat, aTmpStr, &pColor ); in UpdateLastCheckedText()
|
/aoo41x/main/editeng/source/items/ |
H A D | flditem.cxx | 670 double fFracTime = aTime.GetTimeInDays(); in GetFormatted()
|
/aoo41x/main/forms/source/xforms/ |
H A D | datatypes.cxx | 895 fValue += aToolsValue.GetTimeInDays(); in lcl_normalizeDateTime()
|
/aoo41x/main/sw/source/core/fields/ |
H A D | docufld.cxx | 945 double fVal = Time(dur/3600, (dur%3600)/60, dur%60).GetTimeInDays(); in Expand()
|
Completed in 58 milliseconds