Searched refs:GetSidebarBorderWidth (Results 1 – 9 of 9) sorted by relevance
/aoo42x/main/sw/source/ui/docvw/ |
H A D | PostItMgr.cxx | 644 …mpEditWin->LogicToPixel( Point(mPages[n]->mPageRect.Right(), 0)).X() + GetSidebarBorderWidth(true); in LayoutPostIts() 1545 …? Rectangle(Point(aPageFrm.Left()-GetSidebarWidth()-GetSidebarBorderWidth(),aPageFrm.Top()),Size(G… in IsHit() 1546 …: Rectangle( Point(aPageFrm.Right()+GetSidebarBorderWidth(),aPageFrm.Top()) , Size(GetSidebarWidth… in IsHit() 1565 …: Point(aPageRect.Right() + GetSidebarBorderWidth() + mpEditWin->PixelToLogic(Size(2,0)).Width(),a… in GetBottomScrollRect() 1575 …? Point(aPageRect.Left() - GetSidebarWidth() -GetSidebarBorderWidth()+ mpEditWin->PixelToLogic(Siz… in GetTopScrollRect() 1576 …: Point(aPageRect.Right() + GetSidebarBorderWidth() + mpEditWin->PixelToLogic(Size(2,0)).Width(),a… in GetTopScrollRect() 1587 …? Point(aPageRect.Left() - GetSidebarWidth()-GetSidebarBorderWidth() + mpEditWin->PixelToLogic(Siz… in ScrollbarHit() 1588 …: Point(aPageRect.Right() + GetSidebarBorderWidth()+ mpEditWin->PixelToLogic(Size(2,0)).Width(),aP… in ScrollbarHit() 1591 …? Point(aPageRect.Left() - GetSidebarWidth()-GetSidebarBorderWidth()+ mpEditWin->PixelToLogic(Size… in ScrollbarHit() 1592 …: Point(aPageRect.Right()+GetSidebarBorderWidth()+ mpEditWin->PixelToLogic(Size(2,0)).Width(),aPag… in ScrollbarHit() [all …]
|
/aoo42x/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() 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() 5707 aRect.Right() += pMgr->GetSidebarWidth(bPx) + pMgr->GetSidebarBorderWidth(bPx); in AddSidebarBorders() 5711 /*static*/ SwTwips SwPageFrm::GetSidebarBorderWidth( const ViewShell* _pViewShell ) in GetSidebarBorderWidth() function in SwPageFrm [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()
|
/aoo42x/main/sw/inc/ |
H A D | PostItMgr.hxx | 222 unsigned long GetSidebarBorderWidth(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/core/inc/ |
H A D | pagefrm.hxx | 422 static SwTwips GetSidebarBorderWidth( const ViewShell* );
|
/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 96 milliseconds