Home
last modified time | relevance | path

Searched refs:Y2 (Results 26 – 50 of 57) sorted by relevance

123

/trunk/main/sdext/source/presenter/
H A DPresenterClock.cxx1330 = (maWindowSize.Height - (aBox.Y2-aBox.Y1+1)) / 2 - aBox.Y1; in Paint()
1416 if (aBox.X2<=aBox.X1 || aBox.Y2<=aBox.Y1) in CreateFont()
1419 const double nVerticalFactor = maWindowSize.Height / (aBox.Y2-aBox.Y1+1); in CreateFont()
H A DPresenterHelpView.cxx616 maSize = css::geometry::RealSize2D(aTextBBox.X2 - aTextBBox.X1, aTextBBox.Y2 - aTextBBox.Y1); in CalculateSize()
617 mnVerticalOffset = aTextBBox.Y2; in CalculateSize()
H A DPresenterCanvasHelper.cxx320 return css::geometry::RealSize2D(aTextBBox.X2 - aTextBBox.X1, aTextBBox.Y2 - aTextBBox.Y1); in GetTextSize()
H A DPresenterButton.cxx488 … aRenderState.AffineTransform.m12 = (rSize.Height - aTextBBox.Y2 + aTextBBox.Y1)/2 - aTextBBox.Y1; in RenderButton()
H A DPresenterPaneBorderPainter.cxx612 const double nTextHeight = aBox.Y2 - aBox.Y1; in PaintTitle()
H A DPresenterTextView.cxx1219 double nBottom (nY + rCellBox.Y2); in GetCharacterBounds()
/trunk/main/vcl/test/
H A Dcanvasbitmaptest.cxx486 test( rect.Y2 <= maSize.Height, "Y2 within bounds" ); in getData()
491 const sal_Int32 nHeight = rect.Y2-rect.Y1; in getData()
515 pOut[ y*nScanlineLen + 4*x + 1 ] = sal_Int8(rect.Y2); in getData()
/trunk/main/svgio/source/svgreader/
H A Dsvgstyleattributes.cxx388 const SvgNumber Y2(rFillGradient.getY2()); in add_fillGradient() local
393 … aEnd.setY(Unit_percent == Y2.getUnit() ? Y2.getNumber() * 0.01 : Y2.getNumber()); in add_fillGradient()
/trunk/main/canvas/source/directx/
H A Ddx_impltools.cxx323 rRect.Y2 - rRect.Y1 ); in gdiPlusRectFromIntegerRectangle2D()
331 static_cast<Gdiplus::REAL>(rRect.Y2 - rRect.Y1) ); in gdiPlusRectFFromRectangle2D()
/trunk/main/svx/source/xoutdev/
H A D_xpoly.cxx1384 long Yr, Hr, Y1, Y2, Y3, Y4; in Distort() local
1400 Y2 = rDistortedRect[1].Y(); in Distort()
1420 fTx * (fUy * Y2 + fTy * Y4) ); in Distort()
/trunk/main/offapi/com/sun/star/geometry/
H A DRealRectangle3D.idl62 double Y2;
/trunk/main/tools/inc/tools/
H A Dpostsys.h231 BOOL WINAPI WIN_Rectangle( HDC hDC, int X1, int Y1, int X2, int Y2 );
H A Dpostwin.h246 BOOL WINAPI WIN_Rectangle( HDC hDC, int X1, int Y1, int X2, int Y2 );
/trunk/main/canvas/source/tools/
H A Dverifyinput.cxx244 if( !::rtl::math::isFinite( rRect.Y2 ) ) in verifyInput()
256 !::rtl::math::isFinite( rRect.Y2 ) ) in verifyInput()
/trunk/main/drawinglayer/source/drawinglayeruno/
H A Dxprimitive2drenderer.cxx131 const basegfx::B2DRange aRange(Range.X1, Range.Y1, Range.X2, Range.Y2); in rasterize()
/trunk/main/oox/source/drawingml/
H A Ddrawingmltypes.cxx266 r.Y2 = xAttribs->getOptionalValue( XML_b ).toInt32(); in GetRelativeRect()
H A Dfillpropertiesgroupcontext.cxx229 aClipRect.Y2 = GetPercent( aAttribs.getString( XML_b, aDefault ) ); in createFastChildContext()
/trunk/main/sdext/source/pdfimport/wrapper/
H A Dwrapper.cxx386 readDouble(aRect.Y2); in readChar()
741 readDouble(aBounds.Y2); in readLink()
/trunk/main/sdext/source/pdfimport/tree/
H A Dpdfiprocessor.cxx475 fPrevTextHeight = rRect.Y2-rRect.Y1; in drawGlyphLine()
750 pLink->h = rBounds.Y2-rBounds.Y1; in hyperLink()
/trunk/main/canvas/source/vcl/
H A Dcanvashelper.cxx982 const sal_Int32 nHeight( rect.Y2 - rect.Y1 ); in getData()
1062 const sal_Int32 nHeight( rect.Y2 - rect.Y1 ); in setData()
/trunk/main/tools/source/generic/
H A Dpoly.cxx1359 long Yr, Hr, Y1, Y2, Y3, Y4; in Distort() local
1374 Y2 = rDistortedRect[1].Y(); in Distort()
1390 rPnt.Y() = (long) ( fUx * (fUy * Y1 + fTy * Y3) + fTx * (fUy * Y2 + fTy * Y4) ); in Distort()
/trunk/main/sd/source/core/
H A Dsdpage.cxx935 const int Y2 = GetUppBorder() + long(aPageSize.Height() - NOTES_HEADER_FOOTER_HEIGHT ); in CreateDefaultPresObj() local
951 Point aPos( X1, Y2 ); in CreateDefaultPresObj()
957 Point aPos( X2, Y2 ); in CreateDefaultPresObj()
/trunk/main/sdext/source/pdfimport/test/
H A Dtests.cxx105 … rtl::math::approxEqual(m_aHyperlinkBounds.Y2,406.2)) << "Correct hyperlink bounding box"; in ~TestSink()
/trunk/main/xmloff/source/transform/
H A DOasis2OOo.cxx746 ENTRY0( SVG, Y2, XML_ATACTION_IN2INCH ),
803 ENTRY0( SVG, Y2, XML_ATACTION_IN2TWIPS ),
H A DOOo2Oasis.cxx730 ENTRY0( SVG, Y2, XML_ATACTION_INCH2IN ),
773 ENTRY0( SVG, Y2, XML_ATACTION_TWIPS2IN ),

Completed in 224 milliseconds

123