LibreOffice Module sw (master) 1
|
Records a single change in compression. More...
Public Member Functions | |
CompressionChangeInfo (TextFrameIndex pos, TextFrameIndex len, CompType typ) | |
Public Attributes | |
TextFrameIndex | position |
Character position where the change occurs. More... | |
TextFrameIndex | length |
Length of the segment. More... | |
CompType | type |
Type of compression that we change to. More... | |
Records a single change in compression.
Definition at line 77 of file scriptinfo.hxx.
|
inline |
Definition at line 82 of file scriptinfo.hxx.
References pos.
TextFrameIndex SwScriptInfo::CompressionChangeInfo::length |
Length of the segment.
Definition at line 80 of file scriptinfo.hxx.
TextFrameIndex SwScriptInfo::CompressionChangeInfo::position |
Character position where the change occurs.
Definition at line 79 of file scriptinfo.hxx.
CompType SwScriptInfo::CompressionChangeInfo::type |
Type of compression that we change to.
Definition at line 81 of file scriptinfo.hxx.