Lines Matching refs:Height

136 			aPtLM = Point( 0 + nBorderWidth,  aSize.Height() / 2 );  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()
140 aPtLB = Point( 0 + nBorderWidth, aSize.Height() - nBorderWidth ); 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()
150 aPtLM = Point( 0 + 3 * nBorderWidth, aSize.Height() / 2 ); 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()
154 aPtLB = Point( 0 + 3 * nBorderWidth, aSize.Height() - nBorderWidth ); 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()
612 if( aPt.Y() < aSize.Height() / 3 ) in GetApproxLogPtFromPixPt()
614 else if( aPt.Y() < aSize.Height() * 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()
898 nY = (sal_uInt16) ( aPt.Y() * nLines / aRectSize.Height() ); in PointToIndex()
910 aPtTl.Y() = aRectSize.Height() * nYIndex / nLines + 1; in IndexToPoint()
925 nY = (sal_uInt16) ( aPt.Y() * nLines / aRectSize.Height() ); in ShowPosition()
1043 nTmp = (sal_uInt16) ( aRectSize.Height() * i / nLines ); in Paint()
1047 DrawLine( Point( nTmp, 0 ), Point( nTmp, aRectSize.Height() ) ); in Paint()
1056 aPtTl.Y() = aRectSize.Height() * i / nLines + 1; in Paint()
1057 aPtBr.Y() = aRectSize.Height() * (i + 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()
1096 nTop = aRectSize.Height() * i / nLines + 1; in implCalFocusRect()
1097 nBottom = aRectSize.Height() * (i + 1) / nLines - 1; in implCalFocusRect()
1111 aRectSize.Height() *( aFocusPosition.getY() - 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 …pEx.GetSizePixel().Width() >= rSize.Width() && rBitmapEx.GetSizePixel().Height() >= rSize.Height()) in formatBitmapExToSize()
1661 for(sal_Int32 y(0); y < rSize.Height(); y += aBitmapSize.Height()) in formatBitmapExToSize()
2014 Size( aBmpSize.Width() / 2, aBmpSize.Height() ) ) ); in Fill()
2038 …Start ? Point() : Point(aBmpSize.Width() / 2, 0 ), Size(aBmpSize.Width() / 2, aBmpSize.Height()))); in Append()
2063 …tart ? Point() : Point( aBmpSize.Width() / 2, 0 ), Size( aBmpSize.Width() / 2, aBmpSize.Height())), in Modify()
2230 const sal_Int32 aYPosA(aOutputSize.Height() / 2); in SvxXLinePreview()
2240 const sal_Int32 aYPosB1((aOutputSize.Height() * 3) / 4); in SvxXLinePreview()
2241 const sal_Int32 aYPosB2((aOutputSize.Height() * 1) / 4); in SvxXLinePreview()
2327 Point aPos = Point( aOutputSize.Width() / 3, aOutputSize.Height() / 2 ); in Paint()
2329 aPos.Y() -= maSymbolSize.Height() / 2; in Paint()
2397 aSize.Height() = aSize.Height() / 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()