Searched refs:lBottomBorder (Results 1 – 1 of 1) sorted by relevance
995 long lBottomBorder = rBorder.Bottom() - 5; in LayoutByPage() local996 const long lVisibleHeight = lBottomBorder - lTopBorder; //rBorder.GetHeight() ; in LayoutByPage()1012 lBottomBorder -= (GetSidebarScrollerHeight() + 10); in LayoutByPage()1107 if ( ((*i)->VirtualPos().Y()+ (*i)->VirtualSize().Height()+lTranslatePos) < lBottomBorder) in LayoutByPage()1116 …(*i)->TranslateTopPosition(lBottomBorder - ((*i)->VirtualPos().Y()+ (*i)->VirtualSize().Height()) … in LayoutByPage()1123 if (!bScrollbars && ((*i)->VirtualPos().Y()+ (*i)->VirtualSize().Height() > lBottomBorder) ) in LayoutByPage()1126 …(*i)->TranslateTopPosition(lBottomBorder - ((*i)->VirtualPos().Y()+ (*i)->VirtualSize().Height())); in LayoutByPage()1148 lTranslatePos = lBottomBorder - ((*i)->VirtualPos().Y()+ (*i)->VirtualSize().Height()); in LayoutByPage()
Completed in 28 milliseconds