Home
last modified time | relevance | path

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

/aoo4110/main/sw/source/ui/docvw/
H A DPostItMgr.cxx1000 long lTranslatePos = 0; in LayoutByPage() local
1045 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 24 milliseconds