Home
last modified time | relevance | path

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

/trunk/main/sw/source/ui/docvw/
H A DPostItMgr.cxx1042 …lTranslatePos = ( (*i)->VirtualPos().Y() + (*i)->VirtualSize().Height()) - (*aNextPostIt)->Virtual… in LayoutByPage()
1050 if ( (lSpaceUsed <= (*i)->VirtualPos().Y()) || (i==aVisiblePostItList.begin())) in LayoutByPage()
1053 if ( ((*i)->VirtualPos().Y()- lTranslatePos - GetSpaceBetween()) > lTopBorder) in LayoutByPage()
1062 long lMoveUp = (*i)->VirtualPos().Y() - lTopBorder; in LayoutByPage()
1084 long lMoveDown = lTopBorder - (*i)->VirtualPos().Y(); in LayoutByPage()
1103 …lTranslatePos = ( (*aPrevPostIt)->VirtualPos().Y() + (*aPrevPostIt)->VirtualSize().Height() ) - (*… in LayoutByPage()
1107 if ( ((*i)->VirtualPos().Y()+ (*i)->VirtualSize().Height()+lTranslatePos) < lBottomBorder) in LayoutByPage()
1123 if (!bScrollbars && ((*i)->VirtualPos().Y()+ (*i)->VirtualSize().Height() > lBottomBorder) ) in LayoutByPage()
1126 …(*i)->TranslateTopPosition(lBottomBorder - ((*i)->VirtualPos().Y()+ (*i)->VirtualSize().Height())); in LayoutByPage()
1143 lTranslatePos = lTopBorder - (*i)->VirtualPos().Y(); in LayoutByPage()
[all …]
/trunk/main/sw/inc/
H A DSidebarWin.hxx122 const Point VirtualPos() { return mPosSize.TopLeft(); } in VirtualPos() function in sw::sidebarwindows::SwSidebarWin

Completed in 46 milliseconds