Searched refs:xAppletWindow (Results 1 – 1 of 1) sorted by relevance
215 uno::Reference< awt::XWindow > xAppletWindow( mxFrame->getComponentWindow() ); in startApplet() local216 if( xAppletWindow.is() ) in startApplet()217 xAppletWindow->setPosSize( 0, 0, in startApplet()286 uno::Reference< awt::XWindow > xAppletWindow( mxFrame->getComponentWindow() ); in resize() local287 if( xAppletWindow.is() ) in resize()288 xAppletWindow->setPosSize( 0, 0, in resize()
Completed in 17 milliseconds