Home
last modified time | relevance | path

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

/trunk/main/sc/source/core/tool/
H A Dchgviset.cxx47 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()
/trunk/main/sc/inc/
H A Dchgviset.hxx47 DateTime aLastDateTime; member in ScChangeViewSettings
97 void SetTheLastDateTime(const DateTime& aDateTime) {aLastDateTime=aDateTime;} in SetTheLastDateTime()
98 const DateTime& GetTheLastDateTime()const {return aLastDateTime;} in GetTheLastDateTime()
/trunk/main/sc/source/filter/xcl97/
H A DXclExpChangeTrack.cxx1114 DateTime aLastDateTime; in XclExpChangeTrack() local
1120 (pAction->GetDateTime() != aLastDateTime) ) in XclExpChangeTrack()
1124 aLastDateTime = pAction->GetDateTime(); in XclExpChangeTrack()
1125 aRecList.Append( new XclExpChTrInfo( sLastUsername, aLastDateTime, aGUID ) ); in XclExpChangeTrack()

Completed in 27 milliseconds