Searched refs:mxMainWindow (Results 1 – 4 of 4) sorted by relevance
121 mxMainWindow(), in PresenterController()224 if (mxMainWindow.is()) in disposing()226 mxMainWindow->removeKeyListener(this); in disposing()227 mxMainWindow->removeFocusListener(this); in disposing()228 mxMainWindow->removeMouseListener(this); in disposing()229 mxMainWindow->removeMouseMotionListener(this); in disposing()230 mxMainWindow = NULL; in disposing()909 else if (rEvent.Source == mxMainWindow) in disposing()910 mxMainWindow = NULL; in disposing()956 if (rEvent.Source != mxMainWindow) in keyReleased()[all …]
594 mxMainWindow(), in PresenterAccessible()800 if (mxMainWindow.is()) in disposing()802 mxMainWindow->removeFocusListener(this); in disposing()826 mxMainWindow = Reference<awt::XWindow>(xMainPane->getWindow(), UNO_QUERY); in getAccessibleContext()827 mxMainWindow->addFocusListener(this); in getAccessibleContext()831 mpAccessibleConsole->SetWindow(mxMainWindow, NULL); in getAccessibleContext()853 mxMainWindow.get()); in focusGained()882 if (rEvent.Source == mxMainWindow) in disposing()883 mxMainWindow = NULL; in disposing()
127 css::uno::Reference<css::awt::XWindow> mxMainWindow; member in sdext::presenter::PresenterAccessible
226 css::uno::Reference<css::awt::XWindow> mxMainWindow; member in sdext::presenter::PresenterController