Home
last modified time | relevance | path

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

/trunk/main/vcl/unx/generic/dtrans/
H A DX11_selection.cxx996 TimeValue aTVal; in getPasteData() local
997 aTVal.Seconds = 0; in getPasteData()
998 aTVal.Nanosec = 100000000; in getPasteData()
1000 osl_waitThread( &aTVal ); in getPasteData()
3484 TimeValue aTVal; in dragDoDispatch() local
3485 aTVal.Seconds = 0; in dragDoDispatch()
3486 aTVal.Nanosec = 200000000; in dragDoDispatch()
3492 osl_waitThread( &aTVal ); in dragDoDispatch()
/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx1910 TimeValue aTVal, aGMT; in computeDocumentIdentifier() local
1913 osl_getLocalTimeFromSystemTime( &aGMT, &aTVal ); in computeDocumentIdentifier()
1914 osl_getDateTimeFromTimeValue( &aTVal, &aDT ); 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()

Completed in 68 milliseconds