Home
last modified time | relevance | path

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

/trunk/main/svtools/source/contnr/
H A Dimivctl1.cxx4396 Rectangle aOptTextRect( aTextRect ); in RequestHelp() local
4397 aOptTextRect.Bottom() = LONG_MAX; in RequestHelp()
4400 aOptTextRect = pView->GetTextRect( aOptTextRect, aEntryText, nNewFlags ); in RequestHelp()
4401 if ( aOptTextRect != aTextRect || sQuickHelpText.Len() > 0 ) in RequestHelp()
4404 Point aPt( aOptTextRect.TopLeft() ); in RequestHelp()
4410 aOptTextRect.SetPos( aPt ); in RequestHelp()
4416 …Help::ShowQuickHelp( (Window*)pView, aOptTextRect, sHelpText, QUICKHELP_LEFT | QUICKHELP_VCENTER ); in RequestHelp()

Completed in 20 milliseconds