Lines Matching refs:lTranslatePos

1000 	long			lTranslatePos	= 0;  in LayoutByPage()  local
1044lTranslatePos = ( (*i)->VirtualPos().Y() + (*i)->VirtualSize().Height()) - (*aNextPostIt)->Virtual… in LayoutByPage()
1045 if (lTranslatePos > 0) // note windows overlaps the next one in LayoutByPage()
1055 if ( ((*i)->VirtualPos().Y()- lTranslatePos - GetSpaceBetween()) > lTopBorder) in LayoutByPage()
1058 (*i)->TranslateTopPosition(-1*(lTranslatePos+ANCHORLINE_WIDTH)); in LayoutByPage()
1060 (*i)->TranslateTopPosition(-1*(lTranslatePos+GetSpaceBetween())); in LayoutByPage()
1067 … (*aNextPostIt)->TranslateTopPosition( (lTranslatePos+ANCHORLINE_WIDTH) - lMoveUp); in LayoutByPage()
1069 (*aNextPostIt)->TranslateTopPosition( (lTranslatePos+GetSpaceBetween()) - lMoveUp); in LayoutByPage()
1076 … (*aNextPostIt)->TranslateTopPosition(lTranslatePos+ANCHORLINE_WIDTH); in LayoutByPage()
1078 (*aNextPostIt)->TranslateTopPosition(lTranslatePos+GetSpaceBetween()); in LayoutByPage()
1105lTranslatePos = ( (*aPrevPostIt)->VirtualPos().Y() + (*aPrevPostIt)->VirtualSize().Height() ) - (*… in LayoutByPage()
1106 if (lTranslatePos > 0) in LayoutByPage()
1109 if ( ((*i)->VirtualPos().Y()+ (*i)->VirtualSize().Height()+lTranslatePos) < lBottomBorder) in LayoutByPage()
1112 (*i)->TranslateTopPosition(lTranslatePos+ANCHORLINE_WIDTH); in LayoutByPage()
1114 (*i)->TranslateTopPosition(lTranslatePos+GetSpaceBetween()); in LayoutByPage()
1145 lTranslatePos = lTopBorder - (*i)->VirtualPos().Y(); in LayoutByPage()
1146 if (lTranslatePos>0) in LayoutByPage()
1148 (*i)->TranslateTopPosition(lTranslatePos+GetSpaceBetween()); in LayoutByPage()
1150 lTranslatePos = lBottomBorder - ((*i)->VirtualPos().Y()+ (*i)->VirtualSize().Height()); in LayoutByPage()
1151 if (lTranslatePos<0) in LayoutByPage()
1153 (*i)->TranslateTopPosition(lTranslatePos); in LayoutByPage()