Format() | sdext::presenter::PresenterTextView | private |
GetCaret() const | sdext::presenter::PresenterTextView | |
GetCaretBounds(const sal_Int32 nParagraphIndex, const sal_Int32 nCharacterIndex) const | sdext::presenter::PresenterTextView | private |
GetParagraph(const sal_Int32 nParagraphIndex) const | sdext::presenter::PresenterTextView | |
GetParagraphCount() const | sdext::presenter::PresenterTextView | |
GetTotalTextHeight() | sdext::presenter::PresenterTextView | |
maLocation | sdext::presenter::PresenterTextView | private |
maParagraphs | sdext::presenter::PresenterTextView | private |
maSize | sdext::presenter::PresenterTextView | private |
maTextChangeBroadcaster | sdext::presenter::PresenterTextView | private |
mbIsFormatPending | sdext::presenter::PresenterTextView | private |
mnLeftOffset | sdext::presenter::PresenterTextView | private |
mnTopOffset | sdext::presenter::PresenterTextView | private |
MoveCaret(const sal_Int32 nDistance, const sal_Int16 nTextType) | sdext::presenter::PresenterTextView | |
mpCaret | sdext::presenter::PresenterTextView | private |
mpFont | sdext::presenter::PresenterTextView | private |
mxBreakIterator | sdext::presenter::PresenterTextView | private |
mxCanvas | sdext::presenter::PresenterTextView | private |
mxScriptTypeDetector | sdext::presenter::PresenterTextView | private |
Paint(const css::awt::Rectangle &rUpdateBox) | sdext::presenter::PresenterTextView | |
PresenterTextView(const css::uno::Reference< css::uno::XComponentContext > &rxContext, const css::uno::Reference< css::rendering::XCanvas > &rxCanvas, const ::std::function< void(const css::awt::Rectangle &)> &rInvalidator) | sdext::presenter::PresenterTextView | |
RequestFormat() | sdext::presenter::PresenterTextView | private |
SetFont(const PresenterTheme::SharedFontDescriptor &rpFont) | sdext::presenter::PresenterTextView | |
SetLocation(const css::geometry::RealPoint2D &rLocation) | sdext::presenter::PresenterTextView | |
SetOffset(const double nLeft, const double nTop) | sdext::presenter::PresenterTextView | |
SetSize(const css::geometry::RealSize2D &rSize) | sdext::presenter::PresenterTextView | |
SetText(const css::uno::Reference< css::text::XText > &rxText) | sdext::presenter::PresenterTextView | |
SetTextChangeBroadcaster(const ::std::function< void()> &rBroadcaster) | sdext::presenter::PresenterTextView | |