Lines Matching refs:rEvent

741 void PresenterController::HandleMouseClick (const awt::MouseEvent& rEvent)  in HandleMouseClick()  argument
745 switch (rEvent.Buttons) in HandleMouseClick()
748 if (rEvent.Modifiers == awt::KeyModifier::MOD2) in HandleMouseClick()
814 const ConfigurationChangeEvent& rEvent) in notifyConfigurationChange() argument
820 if ( ! (rEvent.UserData >>= nType)) in notifyConfigurationChange()
826 if (rEvent.ResourceId->compareTo(mxMainPaneId) == 0) in notifyConfigurationChange()
828 InitializeMainPane(Reference<XPane>(rEvent.ResourceObject,UNO_QUERY)); in notifyConfigurationChange()
830 else if (rEvent.ResourceId->isBoundTo(mxMainPaneId,AnchorBindingMode_DIRECT)) in notifyConfigurationChange()
834 Reference<XPane> xPane (rEvent.ResourceObject,UNO_QUERY); in notifyConfigurationChange()
847 else if (rEvent.ResourceId->isBoundTo(mxMainPaneId,AnchorBindingMode_INDIRECT)) in notifyConfigurationChange()
851 Reference<XView> xView (rEvent.ResourceObject,UNO_QUERY); in notifyConfigurationChange()
864 if (rEvent.ResourceId->isBoundTo(mxMainPaneId,AnchorBindingMode_INDIRECT)) in notifyConfigurationChange()
867 Reference<XView> xView (rEvent.ResourceObject,UNO_QUERY); in notifyConfigurationChange()
900 const lang::EventObject& rEvent) in disposing() argument
903 if (rEvent.Source == mxController) in disposing()
905 else if (rEvent.Source == mxConfigurationController) in disposing()
907 else if (rEvent.Source == mxSlideShowController) in disposing()
909 else if (rEvent.Source == mxMainWindow) in disposing()
919 const frame::FrameActionEvent& rEvent) in frameAction() argument
922 if (rEvent.Action == frame::FrameAction_FRAME_ACTIVATED) in frameAction()
934 void SAL_CALL PresenterController::keyPressed (const awt::KeyEvent& rEvent) in keyPressed() argument
946 xKeyListener->keyPressed(rEvent); in keyPressed()
953 void SAL_CALL PresenterController::keyReleased (const awt::KeyEvent& rEvent) in keyReleased() argument
956 if (rEvent.Source != mxMainWindow) in keyReleased()
959 switch (rEvent.KeyCode) in keyReleased()
980 if (rEvent.Modifiers == awt::KeyModifier::MOD2) in keyReleased()
1001 if (rEvent.Modifiers == awt::KeyModifier::MOD2) in keyReleased()
1063 HandleNumericKeyPress(rEvent.KeyCode-awt::Key::NUM0, rEvent.Modifiers); in keyReleased()
1103 xKeyListener->keyReleased(rEvent); in keyReleased()
1157 void SAL_CALL PresenterController::focusGained (const css::awt::FocusEvent& rEvent) in focusGained() argument
1160 (void)rEvent; in focusGained()
1166 void SAL_CALL PresenterController::focusLost (const css::awt::FocusEvent& rEvent) in focusLost() argument
1169 (void)rEvent; in focusLost()
1177 void SAL_CALL PresenterController::mousePressed (const css::awt::MouseEvent& rEvent) in mousePressed() argument
1180 (void)rEvent; in mousePressed()
1188 void SAL_CALL PresenterController::mouseReleased (const css::awt::MouseEvent& rEvent) in mouseReleased() argument
1191 (void)rEvent; in mouseReleased()
1197 void SAL_CALL PresenterController::mouseEntered (const css::awt::MouseEvent& rEvent) in mouseEntered() argument
1200 (void)rEvent; in mouseEntered()
1206 void SAL_CALL PresenterController::mouseExited (const css::awt::MouseEvent& rEvent) in mouseExited() argument
1209 (void)rEvent; in mouseExited()
1217 void SAL_CALL PresenterController::mouseMoved (const css::awt::MouseEvent& rEvent) in mouseMoved() argument
1220 (void)rEvent; in mouseMoved()
1226 void SAL_CALL PresenterController::mouseDragged (const css::awt::MouseEvent& rEvent) in mouseDragged() argument
1229 (void)rEvent; in mouseDragged()