Searched refs:GetSidebarWidth (Results 1 – 7 of 7) sorted by relevance
/aoo42x/main/sw/source/ui/docvw/ |
H A D | PostItMgr.cxx | 634 …EditWin->LogicToPixel( Point( mPages[n]->mPageRect.Left(), 0)).X() - GetSidebarWidth(true);// - Ge… in LayoutPostIts() 1545 …? Rectangle(Point(aPageFrm.Left()-GetSidebarWidth()-GetSidebarBorderWidth(),aPageFrm.Top()),Size(G… in IsHit() 1546 …oint(aPageFrm.Right()+GetSidebarBorderWidth(),aPageFrm.Top()) , Size(GetSidebarWidth(),aPageFrm.He… in IsHit() 1566 …Size aSize(GetSidebarWidth() - mpEditWin->PixelToLogic(Size(4,0)).Width(), mpEditWin->PixelToLogic… in GetBottomScrollRect() 1575 …? Point(aPageRect.Left() - GetSidebarWidth() -GetSidebarBorderWidth()+ mpEditWin->PixelToLogic(Siz… in GetTopScrollRect() 1577 …Size aSize(GetSidebarWidth() - mpEditWin->PixelToLogic(Size(4,0)).Width(), mpEditWin->PixelToLogic… in GetTopScrollRect() 1591 …? Point(aPageRect.Left() - GetSidebarWidth()-GetSidebarBorderWidth()+ mpEditWin->PixelToLogic(Size… in ScrollbarHit() 1599 if (aPoint.X() < long((aPointBottom.X() + GetSidebarWidth()/3))) in ScrollbarHit() 1608 if (aPoint.X() < long((aPointTop.X() + GetSidebarWidth()/3*2))) in ScrollbarHit() 1677 unsigned long SwPostItMgr::GetSidebarWidth(bool bPx) const in GetSidebarWidth() function in SwPostItMgr [all …]
|
/aoo42x/main/sw/source/core/layout/ |
H A D | paintfrm.cxx | 5575 …e(Point(aPageRect.Left()-pMgr->GetSidebarWidth()-pMgr->GetSidebarBorderWidth(),aPageRect.Top()),Si… in PaintNotesSidebar() 5586 …ct.Right()+pMgr->GetSidebarBorderWidth(),aPageRect.Top()),Size(pMgr->GetSidebarWidth(),aPageRect.H… in PaintNotesSidebar() 5616 …Out()->DrawLine(aPointBottom + Point(pMgr->GetSidebarWidth()/3,0), aPointBottom + Point(pMgr->GetS… in PaintNotesSidebar() 5619 …Point aMiddleFirst(aPointBottom + Point(pMgr->GetSidebarWidth()/6,_pViewShell->GetOut()->PixelToLo… in PaintNotesSidebar() 5636 …>GetOut()->DrawLine(aPointTop + Point(pMgr->GetSidebarWidth()/3*2,0), aPointTop + Point(pMgr->GetS… in PaintNotesSidebar() 5639 …Point aMiddleFirst(aPointTop + Point(pMgr->GetSidebarWidth()/3,_pViewShell->GetOut()->PixelToLogic… in PaintNotesSidebar() 5640 …Point aMiddleSecond(aPointTop + Point(pMgr->GetSidebarWidth()/6*5,_pViewShell->GetOut()->PixelToLo… in PaintNotesSidebar() 5693 …ndWidth(aRect.Left() - pMgr->GetSidebarWidth(bPx) - pMgr->GetSidebarBorderWidth(bPx), aRect.Width(… in AddSidebarBorders() 5695 aRect.AddRight(pMgr->GetSidebarWidth(bPx) + pMgr->GetSidebarBorderWidth(bPx)); in AddSidebarBorders() 5705 aRect.Left() -= (pMgr->GetSidebarWidth(bPx) + pMgr->GetSidebarBorderWidth(bPx)); in AddSidebarBorders() [all …]
|
H A D | layact.cxx | 1463 …r && pPostItMgr->HasNotes() && pPostItMgr->ShowNotes() ? pPostItMgr->GetSidebarWidth() + pPostItMg… in FormatLayout()
|
/aoo42x/main/sw/inc/ |
H A D | PostItMgr.hxx | 221 unsigned long GetSidebarWidth(bool bPx = false) const;
|
/aoo42x/main/sw/source/core/view/ |
H A D | viewsh.cxx | 1175 … pPostItMgr->GetSidebarWidth() + pPostItMgr->GetSidebarBorderWidth() : in VisPortChgd() 1649 … pPostItMgr->GetSidebarWidth() + pPostItMgr->GetSidebarBorderWidth() : in PaintDesktop() 2054 aBorder.Width() += pPostItMgr->GetSidebarWidth(true) + pPostItMgr->GetSidebarBorderWidth(true); in GetBrowseWidth()
|
/aoo42x/main/sw/source/ui/uiview/ |
H A D | viewmdi.cxx | 128 aPageSize.Width() += pPostItMgr->GetSidebarWidth() + pPostItMgr->GetSidebarBorderWidth(); in _SetZoom()
|
H A D | view2.cxx | 1335 … pMgr->GetSidebarWidth() + pMgr->GetSidebarBorderWidth() : in StateStatusLine()
|
Completed in 94 milliseconds