Searched refs:aTVal (Results 1 – 2 of 2) sorted by relevance
993 TimeValue aTVal; in getPasteData() local994 aTVal.Seconds = 0; in getPasteData()995 aTVal.Nanosec = 100000000; in getPasteData()997 osl_waitThread( &aTVal ); in getPasteData()3479 TimeValue aTVal; in dragDoDispatch() local3480 aTVal.Seconds = 0; in dragDoDispatch()3481 aTVal.Nanosec = 200000000; in dragDoDispatch()3487 osl_waitThread( &aTVal ); in dragDoDispatch()
1910 TimeValue aTVal, aGMT; in computeDocumentIdentifier() local1913 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()