Searched refs:xFrameWindow (Results 1 – 3 of 3) sorted by relevance
61 private OfficeWindow xFrameWindow; field in OOoBean406 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 …]
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 26 milliseconds