Searched refs:nSidebarWidth (Results 1 – 3 of 3) sorted by relevance
2204 const SwTwips nSidebarWidth = SwPageFrm::GetSidebarBorderWidth( GetCurrShell() ); in CheckViewLayout() local2224 …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()
1465 …const int nSidebarWidth = pPostItMgr && pPostItMgr->HasNotes() && pPostItMgr->ShowNotes() ? pPostI… in FormatLayout() local1470 aPaint.Left( aPaint.Left() - nBorderWidth - nSidebarWidth); in FormatLayout()1477 aPaint.Right( aPaint.Right() + nBorderWidth + nShadowWidth + nSidebarWidth); in FormatLayout()
1171 … const SwTwips nSidebarWidth = pPostItMgr && pPostItMgr->ShowNotes() && pPostItMgr->HasNotes() ? in VisPortChgd() local1200 nPageLeft = aPageRect.Left() - nBorderWidth - nSidebarWidth; in VisPortChgd()1207 … nPageRight = aPageRect.Right() + nBorderWidth + nShadowWidth + nSidebarWidth; in VisPortChgd()1648 const SwTwips nSidebarWidth = pPostItMgr && pPostItMgr->HasNotes() && pPostItMgr->ShowNotes() ? in PaintDesktop() local1664 aRight.Left( nTmp + nSidebarWidth ); in PaintDesktop()1691 aPageRect.Pos().X() -= bSidebarRight ? 0 : nSidebarWidth; in PaintDesktop()1692 aPageRect.SSize().Width() += nSidebarWidth; in PaintDesktop()
Completed in 51 milliseconds