Home
last modified time | relevance | path

Searched refs:PresenterTextView (Results 1 – 12 of 12) sorted by relevance

/AOO41X/main/sd/source/ui/presenter/
H A DPresenterTextView.cxx63 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()
[all …]
H A DPresenterTextView.hxx50 class PresenterTextView class
55 explicit PresenterTextView (const css::uno::Reference<css::uno::XComponentContext>& rxContext);
56 virtual ~PresenterTextView (void);
H A Dmakefile.mk46 $(SLO)$/PresenterTextView.obj \
/AOO41X/main/sdext/source/presenter/
H A DPresenterTextView.cxx72 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()
[all …]
H A DPresenterNotesView.hxx62 class PresenterTextView;
95 ::boost::shared_ptr<PresenterTextView> GetTextView (void) const;
169 ::boost::shared_ptr<PresenterTextView> mpTextView;
H A DPresenterTextView.hxx239 class PresenterTextView class
243 PresenterTextView (
250 PresenterTextView (
H A DPresenterPaneBase.cxx196 ::boost::shared_ptr<PresenterTextView> PresenterPaneBase::GetTextViewForTitle (void) in GetTextViewForTitle()
198 ::boost::shared_ptr<PresenterTextView> pTextView( in GetTextViewForTitle()
199 new PresenterTextView( in GetTextViewForTitle()
H A DPresenterAccessibility.cxx536 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()
H A DPresenterAccessibility.hxx54 class PresenterTextView;
143 const ::boost::shared_ptr<PresenterTextView>& rpNotesTextView);
H A DPresenterPaneBase.hxx52 class PresenterTextView;
91 ::boost::shared_ptr<PresenterTextView> GetTextViewForTitle (void);
H A DPresenterNotesView.cxx102 mpTextView.reset(new PresenterTextView( in PresenterNotesView()
757 ::boost::shared_ptr<PresenterTextView> PresenterNotesView::GetTextView (void) const in GetTextView()
H A Dmakefile.mk87 $(SLO)$/PresenterTextView.obj \