LibreOffice Module sd (master) 1
Public Member Functions | Public Attributes | List of all members
sdext::presenter::PresenterTextParagraph::Cell Class Reference

A portion of a string that encodes one unicode cell. More...

Public Member Functions

 Cell (const sal_Int32 nCharacterIndex, const sal_Int32 nCharacterCount, const double nCellWidth)
 

Public Attributes

sal_Int32 mnCharacterIndex
 
sal_Int32 mnCharacterCount
 
double mnCellWidth
 

Detailed Description

A portion of a string that encodes one unicode cell.

It describes number of characters in the unicode string that make up the cell and its width in pixel (with respect to some configuration that is stored externally or implicitly).

Definition at line 152 of file PresenterTextView.hxx.

Constructor & Destructor Documentation

◆ Cell()

sdext::presenter::PresenterTextParagraph::Cell::Cell ( const sal_Int32  nCharacterIndex,
const sal_Int32  nCharacterCount,
const double  nCellWidth 
)

Definition at line 1137 of file PresenterTextView.cxx.

Member Data Documentation

◆ mnCellWidth

double sdext::presenter::PresenterTextParagraph::Cell::mnCellWidth

◆ mnCharacterCount

sal_Int32 sdext::presenter::PresenterTextParagraph::Cell::mnCharacterCount

◆ mnCharacterIndex

sal_Int32 sdext::presenter::PresenterTextParagraph::Cell::mnCharacterIndex

The documentation for this class was generated from the following files: