Home
last modified time | relevance | path

Searched refs:nSidebarWidth (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sw/source/core/layout/
H A Dpagechg.cxx2204 const SwTwips nSidebarWidth = SwPageFrm::GetSidebarBorderWidth( GetCurrShell() ); in CheckViewLayout() local
2224 …nPageWidth = rFormatPage.Frm().Width() + nSidebarWidth + ((bStartOfRow || 1 == (pPageFrm->GetPhy… in CheckViewLayout()
2232 … nPageWidth = pPageFrm->Frm().Width() + nSidebarWidth + (bStartOfRow ? 0 : nGapBetweenPages); in CheckViewLayout()
2282 SwTwips nLastPageWidth = pLastPageInCurrentRow->Frm().Width() + nSidebarWidth; in CheckViewLayout()
2307 pStartOfRow->GetFormatPage().Frm().Width() + nSidebarWidth; in CheckViewLayout()
2326 nX += pStartOfRow->GetFormatPage().Frm().Width() + nSidebarWidth; in CheckViewLayout()
2339 … nCurrentPageWidth = pFormatPage->Frm().Width() + (pFormatPage->IsEmptyPage() ? 0 : nSidebarWidth); in CheckViewLayout()
2343 nSidebarWidth : in CheckViewLayout()
2377 … pPageToAdjust->Frm().SSize().Width() + nGapBetweenPages + nSidebarWidth, in CheckViewLayout()
H A Dlayact.cxx1463 …const int nSidebarWidth = pPostItMgr && pPostItMgr->HasNotes() && pPostItMgr->ShowNotes() ? pPostI… in FormatLayout() local
1468 aPaint.Left( aPaint.Left() - nBorderWidth - nSidebarWidth); in FormatLayout()
1475 aPaint.Right( aPaint.Right() + nBorderWidth + nSidebarWidth); in FormatLayout()
/trunk/main/sw/source/core/view/
H A Dviewsh.cxx1174 … const SwTwips nSidebarWidth = pPostItMgr && pPostItMgr->ShowNotes() && pPostItMgr->HasNotes() ? in VisPortChgd() local
1200 nPageLeft = aPageRect.Left() - nBorderWidth - nSidebarWidth; in VisPortChgd()
1207 nPageRight = aPageRect.Right() + nBorderWidth + nSidebarWidth; in VisPortChgd()
1648 const SwTwips nSidebarWidth = pPostItMgr && pPostItMgr->HasNotes() && pPostItMgr->ShowNotes() ? in PaintDesktop() local
1664 aRight.Left( nTmp + nSidebarWidth ); in PaintDesktop()
1691 aPageRect.Pos().X() -= bSidebarRight ? 0 : nSidebarWidth; in PaintDesktop()
1692 aPageRect.SSize().Width() += nSidebarWidth; in PaintDesktop()

Completed in 69 milliseconds