Searched refs:aTVal (Results 1 – 2 of 2) sorted by relevance
996 TimeValue aTVal; in getPasteData() local997 aTVal.Seconds = 0; in getPasteData()998 aTVal.Nanosec = 100000000; in getPasteData()1000 osl_waitThread( &aTVal ); in getPasteData()3484 TimeValue aTVal; in dragDoDispatch() local3485 aTVal.Seconds = 0; in dragDoDispatch()3486 aTVal.Nanosec = 200000000; in dragDoDispatch()3492 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()
Completed in 103 milliseconds