Lines Matching refs:mxContentWindow
224 cssu::Reference<css::awt::XWindow2> mxContentWindow; member in sdext::presenter::PresenterAccessible::AccessibleObject
683 pPreviewPane ? pPreviewPane->mxContentWindow : Reference<awt::XWindow>(), in UpdateAccessibilityHierarchy()
686 pNotesPane ? pNotesPane->mxContentWindow : Reference<awt::XWindow>(), in UpdateAccessibilityHierarchy()
913 mxContentWindow(), in AccessibleObject()
949 if (mxContentWindow.get() != xContentWindow.get()) in SetWindow()
951 if (mxContentWindow.is()) in SetWindow()
953 mxContentWindow->removeWindowListener(this); in SetWindow()
956 mxContentWindow = xContentWindow; in SetWindow()
959 if (mxContentWindow.is()) in SetWindow()
961 mxContentWindow->addWindowListener(this); in SetWindow()
1157 if (mxContentWindow.is()) in containsPoint()
1249 else if (mxContentWindow.is()) in grabFocus()
1250 mxContentWindow->setFocus(); in grabFocus()
1372 if (rEvent.Source == mxContentWindow) in disposing()
1374 mxContentWindow = NULL; in disposing()
1393 return mxContentWindow.is() && mxContentWindow->isEnabled(); in GetWindowState()
1402 return mxContentWindow.is() && mxContentWindow->isVisible(); in GetWindowState()
1541 if (mxContentWindow.is()) in GetRelativeLocation()
1543 const awt::Rectangle aContentBox (mxContentWindow->getPosSize()); in GetRelativeLocation()
1561 if (mxContentWindow.is()) in GetSize()
1563 const awt::Rectangle aBox (mxContentWindow->getPosSize()); in GetSize()
2305 Reference<awt::XWindow>(mxContentWindow, UNO_QUERY), in SetTextView()