Lines Matching refs:Rectangle
949 …Rectangle aNoteRect (Point(pPostIt->GetPosPixel().X(),pPostIt->GetPosPixel().Y()-5),pPostIt->GetSi… in MakeVisible()
985 bool SwPostItMgr::LayoutByPage(std::list<SwSidebarWin*> &aVisiblePostItList,const Rectangle aBorder… in LayoutByPage()
995 const Rectangle rBorder = mpEditWin->LogicToPixel( aBorder); in LayoutByPage()
1542 Rectangle aRect; in IsHit()
1545 …? Rectangle(Point(aPageFrm.Left()-GetSidebarWidth()-GetSidebarBorderWidth(),aPageFrm.Top()),Size(G… in IsHit()
1546 …: Rectangle( Point(aPageFrm.Right()+GetSidebarBorderWidth(),aPageFrm.Top()) , Size(GetSidebarWidth… in IsHit()
1560 Rectangle SwPostItMgr::GetBottomScrollRect(const unsigned long aPage) const in GetBottomScrollRect()
1567 return Rectangle(aPointBottom,aSize); in GetBottomScrollRect()
1571 Rectangle SwPostItMgr::GetTopScrollRect(const unsigned long aPage) const in GetTopScrollRect()
1578 return Rectangle(aPointTop,aSize); in GetTopScrollRect()
1594 Rectangle aRectBottom(GetBottomScrollRect(aPage)); in ScrollbarHit()
1595 Rectangle aRectTop(GetTopScrollRect(aPage)); in ScrollbarHit()