Home
last modified time | relevance | path

Searched refs:aGMT (Results 1 – 1 of 1) sorted by relevance

/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx1910 TimeValue aTVal, aGMT; in computeDocumentIdentifier() local
1912 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 60 milliseconds