Home
last modified time | relevance | path

Searched refs:X1 (Results 26 – 50 of 131) sorted by relevance

123456

/trunk/main/sdext/source/presenter/
H A DPresenterClock.cxx1328 = (maWindowSize.Width - (aBox.X2-aBox.X1+1)) / 2 - aBox.X1; in Paint()
1416 if (aBox.X2<=aBox.X1 || aBox.Y2<=aBox.Y1) in CreateFont()
1418 const double nHorizontalFactor = maWindowSize.Width / (aBox.X2-aBox.X1+1); in CreateFont()
H A DPresenterTextView.cxx929 const double nLineWidth (aLineBox.X2 - aLineBox.X1); in AddWord()
1210 double nLeft = nX + rCellBox.X1; in GetCharacterBounds()
1350 aCharacterBox.X2-aCharacterBox.X1)); in SetupCellArray()
H A DPresenterHelpView.cxx616 maSize = css::geometry::RealSize2D(aTextBBox.X2 - aTextBBox.X1, aTextBBox.Y2 - aTextBBox.Y1); in CalculateSize()
657 double nX (rBBox.X1); in Paint()
H A DPresenterCanvasHelper.cxx320 return css::geometry::RealSize2D(aTextBBox.X2 - aTextBBox.X1, aTextBBox.Y2 - aTextBBox.Y1); in GetTextSize()
H A DPresenterButton.cxx487 aRenderState.AffineTransform.m02 = (rSize.Width - aTextBBox.X2 + aTextBBox.X1)/2; in RenderButton()
/trunk/main/vcl/source/helper/
H A Dcanvastools.cxx229 aRect.X1 = 0; aRect.X2 = nWidth; aRect.Y2 = aRect.Y1+1; in readBmp()
492 return Rectangle( static_cast<long>(rRect.X1 + .5), in rectangleFromRealRectangle2D()
610 return Rectangle( rRectangle.X1, rRectangle.Y1, in rectangleFromIntegerRectangle2D()
/trunk/main/sdext/source/pdfimport/tree/
H A Dpdfiprocessor.hxx273 double getPrevGlyphsSpace() { if( (m_rRect.X1-m_fXPrevGlyphPosition)<0 ) in getPrevGlyphsSpace()
276 return m_rRect.X1-m_fXPrevGlyphPosition; in getPrevGlyphsSpace()
/trunk/main/canvas/source/simplecanvas/
H A Dsimplecanvasimpl.cxx73 pOutput[0] = geometry::RealPoint2D( rRect.X1, rRect.Y1 ); in rect2Poly()
76 pOutput[3] = geometry::RealPoint2D( rRect.X1, rRect.Y2 ); in rect2Poly()
/trunk/main/chart2/source/controller/dialogs/
H A Dtp_Scale.src39 #define X1 6
62 Pos = MAP_APPFONT ( X1 , YLine1 ) ;
/trunk/main/vcl/test/
H A Dcanvasbitmaptest.cxx483 test( rect.X1 >= 0, "X1 within bounds" ); in getData()
490 const sal_Int32 nWidth = rect.X2-rect.X1; in getData()
514 pOut[ y*nScanlineLen + 4*x ] = sal_Int8(rect.X1); in getData()
/trunk/main/svgio/source/svgreader/
H A Dsvgstyleattributes.cxx385 const SvgNumber X1(rFillGradient.getX1()); in add_fillGradient() local
390 … aStart.setX(Unit_percent == X1.getUnit() ? X1.getNumber() * 0.01 : X1.getNumber()); in add_fillGradient()
/trunk/main/svx/source/xoutdev/
H A D_xpoly.cxx1383 long Xr, Wr, X1, X2, X3, X4; in Distort() local
1397 X1 = rDistortedRect[0].X(); in Distort()
1417 rPnt.X() = (long) ( fUy * (fUx * X1 + fTx * X2) + in Distort()
/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.cxx217 if( !::rtl::math::isFinite( rRect.X1 ) ) in verifyInput()
253 if( !::rtl::math::isFinite( rRect.X1 ) || 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.cxx263 r.X1 = xAttribs->getOptionalValue( XML_l ).toInt32(); in GetRelativeRect()
H A Dfillpropertiesgroupcontext.cxx226 aClipRect.X1 = GetPercent( aAttribs.getString( XML_l, aDefault ) ); in createFastChildContext()
/trunk/main/sdext/source/pdfimport/wrapper/
H A Dwrapper.cxx383 readDouble(aRect.X1); in readChar()
738 readDouble(aBounds.X1); in readLink()
/trunk/main/canvas/source/vcl/
H A Dcanvashelper.cxx981 const sal_Int32 nWidth( rect.X2 - rect.X1 ); in getData()
1061 const sal_Int32 nWidth( rect.X2 - rect.X1 ); in setData()
/trunk/main/svx/source/sidebar/text/
H A DTextPropertyPanel.hrc48 #define X1 SECTIONPAGE_MARGIN_HORIZONTAL + 1 + TOOLBOX_ITEM_WIDTH * 2 + 4
/trunk/main/tools/source/generic/
H A Dpoly.cxx1358 long Xr, Wr, X1, X2, X3, X4; in Distort() local
1371 X1 = rDistortedRect[0].X(); in Distort()
1389 rPnt.X() = (long) ( fUy * (fUx * X1 + fTx * X2) + fTy * (fUx * X3 + fTx * X4) ); in Distort()
/trunk/main/sd/source/core/
H A Dsdpage.cxx932 const int X1 = GetLftBorder(); in CreateDefaultPresObj() local
939 Point aPos( X1, Y1 ); in CreateDefaultPresObj()
951 Point aPos( X1, Y2 ); in CreateDefaultPresObj()
/trunk/main/sdext/source/pdfimport/test/
H A Dtests.cxx102 ASSERT_TRUE(rtl::math::approxEqual(m_aHyperlinkBounds.X1,34.7 ) && in ~TestSink()
/trunk/main/cppcanvas/source/mtfrenderer/
H A Dtextaction.cxx1442 double nMaxPos(aTextBounds.X2 - aTextBounds.X1); in render()
1513 double nMaxPos(aTextBounds.X2 - aTextBounds.X1); in getBounds()

Completed in 201 milliseconds

123456