Searched refs:aLastDateTime (Results 1 – 3 of 3) sorted by relevance
47 aLastDateTime =r.aLastDateTime; in ScChangeViewSettings()70 aLastDateTime =r.aLastDateTime; in operator =()128 aLastDateTime = aFirstDateTime; in AdjustDateMode()129 aLastDateTime.SetTime( 23595999 ); in AdjustDateMode()164 aLastDateTime = Date(); in AdjustDateMode()165 aLastDateTime.SetYear( aLastDateTime.GetYear() + 100 ); in AdjustDateMode()
47 DateTime aLastDateTime; member in ScChangeViewSettings97 void SetTheLastDateTime(const DateTime& aDateTime) {aLastDateTime=aDateTime;} in SetTheLastDateTime()98 const DateTime& GetTheLastDateTime()const {return aLastDateTime;} in GetTheLastDateTime()
1114 DateTime aLastDateTime; in XclExpChangeTrack() local1120 (pAction->GetDateTime() != aLastDateTime) ) in XclExpChangeTrack()1124 aLastDateTime = pAction->GetDateTime(); in XclExpChangeTrack()1125 aRecList.Append( new XclExpChTrInfo( sLastUsername, aLastDateTime, aGUID ) ); in XclExpChangeTrack()
Completed in 45 milliseconds