Searched refs:lTranslatePos (Results 1 – 1 of 1) sorted by relevance
1000 long lTranslatePos = 0; in LayoutByPage() local1045 if (lTranslatePos > 0) // note windows overlaps the next one in LayoutByPage()1060 (*i)->TranslateTopPosition(-1*(lTranslatePos+GetSpaceBetween())); in LayoutByPage()1078 (*aNextPostIt)->TranslateTopPosition(lTranslatePos+GetSpaceBetween()); in LayoutByPage()1106 if (lTranslatePos > 0) 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()1151 if (lTranslatePos<0) in LayoutByPage()[all …]
Completed in 37 milliseconds