Home
last modified time | relevance | path

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

/aoo41x/main/tools/source/datetime/
H A Dttime.cxx290 Time operator +( const Time& rTime1, const Time& rTime2 ) in operator +() argument
292 return Sec100ToTime( TimeToSec100( rTime1 ) + in operator +()
298 Time operator -( const Time& rTime1, const Time& rTime2 ) in operator -() argument
300 return Sec100ToTime( TimeToSec100( rTime1 ) - in operator -()
/aoo41x/main/tools/inc/tools/
H A Dtime.hxx104 TOOLS_DLLPUBLIC friend Time operator +( const Time& rTime1, const Time& rTime2 );
105 TOOLS_DLLPUBLIC friend Time operator -( const Time& rTime1, const Time& rTime2 );

Completed in 23 milliseconds