Home
last modified time | relevance | path

Searched refs:GetPresenterController (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/sdext/source/presenter/
H A DPresenterToolBar.cxx573 ::rtl::Reference<PresenterController> PresenterToolBar::GetPresenterController (void) const in GetPresenterController() function in sdext::presenter::PresenterToolBar
1357 OSL_ASSERT(mpToolBar->GetPresenterController().is()); in Element()
1358 OSL_ASSERT(mpToolBar->GetPresenterController()->GetWindowManager().is()); in Element()
1469 if (mpToolBar->GetPresenterController().get() == NULL) in SetState()
1472 mpToolBar->GetPresenterController()->DispatchUnoCommand(mpMode->msAction); in SetState()
1542 OSL_ASSERT(mpToolBar->GetPresenterController().get() != NULL); in UpdateState()
1547 util::URL aURL (mpToolBar->GetPresenterController()->CreateURLFromString(mpMode->msAction)); in UpdateState()
1548 Reference<frame::XDispatch> xDispatch (mpToolBar->GetPresenterController()->GetDispatch(aURL)); in UpdateState()
1701 OSL_ASSERT(mpToolBar->GetPresenterController().is()); in Button()
1702 OSL_ASSERT(mpToolBar->GetPresenterController()->GetWindowManager().is()); in Button()
[all …]
H A DPresenterToolBar.hxx112 ::rtl::Reference<PresenterController> GetPresenterController (void) const;