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()
159 void SAL_CALL PresenterWindowManager::disposing (void) in disposing()
188 void PresenterWindowManager::SetParentPane ( in SetParentPane()
228 void PresenterWindowManager::SetTheme (const ::boost::shared_ptr<PresenterTheme>& rpTheme) in SetTheme()
243 void PresenterWindowManager::NotifyPaneCreation ( in NotifyPaneCreation()
279 void PresenterWindowManager::NotifyViewCreation (const Reference<XView>& rxView) in NotifyViewCreation()
298 void PresenterWindowManager::SetPanePosSizeRelative ( in SetPanePosSizeRelative()
321 void PresenterWindowManager::SetPanePosSizeAbsolute ( in SetPanePosSizeAbsolute()
353 void PresenterWindowManager::SetPaneBorderPainter ( in SetPaneBorderPainter()
[all …]
H A DPresenterProtocolHandler.cxx121 bool IsActive (const ::rtl::Reference<PresenterWindowManager>& rpWindowManager) const;
790 ::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()
884 return Any(pWindowManager->GetViewMode()==PresenterWindowManager::VM_SlideOverview); 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;