|
| | VOSRedlineChange (RedlineChangeType type, uint64 stamp, bool16 movedText, IDataBase *docDB=nil, IRedlineDataStrand *strand=nil, int32 len=0) |
| |
| | VOSRedlineChange (const VOSRedlineChange &rhs) |
| |
| RedlineChangeType | GetChangeType () const |
| |
| PMString | GetUserName () const |
| |
| void | SetUserName (const PMString &userName) |
| |
| uint64 | GetTimeStamp () const |
| |
| void | SetTimeStamp (uint64 i) |
| |
| bool16 | GetIsMovedText () const |
| |
| void | SetIsMovedText (bool16 isMovedText) |
| |
| bool16 | GetIsDeletedText () const |
| |
| bool16 | GetIsAddedText () const |
| |
| bool16 | operator== (const VOSRedlineChange &other) const |
| |