Home
last modified time | relevance | path

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

/aoo4110/main/extensions/source/propctrlr/
H A Dstandardcontrol.cxx92 util::Time aUNOTime; in setValue() local
93 if ( !( _rValue >>= aUNOTime ) ) in setValue()
100 … ::Time aTime( aUNOTime.Hours, aUNOTime.Minutes, aUNOTime.Seconds, aUNOTime.HundredthSeconds ); in setValue()
112 … util::Time aUNOTime( aTime.Get100Sec(), aTime.GetSec(), aTime.GetMin(), aTime.GetHour() ); in getValue() local
113 aPropValue <<= aUNOTime; in getValue()

Completed in 25 milliseconds