Lines Matching refs:PresenterWindowManager

121 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()
364 void SAL_CALL PresenterWindowManager::windowResized (const awt::WindowEvent& rEvent) in windowResized()
388 void SAL_CALL PresenterWindowManager::windowMoved (const awt::WindowEvent& rEvent) in windowMoved()
405 void SAL_CALL PresenterWindowManager::windowShown (const lang::EventObject& rEvent) in windowShown()
414 void SAL_CALL PresenterWindowManager::windowHidden (const lang::EventObject& rEvent) in windowHidden()
425 void SAL_CALL PresenterWindowManager::windowPaint (const awt::PaintEvent& rEvent) in windowPaint()
461 void SAL_CALL PresenterWindowManager::mousePressed (const css::awt::MouseEvent& rEvent) in mousePressed()
471 void SAL_CALL PresenterWindowManager::mouseReleased (const css::awt::MouseEvent& rEvent) in mouseReleased()
488 void SAL_CALL PresenterWindowManager::mouseEntered (const css::awt::MouseEvent& rEvent) in mouseEntered()
498 void SAL_CALL PresenterWindowManager::mouseExited (const css::awt::MouseEvent& rEvent) in mouseExited()
510 void SAL_CALL PresenterWindowManager::focusGained (const css::awt::FocusEvent& rEvent) in focusGained()
522 void SAL_CALL PresenterWindowManager::focusLost (const css::awt::FocusEvent& rEvent) in focusLost()
534 void SAL_CALL PresenterWindowManager::disposing (const lang::EventObject& rEvent) in disposing()
550 bool PresenterWindowManager::PaintChildren (const awt::PaintEvent& rEvent) const in PaintChildren()
609 void PresenterWindowManager::SetLayoutMode (const LayoutMode eMode) in SetLayoutMode()
633 PresenterWindowManager::LayoutMode PresenterWindowManager::GetLayoutMode (void) const in GetLayoutMode()
641 void PresenterWindowManager::SetSlideSorterState (bool bIsActive) in SetSlideSorterState()
662 bool PresenterWindowManager::IsSlideSorterActive (void) const in IsSlideSorterActive()
670 void PresenterWindowManager::SetHelpViewState (bool bIsActive) in SetHelpViewState()
691 bool PresenterWindowManager::IsHelpViewActive (void) const in IsHelpViewActive()
699 void PresenterWindowManager::SetViewMode (const ViewMode eMode) in SetViewMode()
732 PresenterWindowManager::ViewMode PresenterWindowManager::GetViewMode (void) const in GetViewMode()
747 void PresenterWindowManager::RestoreViewMode (void) in RestoreViewMode()
775 void PresenterWindowManager::StoreViewMode (const ViewMode eViewMode) in StoreViewMode()
812 void PresenterWindowManager::AddLayoutListener ( in AddLayoutListener()
821 void PresenterWindowManager::RemoveLayoutListener ( in RemoveLayoutListener()
840 void PresenterWindowManager::Layout (void) in Layout()
881 void PresenterWindowManager::LayoutStandardMode (void) in LayoutStandardMode()
933 void PresenterWindowManager::LayoutNotesMode (void) in LayoutNotesMode()
1005 void PresenterWindowManager::LayoutSlideSorterMode (void) in LayoutSlideSorterMode()
1022 void PresenterWindowManager::LayoutHelpMode (void) in LayoutHelpMode()
1041 geometry::RealRectangle2D PresenterWindowManager::LayoutToolBar (void) in LayoutToolBar()
1099 awt::Size PresenterWindowManager::CalculatePaneSize ( in CalculatePaneSize()
1127 void PresenterWindowManager::NotifyLayoutModeChange (void) in NotifyLayoutModeChange()
1157 void PresenterWindowManager::NotifyDisposing (void) in NotifyDisposing()
1187 void PresenterWindowManager::LayoutUnknownMode (void) in LayoutUnknownMode()
1214 void PresenterWindowManager::UpdateWindowSize (const Reference<awt::XWindow>& rxBorderWindow) in UpdateWindowSize()
1250 void PresenterWindowManager::PaintBackground (const awt::Rectangle& rUpdateBox) in PaintBackground()
1322 void PresenterWindowManager::ProvideBackgroundBitmap (void) in ProvideBackgroundBitmap()
1358 Reference<rendering::XPolyPolygon2D> PresenterWindowManager::CreateClipPolyPolygon (void) const in CreateClipPolyPolygon()
1399 void PresenterWindowManager::UpdateWindowList (void) in UpdateWindowList()
1453 void PresenterWindowManager::Invalidate (void) in Invalidate()
1461 Reference<awt::XWindow> PresenterWindowManager::GetParentWindow (void) const in GetParentWindow()
1469 Reference<rendering::XCanvas> PresenterWindowManager::GetParentCanvas (void) const in GetParentCanvas()
1477 void PresenterWindowManager::Update (void) in Update()
1489 void PresenterWindowManager::ThrowIfDisposed (void) const in ThrowIfDisposed()