Searched refs:PresenterTextView (Results 1 – 12 of 12) sorted by relevance
63 return Reference<XInterface>(static_cast<XWeak*>(new PresenterTextView(rxContext))); in PresenterTextViewService_createInstance()88 class PresenterTextView::Implementation139 PresenterTextView::PresenterTextView (const Reference<XComponentContext>& rxContext) in PresenterTextView() function in sd::presenter::PresenterTextView149 PresenterTextView::~PresenterTextView (void) in ~PresenterTextView()156 void SAL_CALL PresenterTextView::disposing (void) in disposing()166 void SAL_CALL PresenterTextView::initialize (const Sequence<Any>& rArguments) in initialize()199 Any PresenterTextView::GetPropertyValue (const OUString& rsPropertyName) in GetPropertyValue()222 Any PresenterTextView::SetPropertyValue ( in SetPropertyValue()279 void PresenterTextView::ThrowIfDisposed (void) in ThrowIfDisposed()297 PresenterTextView::Implementation::Implementation (void) in Implementation()[all …]
50 class PresenterTextView class55 explicit PresenterTextView (const css::uno::Reference<css::uno::XComponentContext>& rxContext);56 virtual ~PresenterTextView (void);
72 PresenterTextView::PresenterTextView ( in PresenterTextView() function in sdext::presenter::PresenterTextView85 ::boost::bind(&PresenterTextView::GetCaretBounds, this, _1, _2), in PresenterTextView()118 PresenterTextView::PresenterTextView ( in PresenterTextView() function in sdext::presenter::PresenterTextView130 ::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()[all …]
62 class PresenterTextView;95 ::boost::shared_ptr<PresenterTextView> GetTextView (void) const;157 ::boost::shared_ptr<PresenterTextView> mpTextView;
475 const ::boost::shared_ptr<PresenterTextView>& rpTextView);477 void SetTextView (const ::boost::shared_ptr<PresenterTextView>& rpTextView);484 ::boost::shared_ptr<PresenterTextView> mpTextView;629 : ::boost::shared_ptr<PresenterTextView>()); in UpdateAccessibilityHierarchy()642 const ::boost::shared_ptr<PresenterTextView>& rpNotesTextView) in UpdateAccessibilityHierarchy()737 ::boost::shared_ptr<PresenterTextView>()); in disposing()2119 const ::boost::shared_ptr<PresenterTextView>& rpTextView) in Create()2148 const ::boost::shared_ptr<PresenterTextView>& rpTextView) in SetTextView()
239 class PresenterTextView class243 PresenterTextView (250 PresenterTextView (
196 ::boost::shared_ptr<PresenterTextView> PresenterPaneBase::GetTextViewForTitle (void) in GetTextViewForTitle()198 ::boost::shared_ptr<PresenterTextView> pTextView( in GetTextViewForTitle()199 new PresenterTextView( in GetTextViewForTitle()
54 class PresenterTextView;138 const ::boost::shared_ptr<PresenterTextView>& rpNotesTextView);
52 class PresenterTextView;91 ::boost::shared_ptr<PresenterTextView> GetTextViewForTitle (void);
102 mpTextView.reset(new PresenterTextView( in PresenterNotesView()745 ::boost::shared_ptr<PresenterTextView> PresenterNotesView::GetTextView (void) const in GetTextView()
87 $(SLO)$/PresenterTextView.obj \
449 sd/source/ui/presenter/PresenterTextView \