Lines Matching refs:rEvent

97             const com::sun::star::drawing::framework::ConfigurationChangeEvent& rEvent)
104 const com::sun::star::lang::EventObject& rEvent)
364 void SAL_CALL PresenterWindowManager::windowResized (const awt::WindowEvent& rEvent) in windowResized() argument
368 if (rEvent.Source == mxParentWindow) in windowResized()
374 Reference<awt::XWindow> xWindow (rEvent.Source,UNO_QUERY); in windowResized()
388 void SAL_CALL PresenterWindowManager::windowMoved (const awt::WindowEvent& rEvent) in windowMoved() argument
392 if (rEvent.Source != mxParentWindow) in windowMoved()
394 Reference<awt::XWindow> xWindow (rEvent.Source,UNO_QUERY); in windowMoved()
405 void SAL_CALL PresenterWindowManager::windowShown (const lang::EventObject& rEvent) in windowShown() argument
408 (void)rEvent; in windowShown()
414 void SAL_CALL PresenterWindowManager::windowHidden (const lang::EventObject& rEvent) in windowHidden() argument
417 (void)rEvent; in windowHidden()
425 void SAL_CALL PresenterWindowManager::windowPaint (const awt::PaintEvent& rEvent) in windowPaint() argument
441 PaintBackground(rEvent.UpdateRect); in windowPaint()
442 if ( ! PaintChildren(rEvent)) in windowPaint()
461 void SAL_CALL PresenterWindowManager::mousePressed (const css::awt::MouseEvent& rEvent) in mousePressed() argument
464 (void)rEvent; in mousePressed()
471 void SAL_CALL PresenterWindowManager::mouseReleased (const css::awt::MouseEvent& rEvent) in mouseReleased() argument
478 mpPresenterController->HandleMouseClick(rEvent); in mouseReleased()
481 (void)rEvent; in mouseReleased()
488 void SAL_CALL PresenterWindowManager::mouseEntered (const css::awt::MouseEvent& rEvent) in mouseEntered() argument
491 (void)rEvent; in mouseEntered()
498 void SAL_CALL PresenterWindowManager::mouseExited (const css::awt::MouseEvent& rEvent) in mouseExited() argument
501 (void)rEvent; in mouseExited()
510 void SAL_CALL PresenterWindowManager::focusGained (const css::awt::FocusEvent& rEvent) in focusGained() argument
514 (void)rEvent; in focusGained()
516 rEvent.Source.get()); in focusGained()
522 void SAL_CALL PresenterWindowManager::focusLost (const css::awt::FocusEvent& rEvent) in focusLost() argument
526 (void)rEvent; in focusLost()
534 void SAL_CALL PresenterWindowManager::disposing (const lang::EventObject& rEvent) in disposing() argument
537 if (rEvent.Source == mxParentWindow) in disposing()
541 Reference<awt::XWindow> xWindow (rEvent.Source, UNO_QUERY); in disposing()
550 bool PresenterWindowManager::PaintChildren (const awt::PaintEvent& rEvent) const in PaintChildren()
579 rEvent.UpdateRect, in PaintChildren()
1606 const com::sun::star::drawing::framework::ConfigurationChangeEvent& rEvent) in notifyConfigurationChange() argument
1609 (void)rEvent; in notifyConfigurationChange()
1625 const com::sun::star::lang::EventObject& rEvent) in disposing() argument
1628 if (rEvent.Source == mxConfigurationController) in disposing()