Lines Matching refs:bottom
212 lpRect->bottom -= m_aBorder.bottom; in OnPosRectChanged()
334 rcPos.bottom - rcPos.top, in InPlaceActivate()
1179 aRect[3] = pRect->bottom;
1207 pRect->bottom = aRect[3];
1234 pRect->bottom = aRect[3]; in GetDocumentBorder()
1325 wi.bottom - wi.top, in SetContRects()
1332 aRect->bottom - aRect->top, in SetContRects()
1347 ((LPRECT)aRect)->bottom += m_aBorder.bottom; in SetObjectRects()
1351 ((LPRECT)aClip)->bottom += m_aBorder.bottom; in SetObjectRects()
1361 aRect->bottom - aRect->top, in SetObjectRects()
1410 wi.bottom - wi.top, in getContainerWindow()
1474 HRGN hrgn2 = CreateRectRgn(aRect.right-BorderSpace.Width,0,aRect.right,aRect.bottom); in setDockingAreaSpace()
1477 hrgn2 = CreateRectRgn(0,aRect.bottom-BorderSpace.Height,aRect.right,aRect.bottom); in setDockingAreaSpace()
1480 hrgn2 = CreateRectRgn(0,0,BorderSpace.X,aRect.bottom); in setDockingAreaSpace()