Lines Matching refs:Implementation

89 class PresenterTextView::Implementation  class in sd::presenter::PresenterTextView
102 Implementation (void);
103 ~Implementation (void);
142 mpImplementation(new Implementation()) in PresenterTextView()
300 PresenterTextView::Implementation::Implementation (void) in Implementation() function in sd::presenter::PresenterTextView::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()