Searched refs:mxContentWindow (Results 1 – 9 of 9) sorted by relevance
59 mxContentWindow(), in PresenterPaneBase()100 Reference<XComponent> xComponent (mxContentWindow, UNO_QUERY); in disposing()101 mxContentWindow = NULL; in disposing()293 mxContentWindow = NULL; in initialize()403 mxContentWindow = mxPresenterHelper->createWindow( in CreateWindows()426 mxPresenterHelper->toTop(mxContentWindow); in ToTop()507 OSL_ASSERT(mxContentWindow.is()); in LayoutContextWindow()508 if (mxBorderPainter.is() && mxPaneId.is() && mxBorderWindow.is() && mxContentWindow.is()) in LayoutContextWindow()515 mxContentWindow->setPosSize( in LayoutContextWindow()
913 mxContentWindow(), in AccessibleObject()951 if (mxContentWindow.is()) in SetWindow()959 if (mxContentWindow.is()) in SetWindow()1157 if (mxContentWindow.is()) in containsPoint()1249 else if (mxContentWindow.is()) in grabFocus()1250 mxContentWindow->setFocus(); in grabFocus()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()[all …]
76 return mxContentWindow; in getWindow()138 if (mxContentWindow.is()) in windowShown()141 mxContentWindow->setVisible(sal_True); in windowShown()157 if (mxContentWindow.is()) in windowHidden()158 mxContentWindow->setVisible(sal_False); in windowHidden()203 mxContentWindow); in CreateCanvases()
85 return mxContentWindow; in getWindow()146 if (mxContentWindow.is()) in windowShown()149 mxContentWindow->setVisible(sal_True); in windowShown()163 if (mxContentWindow.is()) in windowHidden()164 mxContentWindow->setVisible(sal_False); in windowHidden()225 mxContentWindow); in UpdateCanvases()
154 pDescriptor->mxContentWindow = xWindow; in StorePane()251 if (pDescriptor->mxContentWindow.is()) in RemovePane()252 pDescriptor->mxContentWindow->removeEventListener(this); in RemovePane()253 pDescriptor->mxContentWindow = NULL; in RemovePane()319 if ((*iPane)->mxContentWindow == rxContentWindow) in FindContentWindow()
251 if ( ! rpDescriptor->mxContentWindow.is()) in NotifyPaneCreation()253 OSL_ASSERT(rpDescriptor->mxContentWindow.is()); in NotifyPaneCreation()289 pDescriptor->mxContentWindow, in NotifyViewCreation()1375 if ( ! pDescriptor->mxBorderWindow.is() || ! pDescriptor->mxContentWindow.is()) in CreateClipPolyPolygon()1382 awt::Rectangle aInnerBorderBox (pDescriptor->mxContentWindow->getPosSize()); in CreateClipPolyPolygon()1424 mpPaneContainer->maPanes[nPaneIndex]->mxContentWindow); in UpdateWindowList()
134 css::uno::Reference<css::awt::XWindow> mxContentWindow; member in sdext::presenter::PresenterPaneBase
94 css::uno::Reference<css::awt::XWindow> mxContentWindow; member in sdext::presenter::PresenterPaneContainer::PaneDescriptor
1218 iPane->mpPaneDescriptor->mxContentWindow->setVisible(sal_True); in ShowPanes()1231 iPane->mpPaneDescriptor->mxContentWindow->setVisible(sal_False); in HidePanes()
Completed in 39 milliseconds