Lines Matching refs:PresenterTextView

63     return Reference<XInterface>(static_cast<XWeak*>(new PresenterTextView(rxContext)));  in PresenterTextViewService_createInstance()
89 class PresenterTextView::Implementation
140 PresenterTextView::PresenterTextView (const Reference<XComponentContext>& rxContext) in PresenterTextView() function in sd::presenter::PresenterTextView
150 PresenterTextView::~PresenterTextView (void) in ~PresenterTextView()
157 void SAL_CALL PresenterTextView::disposing (void) in disposing()
167 void SAL_CALL PresenterTextView::initialize (const Sequence<Any>& rArguments) in initialize()
201 Any PresenterTextView::GetPropertyValue (const OUString& rsPropertyName) in GetPropertyValue()
224 Any PresenterTextView::SetPropertyValue ( in SetPropertyValue()
281 void PresenterTextView::ThrowIfDisposed (void) in ThrowIfDisposed()
300 PresenterTextView::Implementation::Implementation (void) in Implementation()
330 PresenterTextView::Implementation::~Implementation (void) in ~Implementation()
340 EditEngine * PresenterTextView::Implementation::GetEditEngine (void) in GetEditEngine()
350 EditEngine* PresenterTextView::Implementation::CreateEditEngine (void) in CreateEditEngine()
427 void PresenterTextView::Implementation::SetCanvas (const cppcanvas::CanvasSharedPtr& rpCanvas) in SetCanvas()
436 void PresenterTextView::Implementation::SetSize (const Size aSize) in SetSize()
449 void PresenterTextView::Implementation::SetBackgroundColor (const Color aColor) in SetBackgroundColor()
464 void PresenterTextView::Implementation::SetTextColor (const Color aColor) in SetTextColor()
476 void PresenterTextView::Implementation::SetFontDescriptor ( in SetFontDescriptor()
510 sal_Int32 PresenterTextView::Implementation::GetTop (void) const in GetTop()
518 void PresenterTextView::Implementation::SetTop (const sal_Int32 nTop) in SetTop()
531 void PresenterTextView::Implementation::SetText (const OUString& rText) in SetText()
543 sal_Int32 PresenterTextView::Implementation::ParseDistance (const OUString& rsDistance) const in ParseDistance()
565 Reference<rendering::XBitmap> PresenterTextView::Implementation::GetBitmap (void) in GetBitmap()
605 sal_Int32 PresenterTextView::Implementation::GetTotalHeight (void) in GetTotalHeight()
621 void PresenterTextView::Implementation::CheckTop (void) in CheckTop()