Searched refs:aGMT (Results 1 – 1 of 1) sorted by relevance
1910 TimeValue aTVal, aGMT; in computeDocumentIdentifier() local1912 osl_getSystemTime( &aGMT ); in computeDocumentIdentifier()1913 osl_getLocalTimeFromSystemTime( &aGMT, &aTVal ); in computeDocumentIdentifier()1959 if( aGMT.Seconds > aTVal.Seconds ) in computeDocumentIdentifier()1962 nDelta = aGMT.Seconds-aTVal.Seconds; in computeDocumentIdentifier()1965 else if( aGMT.Seconds < aTVal.Seconds ) in computeDocumentIdentifier()1968 nDelta = aTVal.Seconds-aGMT.Seconds; in computeDocumentIdentifier()2002 rtlDigestError nError = rtl_digest_updateMD5( aDigest, &aGMT, sizeof( aGMT ) ); in computeDocumentIdentifier()
Completed in 126 milliseconds