Home
last modified time | relevance | path

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

/trunk/main/forms/source/richtext/
H A Drichtextimplcontrol.cxx433 Size aViewportPlaygroundLogic( m_pViewport->PixelToLogic( aViewportPlaygroundPixel ) ); in layoutWindow() local
459 m_pVScroll->SetVisibleSize( aViewportPlaygroundLogic.Height() ); in layoutWindow()
466 …m_pVScroll->SetPageSize( ::std::max( nFontHeight, aViewportPlaygroundLogic.Height() - nFontHeight … in layoutWindow()
472 m_pHScroll->SetVisibleSize( aViewportPlaygroundLogic.Width() ); in layoutWindow()
485 …m_pHScroll->SetPageSize( ::std::max( nFontWidth, aViewportPlaygroundLogic.Width() - nFontWidth ) ); in layoutWindow()

Completed in 28 milliseconds