Home
last modified time | relevance | path

Searched refs:xWindow (Results 26 – 50 of 276) sorted by relevance

12345678910>>...12

/trunk/main/embeddedobj/test/Container1/
H A DWindowHelper.java51 XWindow xWindow = null; in createWindow() local
114 xWindow = (XWindow)UnoRuntime.queryInterface( XWindow.class, xPeer); in createWindow()
115 if ( xWindow != null ) in createWindow()
116 xWindow.setPosSize( (int)aBounds.getX(), in createWindow()
125 xWindow = null; in createWindow()
128 return xWindow; in createWindow()
/trunk/main/framework/source/helper/
H A Dtagwindowasmodified.cxx129 css::uno::Reference< css::awt::XWindow > xWindow(m_xWindow.get(), css::uno::UNO_QUERY); in modified() local
132 ( ! xWindow.is () ) || in modified()
145 Window* pWindow = VCLUnoHelper::GetWindow(xWindow); in modified()
226 css::uno::Reference< css::awt::XWindow > xWindow = xFrame->getContainerWindow (); in impl_update() local
233 ( ! xWindow.is ()) || in impl_update()
242 m_xWindow = xWindow; in impl_update()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sheet/
H A D_XRangeSelection.java66 XWindow xWindow = xModel.getCurrentController().getFrame().getContainerWindow(); in before() local
67 XTopWindow xTopWindow = (XTopWindow)UnoRuntime.queryInterface(XTopWindow.class, xWindow); in before()
182 XWindow xWindow = at.getCurrentWindow((XMultiServiceFactory)tParam.getMSF(), xModel); in getSheetCenter() local
183 XAccessible xRoot = at.getAccessibleObject(xWindow); in getSheetCenter()
281 XWindow xWindow = (XWindow)UnoRuntime.queryInterface(XWindow.class, tw); in getCloser() local
282 Rectangle posSize = xWindow.getPosSize(); in getCloser()
292xWindow.setPosSize(posSize.X, posSize.Y, posSize.Width, posSize.Height, PosSize.POS); in getCloser()
/trunk/main/extensions/source/bibliography/
H A Dframectr.cxx191 :xWindow( xComponent ) in BibFrameController_Impl()
196 Window* pParent = VCLUnoHelper::GetWindow( xWindow ); in BibFrameController_Impl()
440 Window* pParent = VCLUnoHelper::GetWindow( xWindow ); in dispatch()
526 makeAny( xWindow ), in dispatch()
538 … ShowServiceNotAvailableError( VCLUnoHelper::GetWindow( xWindow ), sDialogServiceName, sal_True ); in dispatch()
669 Window* pChild = lcl_GetFocusChild( VCLUnoHelper::GetWindow( xWindow ) ); in dispatch()
678 Window* pChild = lcl_GetFocusChild( VCLUnoHelper::GetWindow( xWindow ) ); in dispatch()
687 Window* pChild = lcl_GetFocusChild( VCLUnoHelper::GetWindow( xWindow ) ); in dispatch()
764 Window* pChild = lcl_GetFocusChild( VCLUnoHelper::GetWindow( xWindow ) ); in addStatusListener()
771 Window* pChild = lcl_GetFocusChild( VCLUnoHelper::GetWindow( xWindow ) ); in addStatusListener()
[all …]
/trunk/main/swext/mediawiki/src/com/sun/star/wiki/
H A DWikiDialog.java264 …XWindow xWindow = (XWindow)UnoRuntime.queryInterface( XWindow.class, m_xControlContainer.getContro… in SetThrobberVisible() local
265 if ( xWindow != null ) in SetThrobberVisible()
266 xWindow.setVisible( bVisible ); in SetThrobberVisible()
281 …XWindow xWindow = (XWindow)UnoRuntime.queryInterface( XWindow.class, m_xControlContainer.getContro… in SetFocusTo() local
282 if ( xWindow != null ) in SetFocusTo()
283 xWindow.setFocus(); in SetFocusTo()
/trunk/main/toolkit/qa/complex/toolkit/
H A DUnitConversion.java113 XWindow xWindow = UnoRuntime.queryInterface(XWindow.class, xWindowPeer); in testXUnitConversion() local
114 assertNotNull("failed: there is no window, cast wrong?", xWindow); in testXUnitConversion()
116 xWindow.setVisible(Boolean.TRUE); in testXUnitConversion()
122 xWindow.setPosSize(x, y, width, height, com.sun.star.awt.PosSize.POSSIZE); in testXUnitConversion()
124 com.sun.star.awt.Rectangle aRect = xWindow.getPosSize(); in testXUnitConversion()
219 xWindow.dispose(); in testXUnitConversion()
/trunk/main/forms/source/helper/
H A Dwindowstateguard.cxx132 Reference< XWindow2 > xWindow; in impl_ensureEnabledState_nothrow_nolck() local
139 xWindow = m_xWindow; in impl_ensureEnabledState_nothrow_nolck()
140 bEnabled = xWindow->isEnabled(); in impl_ensureEnabledState_nothrow_nolck()
144 if ( !bShouldBeEnabled && bEnabled && xWindow.is() ) in impl_ensureEnabledState_nothrow_nolck()
145 xWindow->setEnable( sal_False ); in impl_ensureEnabledState_nothrow_nolck()
/trunk/main/svtools/source/control/
H A Daccessibleruler.cxx355 uno::Reference< awt::XWindow > xWindow = VCLUnoHelper::GetInterface( mpRepr ); in addFocusListener() local
356 if( xWindow.is() ) in addFocusListener()
357 xWindow->addFocusListener( xListener ); in addFocusListener()
370 uno::Reference< awt::XWindow > xWindow = VCLUnoHelper::GetInterface( mpRepr ); in removeFocusListener() local
371 if( xWindow.is() ) in removeFocusListener()
372 xWindow->removeFocusListener( xListener ); in removeFocusListener()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/ui/
H A D_XContextMenuInterception.java57 private XWindow xWindow = null; field in _XContextMenuInterception
119 xWindow = (XWindow) UnoRuntime.queryInterface(XWindow.class, in checkHelpEntry()
122 xRoot = at.getAccessibleObject(xWindow); in checkHelpEntry()
164 xWindow = at.getCurrentWindow(xMSF, xModel); in openContextMenu()
166 XAccessible xRoot = at.getAccessibleObject(xWindow); in openContextMenu()
/trunk/main/sdext/source/presenter/
H A DPresenterWindowManager.cxx374 Reference<awt::XWindow> xWindow (rEvent.Source,UNO_QUERY); in windowResized() local
375 if (xWindow.is()) in windowResized()
377 UpdateWindowSize(xWindow); in windowResized()
394 Reference<awt::XWindow> xWindow (rEvent.Source,UNO_QUERY); in windowMoved() local
395 UpdateWindowSize(xWindow); in windowMoved()
398 mpPresenterController->GetPaintManager()->Invalidate(xWindow); in windowMoved()
541 Reference<awt::XWindow> xWindow (rEvent.Source, UNO_QUERY); in disposing() local
1377 Reference<awt::XWindow2> xWindow (pDescriptor->mxBorderWindow, UNO_QUERY); in CreateClipPolyPolygon() local
1378 if (xWindow.is() && ! xWindow->isVisible()) in CreateClipPolyPolygon()
/trunk/main/wizards/com/sun/star/wizards/ui/
H A DUnoDialog.java57 public XWindow xWindow; field in UnoDialog
93 xWindow = UnoRuntime.queryInterface(XWindow.class, xUnoDialog); in UnoDialog()
638 XWindow xWindow = UnoRuntime.queryInterface(XWindow.class, oFocusControl); in setFocus() local
639 xWindow.setFocus(); in setFocus()
699 Rectangle CurPosSize = xWindow.getPosSize(); in calculateDialogPosition()
706 xWindow.setPosSize(iXPos, iYPos, DialogWidth, DialogHeight, PosSize.POS); in calculateDialogPosition()
735 calculateDialogPosition(parent.xWindow.getPosSize()); in setVisible()
742 this.xWindow.setVisible(true); in setVisible()
754 return executeDialog(parent.xWindow.getPosSize()); in executeDialog()
815 xWindow.setVisible(false); in createWindowPeer()
H A DDocumentPreview.java50 private XWindow xWindow; field in DocumentPreview
163 xWindow = UnoRuntime.queryInterface(XWindow.class, xPeer); in createPreviewFrame()
168 xFrame.initialize(xWindow); in createPreviewFrame()
169 xWindow.setVisible(true); in createPreviewFrame()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_toolkit/
H A DAccessibleStatusBar.java144 final XWindow xWindow = in createTestEnvironment() local
148 XAccessible xRoot = at.getAccessibleObject(xWindow); in createTestEnvironment()
162 Rectangle newPosSize = xWindow.getPosSize(); in createTestEnvironment()
167 xWindow.setPosSize( in createTestEnvironment()
H A DAccessiblePopupMenu.java151 XWindow xWindow = at.getCurrentWindow( in createTestEnvironment() local
155 XAccessible xRoot = at.getAccessibleObject(xWindow); in createTestEnvironment()
182 xWindow = (XWindow) UnoRuntime.queryInterface(XWindow.class, in createTestEnvironment()
185 xRoot = at.getAccessibleObject(xWindow); in createTestEnvironment()
/trunk/main/chart2/source/controller/accessibility/
H A DAccessibleTextHelper.cxx70 Reference< awt::XWindow > xWindow; in initialize() local
76 aArguments[2] >>= xWindow; in initialize()
80 OSL_ENSURE( xWindow.is(), "Empty Window" ); in initialize()
90 Window* pWindow( VCLUnoHelper::GetWindow( xWindow )); in initialize()
/trunk/main/framework/qa/complex/contextMenuInterceptor/
H A DCheckContextMenuInterceptor.java75 XWindow xWindow = null; field in CheckContextMenuInterceptor
252 xWindow = UnoRuntime.queryInterface(XWindow.class, tk.getTopWindow(0)); in checkHelpEntry()
254 xRoot = at.getAccessibleObject(xWindow); in checkHelpEntry()
318 xWindow = at.getCurrentWindow(xMSF, aModel); in openContextMenu()
320 XAccessible xRoot = at.getAccessibleObject(xWindow); in openContextMenu()
/trunk/main/toolkit/qa/complex/toolkit/accessibility/
H A D_XAccessibleEventBroadcaster.java67 XWindow xWindow; field in _XAccessibleEventBroadcaster.EventProducer
69 xWindow = window; in EventProducer()
73 Rectangle newPosSize = xWindow.getPosSize(); in fireEvent()
78 xWindow.setPosSize(newPosSize.X, newPosSize.Y, newPosSize.Width, in fireEvent()
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/
H A DFunctionHelper.java202 com.sun.star.awt.XWindow xWindow = null; in impl_createWindow() local
306 xWindow = null; in impl_createWindow()
312 xWindow = (com.sun.star.awt.XWindow)UnoRuntime.queryInterface( in impl_createWindow()
316 return xWindow; in impl_createWindow()
357 com.sun.star.awt.XWindow xWindow = impl_createWindow(xCtx, aParentView); in createViewFrame() local
362 xFrame.initialize( xWindow ); in createViewFrame()
374 xWindow.setVisible(true); in createViewFrame()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/
H A DAccessibilityTools.java65 XWindow xWindow = null; in getWindow() local
85 xWindow = xFrame.getContainerWindow(); in getWindow()
87 xWindow = xFrame.getComponentWindow(); in getWindow()
89 if (xWindow == null) { in getWindow()
96 return xWindow; in getWindow()
/trunk/main/framework/source/services/
H A Dmodulemanager.cxx132 css::uno::Reference< css::awt::XWindow > xWindow (xModule, css::uno::UNO_QUERY); in identify() local
138 (!xWindow.is() ) && in identify()
152 xWindow = xFrame->getComponentWindow(); in identify()
169 if (xWindow.is()) in identify()
170 sModule = implts_identify(xWindow); in identify()
H A Dtaskcreatorsrv.cxx224 …ervice::implts_applyDocStyleToWindow(const css::uno::Reference< css::awt::XWindow >& xWindow) const in implts_applyDocStyleToWindow()
228 Window* pVCLWindow = VCLUnoHelper::GetWindow(xWindow); in implts_applyDocStyleToWindow()
286 css::uno::Reference< css::awt::XWindow > xWindow ( xPeer, css::uno::UNO_QUERY ); in implts_createContainerWindow() local
287 if ( ! xWindow.is()) in implts_createContainerWindow()
295 return xWindow; in implts_createContainerWindow()
/trunk/main/svtools/source/hatchwindow/
H A Ddocumentcloser.cxx92 uno::Reference< awt::XWindow > xWindow = pMTRequest->m_xFrame->getContainerWindow(); in IMPL_STATIC_LINK() local
93 uno::Reference< awt::XVclWindowPeer > xWinPeer( xWindow, uno::UNO_QUERY_THROW ); in IMPL_STATIC_LINK()
95 xWindow->setVisible( sal_False ); in IMPL_STATIC_LINK()
101 Window* pWindow = VCLUnoHelper::GetWindow( xWindow ); in IMPL_STATIC_LINK()
/trunk/main/wizards/com/sun/star/wizards/web/
H A DStatusDialog.java194 parent.xWindow.setEnable(true); in taskFinished()
197 xWindow.setVisible(false); in taskFinished()
252 parent.xWindow.setEnable(false); in execute()
275 xWindow.setVisible(false); in performCancel()
/trunk/main/sd/workben/custompanel/
H A Dctp_panel.cxx104 … Reference< XWindowPeer > xWindow( xToolkit->createWindow( aWindow ), UNO_SET_THROW ); in lcl_createPlainWindow_nothrow() local
105 return Reference< XWindow >( xWindow, UNO_QUERY_THROW ); in lcl_createPlainWindow_nothrow()
208 const Reference< XWindow > xWindow( i_rEvent.Source, UNO_QUERY_THROW ); in windowPaint() local
209 const Rectangle aWindowRect( xWindow->getPosSize() ); in windowPaint()
/trunk/main/odk/examples/cpp/custompanel/
H A Dctp_panel.cxx101 … Reference< XWindowPeer > xWindow( xToolkit->createWindow( aWindow ), UNO_SET_THROW ); in lcl_createPlainWindow_nothrow() local
102 return Reference< XWindow >( xWindow, UNO_QUERY_THROW ); in lcl_createPlainWindow_nothrow()
174 const Reference< XWindow > xWindow( i_rEvent.Source, UNO_QUERY_THROW ); in windowPaint() local
175 const Rectangle aWindowRect( xWindow->getPosSize() ); in windowPaint()

Completed in 98 milliseconds

12345678910>>...12