Home
last modified time | relevance | path

Searched refs:aActivePos (Results 1 – 1 of 1) sorted by last modified time

/trunk/main/sw/source/ui/index/
H A Dcnttab.cxx3695 Point aActivePos(pActiveCtrl->GetPosPixel()); in AdjustScrolling() local
3697 if(aActivePos.X() < 0) in AdjustScrolling()
3698 nMove = -aActivePos.X(); in AdjustScrolling()
3699 else if((aActivePos.X() + pActiveCtrl->GetSizePixel().Width()) > nSpace) in AdjustScrolling()
3700 nMove = -(aActivePos.X() + pActiveCtrl->GetSizePixel().Width() - nSpace); in AdjustScrolling()

Completed in 36 milliseconds