Lines Matching refs:PresenterTextView

72 PresenterTextView::PresenterTextView (  in PresenterTextView()  function in sdext::presenter::PresenterTextView
85 ::boost::bind(&PresenterTextView::GetCaretBounds, this, _1, _2), in PresenterTextView()
118 PresenterTextView::PresenterTextView ( in PresenterTextView() function in sdext::presenter::PresenterTextView
130 ::boost::bind(&PresenterTextView::GetCaretBounds, this, _1, _2), in PresenterTextView()
163 void PresenterTextView::SetText (const Reference<text::XText>& rxText) in SetText()
204 void PresenterTextView::SetText (const ::rtl::OUString& rsText) in SetText()
234 void PresenterTextView::SetTextChangeBroadcaster ( in SetTextChangeBroadcaster()
243 void PresenterTextView::SetLocation (const css::geometry::RealPoint2D& rLocation) in SetLocation()
262 void PresenterTextView::SetSize (const css::geometry::RealSize2D& rSize) in SetSize()
271 double PresenterTextView::GetTotalTextHeight (void) in GetTotalTextHeight()
297 void PresenterTextView::SetFont (const PresenterTheme::SharedFontDescriptor& rpFont) in SetFont()
306 void PresenterTextView::SetOffset( in SetOffset()
319 void PresenterTextView::MoveCaret ( in MoveCaret()
404 void PresenterTextView::Paint ( in Paint()
513 SharedPresenterTextCaret PresenterTextView::GetCaret (void) const in GetCaret()
521 sal_Int32 PresenterTextView::GetCharacterOffset (const sal_Int32 nParagraphIndex) const in GetCharacterOffset()
532 awt::Rectangle PresenterTextView::GetCaretBounds ( in GetCaretBounds()
549 void PresenterTextView::RequestFormat (void) in RequestFormat()
557 void PresenterTextView::Format (void) in Format()
579 sal_Int32 PresenterTextView::GetParagraphCount (void) const in GetParagraphCount()
587 SharedPresenterTextParagraph PresenterTextView::GetParagraph ( in GetParagraph()