|
LibreOffice Module sd (master) 1
|
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 |
Definition at line 161 of file PresenterTextView.hxx.
| sdext::presenter::PresenterTextParagraph::Line::Line | ( | const sal_Int32 | nLineStartCharacterIndex, |
| const sal_Int32 | nLineEndCharacterIndex | ||
| ) |
Definition at line 1149 of file PresenterTextView.cxx.
| void sdext::presenter::PresenterTextParagraph::Line::ProvideCellBoxes | ( | ) |
Definition at line 1159 of file PresenterTextView.cxx.
Referenced by sdext::presenter::PresenterTextParagraph::GetCharacterBounds().
| void sdext::presenter::PresenterTextParagraph::Line::ProvideLayoutedLine | ( | const OUString & | rsParagraphText, |
| const PresenterTheme::SharedFontDescriptor & | rpFont, | ||
| const sal_Int8 | nTextDirection | ||
| ) |
Definition at line 1172 of file PresenterTextView.cxx.
Referenced by sdext::presenter::PresenterTextParagraph::Paint().
| css::uno::Sequence<css::geometry::RealRectangle2D> sdext::presenter::PresenterTextParagraph::Line::maCellBoxes |
Definition at line 172 of file PresenterTextView.hxx.
Referenced by sdext::presenter::PresenterTextParagraph::GetCharacterBounds().
| double sdext::presenter::PresenterTextParagraph::Line::mnBaseLine |
Definition at line 170 of file PresenterTextView.hxx.
Referenced by sdext::presenter::PresenterTextParagraph::AddLine(), and sdext::presenter::PresenterTextParagraph::Paint().
| sal_Int32 sdext::presenter::PresenterTextParagraph::Line::mnLineEndCellIndex |
Definition at line 168 of file PresenterTextView.hxx.
Referenced by sdext::presenter::PresenterTextParagraph::AddLine().
| sal_Int32 sdext::presenter::PresenterTextParagraph::Line::mnLineEndCharacterIndex |
Definition at line 166 of file PresenterTextView.hxx.
Referenced by sdext::presenter::PresenterTextParagraph::AddLine(), and sdext::presenter::PresenterTextParagraph::GetCharacterBounds().
| sal_Int32 sdext::presenter::PresenterTextParagraph::Line::mnLineStartCellIndex |
Definition at line 167 of file PresenterTextView.hxx.
Referenced by sdext::presenter::PresenterTextParagraph::AddLine().
| sal_Int32 sdext::presenter::PresenterTextParagraph::Line::mnLineStartCharacterIndex |
Definition at line 165 of file PresenterTextView.hxx.
Referenced by sdext::presenter::PresenterTextParagraph::GetCharacterBounds().
| double sdext::presenter::PresenterTextParagraph::Line::mnWidth |
Definition at line 171 of file PresenterTextView.hxx.
Referenced by sdext::presenter::PresenterTextParagraph::AddLine(), and sdext::presenter::PresenterTextParagraph::GetCharacterBounds().
| css::uno::Reference<css::rendering::XTextLayout> sdext::presenter::PresenterTextParagraph::Line::mxLayoutedLine |
Definition at line 169 of file PresenterTextView.hxx.
Referenced by sdext::presenter::PresenterTextParagraph::Paint().