Home
last modified time | relevance | path

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

/trunk/main/sw/source/ui/docvw/
H A DPostItMgr.cxx1572 Point aPointTop = mPages[aPage-1]->eSidebarPosition == sw::sidebarwindows::SIDEBAR_LEFT in GetTopScrollRect() local
1576 return Rectangle(aPointTop,aSize); in GetTopScrollRect()
1588 Point aPointTop = mPages[aPage-1]->eSidebarPosition == sw::sidebarwindows::SIDEBAR_LEFT in ScrollbarHit() local
1606 if (aPoint.X() < long((aPointTop.X() + GetSidebarWidth()/3*2))) in ScrollbarHit()
/trunk/main/sw/source/core/layout/
H A Dpaintfrm.cxx5547 Point aPointTop; in PaintNotesSidebar() local
5550aPointTop = !bRight ? Point(aPageRect.Left() - pMgr->GetSidebarWidth() + _pViewShell->GetOut()-… in PaintNotesSidebar()
5554 Rectangle aRectTop(aPointTop,aSize); in PaintNotesSidebar()
5590 …_pViewShell->GetOut()->DrawLine(aPointTop + Point(pMgr->GetSidebarWidth()/3*2,0), aPointTop + Poin… in PaintNotesSidebar()
5593 …Point aMiddleFirst(aPointTop + Point(pMgr->GetSidebarWidth()/3,_pViewShell->GetOut()->PixelToLogic… in PaintNotesSidebar()
5594 …Point aMiddleSecond(aPointTop + Point(pMgr->GetSidebarWidth()/6*5,_pViewShell->GetOut()->PixelToLo… in PaintNotesSidebar()