Home
last modified time | relevance | path

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

/aoo41x/main/embeddedobj/source/general/
H A Ddocholder.cxx430 uno::Reference< awt::XWindow > xHWindow; in ShowInplace() local
450 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() local
939 if( xHWindow.is() ) in GetDocFrame()
950 awt::Rectangle aWindowRect = xHWindow->getPosSize(); in GetDocFrame()
956xHWindow->setPosSize( OffsetX, OffsetY, aWindowRect.Width, aWindowRect.Height, awt::PosSize::POS ); in GetDocFrame()
960xHWindow->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