Searched refs:xFrameWindow (Results 1 – 3 of 3) sorted by relevance
61 private OfficeWindow xFrameWindow; field in OOoBean407 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 …]
278 uno::Reference< awt::XWindow > xFrameWindow( mxFrame->getContainerWindow() ); in resize() local279 if( xFrameWindow.is() ) in resize()280 xFrameWindow->setPosSize( static_cast<sal_Int32>(rPixelBounds.getMinX()), in resize()
148 … const Reference< XWindow > xFrameWindow( xFrame->getContainerWindow(), UNO_SET_THROW ); in doDispatch() local149 Window* pContainerWindow = VCLUnoHelper::GetWindow( xFrameWindow ); in doDispatch()
Completed in 39 milliseconds