Lines Matching refs:Width

153 	const long lSize = GetDocSz().Width() + lBorder - aVisArea.GetWidth();  in SetHScrollMax()
197 SwTwips lTmp = aDocSz.Width() + lGreenOffset; in DocSzChgd()
262 if( aSize.Width() < 0 || aSize.Height() < 0 ) in SetVisArea()
282 ( Abs(aOldSz.Width() - pWrtShell->VisArea().Width()) > 2 || in SetVisArea()
489 aSize.Width() + GetXScroll() > aVisSize.Width() || in Scroll()
493 aSize.Width() = Min( aSize.Width(), aVisSize.Width() ); in Scroll()
497 static_cast< sal_uInt16 >((aVisSize.Width() - aSize.Width()) / 2), in Scroll()
829 const long lWidth = GetWrtShell().GetDocSize().Width() + lBorder; in CalcVisArea()
862 long nWidth = pVRuler->GetSizePixel().Width(); in CalcAndSetBorderPixel()
914 pVLineal->GetSizePixel().Width() : 0; in ViewResizePixel()
929 aPos.X() += rSize.Width() - nVLinSzWidth; in ViewResizePixel()
933 if(!aSize.Width()) in ViewResizePixel()
934 aSize.Width() = pVLineal->GetSizePixel().Width(); in ViewResizePixel()
943 Size aSize( rSize.Width(), nHLinSzHeight ); in ViewResizePixel()
945 aSize.Width() -= nVBSzWidth; in ViewResizePixel()
965 Size aSize( rSize.Width(), nHBSzHeight2 ); in ViewResizePixel()
967 aSize.Width() -= nVBSzWidth; in ViewResizePixel()
972 Point aPos( rOfst.X()+rSize.Width()-nVBSzWidth, in ViewResizePixel()
990 long nSubSize = (aImgSz.Width() * nCnt ); in ViewResizePixel()
996 aImgSz.Width() = 0; // kein Hide, weil das im Update Scrollbar missverstanden wird in ViewResizePixel()
1036 if ( aObjSize.Width() > 0 && aObjSize.Height() > 0 ) in InnerResizePixel()
1040 aSize.Width() -= (aBorder.Left() + aBorder.Right()); in InnerResizePixel()
1043 SfxViewShell::SetZoomFactor( Fraction( aSize.Width(), aObjSizePixel.Width() ), in InnerResizePixel()
1061 aViewSize.Width() -= (aBorder.Left() + aBorder.Right()); in InnerResizePixel()
1069 aSz.Width() += aBorder.Left() + aBorder.Right(); in InnerResizePixel()
1119 if ( bInOuterResizePixel || ( !rSize.Width() && !rSize.Height() ) ) in OuterResizePixel()
1198 (( aEditSz.Width() > 0 && aEditSz.Height() > 0 ) in OuterResizePixel()
1282 aPgSize.Width() += DOCUMENTBORDER * 2; in GetOptimalSizePixel()
1289 aPgSize.Width() += Abs( long(rLeftLRSpace.GetLeft()) - long(rLRSpace.GetLeft()) ); in GetOptimalSizePixel()
1312 aTmpSz.Width() += lOfst; aTmpSz.Height() += lOfst; in UpdateScrollbars()