Home
last modified time | relevance | path

Searched refs:PresenterNotesView (Results 1 – 6 of 6) sorted by relevance

/trunk/main/sdext/source/presenter/
H A DPresenterNotesView.cxx71 PresenterNotesView::PresenterNotesView ( in PresenterNotesView() function in sdext::presenter::PresenterNotesView
135 ::boost::bind(&PresenterNotesView::SetTop, this, _1)); in PresenterNotesView()
145 PresenterNotesView::disposing(); in PresenterNotesView()
153 PresenterNotesView::~PresenterNotesView (void) in ~PresenterNotesView()
160 void SAL_CALL PresenterNotesView::disposing (void) in disposing()
208 void PresenterNotesView::CreateToolBar ( in CreateToolBar()
248 void PresenterNotesView::SetSlide (const Reference<drawing::XDrawPage>& rxNotesPage) in SetSlide()
314 void SAL_CALL PresenterNotesView::disposing (const lang::EventObject& rEventObject) in disposing()
326 void SAL_CALL PresenterNotesView::windowResized (const awt::WindowEvent& rEvent) in windowResized()
336 void SAL_CALL PresenterNotesView::windowMoved (const awt::WindowEvent& rEvent) in windowMoved()
[all …]
H A DPresenterNotesView.hxx69 class PresenterNotesView class
75 explicit PresenterNotesView (
80 virtual ~PresenterNotesView (void);
H A DPresenterProtocolHandler.cxx165 ::rtl::Reference<PresenterNotesView> GetNotesView (void) const;
956 ::rtl::Reference<PresenterNotesView> NotesFontSizeCommand::GetNotesView (void) const in GetNotesView()
967 return dynamic_cast<PresenterNotesView*>(pDescriptor->mxView.get()); in GetNotesView()
975 ::rtl::Reference<PresenterNotesView> pView (GetNotesView()); in Execute()
H A Dmakefile.mk70 $(SLO)$/PresenterNotesView.obj \
H A DPresenterViewFactory.cxx534 new PresenterNotesView( in CreateNotesView()
H A DPresenterAccessibility.cxx679 rtl::Reference<PresenterNotesView> pNotesView ( in UpdateAccessibilityHierarchy()
680 dynamic_cast<PresenterNotesView*>(xNotesView.get())); in UpdateAccessibilityHierarchy()