Home
last modified time | relevance | path

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

/trunk/main/sw/source/ui/docvw/
H A DPostItMgr.cxx1563 Point aPointBottom = mPages[aPage-1]->eSidebarPosition == sw::sidebarwindows::SIDEBAR_LEFT in GetBottomScrollRect() local
1567 return Rectangle(aPointBottom,aSize); in GetBottomScrollRect()
1586 Point aPointBottom = mPages[aPage-1]->eSidebarPosition == sw::sidebarwindows::SIDEBAR_LEFT in ScrollbarHit() local
1599 if (aPoint.X() < long((aPointBottom.X() + GetSidebarWidth()/3))) in ScrollbarHit()
/trunk/main/sw/source/core/layout/
H A Dpaintfrm.cxx5592 Point aPointBottom; in PaintNotesSidebar() local
5594aPointBottom = !bRight ? Point(aPageRect.Left() - pMgr->GetSidebarWidth() - pMgr->GetSidebarBorder… in PaintNotesSidebar()
5599 Rectangle aRectBottom(aPointBottom,aSize); in PaintNotesSidebar()
5616 …_pViewShell->GetOut()->DrawLine(aPointBottom + Point(pMgr->GetSidebarWidth()/3,0), aPointBottom + … in PaintNotesSidebar()
5619 …Point aMiddleFirst(aPointBottom + Point(pMgr->GetSidebarWidth()/6,_pViewShell->GetOut()->PixelToLo… in PaintNotesSidebar()
5620 …Point aMiddleSecond(aPointBottom + Point(pMgr->GetSidebarWidth()/3*2,_pViewShell->GetOut()->PixelT… in PaintNotesSidebar()

Completed in 52 milliseconds