Lines Matching refs:Width

133 			aPtMT = Point( aSize.Width() / 2, 0 + nBorderWidth );  in Resize_Impl()
134 aPtRT = Point( aSize.Width() - nBorderWidth, 0 + nBorderWidth ); in Resize_Impl()
137 aPtMM = Point( aSize.Width() / 2, aSize.Height() / 2 ); in Resize_Impl()
138 aPtRM = Point( aSize.Width() - nBorderWidth, aSize.Height() / 2 ); in Resize_Impl()
141 aPtMB = Point( aSize.Width() / 2, aSize.Height() - nBorderWidth ); in Resize_Impl()
142 aPtRB = Point( aSize.Width() - nBorderWidth, aSize.Height() - nBorderWidth ); in Resize_Impl()
147 aPtMT = Point( aSize.Width() / 2, 0 + nBorderWidth ); in Resize_Impl()
148 aPtRT = Point( aSize.Width() - 3 * nBorderWidth, 0 + nBorderWidth ); in Resize_Impl()
151 aPtMM = Point( aSize.Width() / 2, aSize.Height() / 2 ); in Resize_Impl()
152 aPtRM = Point( aSize.Width() - 3 * nBorderWidth, aSize.Height() / 2 ); in Resize_Impl()
155 aPtMB = Point( aSize.Width() / 2, aSize.Height() - nBorderWidth ); in Resize_Impl()
156 aPtRB = Point( aSize.Width() - 3 * nBorderWidth, aSize.Height() - nBorderWidth ); in Resize_Impl()
463 Point aToCenter( aDstBtnSize.Width() >> 1, aDstBtnSize.Height() >> 1); in Paint()
600 if( aPt.X() < aSize.Width() / 3 ) in GetApproxLogPtFromPixPt()
602 else if( aPt.X() < aSize.Width() * 2 / 3 ) in GetApproxLogPtFromPixPt()
716 …return Rectangle( aPtNew - Point( aDstBtnSize.Width() >> 1, aDstBtnSize.Height() >> 1 ), aDstBtnSi… in CalculateFocusRectangle()
837 Point aDiff(aFontSize.Width() / 2, aFontSize.Height() / 2); in Paint()
851 aDiff.X() = aFontSize.Width(); in Paint()
867 aDiff.X() = aFontSize.Width() * 2; in Paint()
897 nX = (sal_uInt16) ( aPt.X() * nLines / aRectSize.Width() ); in PointToIndex()
911 aPtTl.X() = aRectSize.Width() * nXIndex / nLines + 1; in IndexToPoint()
924 nX = (sal_uInt16) ( aPt.X() * nLines / aRectSize.Width() ); in ShowPosition()
1044 DrawLine( Point( 0, nTmp ), Point( aRectSize.Width(), nTmp ) ); in Paint()
1046 nTmp = (sal_uInt16) ( aRectSize.Width() * i / nLines ); in Paint()
1061 aPtTl.X() = aRectSize.Width() * j / nLines + 1; in Paint()
1062 aPtBr.X() = aRectSize.Width() * (j + 1) / nLines - 1; in Paint()
1083 DrawLine( Point( 0, 0 ), Point( aRectSize.Width(), aRectSize.Height() ) ); in Paint()
1084 DrawLine( Point( 0, aRectSize.Height() ), Point( aRectSize.Width(), 0 ) ); in Paint()
1094 nLeft = aRectSize.Width() * j / nLines + 1; in implCalFocusRect()
1095 nRight = aRectSize.Width() * (j + 1) / nLines - 1; in implCalFocusRect()
1110 Point pRepaintPoint( aRectSize.Width() *( aFocusPosition.getX() - 1)/ nLines - 1, in KeyInput()
1113 Size mRepaintSize( aRectSize.Width() *3/ nLines + 2,aRectSize.Height() *3/ nLines + 2); in KeyInput()
1625 if(!rBitmapEx.IsEmpty() && rSize.Width() > 0 && rSize.Height() > 0) in formatBitmapExToSize()
1650 …if(rBitmapEx.GetSizePixel().Width() >= rSize.Width() && rBitmapEx.GetSizePixel().Height() >= rSize… in formatBitmapExToSize()
1663 for(sal_Int32 x(0); x < rSize.Width(); x += aBitmapSize.Width()) in formatBitmapExToSize()
2013 aVD.GetBitmap( bStart ? Point() : Point( aBmpSize.Width() / 2, 0 ), in Fill()
2014 Size( aBmpSize.Width() / 2, aBmpSize.Height() ) ) ); in Fill()
2038 …aVD.GetBitmap(bStart ? Point() : Point(aBmpSize.Width() / 2, 0 ), Size(aBmpSize.Width() / 2, aBmpS… in Append()
2063 …aVD.GetBitmap(bStart ? Point() : Point( aBmpSize.Width() / 2, 0 ), Size( aBmpSize.Width() / 2, aBm… in Modify()
2227 const sal_Int32 nAvailableLength(aOutputSize.Width() - (4 * nDistance)); in SvxXLinePreview()
2327 Point aPos = Point( aOutputSize.Width() / 3, aOutputSize.Height() / 2 ); in Paint()
2328 aPos.X() -= maSymbolSize.Width() / 2; in Paint()
2396 aSize.Width() = aSize.Width() / 3; in SvxXShadowPreview()
2400 const Rectangle aObjectSize( Point( aSize.Width(), aSize.Height() ), aSize ); in SvxXShadowPreview()
2405 const Rectangle aShadowSize( Point( aSize.Width(), aSize.Height() ), aSize ); in SvxXShadowPreview()