StarOffice's Timestamp - first, a bytestring, then date, then time. More...
Public Member Functions | |
TimeStamp (UT_iconv_t aConverter) | |
void | load (GsfInput *aStream) |
std::string | ToString () const |
Converts this timestamp to a human-readable string. | |
Public Attributes | |
UT_uint32 | mDate |
UT_uint32 | mTime |
UT_UCS4String | mString |
Private Types | |
enum | { TimeStampLen = 31 } |
Private Attributes | |
UT_iconv_t | mConverter |
StarOffice's Timestamp - first, a bytestring, then date, then time.
TimeStamp::TimeStamp | ( | UT_iconv_t | aConverter | ) | [inline] |
void TimeStamp::load | ( | GsfInput * | aStream | ) |
References mConverter, mDate, mString, mTime, readPaddedByteString(), streamRead(), and TimeStampLen.
Referenced by SDWDocInfo::load().
std::string TimeStamp::ToString | ( | ) | const |
Converts this timestamp to a human-readable string.
References mDate, mTime, and UT_DEBUGMSG.
Referenced by SDWDocInfo::load().
UT_iconv_t TimeStamp::mConverter [private] |
Referenced by load().
Referenced by load(), and ToString().
Referenced by SDWDocInfo::load(), and load().
Referenced by load(), and ToString().