Home
last modified time | relevance | path

Searched refs:X2 (Results 1 – 25 of 130) sorted by relevance

123456

/aoo42x/main/sd/source/ui/animations/
H A DCustomAnimationDialog.src29 #define X2 73
329 Pos = MAP_APPFONT ( X2, 3 ) ;
356 Pos = MAP_APPFONT ( X2, 18 ) ;
381 Pos = MAP_APPFONT ( X2, 33 ) ;
399 Pos = MAP_APPFONT ( X2, 48 ) ;
424 Pos = MAP_APPFONT ( X2, 64 ) ;
457 Pos = MAP_APPFONT ( X2, 3 ) ;
482 Pos = MAP_APPFONT ( X2, 18 ) ;
508 Pos = MAP_APPFONT ( X2, 33 ) ;
526 Pos = MAP_APPFONT ( X2, 48 ) ;
[all …]
/aoo42x/main/chart2/source/controller/dialogs/
H A Dtp_Scale.src40 #define X2 11
41 #define X3 (X2+LABELWIDTH+4)
70 Pos = MAP_APPFONT ( X2 , Y1 ) ;
79 Pos = MAP_APPFONT ( X2 , Y2 ) ;
87 Pos = MAP_APPFONT ( X2 , Y2 ) ;
113 Pos = MAP_APPFONT ( X2 , Y3 ) ;
137 Pos = MAP_APPFONT ( X2 , Y4 ) ;
161 Pos = MAP_APPFONT ( X2 , Y5 ) ;
190 Pos = MAP_APPFONT ( X2 , Y5 ) ;
246 Pos = MAP_APPFONT ( X2 , Y6 ) ;
[all …]
H A Dtp_AxisPositions.src46 #define X2 11
47 #define X3 (X2+LABELWIDTH+4)
48 #define X4 (X2+MAXLABELWIDTH+4)
51 #define XTICK_1 X2
74 Pos = MAP_APPFONT ( X2, Y1 ) ;
122 Pos = MAP_APPFONT ( X2, Y2 ) ;
136 Pos = MAP_APPFONT ( X2, Y4 ) ;
164 Pos = MAP_APPFONT ( X2, Y5 ) ;
237 Pos = MAP_APPFONT ( X2, Y9 ) ;
273 Pos = MAP_APPFONT ( X2, Y11 ) ;
[all …]
/aoo42x/main/canvas/source/vcl/
H A Dcanvasbitmaphelper.cxx175 x<aBmpSize.Width() && x<rect.X2; in getData()
187 x<aBmpSize.Width() && x<rect.X2; in getData()
262 x<aBmpSize.Width() && x<rect.X2; in setData()
285 x<aBmpSize.Width() && x<rect.X2; in setData()
307 x<aBmpSize.Width() && x<rect.X2; in setData()
326 x<aBmpSize.Width() && x<rect.X2; in setData()
355 x<aBmpSize.Width() && x<rect.X2; in setData()
373 x<aBmpSize.Width() && x<rect.X2; in setData()
390 x<aBmpSize.Width() && x<rect.X2; in setData()
405 x<aBmpSize.Width() && x<rect.X2; in setData()
/aoo42x/main/sdext/source/presenter/
H A DPresenterGeometryHelper.cxx93 const sal_Int32 nRight (Ceil(rBox.X2)); in ConvertRectangle()
107 Round(rBox.X2 - rBox.X1), in ConvertRectangleWithConstantSize()
161 const double nRight (::std::min(rBox1.X2, rBox2.X2)); in Intersection()
178 && rBox.X2 >= rPoint.X in IsInside()
226 const double nRight (::std::max(rBox1.X2, rBox2.X2)); in Union()
286 aPoints[0][2] = geometry::RealPoint2D(rBox.X2, rBox.Y2); in CreatePolygon()
287 aPoints[0][3] = geometry::RealPoint2D(rBox.X2, rBox.Y1); in CreatePolygon()
H A DPresenterNotesView.cxx529 aNewTextBoundingBox.X2 -= mpScrollBar->GetSize(); in Layout()
541 aNewTextBoundingBox.X2, in Layout()
543 aNewTextBoundingBox.X2 + mpScrollBar->GetSize(), in Layout()
554 || aNewTextBoundingBox.X2 != maTextBoundingBox.X2 in Layout()
565 aNewTextBoundingBox.X2 - aNewTextBoundingBox.X1, in Layout()
584 && rUpdateBox.X < maTextBoundingBox.X2) in Paint()
H A DPresenterScrollBar.cxx204 sal_Int32(ceil(rBox.X2-rBox.X1)), in SetPosSize()
645 aBox.X2 += aWindowBox.X; in PaintBitmap()
665 1,0,aBox.X1 + (aBox.X2-aBox.X1 - aBitmapSize.Width)/2, in PaintBitmap()
933 maBox[Pager].X1, maBox[Pager].Y1, maBox[Pager].X2, maBox[Thumb].Y1-1); in UpdateBorders()
935 maBox[Pager].X1, maBox[Thumb].Y2+1, maBox[Pager].X2, maBox[Pager].Y2); in UpdateBorders()
985 aBox.X2 += aWindowBox.X; in PaintComposite()
1158 maBox[Thumb].X2+1, maBox[Pager].Y1, maBox[Pager].X2, maBox[Pager].Y2); in UpdateBorders()
1207 aBox.X2 += aWindowBox.X; in PaintComposite()
H A DPresenterToolBar.cxx556 maBoundingBox.X2 - maBoundingBox.X1, in GetSize()
937 maBoundingBox.X2 = nX + aTotalSize.Width + nTotalHorizontalGap; in Layout()
949 aBoundingBox.X2 += ((*iPart)->size()-1) * nGapWidth; in Layout()
953 nX += aBoundingBox.X2 - aBoundingBox.X1 + nGapWidth; in Layout()
1013 nGap = (rBoundingBox.X2 - rBoundingBox.X1 - rPartSize.Width) / (rpPart->size()-1); in LayoutPart()
1047 …(*iElement)->SetSize(geometry::RealSize2D(rBoundingBox.X2 - rBoundingBox.X1, aElementSize.Height)); in LayoutPart()
1050 nX = rBoundingBox.X1 + (rBoundingBox.X2-rBoundingBox.X1 - aElementSize.Width) / 2; in LayoutPart()
1781 sal_Int32 nTextWidth (sal::static_int_cast<sal_Int32>(0.5 + aTextBBox.X2 - aTextBBox.X1)); in CreateBoundingSize()
1789 ::std::max(aSize.Width, sal_Int32(0.5 + aTextBBox.X2 - aTextBBox.X1)), in CreateBoundingSize()
1876 sal::static_int_cast<sal_Int32>(0.5 + aTextBBox.X2 - aTextBBox.X1), in CreateBoundingSize()
[all …]
H A DPresenterSlideSorter.cxx866 rUpperBox.X2 - mpVerticalScrollBar->GetSize(), in PlaceScrollBars()
868 rUpperBox.X2, in PlaceScrollBars()
877 rUpperBox.X2 - mpVerticalScrollBar->GetSize() - gnHorizontalGap, in PlaceScrollBars()
894 rUpperBox.X2, in PlaceScrollBars()
903 rUpperBox.X2, in PlaceScrollBars()
1287 const double nWidth (rBoundingBox.X2 - rBoundingBox.X1 - 2*mnHorizontalBorder); in Update()
1402 aPoint = GetLocalPosition(geometry::RealPoint2D( maBoundingBox.X2, maBoundingBox.Y2)); in SetupVisibleArea()
1427 return aBottomRight.X > maBoundingBox.X2-maBoundingBox.X1 in IsScrollBarNeeded()
1662 mpHorizontalScrollBar->SetThumbSize(maBoundingBox.X2 - maBoundingBox.X1 + 1); in UpdateScrollBars()
1892 const double nXOffset = (aLabelSize.Width - aTextBBox.X2 + aTextBBox.X1) / 2; in CreateBitmap()
/aoo42x/main/svx/source/sidebar/graphic/
H A DGraphicPropertyPanel.src29 #define X2 X0 + MBOX_WIDTH + CONTROL_SPACING_HORIZONTAL
30 #define X3 X2 + 10
75 Pos = MAP_APPFONT (X2, Y0) ;
82 Pos = MAP_APPFONT (X2, Y1) ;
113 Pos = MAP_APPFONT (X2, Y2) ;
120 Pos = MAP_APPFONT (X2, Y3) ;
206 Pos = MAP_APPFONT(X2, Y4) ;
224 Pos = MAP_APPFONT(X2, Y5) ;
/aoo42x/main/basegfx/source/tools/
H A Dcanvastools.cxx498 rRect.X2, in b2DRectangleFromRealRectangle2D()
507 rRect.X2, in b3DRectangleFromRealRectangle3D()
545 rRectangle.X2, rRectangle.Y2 ); in b2IRectangleFromIntegerRectangle2D()
626 return (rA.X1 == rB.X1 && rA.Y1 == rB.Y1 && rA.X2 == rB.X2 && rA.Y2 == rB.Y2); in RealRectangle2DAreEqual()
631 …return (rA.X1 == rB.X1 && rA.Y1 == rB.Y1 && rA.Z1 == rB.Z1 && rA.X2 == rB.X2 && rA.Y2 == rB.Y2 && … in RealRectangle3DAreEqual()
651 return (rA.X1 == rB.X1 && rA.Y1 == rB.Y1 && rA.X2 == rB.X2 && rA.Y2 == rB.Y2); in IntegerRectangle2DAreEqual()
/aoo42x/main/oovbaapi/ooo/vba/excel/
H A DSheetObjects.idl60 @param X2 Position of the last X coordinate in points (1/72 inch).
65 any Add( [in] any X1, [in] any Y1, [in] any X2, [in] any Y2 );
81 @param X2 Position of the last X coordinate in points (1/72 inch).
87 any Add( [in] any X1, [in] any Y1, [in] any X2, [in] any Y2, [in] any Closed );
/aoo42x/main/canvas/source/directx/
H A Ddx_surfacebitmap.cxx511 …uno::Sequence< sal_Int8 > aRes( (rect.X2-rect.X1)*(rect.Y2-rect.Y1)*4 ); // TODO(F1): Be format-ag… in getData()
516 aBmpData.Width = rect.X2-rect.X1; in getData()
543 sal_uInt32 nWidth = rect.X2-rect.X1; in getData()
603 aBmpData.Width = rect.X2-rect.X1; in setData()
627 sal_uInt32 nWidth = rect.X2-rect.X1; in setData()
H A Ddx_bitmap.cxx115 …uno::Sequence< sal_Int8 > aRes( (rect.X2-rect.X1)*(rect.Y2-rect.Y1)*4 ); // TODO(F1): Be format-ag… in getData()
120 aBmpData.Width = rect.X2-rect.X1; in getData()
153 aBmpData.Width = rect.X2-rect.X1; in setData()
/aoo42x/main/vcl/win/source/gdi/
H A Dwntgdi.cxx39 BOOL WINAPI WIN_Rectangle( HDC hDC, int X1, int Y1, int X2, int Y2 ) in WIN_Rectangle() argument
41 return Rectangle( hDC, X1, Y1, X2, Y2 ); in WIN_Rectangle()
/aoo42x/main/migrationanalysis/src/wizard/
H A DWizard.frm121 X2 = 2550
128 X2 = 2280
337 X2 = 2550
402 X2 = 2280
791 X2 = 2280
830 X2 = 2550
1035 X2 = 2280
1196 X2 = 8040
1237 X2 = 2550
1331 X2 = 8160
/aoo42x/main/toolkit/inc/toolkit/awt/
H A Dvclxgraphics.hxx129 …virtual void SAL_CALL drawLine( ::sal_Int32 X1, ::sal_Int32 Y1, ::sal_Int32 X2, ::sal_Int32 Y2 ) t…
136 …t32 Width, ::sal_Int32 Height, ::sal_Int32 X1, ::sal_Int32 Y1, ::sal_Int32 X2, ::sal_Int32 Y2 ) th…
137 …t32 Width, ::sal_Int32 Height, ::sal_Int32 X1, ::sal_Int32 Y1, ::sal_Int32 X2, ::sal_Int32 Y2 ) th…
/aoo42x/main/oox/source/drawingml/
H A Dfillproperties.cxx234 sal_Int32 nCenterX = (MAX_PERCENT + aFillToRect.X1 - aFillToRect.X2) / 2; in pushToPropMap()
382 if ( oClipRect.X2 ) in pushToPropMap()
383 …atic_cast< sal_Int32 >( ( static_cast< double >( aOriginalSize.Width ) * oClipRect.X2 ) / 100000 ); in pushToPropMap()
/aoo42x/main/vcl/source/gdi/
H A Dsvgdata.cxx67 aRealRect.X2 = rTargetRange.getMaxX(); in convertPrimitive2DSequenceToBitmapEx()
167 aRealRect.X2, in ensureSequenceAndRange()
/aoo42x/main/offapi/com/sun/star/geometry/
H A DIntegerRectangle2D.idl37 IntegerRectangle2D with X1 equal X2 or Y1 equal Y2 can be
62 long X2;
H A DRealRectangle2D.idl37 IntegerRectangle2D with X1 equal X2 or Y1 equal Y2 can be
62 double X2;
/aoo42x/main/offapi/com/sun/star/awt/
H A DXGraphics.idl140 [in] long X2,
189 [in] long X2,
200 [in] long X2,
/aoo42x/main/svx/source/sidebar/text/
H A DTextPropertyPanel.src52 Pos = MAP_APPFONT ( X2, FIRST_LINE_Y ) ;
64 Pos = MAP_APPFONT ( X2, SECOND_LINE_Y ) ;
169 Pos = MAP_APPFONT ( X2, THIRD_LINE_Y ) ;
H A DTextPropertyPanel.hrc49 #define X2 (PROPERTYPAGE_WIDTH - (FONTSIZE_WIDTH))
50 #define X3 (X2 - (TOOLBOX_ITEM_DD_WIDTH) - 3)
/aoo42x/main/sdext/source/pdfimport/tree/
H A Dpdfiprocessor.cxx449 ( ( fXPrevTextPosition > rRect.X2 ) ) || in drawGlyphLine()
474 fXPrevTextPosition = rRect.X2; in drawGlyphLine()
476 fPrevTextWidth = rRect.X2-rRect.X1; in drawGlyphLine()
749 pLink->w = rBounds.X2-rBounds.X1; in hyperLink()

Completed in 1370 milliseconds

123456