/aoo41x/main/sd/source/ui/dlg/ |
H A D | headerfooterdlg.src | 126 #define Y2 (Y1 + 2 * SPACE_Y + RSC_CD_CHECKBOX_HEIGHT + RSC_CD_TEXTBOX_HEIGHT) 130 Pos = MAP_APPFONT ( C1, Y2 ); 137 Pos = MAP_APPFONT ( C1, Y2 + SPACE_Y + RSC_CD_FIXEDLINE_HEIGHT ); 146 Pos = MAP_APPFONT ( C2, Y2 + 2 * SPACE_Y + RSC_CD_FIXEDLINE_HEIGHT + RSC_CD_CHECKBOX_HEIGHT + 1 ); 155 Pos = MAP_APPFONT ( C4, Y2 + 2 * SPACE_Y + RSC_CD_FIXEDLINE_HEIGHT + RSC_CD_CHECKBOX_HEIGHT ); 164 …Pos = MAP_APPFONT ( C2, Y2 + 3 * SPACE_Y + RSC_CD_FIXEDLINE_HEIGHT + RSC_CD_CHECKBOX_HEIGHT + RSC_… 173 …Pos = MAP_APPFONT ( C3, Y2 + 4 * SPACE_Y + RSC_CD_FIXEDLINE_HEIGHT + RSC_CD_CHECKBOX_HEIGHT + RSC_… 181 …Pos = MAP_APPFONT ( C3 + W4 + SPACE_X, Y2 + 3 * SPACE_Y + RSC_CD_FIXEDLINE_HEIGHT + RSC_CD_CHECKBO… 190 …Pos = MAP_APPFONT ( C3 + W4 + SPACE_X, Y2 + 4 * SPACE_Y + RSC_CD_FIXEDLINE_HEIGHT + RSC_CD_CHECKBO… 196 #define Y3 (Y2 + 5 * SPACE_Y + RSC_CD_FIXEDLINE_HEIGHT + RSC_CD_CHECKBOX_HEIGHT + RSC_CD_TEXTBOX_HE…
|
/aoo41x/main/sdext/source/presenter/ |
H A D | PresenterNotesView.cxx | 506 aNewTextBoundingBox.Y2 -= nToolBarHeight; in Layout() 509 aNewTextBoundingBox.Y2 = mnSeparatorYLocation - gnSpaceAboveSeparator; in Layout() 524 const double nTextBoxHeight (aNewTextBoundingBox.Y2 - aNewTextBoundingBox.Y1); in Layout() 544 aNewTextBoundingBox.Y2)); in Layout() 555 || aNewTextBoundingBox.Y2 != maTextBoundingBox.Y2) in Layout() 566 aNewTextBoundingBox.Y2 - aNewTextBoundingBox.Y1)); in Layout() 583 if (rUpdateBox.Y < maTextBoundingBox.Y2 in Paint() 591 if (rUpdateBox.Y + rUpdateBox.Height > maTextBoundingBox.Y2) in Paint() 620 awt::Rectangle(0,sal_Int32(maTextBoundingBox.Y2),aWindowBox.Width,aWindowBox.Height), in PaintToolBar() 781 mpScrollBar->SetThumbSize(maTextBoundingBox.Y2 - maTextBoundingBox.Y1); in UpdateScrollBar()
|
H A D | PresenterGeometryHelper.cxx | 94 const sal_Int32 nBottom (Ceil(rBox.Y2)); in ConvertRectangle() 108 Round(rBox.Y2 - rBox.Y1)); in ConvertRectangleWithConstantSize() 162 const double nBottom (::std::min(rBox1.Y2, rBox2.Y2)); in Intersection() 179 && rBox.Y2 >= rPoint.Y; in IsInside() 227 const double nBottom (::std::max(rBox1.Y2, rBox2.Y2)); in Union() 285 aPoints[0][1] = geometry::RealPoint2D(rBox.X1, rBox.Y2); in CreatePolygon() 286 aPoints[0][2] = geometry::RealPoint2D(rBox.X2, rBox.Y2); in CreatePolygon()
|
H A D | PresenterScrollBar.cxx | 205 sal_Int32(floor(rBox.Y2-rBox.Y1)), in SetPosSize() 646 aBox.Y2 += aWindowBox.Y; in PaintBitmap() 666 0,1,aBox.Y1 + (aBox.Y2-aBox.Y1 - aBitmapSize.Height)/2), in PaintBitmap() 935 maBox[Pager].X1, maBox[Thumb].Y2+1, maBox[Pager].X2, maBox[Pager].Y2); in UpdateBorders() 986 aBox.Y2 += aWindowBox.Y; in PaintComposite() 1156 maBox[Pager].X1, maBox[Pager].Y1, maBox[Thumb].X1-1, maBox[Pager].Y2); in UpdateBorders() 1158 maBox[Thumb].X2+1, maBox[Pager].Y1, maBox[Pager].X2, maBox[Pager].Y2); in UpdateBorders() 1208 aBox.Y2 += aWindowBox.Y; in PaintComposite()
|
H A D | PresenterSlideSorter.cxx | 869 rUpperBox.Y2)); in PlaceScrollBars() 878 rUpperBox.Y2); in PlaceScrollBars() 893 rUpperBox.Y2 - mpHorizontalScrollBar->GetSize(), in PlaceScrollBars() 895 rUpperBox.Y2)); in PlaceScrollBars() 904 rUpperBox.Y2 - mpHorizontalScrollBar->GetSize() - gnVerticalGap); in PlaceScrollBars() 1037 aBoundingBox.Y2 += 1; in PaintPreview() 1288 const double nHeight (rBoundingBox.Y2 - rBoundingBox.Y1 - 2*mnVerticalBorder); in Update() 1402 aPoint = GetLocalPosition(geometry::RealPoint2D( maBoundingBox.X2, maBoundingBox.Y2)); in SetupVisibleArea() 1428 || aBottomRight.Y > maBoundingBox.Y2-maBoundingBox.Y1; in IsScrollBarNeeded() 1672 mpVerticalScrollBar->SetThumbSize(maBoundingBox.Y2 - maBoundingBox.Y1 + 1); in UpdateScrollBars() [all …]
|
H A D | PresenterToolBar.cxx | 557 maBoundingBox.Y2 - maBoundingBox.Y1); in GetSize() 938 maBoundingBox.Y2 = nY + aTotalSize.Height; in Layout() 1015 nGap = (rBoundingBox.Y2 - rBoundingBox.Y1 - rPartSize.Height) / (rpPart->size()-1); in LayoutPart() 1035 … (*iElement)->SetSize(geometry::RealSize2D(aElementSize.Width, rBoundingBox.Y2 - rBoundingBox.Y1)); in LayoutPart() 1038 nY = rBoundingBox.Y1 + (rBoundingBox.Y2-rBoundingBox.Y1 - aElementSize.Height) / 2; in LayoutPart() 1755 sal_Int32 nTextHeight (sal::static_int_cast<sal_Int32>(0.5 + aTextBBox.Y2 - aTextBBox.Y1)); in Paint() 1780 sal_Int32 nTextHeight (sal::static_int_cast<sal_Int32>(0.5 + aTextBBox.Y2 - aTextBBox.Y1)); in CreateBoundingSize() 1877 sal::static_int_cast<sal_Int32>(0.5 + aTextBBox.Y2 - aTextBBox.Y1)); in CreateBoundingSize() 2018 const double nY = rBoundingBox.Y + rBoundingBox.Height - aBox.Y2; in Paint()
|
H A D | PresenterPaneAnimator.cxx | 406 rBox.Y2-rBox.Y1); in ResizePane() 527 const double nY0 ((maPaneGroups[0]->GetOriginalBoundingBox().Y2 in ShowPane() 645 const double nY0 ((maPaneGroups[0]->GetOriginalBoundingBox().Y2 in HidePane() 711 const double nUpperVerticalOffset (nTop - aUpperPanes->GetOriginalBoundingBox().Y2); in MovePanesAway() 715 const double nBottom (rFreeCenterArea.Y2); in MovePanesAway() 1412 return geometry::RealSize2D(rBox.X2-rBox.X1, rBox.Y2-rBox.Y1); in GetSize()
|
/aoo41x/main/basegfx/source/tools/ |
H A D | canvastools.cxx | 499 rRect.Y2 ); in b2DRectangleFromRealRectangle2D() 508 rRect.Y2, 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()
|
/aoo41x/main/chart2/source/controller/dialogs/ |
H A D | tp_Scale.src | 28 #define Y2 (Y1+16) 29 #define Y3 (Y2+16) 79 Pos = MAP_APPFONT ( X2 , Y2 ) ; 87 Pos = MAP_APPFONT ( X2 , Y2 ) ; 96 Pos = MAP_APPFONT ( X3 , Y2-2 ) ;
|
H A D | tp_AxisPositions.src | 28 #define Y2 (Y1) 29 #define Y3 (Y2+16) 121 Pos = MAP_APPFONT ( X2 , Y2 ) ;
|
/aoo41x/main/svx/source/sidebar/graphic/ |
H A D | GraphicPropertyPanel.src | 34 #define Y2 Y1 + MBOX_HEIGHT + CONTROL_SPACING_VERTICAL 35 #define Y3 Y2 + TEXT_HEIGHT + TEXT_CONTROL_SPACING_VERTICAL 99 Pos = MAP_APPFONT (X0, Y2); 115 Pos = MAP_APPFONT (X2, Y2);
|
/aoo41x/main/oovbaapi/ooo/vba/excel/ |
H A D | SheetObjects.idl | 104 @param Y2 Position of the last Y coordinate in points (1/72 inch). 108 any Add( [in] any X1, [in] any Y1, [in] any X2, [in] any Y2 ); 125 @param Y2 Position of the last Y coordinate in points (1/72 inch). 130 any Add( [in] any X1, [in] any Y1, [in] any X2, [in] any Y2, [in] any Closed );
|
/aoo41x/main/canvas/source/directx/ |
H A D | dx_bitmap.cxx | 115 …uno::Sequence< sal_Int8 > aRes( (rect.X2-rect.X1)*(rect.Y2-rect.Y1)*4 ); // TODO(F1): Be format-ag… in getData() 121 aBmpData.Height = rect.Y2-rect.Y1; in getData() 154 aBmpData.Height = rect.Y2-rect.Y1; in setData()
|
H A D | dx_surfacebitmap.cxx | 511 …uno::Sequence< sal_Int8 > aRes( (rect.X2-rect.X1)*(rect.Y2-rect.Y1)*4 ); // TODO(F1): Be format-ag… in getData() 517 aBmpData.Height = rect.Y2-rect.Y1; in getData() 544 sal_uInt32 nHeight = rect.Y2-rect.Y1; in getData() 604 aBmpData.Height = rect.Y2-rect.Y1; in setData() 628 sal_uInt32 nHeight = rect.Y2-rect.Y1; in setData()
|
/aoo41x/main/vcl/win/source/gdi/ |
H A D | wntgdi.cxx | 39 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()
|
/aoo41x/main/migrationanalysis/src/wizard/ |
H A D | Wizard.frm | 123 Y2 = 4920 130 Y2 = 480 339 Y2 = 4920 404 Y2 = 480 793 Y2 = 480 832 Y2 = 4920 1037 Y2 = 480 1198 Y2 = 3270 1239 Y2 = 4920 1333 Y2 = 4920
|
/aoo41x/main/toolkit/inc/toolkit/awt/ |
H A D | vclxgraphics.hxx | 129 …virtual void SAL_CALL drawLine( ::sal_Int32 X1, ::sal_Int32 Y1, ::sal_Int32 X2, ::sal_Int32 Y2 ) t… 136 …_Int32 Height, ::sal_Int32 X1, ::sal_Int32 Y1, ::sal_Int32 X2, ::sal_Int32 Y2 ) throw (::com::sun:… 137 …_Int32 Height, ::sal_Int32 X1, ::sal_Int32 Y1, ::sal_Int32 X2, ::sal_Int32 Y2 ) throw (::com::sun:…
|
/aoo41x/main/oox/source/drawingml/ |
H A D | fillproperties.cxx | 236 sal_Int32 nCenterY = (MAX_PERCENT + aFillToRect.Y1 - aFillToRect.Y2) / 2; in pushToPropMap() 384 if ( oClipRect.Y2 ) in pushToPropMap() 385 …tic_cast< sal_Int32 >( ( static_cast< double >( aOriginalSize.Height ) * oClipRect.Y2 ) / 100000 ); in pushToPropMap()
|
/aoo41x/main/vcl/source/gdi/ |
H A D | svgdata.cxx | 68 aRealRect.Y2 = rTargetRange.getMaxY(); in convertPrimitive2DSequenceToBitmapEx() 168 aRealRect.Y2)); in ensureSequenceAndRange()
|
/aoo41x/main/offapi/com/sun/star/geometry/ |
H A D | IntegerRectangle2D.idl | 37 IntegerRectangle2D with X1 equal X2 or Y1 equal Y2 can be 70 long Y2;
|
H A D | RealRectangle2D.idl | 37 IntegerRectangle2D with X1 equal X2 or Y1 equal Y2 can be 70 double Y2;
|
/aoo41x/main/offapi/com/sun/star/awt/ |
H A D | XGraphics.idl | 141 [in] long Y2 ); 190 [in] long Y2 ); 201 [in] long Y2 );
|
/aoo41x/main/vcl/source/helper/ |
H A D | canvastools.cxx | 229 aRect.X1 = 0; aRect.X2 = nWidth; aRect.Y2 = aRect.Y1+1; in readBmp() 495 static_cast<long>(rRect.Y2 + .5) ); in rectangleFromRealRectangle2D() 611 rRectangle.X2, rRectangle.Y2 ); in rectangleFromIntegerRectangle2D()
|
/aoo41x/main/canvas/source/simplecanvas/ |
H A D | simplecanvasimpl.cxx | 75 pOutput[2] = geometry::RealPoint2D( rRect.X2, rRect.Y2 ); in rect2Poly() 76 pOutput[3] = geometry::RealPoint2D( rRect.X1, rRect.Y2 ); in rect2Poly()
|
/aoo41x/main/canvas/source/vcl/ |
H A D | canvasbitmaphelper.cxx | 169 y<aBmpSize.Height() && y<rect.Y2; in getData() 249 y<aBmpSize.Height() && y<rect.Y2; in setData()
|