Home
last modified time | relevance | path

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

/aoo4110/main/forms/source/richtext/
H A Drichtextimplcontrol.cxx497 long nOverallTextHeight = m_pEngine->GetTextHeight(); in updateScrollbars() local
498 m_pVScroll->SetRange( Range( 0, nOverallTextHeight ) ); in updateScrollbars()
/aoo4110/main/svtools/source/edit/
H A Dsvmedit.cxx207 sal_uLong nOverallTextHeight(0); in ImpUpdateSrollBarVis() local
209 nOverallTextHeight += rEngine.GetTextHeight( i ); in ImpUpdateSrollBarVis()
210 if ( nOverallTextHeight > (sal_uLong)mpTextWindow->GetOutputSizePixel().Height() ) in ImpUpdateSrollBarVis()

Completed in 28 milliseconds