Home
last modified time | relevance | path

Searched refs:xFrameWindow (Results 1 – 3 of 3) sorted by relevance

/aoo4110/main/bean/com/sun/star/comp/beans/
H A DOOoBean.java61 private OfficeWindow xFrameWindow; field in OOoBean
407 if ( xFrameWindow != null ) in clear()
414 remove( xFrameWindow.getAWTComponent() ); in clear()
415 xFrameWindow = null; in clear()
478 if ( xFrameWindow != null ) in aquireSystemWindow()
479 xFrameWindow.getAWTComponent().setVisible(true); in aquireSystemWindow()
512 try { xFrameWindow.getAWTComponent().setVisible(false); } in releaseSystemWindow()
563 if ( xFrameWindow == null ) in loadFromURL()
572 xFrameWindow = getOOoConnection().createOfficeWindow(OOoBean.this); in loadFromURL()
573 add( xFrameWindow.getAWTComponent() ); in loadFromURL()
[all …]
/aoo4110/main/slideshow/source/engine/shapes/
H A Dviewappletshape.cxx278 uno::Reference< awt::XWindow > xFrameWindow( mxFrame->getContainerWindow() ); in resize() local
279 if( xFrameWindow.is() ) in resize()
280 xFrameWindow->setPosSize( static_cast<sal_Int32>(rPixelBounds.getMinX()), in resize()
/aoo4110/main/dbaccess/source/ui/misc/
H A Ddatabaseobjectview.cxx148 … const Reference< XWindow > xFrameWindow( xFrame->getContainerWindow(), UNO_SET_THROW ); in doDispatch() local
149 Window* pContainerWindow = VCLUnoHelper::GetWindow( xFrameWindow ); in doDispatch()

Completed in 20 milliseconds