Home
last modified time | relevance | path

Searched refs:xWindow (Results 76 – 100 of 276) sorted by relevance

12345678910>>...12

/trunk/main/svx/source/form/
H A Dfmview.cxx520 Reference< awt::XWindow > xWindow( pObj->GetUnoControl( *this, *pWin ), UNO_QUERY ); in KeyInput() local
521 if ( xWindow.is() ) in KeyInput()
524 pImpl->m_xWindow = xWindow; in KeyInput()
529 xWindow->setFocus(); in KeyInput()
/trunk/main/toolkit/qa/complex/toolkit/
H A DAccessibleStatusBarItem.java63 XWindow xWindow = null; field in AccessibleStatusBarItem
244 xWindow = UnoRuntime.queryInterface( in getTestObject()
248 XAccessible xRoot = AccessibilityTools.getAccessibleObject(xWindow); in getTestObject()
332 new _XAccessibleEventBroadcaster(object, xWindow); in runAllInterfaceTests()
/trunk/main/framework/source/uielement/
H A Dpanelwrapper.cxx105 Reference< XWindow > xWindow; in dispose() local
128 xWindow = VCLUnoHelper::GetInterface( pPanelWindow->getContentWindow() ); in dispose()
129 pService->deregisterModelForXWindow( xWindow ); in dispose()
/trunk/main/svx/source/accessibility/
H A Dsvxrectctaccessiblecontext.cxx494 Reference< awt::XWindow > xWindow = VCLUnoHelper::GetInterface( mpRepr ); in addFocusListener() local
495 if( xWindow.is() ) in addFocusListener()
496 xWindow->addFocusListener( xListener ); in addFocusListener()
509 Reference< awt::XWindow > xWindow = VCLUnoHelper::GetInterface( mpRepr ); in removeFocusListener() local
510 if( xWindow.is() ) in removeFocusListener()
511 xWindow->removeFocusListener( xListener ); in removeFocusListener()
H A DAccessibleControlShape.cxx344 Reference< XWindow > xWindow( m_xUnoControl, UNO_QUERY ); in grabFocus() local
345 OSL_ENSURE( xWindow.is(), "AccessibleControlShape::grabFocus: invalid control!" ); in grabFocus()
346 if ( xWindow.is() ) in grabFocus()
347 xWindow->setFocus(); in grabFocus()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_toolkit/
H A DUnoControlContainer.java213 XWindow xWindow = (XWindow) UnoRuntime.queryInterface(XWindow.class, oObj); in createTestEnvironment() local
214 Rectangle ps = xWindow.getPosSize(); in createTestEnvironment()
215 xWindow.setPosSize(ps.X+10, ps.Y+10, ps.Width+10, ps.Height+10, PosSize.POSSIZE); in createTestEnvironment()
/trunk/main/odk/examples/DevelopersGuide/GUI/
H A DMessageBox.java120 XWindow xWindow = xFrame.getContainerWindow(); in getWindowPeerOfFrame() local
121 if (xWindow != null){ in getWindowPeerOfFrame()
122 … XWindowPeer xWindowPeer = (XWindowPeer) UnoRuntime.queryInterface(XWindowPeer.class, xWindow); in getWindowPeerOfFrame()
H A DUnoDialogSample.java311 … XWindow xWindow = (XWindow) UnoRuntime.queryInterface(XWindow.class, m_xDlgContainer); in createWindowPeer() local
312 xWindow.setVisible(false); in createWindowPeer()
396 XWindow xWindow = (XWindow) UnoRuntime.queryInterface(XWindow.class, xFTControl); in insertFixedText() local
397 xWindow.addMouseListener(_xMouseListener); in insertFixedText()
1192 XWindow xWindow = xFrame.getContainerWindow(); in getWindowPeer() local
1193 … XWindowPeer xWindowPeer = (XWindowPeer) UnoRuntime.queryInterface(XWindowPeer.class, xWindow); in getWindowPeer()
1307 … XWindow xWindow = (XWindow) UnoRuntime.queryInterface(XWindow.class, _focusEvent.NextFocus); in focusLost() local
/trunk/main/fpicker/source/unx/gnome/
H A DSalGtkPicker.cxx130 uno::Reference< awt::XTopWindow > xWindow(mxToolkit->getActiveTopWindow()); in RunDialog() local
131 if (xWindow.is()) in RunDialog()
133 uno::Reference< awt::XSystemDependentWindowPeer > xSystemDepParent(xWindow, uno::UNO_QUERY); in RunDialog()
/trunk/main/sfx2/source/appl/
H A Dnewhelp.cxx2694 if( xWindow.is() ) in GetFocus()
2695 xWindow->setFocus(); in GetFocus()
2905 if ( nHeight > 0 && xWindow.is() ) in MakeLayout()
2907 Window* pScreenWin = VCLUnoHelper::GetWindow( xWindow ); in MakeLayout()
2919 ::com::sun::star::awt::Rectangle aRect = xWindow->getPosSize(); in MakeLayout()
2959 if ( xWindow.is() ) in InitSizes()
2961 ::com::sun::star::awt::Rectangle aRect = xWindow->getPosSize(); in InitSizes()
3022 if ( xWindow.is() ) in SaveConfig()
3024 ::com::sun::star::awt::Rectangle aRect = xWindow->getPosSize(); in SaveConfig()
3038 Window* pScreenWin = VCLUnoHelper::GetWindow( xWindow ); in SaveConfig()
[all …]
/trunk/main/dbaccess/source/filter/xml/
H A Ddbloader2.cxx360 Reference< XWindow > xWindow; in lcl_getTopMostWindow() local
368 xWindow = xActiveFrame->getContainerWindow(); in lcl_getTopMostWindow()
374 xWindow = xFrame->getContainerWindow(); in lcl_getTopMostWindow()
377 return xWindow; in lcl_getTopMostWindow()
/trunk/main/sfx2/source/sidebar/
H A DSidebarToolBox.cxx379 Reference<awt::XWindow> xWindow = xController->createPopupWindow(); in IMPL_LINK() local
380 if (xWindow.is() ) in IMPL_LINK()
381 xWindow->setFocus(); in IMPL_LINK()
/trunk/main/extensions/source/propctrlr/
H A Dsqlcommanddesign.cxx219 Reference< XWindow > xWindow( xFrame->getContainerWindow(), UNO_QUERY_THROW ); in impl_raise_nothrow() local
220 Reference< XTopWindow > xTopWindow( xWindow, UNO_QUERY_THROW ); in impl_raise_nothrow()
223 xWindow->setFocus(); in impl_raise_nothrow()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/
H A DDesktopTools.java392 XWindowPeer xWindow = null; in createFloatingWindow() local
396 xWindow = tk.createWindow(descriptor); in createFloatingWindow()
403 return xWindow; in createFloatingWindow()
/trunk/main/svx/source/unodraw/
H A Drecoveryui.cxx382 css::uno::Reference< css::awt::XWindow > xWindow = xTask->getContainerWindow(); in impl_showAllRecoveredDocs() local
383 if (!xWindow.is()) in impl_showAllRecoveredDocs()
386 xWindow->setVisible(sal_True); in impl_showAllRecoveredDocs()
/trunk/main/scripting/source/dlgprov/
H A Ddlgevtatt.cxx556 Reference< XWindow > xWindow( m_xControl, UNO_QUERY ); in firing_impl() local
557 … bHandled = xContainerWindowEventHandler->callHandlerMethod( xWindow, aEventObject, aMethodName ); in firing_impl()
595 Reference< XWindow > xWindow( m_xControl, UNO_QUERY ); in firing_impl() local
596 pArgs[0] <<= xWindow; in firing_impl()
/trunk/main/uui/source/
H A Diahndl.cxx1081 uno::Reference< awt::XWindow > xWindow = getParentXWindow(); in getParentProperty() local
1082 if ( xWindow.is() ) in getParentProperty()
1083 return VCLUnoHelper::GetWindow(xWindow); in getParentProperty()
1096 uno::Reference< awt::XWindow > xWindow; in getParentXWindow() local
1097 OSL_VERIFY( aProperties.get( "Parent" ) >>= xWindow ); in getParentXWindow()
1098 return xWindow; in getParentXWindow()
/trunk/main/framework/source/services/
H A Dframe.cxx562 void SAL_CALL Frame::initialize( const css::uno::Reference< css::awt::XWindow >& xWindow ) throw( c… in initialize() argument
565 if (!xWindow.is()) in initialize()
588 m_xContainerWindow = xWindow; in initialize()
591 Window* pWindow = VCLUnoHelper::GetWindow(xWindow); in initialize()
2743 void Frame::impl_disposeContainerWindow( css::uno::Reference< css::awt::XWindow >& xWindow ) in impl_disposeContainerWindow() argument
2745 if( xWindow.is() == sal_True ) in impl_disposeContainerWindow()
2747 xWindow->setVisible( sal_False ); in impl_disposeContainerWindow()
2750 xWindow->dispose(); in impl_disposeContainerWindow()
2751 xWindow = css::uno::Reference< css::awt::XWindow >(); in impl_disposeContainerWindow()
/trunk/main/reportdesign/source/ui/misc/
H A Dtoolboxcontroller.cxx337 uno::Reference< awt::XWindow > xWindow; in createItemWindow() local
343xWindow = VCLUnoHelper::GetInterface(static_cast<SvxFontNameToolBoxControl*>(m_pToolbarController.… in createItemWindow()
349 return xWindow; in createItemWindow()
/trunk/main/wizards/com/sun/star/wizards/db/
H A DTableDescriptor.java83 private XWindow xWindow; field in TableDescriptor
94 xWindow = _xWindow; in TableDescriptor()
298 super.callSQLErrorMessageDialog(oSQLException, xWindow); in createTable()
351 super.callSQLErrorMessageDialog(oSQLException, xWindow); in removeAllColumnsFromDescriptor()
/trunk/main/forms/source/component/
H A DImageControl.cxx933 Reference< XWindow > xWindow( static_cast< ::cppu::OWeakObject* >( this ), UNO_QUERY ); in mousePressed() local
934 OSL_ENSURE( xWindow.is(), "OImageControlControl::mousePressed: me not a window? How this?" ); in mousePressed()
935 if ( xWindow.is() ) in mousePressed()
937 awt::Rectangle aPosSize = xWindow->getPosSize(); in mousePressed()
/trunk/main/sd/source/ui/framework/factories/
H A DTaskPanelResource.cxx46 Reference<awt::XWindow> xWindow ( in GetWindowForResource() local
48 pWindow = VCLUnoHelper::GetWindow(xWindow); in GetWindowForResource()
/trunk/main/sfx2/source/doc/
H A Diframe.cxx152 uno::Reference < awt::XWindow > xWindow( pWin->GetComponentInterface(), uno::UNO_QUERY ); in load() local
153 xFrame->setComponent( xWindow, uno::Reference < frame::XController >() ); in load()
156 xWindow->addEventListener( this ); in load()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_dbaccess/
H A DTableWindowAccessibility.java79 XWindow xWindow = null; field in TableWindowAccessibility
300 xWindow = UnoRuntime.queryInterface(XModel.class, QueryComponent). in createTestEnvironment()
303 XAccessible xRoot = AccessibilityTools.getAccessibleObject(xWindow); in createTestEnvironment()
/trunk/main/framework/inc/helper/
H A Dpersistentwindowstate.hxx186 …:OUString implst_getWindowStateFromWindow(const css::uno::Reference< css::awt::XWindow >& xWindow);
216 …ic void implst_setWindowStateOnWindow(const css::uno::Reference< css::awt::XWindow >& xWindow ,

Completed in 148 milliseconds

12345678910>>...12