LibreOffice Module sw (master) 1
Public Member Functions | Public Attributes | List of all members
SwScriptInfo::CompressionChangeInfo Struct Reference

Records a single change in compression. More...

Collaboration diagram for SwScriptInfo::CompressionChangeInfo:
[legend]

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...
 

Detailed Description

Records a single change in compression.

Definition at line 77 of file scriptinfo.hxx.

Constructor & Destructor Documentation

◆ CompressionChangeInfo()

SwScriptInfo::CompressionChangeInfo::CompressionChangeInfo ( TextFrameIndex  pos,
TextFrameIndex  len,
CompType  typ 
)
inline

Definition at line 82 of file scriptinfo.hxx.

References pos.

Member Data Documentation

◆ length

TextFrameIndex SwScriptInfo::CompressionChangeInfo::length

Length of the segment.

Definition at line 80 of file scriptinfo.hxx.

◆ position

TextFrameIndex SwScriptInfo::CompressionChangeInfo::position

Character position where the change occurs.

Definition at line 79 of file scriptinfo.hxx.

◆ type

CompType SwScriptInfo::CompressionChangeInfo::type

Type of compression that we change to.

Definition at line 81 of file scriptinfo.hxx.


The documentation for this struct was generated from the following file: