Home
last modified time | relevance | path

Searched refs:aDocSz (Results 1 – 10 of 10) sorted by relevance

/trunk/main/sw/source/ui/shells/
H A Dgrfshex.cxx112 Size aDocSz( rSh.GetDocSize() ); in InsertMediaDlg() local
117 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()
/trunk/main/sw/source/ui/uiview/
H A Dviewport.cxx95 const Size aDocSz( rSh.GetDocSize() ); in lcl_GetPos() local
105 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 …]
H A Dscroll.cxx60 aDocSz = rSize; in DocSzChgd()
89 DocSzChgd(aDocSz); in ViewPortChgd()
H A Dview1.cxx83 DocSzChgd(aDocSz); in Activate()
H A Dpview.cxx1792 if( aDocSz == rSz ) in DocSzChgd()
1795 aDocSz = rSz; in DocSzChgd()
H A Dview.cxx1454 if(nEditWidth > (aDocSz.Width() + lBorder )) in ReadUserDataSequence()
1455 aTopLeft.X() = ( aDocSz.Width() + lBorder - nEditWidth ) / 2; in ReadUserDataSequence()
/trunk/main/sw/source/ui/ribbar/
H A Ddrawbase.cxx720 Size aDocSz(m_pSh->GetDocSize()); in GetDefaultCenterPos() local
723 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()
/trunk/main/sw/source/ui/inc/
H A Dpview.hxx187 Size aDocSz; member in SwPagePreView
261 const Size& GetDocSz() const { return aDocSz; } in GetDocSz()
H A Dview.hxx209 Size aDocSz; // aktuelle Dokumentgroesse member in SwView
491 const Size& GetDocSz() const { return aDocSz; } in GetDocSz()
H A Dscroll.hxx31 Size aDocSz; member in SwScrollbar

Completed in 85 milliseconds