Home
last modified time | relevance | path

Searched refs:PresenterWindowManager (Results 1 – 9 of 9) sorted by relevance

/trunk/main/sdext/source/presenter/
H A DPresenterWindowManager.cxx121 PresenterWindowManager::PresenterWindowManager ( in PresenterWindowManager() function in sdext::presenter::PresenterWindowManager
152 PresenterWindowManager::~PresenterWindowManager (void) in ~PresenterWindowManager()
188 void PresenterWindowManager::SetParentPane ( in SetParentPane()
243 void PresenterWindowManager::NotifyPaneCreation ( in NotifyPaneCreation()
353 void PresenterWindowManager::SetPaneBorderPainter ( in SetPaneBorderPainter()
633 PresenterWindowManager::LayoutMode PresenterWindowManager::GetLayoutMode (void) const in GetLayoutMode()
732 PresenterWindowManager::ViewMode PresenterWindowManager::GetViewMode (void) const in GetViewMode()
812 void PresenterWindowManager::AddLayoutListener ( in AddLayoutListener()
840 void PresenterWindowManager::Layout (void) in Layout()
1453 void PresenterWindowManager::Invalidate (void) in Invalidate()
[all …]
H A DPresenterProtocolHandler.cxx790 ::rtl::Reference<PresenterWindowManager> pWindowManager ( in Execute()
796 pWindowManager->SetViewMode(PresenterWindowManager::VM_Notes); in Execute()
798 pWindowManager->SetViewMode(PresenterWindowManager::VM_Standard); in Execute()
817 ::rtl::Reference<PresenterWindowManager> pWindowManager ( in GetState()
829 const ::rtl::Reference<PresenterWindowManager>& rpWindowManager) const in IsActive()
831 return rpWindowManager->GetViewMode() == PresenterWindowManager::VM_Notes; in IsActive()
855 ::rtl::Reference<PresenterWindowManager> pWindowManager ( in Execute()
879 ::rtl::Reference<PresenterWindowManager> pWindowManager ( in GetState()
908 ::rtl::Reference<PresenterWindowManager> pWindowManager ( in Execute()
932 ::rtl::Reference<PresenterWindowManager> pWindowManager ( in GetState()
[all …]
H A DPresenterController.cxx117 mpWindowManager(new PresenterWindowManager(rxContext,mpPaneContainer,this)), in PresenterController()
509 ::rtl::Reference<PresenterWindowManager> PresenterController::GetWindowManager (void) const in GetWindowManager()
1085 if (mpWindowManager->GetViewMode() != PresenterWindowManager::VM_Help) in keyReleased()
1086 mpWindowManager->SetViewMode(PresenterWindowManager::VM_Help); in keyReleased()
1133 mpWindowManager->SetViewMode(PresenterWindowManager::VM_Standard); in HandleNumericKeyPress()
1136 mpWindowManager->SetViewMode(PresenterWindowManager::VM_Notes); in HandleNumericKeyPress()
1139 mpWindowManager->SetViewMode(PresenterWindowManager::VM_SlideOverview); in HandleNumericKeyPress()
H A DPresenterWindowManager.hxx72 class PresenterWindowManager class
78 PresenterWindowManager (
82 virtual ~PresenterWindowManager (void);
H A DPresenterController.hxx68 class PresenterWindowManager;
111 ::rtl::Reference<PresenterWindowManager> GetWindowManager (void) const;
222 ::rtl::Reference<PresenterWindowManager> mpWindowManager;
H A DPresenterPaneAnimator.cxx84 ::rtl::Reference<PresenterWindowManager> mpWindowManager;
214 const ::rtl::Reference<PresenterWindowManager>& rpWindowManager);
1163 const ::rtl::Reference<PresenterWindowManager>& rpWindowManager in MovePanes()
H A DPresenterPaneAnimator.hxx48 class PresenterWindowManager;
H A Dmakefile.mk93 $(SLO)$/PresenterWindowManager.obj \
H A DPresenterScreen.hxx49 class PresenterWindowManager;

Completed in 48 milliseconds