Searched refs:PresenterTextView (Results 1 – 12 of 12) sorted by relevance
63 return Reference<XInterface>(static_cast<XWeak*>(new PresenterTextView(rxContext))); in PresenterTextViewService_createInstance()89 class PresenterTextView::Implementation140 PresenterTextView::PresenterTextView (const Reference<XComponentContext>& rxContext) in PresenterTextView() function in sd::presenter::PresenterTextView150 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()[all …]
50 class PresenterTextView class55 explicit PresenterTextView (const css::uno::Reference<css::uno::XComponentContext>& rxContext);56 virtual ~PresenterTextView (void);
46 $(SLO)$/PresenterTextView.obj \
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;169 ::boost::shared_ptr<PresenterTextView> mpTextView;
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()
536 const ::boost::shared_ptr<PresenterTextView>& rpTextView);538 void SetTextView (const ::boost::shared_ptr<PresenterTextView>& rpTextView);545 ::boost::shared_ptr<PresenterTextView> mpTextView;690 : ::boost::shared_ptr<PresenterTextView>()); in UpdateAccessibilityHierarchy()703 const ::boost::shared_ptr<PresenterTextView>& rpNotesTextView) in UpdateAccessibilityHierarchy()798 ::boost::shared_ptr<PresenterTextView>()); in disposing()2246 const ::boost::shared_ptr<PresenterTextView>& rpTextView) in Create()2275 const ::boost::shared_ptr<PresenterTextView>& rpTextView) in SetTextView()
54 class PresenterTextView;143 const ::boost::shared_ptr<PresenterTextView>& rpNotesTextView);
52 class PresenterTextView;91 ::boost::shared_ptr<PresenterTextView> GetTextViewForTitle (void);
102 mpTextView.reset(new PresenterTextView( in PresenterNotesView()757 ::boost::shared_ptr<PresenterTextView> PresenterNotesView::GetTextView (void) const in GetTextView()
87 $(SLO)$/PresenterTextView.obj \