Home
last modified time | relevance | path

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

/aoo4110/main/sw/source/ui/docvw/
H A DPostItMgr.cxx1574 Point aPointTop = mPages[aPage-1]->eSidebarPosition == sw::sidebarwindows::SIDEBAR_LEFT in GetTopScrollRect() local
1578 return Rectangle(aPointTop,aSize); in GetTopScrollRect()
1590 Point aPointTop = mPages[aPage-1]->eSidebarPosition == sw::sidebarwindows::SIDEBAR_LEFT in ScrollbarHit() local
1608 if (aPoint.X() < long((aPointTop.X() + GetSidebarWidth()/3*2))) in ScrollbarHit()
/aoo4110/main/sw/source/core/layout/
H A Dpaintfrm.cxx5519 Point aPointTop; in PaintNotesSidebar() local
5522aPointTop = !bRight ? Point(aPageRect.Left() - pMgr->GetSidebarWidth() + _pViewShell->GetOut()-… in PaintNotesSidebar()
5526 Rectangle aRectTop(aPointTop,aSize); in PaintNotesSidebar()
5562 …_pViewShell->GetOut()->DrawLine(aPointTop + Point(pMgr->GetSidebarWidth()/3*2,0), aPointTop + Poin… in PaintNotesSidebar()
5565 …Point aMiddleFirst(aPointTop + Point(pMgr->GetSidebarWidth()/3,_pViewShell->GetOut()->PixelToLogic… in PaintNotesSidebar()
5566 …Point aMiddleSecond(aPointTop + Point(pMgr->GetSidebarWidth()/6*5,_pViewShell->GetOut()->PixelToLo… in PaintNotesSidebar()

Completed in 55 milliseconds