Home
last modified time | relevance | path

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

/aoo41x/main/sw/source/ui/docvw/
H A DPostItMgr.cxx997 long lBottomBorder = rBorder.Bottom() - 5; in LayoutByPage() local
998 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 30 milliseconds