LibreOffice Module tools (master) 1
|
This is the complete list of members for tools::Duration, including all inherited members.
Add(const Duration &rDuration, bool &rbOverflow) | tools::Duration | |
ApplyTime(sal_Int64 nNS) | tools::Duration | private |
Duration() | tools::Duration | inline |
Duration(const ::DateTime &rStart, const ::DateTime &rEnd) | tools::Duration | |
Duration(const Time &rStart, const Time &rEnd) | tools::Duration | |
Duration(double fTimeInDays) | tools::Duration | explicit |
Duration(sal_Int32 nDays, const Time &rTime) | tools::Duration | |
Duration(sal_Int32 nDays, sal_uInt32 nHours, sal_uInt32 nMinutes, sal_uInt32 nSeconds, sal_uInt64 nNanoseconds) | tools::Duration | |
Duration(sal_Int32 nDays, sal_Int64 nTime) | tools::Duration | private |
GetDays() const | tools::Duration | inline |
GetInDays() const | tools::Duration | inline |
GetTime() const | tools::Duration | inline |
IsNegative() const | tools::Duration | inline |
maTime | tools::Duration | private |
mnDays | tools::Duration | private |
Mult(sal_Int32 nMult, bool &rbOverflow) const | tools::Duration | |
Normalize(sal_uInt64 nHours, sal_uInt64 nMinutes, sal_uInt64 nSeconds, sal_uInt64 nNanoseconds, bool bNegative) | tools::Duration | private |
operator bool() const | tools::Duration | inline |
operator-() const | tools::Duration | |
SetTimeDiff(const Time &rStart, const Time &rEnd) | tools::Duration | private |