Searched refs:aDocSz (Results 1 – 10 of 10) sorted by relevance
112 Size aDocSz( rSh.GetDocSize() ); in InsertMediaDlg() local117 if( rVisArea.Width() > aDocSz.Width()) in InsertMediaDlg()118 aPos.X() = aDocSz.Width() / 2 + rVisArea.Left(); in InsertMediaDlg()120 if(rVisArea.Height() > aDocSz.Height()) in InsertMediaDlg()121 aPos.Y() = aDocSz.Height() / 2 + rVisArea.Top(); in InsertMediaDlg()
95 const Size aDocSz( rSh.GetDocSize() ); in lcl_GetPos() local105 const long lSize = aDocSz.*pSz + lBorder; in lcl_GetPos()184 aDocSz = rSz; in DocSzChgd()197 SwTwips lTmp = aDocSz.Width() + lGreenOffset; in DocSzChgd()207 lTmp = aDocSz.Height() + lGreenOffset; in DocSzChgd()504 aDocSz.Height() + nBorder - in Scroll()521 aDocSz.Height() + nBorder - in Scroll()578 (aVisArea.GetHeight() > aDocSz.Height()) ) in GetPageScrollDownOffset()583 if ( aVisArea.Top() + rOff > aDocSz.Height() ) in GetPageScrollDownOffset()584 rOff = aDocSz.Height() - aVisArea.Bottom(); in GetPageScrollDownOffset()[all …]
60 aDocSz = rSize; in DocSzChgd()89 DocSzChgd(aDocSz); in ViewPortChgd()
83 DocSzChgd(aDocSz); in Activate()
1792 if( aDocSz == rSz ) in DocSzChgd()1795 aDocSz = rSz; in DocSzChgd()
1455 if(nEditWidth > (aDocSz.Width() + lBorder )) in ReadUserDataSequence()1456 aTopLeft.X() = ( aDocSz.Width() + lBorder - nEditWidth ) / 2; in ReadUserDataSequence()
720 Size aDocSz(m_pSh->GetDocSize()); in GetDefaultCenterPos() local723 if(rVisArea.Width() > aDocSz.Width()) in GetDefaultCenterPos()724 aStartPos.X() = aDocSz.Width() / 2 + rVisArea.Left(); in GetDefaultCenterPos()725 if(rVisArea.Height() > aDocSz.Height()) in GetDefaultCenterPos()726 aStartPos.Y() = aDocSz.Height() / 2 + rVisArea.Top(); in GetDefaultCenterPos()
187 Size aDocSz; member in SwPagePreView261 const Size& GetDocSz() const { return aDocSz; } in GetDocSz()
209 Size aDocSz; // aktuelle Dokumentgroesse member in SwView491 const Size& GetDocSz() const { return aDocSz; } in GetDocSz()
31 Size aDocSz; member in SwScrollbar
Completed in 72 milliseconds