Home
last modified time | relevance | path

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

/trunk/main/sw/source/ui/uiview/
H A Dviewport.cxx441 Rectangle aDlgRect( GetEditWin().PixelToLogic( in Scroll() local
444 if ( aDlgRect.Left() < aVisArea.Right() && in Scroll()
445 aDlgRect.Right() > aVisArea.Left() ) in Scroll()
450 && ( rRect.Left() > aDlgRect.Right() in Scroll()
451 || rRect.Right() < aDlgRect.Left() in Scroll()
452 || rRect.Top() > aDlgRect.Bottom() in Scroll()
453 || rRect.Bottom() < aDlgRect.Top() ) ) in Scroll()
457 long nTopDiff = aDlgRect.Top() - aVisArea.Top(); in Scroll()
458 long nBottomDiff = aVisArea.Bottom() - aDlgRect.Bottom(); in Scroll()
463 nDiffY = aDlgRect.Bottom() - aVisArea.Top(); in Scroll()
[all …]
/trunk/main/cui/source/dialogs/
H A Dhltpbase.cxx390 Rectangle aDlgRect( mpDialog->GetWindowExtentsRelative( NULL ) ); in ShowMarkWnd() local
391 Point aDlgPos ( aDlgRect.TopLeft() ); in ShowMarkWnd()