Searched refs:xHWindow (Results 1 – 1 of 1) sorted by relevance
430 uno::Reference< awt::XWindow > xHWindow; in ShowInplace() local450 xHWindow = uno::Reference< awt::XWindow >( xHatchWinPeer, uno::UNO_QUERY ); in ShowInplace()451 if ( !xHWindow.is() ) in ShowInplace()508 m_xHatchWindow = xHWindow; in ShowInplace()937 uno::Reference< awt::XWindow > xHWindow = m_xFrame->getContainerWindow(); in GetDocFrame() local939 if( xHWindow.is() ) in GetDocFrame()950 awt::Rectangle aWindowRect = xHWindow->getPosSize(); in GetDocFrame()956 …xHWindow->setPosSize( OffsetX, OffsetY, aWindowRect.Width, aWindowRect.Height, awt::PosSize::POS ); in GetDocFrame()960 …xHWindow->setPosSize( aWorkRect.X, aWorkRect.Y, aWorkRect.Width, aWorkRect.Height, awt::PosSize::P… in GetDocFrame()963 xHWindow->setVisible( sal_True ); in GetDocFrame()
Completed in 10 milliseconds