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

Public Member Functions

 Line (const sal_Int32 nLineStartCharacterIndex, const sal_Int32 nLineEndCharacterIndex)
 
void ProvideLayoutedLine (const OUString &rsParagraphText, const PresenterTheme::SharedFontDescriptor &rpFont, const sal_Int8 nTextDirection)
 
void ProvideCellBoxes ()
 

Public Attributes

sal_Int32 mnLineStartCharacterIndex
 
sal_Int32 mnLineEndCharacterIndex
 
sal_Int32 mnLineStartCellIndex
 
sal_Int32 mnLineEndCellIndex
 
css::uno::Reference< css::rendering::XTextLayout > mxLayoutedLine
 
double mnBaseLine
 
double mnWidth
 
css::uno::Sequence< css::geometry::RealRectangle2D > maCellBoxes
 

Detailed Description

Definition at line 161 of file PresenterTextView.hxx.

Constructor & Destructor Documentation

◆ Line()

sdext::presenter::PresenterTextParagraph::Line::Line ( const sal_Int32  nLineStartCharacterIndex,
const sal_Int32  nLineEndCharacterIndex 
)

Definition at line 1149 of file PresenterTextView.cxx.

Member Function Documentation

◆ ProvideCellBoxes()

void sdext::presenter::PresenterTextParagraph::Line::ProvideCellBoxes ( )

◆ ProvideLayoutedLine()

void sdext::presenter::PresenterTextParagraph::Line::ProvideLayoutedLine ( const OUString &  rsParagraphText,
const PresenterTheme::SharedFontDescriptor rpFont,
const sal_Int8  nTextDirection 
)

Member Data Documentation

◆ maCellBoxes

css::uno::Sequence<css::geometry::RealRectangle2D> sdext::presenter::PresenterTextParagraph::Line::maCellBoxes

◆ mnBaseLine

double sdext::presenter::PresenterTextParagraph::Line::mnBaseLine

◆ mnLineEndCellIndex

sal_Int32 sdext::presenter::PresenterTextParagraph::Line::mnLineEndCellIndex

◆ mnLineEndCharacterIndex

sal_Int32 sdext::presenter::PresenterTextParagraph::Line::mnLineEndCharacterIndex

◆ mnLineStartCellIndex

sal_Int32 sdext::presenter::PresenterTextParagraph::Line::mnLineStartCellIndex

◆ mnLineStartCharacterIndex

sal_Int32 sdext::presenter::PresenterTextParagraph::Line::mnLineStartCharacterIndex

◆ mnWidth

double sdext::presenter::PresenterTextParagraph::Line::mnWidth

◆ mxLayoutedLine

css::uno::Reference<css::rendering::XTextLayout> sdext::presenter::PresenterTextParagraph::Line::mxLayoutedLine

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