Searched refs:GetSidebarBorderWidth (Results 1 – 9 of 9) sorted by relevance
| /trunk/main/sw/source/ui/docvw/ |
| H A D | PostItMgr.cxx | 642 …mpEditWin->LogicToPixel( Point(mPages[n]->mPageRect.Right(), 0)).X() + GetSidebarBorderWidth(true); in LayoutPostIts() 1543 …? Rectangle(Point(aPageFrm.Left()-GetSidebarWidth()-GetSidebarBorderWidth(),aPageFrm.Top()),Size(G… in IsHit() 1544 …: Rectangle( Point(aPageFrm.Right()+GetSidebarBorderWidth(),aPageFrm.Top()) , Size(GetSidebarWidth… in IsHit() 1562 …? Point(aPageRect.Left() - GetSidebarWidth() - GetSidebarBorderWidth() + mpEditWin->PixelToLogic(S… in GetBottomScrollRect() 1563 …: Point(aPageRect.Right() + GetSidebarBorderWidth() + mpEditWin->PixelToLogic(Size(2,0)).Width(),a… in GetBottomScrollRect() 1573 …? Point(aPageRect.Left() - GetSidebarWidth() -GetSidebarBorderWidth()+ mpEditWin->PixelToLogic(Siz… in GetTopScrollRect() 1574 …: Point(aPageRect.Right() + GetSidebarBorderWidth() + mpEditWin->PixelToLogic(Size(2,0)).Width(),a… in GetTopScrollRect() 1585 …? Point(aPageRect.Left() - GetSidebarWidth()-GetSidebarBorderWidth() + mpEditWin->PixelToLogic(Siz… in ScrollbarHit() 1586 …: Point(aPageRect.Right() + GetSidebarBorderWidth()+ mpEditWin->PixelToLogic(Size(2,0)).Width(),aP… in ScrollbarHit() 1589 …? Point(aPageRect.Left() - GetSidebarWidth()-GetSidebarBorderWidth()+ mpEditWin->PixelToLogic(Size… in ScrollbarHit() [all …]
|
| /trunk/main/sw/source/core/layout/ |
| H A D | paintfrm.cxx | 5570 …(Rectangle(Point(aPageRect.Left()-pMgr->GetSidebarBorderWidth(),aPageRect.Top()),Size(pMgr->GetSid… in PaintNotesSidebar() 5575 …ct(Rectangle(Point(aPageRect.Left()-pMgr->GetSidebarWidth()-pMgr->GetSidebarBorderWidth(),aPageRec… in PaintNotesSidebar() 5580 …SwRect aSidebarBorder(aPageRect.TopRight(),Size(pMgr->GetSidebarBorderWidth(),aPageRect.Height())); in PaintNotesSidebar() 5586 …SwRect aSidebar(Point(aPageRect.Right()+pMgr->GetSidebarBorderWidth(),aPageRect.Top()),Size(pMgr->… in PaintNotesSidebar() 5594 …bRight ? Point(aPageRect.Left() - pMgr->GetSidebarWidth() - pMgr->GetSidebarBorderWidth() + _pView… in PaintNotesSidebar() 5595 …Point(aPageRect.Right() + pMgr->GetSidebarBorderWidth() + _pViewShell->GetOut()->PixelToLogic(Size… in PaintNotesSidebar() 5597 …Point(aPageRect.Right() + pMgr->GetSidebarBorderWidth() + _pViewShell->GetOut()->PixelToLogic(Size… in PaintNotesSidebar() 5693 …SidebarWidth(bPx) - pMgr->GetSidebarBorderWidth(bPx), aRect.Width() + pMgr->GetSidebarWidth(bPx) +… 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 | pagechg.cxx | 2204 const SwTwips nSidebarWidth = SwPageFrm::GetSidebarBorderWidth( GetCurrShell() ); in CheckViewLayout()
|
| H A D | layact.cxx | 1463 … pPostItMgr->ShowNotes() ? pPostItMgr->GetSidebarWidth() + pPostItMgr->GetSidebarBorderWidth() : 0; in FormatLayout()
|
| /trunk/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()
|
| /trunk/main/sw/inc/ |
| H A D | PostItMgr.hxx | 222 unsigned long GetSidebarBorderWidth(bool bPx = false) const;
|
| /trunk/main/sw/source/core/inc/ |
| H A D | pagefrm.hxx | 422 static SwTwips GetSidebarBorderWidth( const ViewShell* );
|
| /trunk/main/sw/source/ui/uiview/ |
| H A D | viewmdi.cxx | 123 … aPageSize.Width() += pPostItMgr->GetSidebarWidth() + pPostItMgr->GetSidebarBorderWidth(); in _SetZoom()
|
| H A D | view2.cxx | 1333 … pMgr->GetSidebarWidth() + pMgr->GetSidebarBorderWidth() : in StateStatusLine()
|