Home
last modified time | relevance | path

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

/trunk/main/bean/java/officebean/src/main/java/com/sun/star/comp/beans/
H A DOOoBean.java61 private OfficeWindow xFrameWindow; field in OOoBean
406 if ( xFrameWindow != null ) in clear()
413 remove( xFrameWindow.getAWTComponent() ); in clear()
414 xFrameWindow = null; in clear()
477 if ( xFrameWindow != null ) in aquireSystemWindow()
478 xFrameWindow.getAWTComponent().setVisible(true); in aquireSystemWindow()
511 try { xFrameWindow.getAWTComponent().setVisible(false); } in releaseSystemWindow()
562 if ( xFrameWindow == null ) in loadFromURL()
571 xFrameWindow = getOOoConnection().createOfficeWindow(OOoBean.this); in loadFromURL()
572 add( xFrameWindow.getAWTComponent() ); in loadFromURL()
[all …]
/trunk/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()
/trunk/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 19 milliseconds