Searched refs:lBottomBorder (Results 1 – 1 of 1) sorted by relevance
997 long lBottomBorder = rBorder.Bottom() - 5; in LayoutByPage() local998 const long lVisibleHeight = lBottomBorder - lTopBorder; //rBorder.GetHeight() ; in LayoutByPage()1014 lBottomBorder -= (GetSidebarScrollerHeight() + 10); in LayoutByPage()1109 if ( ((*i)->VirtualPos().Y()+ (*i)->VirtualSize().Height()+lTranslatePos) < lBottomBorder) in LayoutByPage()1118 …(*i)->TranslateTopPosition(lBottomBorder - ((*i)->VirtualPos().Y()+ (*i)->VirtualSize().Height()) … in LayoutByPage()1125 if (!bScrollbars && ((*i)->VirtualPos().Y()+ (*i)->VirtualSize().Height() > lBottomBorder) ) in LayoutByPage()1128 …(*i)->TranslateTopPosition(lBottomBorder - ((*i)->VirtualPos().Y()+ (*i)->VirtualSize().Height())); in LayoutByPage()1150 lTranslatePos = lBottomBorder - ((*i)->VirtualPos().Y()+ (*i)->VirtualSize().Height()); in LayoutByPage()
Completed in 13 milliseconds