Home
last modified time | relevance | path

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

/trunk/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()
1701 OSL_ASSERT(mpToolBar->GetPresenterController().is()); in Button()
1702 OSL_ASSERT(mpToolBar->GetPresenterController()->GetWindowManager().is()); in Button()
1717 mpToolBar->GetPresenterController()->GetWindowManager()->AddLayoutListener(this); in Initialize()
1730 OSL_ASSERT(mpToolBar->GetPresenterController().is()); in disposing()
[all …]
H A DPresenterToolBar.hxx112 ::rtl::Reference<PresenterController> GetPresenterController (void) const;

Completed in 21 milliseconds