Searched refs:VirtualPos (Results 1 – 2 of 2) sorted by relevance
1044 …lTranslatePos = ( (*i)->VirtualPos().Y() + (*i)->VirtualSize().Height()) - (*aNextPostIt)->Virtual… in LayoutByPage()1052 if ( (lSpaceUsed <= (*i)->VirtualPos().Y()) || (i==aVisiblePostItList.begin())) in LayoutByPage()1055 if ( ((*i)->VirtualPos().Y()- lTranslatePos - GetSpaceBetween()) > lTopBorder) in LayoutByPage()1064 long lMoveUp = (*i)->VirtualPos().Y() - lTopBorder; in LayoutByPage()1086 long lMoveDown = lTopBorder - (*i)->VirtualPos().Y(); in LayoutByPage()1105 …lTranslatePos = ( (*aPrevPostIt)->VirtualPos().Y() + (*aPrevPostIt)->VirtualSize().Height() ) - (*… in LayoutByPage()1109 if ( ((*i)->VirtualPos().Y()+ (*i)->VirtualSize().Height()+lTranslatePos) < lBottomBorder) 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()1145 lTranslatePos = lTopBorder - (*i)->VirtualPos().Y(); in LayoutByPage()[all …]
122 const Point VirtualPos() { return mPosSize.TopLeft(); } in VirtualPos() function in sw::sidebarwindows::SwSidebarWin
Completed in 35 milliseconds