Home
last modified time | relevance | path

Searched refs:getComponentWindow (Results 1 – 25 of 63) sorted by relevance

123

/aoo4110/main/qadevOOo/tests/java/ifc/frame/
H A D_XFrame.java288 XWindow win = oObj.getComponentWindow() ; in _getComponentWindow()
503 XWindow oldWindow = oObj.getComponentWindow(); in _setComponent()
507 result &= oObj.getComponentWindow() == null; in _setComponent()
513 result &= oObj.getComponentWindow() == oldWindow ; in _setComponent()
/aoo4110/main/wizards/com/sun/star/wizards/text/
H A DTextDocument.java213 xWindowPeer = UnoRuntime.queryInterface(XWindowPeer.class, xFrame.getComponentWindow()); in TextDocument()
225 xWindowPeer = UnoRuntime.queryInterface(XWindowPeer.class, xFrame.getComponentWindow()); in init()
322 XWindow xWindow = xFrame.getComponentWindow(); in TextDocument()
324 xWindowPeer = UnoRuntime.queryInterface(XWindowPeer.class, xFrame.getComponentWindow()); in TextDocument()
/aoo4110/main/bean/com/sun/star/comp/beans/
H A DFrame.java119 public com.sun.star.awt.XWindow getComponentWindow( ) in getComponentWindow() method in Frame
121 return xFrame.getComponentWindow(); in getComponentWindow()
/aoo4110/main/dbaccess/source/core/recovery/
H A Dsubcomponentloader.cxx128 m_pData->xAppComponentWindow.set( xController->getComponentWindow(), UNO_SET_THROW ); in SubComponentLoader()
144 m_pData->xAppComponentWindow.set( xController->getComponentWindow(), UNO_SET_THROW ); in SubComponentLoader()
/aoo4110/main/framework/source/helper/
H A Ddockingareadefaultacceptor.cxx117 css::uno::Reference< css::awt::XWindow > xComponentWindow( xFrame->getComponentWindow() ); in requestDockingAreaSpace()
155 css::uno::Reference< css::awt::XWindow > xComponentWindow( xFrame->getComponentWindow() ); in setDockingAreaSpace()
H A Docomponentaccess.cxx202 xComponent = css::uno::Reference< XComponent >( xFrame->getComponentWindow(), UNO_QUERY ); in impl_getFrameComponent()
/aoo4110/main/extensions/qa/integration/extensions/
H A DFrame.java113 public com.sun.star.awt.XWindow getComponentWindow() in getComponentWindow() method in Frame
115 return m_frame.getComponentWindow(); in getComponentWindow()
/aoo4110/main/framework/inc/services/
H A Dtask.hxx312 …virtual css::uno::Reference< css::awt::XWindow > SAL_CALL getComponentWindow() throw( css::uno::Ru… in getComponentWindow() function in framework::Task
314 return Frame::getComponentWindow(); in getComponentWindow()
/aoo4110/main/slideshow/source/engine/shapes/
H A Dviewappletshape.cxx215 uno::Reference< awt::XWindow > xAppletWindow( mxFrame->getComponentWindow() ); in startApplet()
286 uno::Reference< awt::XWindow > xAppletWindow( mxFrame->getComponentWindow() ); in resize()
/aoo4110/main/wizards/com/sun/star/wizards/common/
H A DDesktop.java475 while (desktop != null && desktop.getComponentWindow() == null) in findAFrame()
489 if (xFrame != null && xFrame.getComponentWindow() != null) in findAFrame()
/aoo4110/main/desktop/test/deployment/passive/
H A Dpassive_python.py81 getCurrentFrame().getComponentWindow(), \
H A DDispatch.java77 getCurrentFrame().getComponentWindow())), in dispatch()
/aoo4110/main/desktop/test/deployment/active/
H A DDispatch.java77 getCurrentFrame().getComponentWindow())), in dispatch()
H A Dactive_python.py82 getCurrentFrame().getComponentWindow(), \
/aoo4110/main/qadevOOo/objdsc/fwk/
H A Dcom.sun.star.comp.framework.Frame.csv21 "Frame";"com::sun::star::frame::XFrame";"getComponentWindow()"
H A Dcom.sun.star.comp.framework.Desktop.csv21 "Desktop";"com::sun::star::frame::XFrame";"getComponentWindow()"
/aoo4110/main/offapi/com/sun/star/frame/
H A DXFrame.idl293 @see XFrame::getComponentWindow()
315 com::sun::star::awt::XWindow getComponentWindow();
/aoo4110/main/qadevOOo/tests/java/mod/_toolkit/
H A DUnoControlButton.java139 anotherWindow = aFrame.getComponentWindow(); in createTestEnvironment()
H A DUnoControlCheckBox.java148 anotherWindow = aFrame.getComponentWindow(); in createTestEnvironment()
H A DUnoControlDateField.java141 anotherWindow = aFrame.getComponentWindow(); in createTestEnvironment()
H A DUnoControlDialog.java223 .getComponentWindow(); in createTestEnvironment()
H A DUnoControlContainer.java184 anotherWindow = aFrame.getComponentWindow(); in createTestEnvironment()
/aoo4110/main/wizards/com/sun/star/wizards/report/
H A DDataimport.java182 calculateDialogPosition(CurReportDocument.getFrame().getComponentWindow().getPosSize()); in showProgressDisplay()
/aoo4110/main/framework/source/fwe/classes/
H A Dframelistanalyzer.cxx203 (!xFrame->getComponentWindow().is()) in impl_analyze()
/aoo4110/main/qadevOOo/tests/java/mod/_sc/
H A DScAccessibleDocumentPagePreview.java181 final XWindow win = desk.getCurrentFrame().getComponentWindow(); in createTestEnvironment()

Completed in 99 milliseconds

123