/aoo42x/main/svx/source/svdraw/ |
H A D | svdoedge.cxx | 676 if (bObn && rMeeting.Y()<=aP2.Y()) aP2.Y()=rMeeting.Y(); in ImpCalcObjToCenter() 677 if (bUnt && rMeeting.Y()>=aP2.Y()) aP2.Y()=rMeeting.Y(); in ImpCalcObjToCenter() 682 if (rMeeting.Y()<aP2.Y()) { in ImpCalcObjToCenter() 684 if (rMeeting.Y()<aP3.Y()) aP3.Y()=rMeeting.Y(); in ImpCalcObjToCenter() 687 if (rMeeting.Y()>aP3.Y()) aP3.Y()=rMeeting.Y(); in ImpCalcObjToCenter() 695 if ((bObn && rMeeting.Y()>aP2.Y()) || (bUnt && rMeeting.Y()<aP2.Y())) { // Aussenrum in ImpCalcObjToCenter() 705 aP3.Y()=rMeeting.Y(); in ImpCalcObjToCenter() 949 if (aC1.Y()<aC2.Y()) { in ImpCalcEdgeTrack() 1194 aMeeting.Y()=aPt1.Y(); in ImpCalcEdgeTrack() 1197 aMeeting.Y()=aPt2.Y(); in ImpCalcEdgeTrack() [all …]
|
H A D | svdtrans.cxx | 167 long my=rRef2.Y()-rRef1.Y(); in MirrorPoint() 172 long dy=rRef1.Y()-rPnt.Y(); in MirrorPoint() 176 long dy1=rPnt.Y()-rRef1.Y(); in MirrorPoint() 178 rPnt.Y()=rRef1.Y()+dx1; in MirrorPoint() 181 long dy1=rPnt.Y()-rRef1.Y(); in MirrorPoint() 183 rPnt.Y()=rRef1.Y()-dx1; in MirrorPoint() 319 long nPntRad=rCenter.Y()-pC2->Y(); in CrookRotateXPoint() 354 long nStart=rCenter.Y()-rRad.Y(); in CrookSlantXPoint() 668 long dy=rPt.Y()-rPt0.Y(); in OrthoDistance8() 684 long dy=rPt.Y()-rPt0.Y(); in OrthoDistance4() [all …]
|
H A D | svdomeas.cxx | 682 if (!bUpsideDown) aTextPos.Y()=aPt1b.Y()+nLWdt; in TakeUnrotatedSnapRect() 687 else aTextPos.Y()=aPt1b.Y()+nLWdt; in TakeUnrotatedSnapRect() 705 else aTextPos.Y()=aPt1b.Y()-nLWdt; in TakeUnrotatedSnapRect() 918 rRec.nHelpline1Len=aPt1.Y()-aPt.Y(); in ImpEvalDrag() 924 rRec.nHelpline2Len=aPt2.Y()-aPt.Y(); in ImpEvalDrag() 935 long ndy0=aMov.Y()-aFix.Y(); in ImpEvalDrag() 940 long ndy=aPt.Y()-aFix.Y(); in ImpEvalDrag() 957 rRec.nLineDist=aPt.Y()- (nHdlNum==4 ? aPt1.Y() : aPt2.Y()); in ImpEvalDrag() 1051 long dy=aPt2.Y()-aPt1.Y(); in NbcRotate() 1056 aPt1.Y()=aPt2.Y()-dy; in NbcRotate() [all …]
|
H A D | svddrgmt.cxx | 1630 long nMovedy=aNoSnapPnt.Y()-DragStat().GetStart().Y(); in MoveSdrDrag() 1734 if (aPt.Y()<aBound.Top() ) aPt1.Y()-=aPt.Y()-aBound.Top() ; in MoveSdrDrag() 1735 if (aPt.Y()>aBound.Bottom()) aPt1.Y()-=aPt.Y()-aBound.Bottom(); in MoveSdrDrag() 1817 sal_Int32 nYDiv(aStart.Y() - aRef.Y()); in TakeSdrDragComment() 1982 long nYMul=aPnt.Y()-aRef.Y(); in MoveSdrDrag() 2386 aPnt.Y()=aP0.Y(); in MoveSdrDrag() 2424 aNeuFact=Fraction(aPt2.Y()-aRef.Y(),aP0.Y()-aRef.Y()); in MoveSdrDrag() 3200 aNeuCenter.Y()=aMarkCenter.Y(); in MoveSdrDrag() 3223 long dy1=aPnt.Y()-aNeuCenter.Y(); in MoveSdrDrag() 3300 aNeuCenter.Y()=aStart.Y()+nNeuRad; in MoveSdrDrag() [all …]
|
/aoo42x/main/filter/source/graphicfilter/ipict/ |
H A D | shape.cxx | 57 return Rectangle(Point(X[0],Y[0]), Point(X[1], Y[1])); in contractRectangle() 64 int dir[2] = L2I_ARY( dest.X()-orig.X(), dest.Y()-orig.Y() ); in drawLineHQ() 70 int Y[2] = L2I_ARY( orig.Y(), dest.Y()); in drawLineHQ() local 80 if (Y[0] < Y[1]) Y[1]+=pSize.Height(); in drawLineHQ() 84 poly.append(B2DPoint(X[0], Y[0])); poly.append(B2DPoint(X[1], Y[0])); in drawLineHQ() 85 poly.append(B2DPoint(X[1], Y[1])); poly.append(B2DPoint(X[0], Y[1])); in drawLineHQ() 165 B2DPoint center(0.5*(X[1]+X[0]), 0.5*(Y[1]+Y[0])); in drawEllipse() 185 B2DPoint center(0.5*(X[1]+X[0]), 0.5*(Y[1]+Y[0])); in drawArc() 217 double height = Y[1] - Y[0]; in drawRoundRectangle() 221 B2DRectangle rect(B2DPoint(X[0],Y[0]), B2DPoint(X[1],Y[1])); in drawRoundRectangle() [all …]
|
/aoo42x/main/sc/source/ui/view/ |
H A D | preview.cxx | 1112 else if( aButtonDownPt.Y() == aButtonUpPt.Y() ) in MouseButtonUp() 1316 …&& ( aPixPt.Y() > aColumnTop.Y() ) && ( aPixPt.Y() < aColumnBottom.Y() ) && !bLeftRulerMove && !bR… in MouseMove() 1369 && aPixPt.Y() > aLeftTop.Y() && aPixPt.Y() < aLeftBottom.Y() ) in MouseMove() 1404 …if( ( ( aPixPt.Y() < ( aTopLeft.Y() + 2 ) && aPixPt.Y() > ( aTopLeft.Y() - 2 ) ) || bTopRulerMove … in MouseMove() 1405 …( aPixPt.Y() < ( aBottomLeft.Y() + 2 ) && aPixPt.Y() > ( aBottomLeft.Y() - 2 ) ) || bBottomRulerMo… in MouseMove() 1406 …( aPixPt.Y() < ( aHeaderLeft.Y() + 2 ) && aPixPt.Y() > ( aHeaderLeft.Y() - 2 ) ) || bHeaderRulerMo… in MouseMove() 1407 …( aPixPt.Y() < ( aFooderLeft.Y() + 2 ) && aPixPt.Y() > ( aFooderLeft.Y() - 2 ) ) || bFooterRulerMo… in MouseMove() 1415 …if( aMouseMovePoint.Y() > -aOffset.Y() && aMouseMovePoint.Y() < nHeight * HMM_PER_TWIPS - aOffset.… in MouseMove() 1424 …if( aMouseMovePoint.Y() > -aOffset.Y() && aMouseMovePoint.Y() < nHeight * HMM_PER_TWIPS - aOffset.… in MouseMove() 1433 …if( aMouseMovePoint.Y() > -aOffset.Y() && aMouseMovePoint.Y() < nHeight * HMM_PER_TWIPS - aOffset.… in MouseMove() [all …]
|
/aoo42x/main/basic/source/comp/ |
H A D | parser.cxx | 44 #define Y sal_True macro 50 { _CONST_, &SbiParser::Dim, Y, Y, }, // CONST 63 { DIM, &SbiParser::Dim, Y, Y, }, // DIM 64 { DO, &SbiParser::DoLoop, N, Y, }, // DO 65 { ELSE, &SbiParser::NoIf, N, Y, }, // ELSE 68 { END, &SbiParser::Stop, N, Y, }, // END 73 { FOR, &SbiParser::For, N, Y, }, // FOR 78 { IF, &SbiParser::If, N, Y, }, // IF 88 { ON, &SbiParser::On, N, Y, }, // ON 100 { SET, &SbiParser::Set, N, Y, }, // SET [all …]
|
/aoo42x/main/dbaccess/source/ui/querydesign/ |
H A D | ConnectionLine.cxx | 108 _rNewConPos.Y() = _pWin->GetPosPixel().Y(); in calcPointsYValue() 112 _rNewConPos.Y() += pListBox->GetPosPixel().Y(); in calcPointsYValue() 132 _rNewDescrPos.Y() = _rNewConPos.Y(); in calcPointsYValue() 196 aTopLeft.Y() = m_aSourceDescrLinePos.Y(); in GetBoundingRect() 197 aBottomRight.Y() = m_aDestDescrLinePos.Y(); in GetBoundingRect() 201 aTopLeft.Y() = m_aDestDescrLinePos.Y(); in GetBoundingRect() 202 aBottomRight.Y() = m_aSourceDescrLinePos.Y(); in GetBoundingRect() 345 double a = sqrt((double)(v.X()*v.X() + v.Y()*v.Y())); in dist_Euklid() 346 double l = (v.X() * w.Y() - v.Y() * w.X()) / a; in dist_Euklid() 347 double a2 = w.X()*v.X()+w.Y()*v.Y(); in dist_Euklid() [all …]
|
/aoo42x/main/instsetoo_native/inc_ooolangpack/windows/msi_templates/ |
H A D | _Validat.idt | 6 _Validation Description Y Text Description of column 29 AppId ActivateAtStorage Y 0 1 31 AppId DllSurrogate Y Text 32 AppId LocalService Y Text 33 AppId RemoteServerName Y Formatted 34 AppId RunAsInteractiveUser Y 0 1 35 AppId ServiceParameters Y Text 175 Font FontTitle Y Text Font name. 243 ModuleAdvtUISequence Condition Y Condition 442 TypeLib Description Y Text [all …]
|
/aoo42x/main/instsetoo_native/inc_openoffice/windows/msi_templates/ |
H A D | _Validat.idt | 6 _Validation Description Y Text Description of column 29 AppId ActivateAtStorage Y 0 1 31 AppId DllSurrogate Y Text 32 AppId LocalService Y Text 33 AppId RemoteServerName Y Formatted 34 AppId RunAsInteractiveUser Y 0 1 35 AppId ServiceParameters Y Text 175 Font FontTitle Y Text Font name. 243 ModuleAdvtUISequence Condition Y Condition 442 TypeLib Description Y Text [all …]
|
/aoo42x/main/instsetoo_native/inc_sdkoo/windows/msi_templates/ |
H A D | _Validat.idt | 6 _Validation Description Y Text Description of column 29 AppId ActivateAtStorage Y 0 1 31 AppId DllSurrogate Y Text 32 AppId LocalService Y Text 33 AppId RemoteServerName Y Formatted 34 AppId RunAsInteractiveUser Y 0 1 35 AppId ServiceParameters Y Text 175 Font FontTitle Y Text Font name. 243 ModuleAdvtUISequence Condition Y Condition 442 TypeLib Description Y Text [all …]
|
/aoo42x/main/instsetoo_native/inc_ure/windows/msi_templates/ |
H A D | _Validat.idt | 6 _Validation Description Y Text Description of column 29 AppId ActivateAtStorage Y 0 1 31 AppId DllSurrogate Y Text 32 AppId LocalService Y Text 33 AppId RemoteServerName Y Formatted 34 AppId RunAsInteractiveUser Y 0 1 35 AppId ServiceParameters Y Text 175 Font FontTitle Y Text Font name. 243 ModuleAdvtUISequence Condition Y Condition 442 TypeLib Description Y Text [all …]
|
/aoo42x/main/extensions/source/scanner/ |
H A D | sanedlg.cxx | 655 maTopLeft.Y() = aPoint.Y(); in IMPL_LINK() 669 maBottomRight.Y() = aPoint.Y(); in IMPL_LINK() 929 maTopLeft.Y() = aMousePos.Y(); in MouseMove() 937 maBottomRight.Y() = aMousePos.Y(); in MouseMove() 949 if( maTopLeft.Y() > maBottomRight.Y() ) in MouseMove() 952 maTopLeft.Y() = maBottomRight.Y(); in MouseMove() 969 if( aMousePixel.Y() >= maTopLeft.Y() && in MouseButtonDown() 983 aMousePixel.Y() = maTopLeft.Y(); in MouseButtonDown() 1026 aMousePixel.Y() = maBottomRight.Y(); in MouseButtonDown() 1065 nMiddleY = ( rBR.Y() - rUL.Y() ) / 2 + rUL.Y(); in DrawRectangles() [all …]
|
/aoo42x/main/tools/source/generic/ |
H A D | line.cxx | 41 return hypot( maStart.X() - maEnd.X(), maStart.Y() - maEnd.Y() ); in GetLength() 68 const double fAy = maEnd.Y() - maStart.Y(); in Intersection() 70 const double fBy = rLine.maStart.Y() - rLine.maEnd.Y(); in Intersection() 77 const double fCy = maStart.Y() - rLine.maStart.Y(); in Intersection() 184 const double fDistY = maStart.Y() - maEnd.Y(); in NearestPoint() 185 const double fTau = ( ( maStart.Y() - rPoint.Y() ) * fDistY - in NearestPoint() 194 aRetPt.Y() = FRound( maStart.Y() - fTau * fDistY ); in NearestPoint() 214 const double fDistY = maEnd.Y() - maStart.Y(); in GetDistance() 259 nY = maStart.Y(); in Enum() 280 else if( maStart.Y() == maEnd.Y() ) in Enum() [all …]
|
H A D | poly.cxx | 367 return( atan2( -rPt.Y() + rCenter.Y(), ( ( nDX == 0L ) ? 0.000000001 : nDX ) ) ); in ImplGetAngle() 528 pPt->Y() = nY + rCenter.Y(); in Polygon() 531 pPt->Y() = nY + rCenter.Y(); in Polygon() 534 pPt->Y() = -nY + rCenter.Y(); in Polygon() 537 pPt->Y() = -nY + rCenter.Y(); in Polygon() 870 const double fDy = rP2.Y() - rP1.Y(); in CalcDistance() 1277 rPnt.Y() = (long) ( fScaleY * rPnt.Y() ); in Scale() 1659 nYMin = pPt->Y(); in GetBoundRect() 1661 nYMax = pPt->Y(); in GetBoundRect() 1692 fArea += ( rPt.X() - rPt1.X() ) * ( rPt.Y() + rPt1.Y() ); in GetSignedArea() [all …]
|
/aoo42x/main/filter/source/graphicfilter/icgm/ |
H A D | class4.cxx | 39 double nY = rPoint.Y - rCenter.Y; in ImplGetOrientation() 94 aPoint1.Y -= rCenter.Y; in ImplGetEllipse() 95 rRadius.X = sqrt( aPoint1.X * aPoint1.X + aPoint1.Y * aPoint1.Y ); in ImplGetEllipse() 97 aPoint2.Y -= rCenter.Y; in ImplGetEllipse() 98 rRadius.Y = sqrt( aPoint2.X * aPoint2.X + aPoint2.Y * aPoint2.Y ); in ImplGetEllipse() 367 aRadius.Y = aRadius.X; in ImplDoClass4() 382 double fB = aIntermediatePoint.Y - aStartingPoint.Y; in ImplDoClass4() 384 double fD = aEndingPoint.Y - aStartingPoint.Y; in ImplDoClass4() 456 double fB = aIntermediatePoint.Y - aStartingPoint.Y; in ImplDoClass4() 458 double fD = aEndingPoint.Y - aStartingPoint.Y; in ImplDoClass4() [all …]
|
/aoo42x/main/sc/source/ui/formdlg/ |
H A D | privsplt.cxx | 51 nOldY=(short)aPos.Y(); in ScPrivatSplit() 53 nNewY=(short)aPos.Y(); in ScPrivatSplit() 95 nOldY=(short)aPos.Y(); in MouseButtonDown() 142 nNewY=(short)aPos.Y(); in MouseButtonUp() 144 a2Pos.Y()+=nDeltaY; in MouseButtonUp() 148 a2Pos.Y()=aYMovingRange.Min(); in MouseButtonUp() 204 nNewY=(short)aPos.Y(); in MouseMove() 206 a2Pos.Y()+=nDeltaY; in MouseMove() 306 nOldY=(short)a2Pos.Y(); in MoveSplitTo() 327 nNewY=(short)aPos.Y(); in MoveSplitTo() [all …]
|
/aoo42x/main/embeddedobj/test/Container1/ |
H A D | PaintThread.java | 63 && ( aRect1.Y <= aRect2.Y && aRect2.Y <= aRect1.Y + aRect1.Height in interceptedRects() 64 || aRect1.Y <= aRect2.Y + aRect2.Height && aRect2.Y + aRect2.Height <= aRect1.Y + aRect1.Height in interceptedRects() 65 || aRect2.Y <= aRect1.Y && aRect1.Y <= aRect2.Y + aRect2.Height in interceptedRects() 66 …|| aRect2.Y <= aRect1.Y + aRect1.Height && aRect1.Y + aRect1.Height <= aRect2.Y + aRect2.Height ) … in interceptedRects() 145 aRect.X, aRect.Y, aRect.Width, aRect.Height ); in run() 150 xGraphics.drawLine( aRect.X - 1, aRect.Y - 1, in run() 151 aRect.X + aRect.Width + 1, aRect.Y - 1 ); in run() 152 xGraphics.drawLine( aRect.X + aRect.Width + 1, aRect.Y - 1, in run() 155 aRect.X - 1, aRect.Y + aRect.Height + 1 ); in run() 156 xGraphics.drawLine( aRect.X - 1, aRect.Y + aRect.Height + 1, in run() [all …]
|
/aoo42x/main/vcl/source/gdi/ |
H A D | impvect.cxx | 431 nFirstY = nLastY = maStartPt.Y(); in ImplEndAdd() 505 aArr[ nPolyPos++ ].Y() = nLastY; in ImplEndAdd() 516 aArr[ nPolyPos++ ].Y() = nLastY; in ImplEndAdd() 538 nFirstY = nLastY = maStartPt.Y(); in ImplEndAdd() 615 aArr[ nPolyPos++ ].Y() = nLastY; in ImplEndAdd() 620 aArr[ nPolyPos++ ].Y() = nLastY; in ImplEndAdd() 677 pLast->Y() = BACK_MAP( rArr[ 0 ].Y() ); in ImplPostProcess() 689 pLeast->Y() = nY; in ImplPostProcess() 709 else if( pLeast->Y() == pLast->Y() ) in ImplPostProcess() 711 while( n < nCount && aNewArr1[ n ].Y() == pLast->Y() ) in ImplPostProcess() [all …]
|
/aoo42x/main/sdext/source/presenter/ |
H A D | PresenterPaneBorderManager.cxx | 168 aOuterBox.Y = 0; in ClassifyBorderElementUnderMouse() 187 if (aPosition.Y < aInnerBox.Y) in ClassifyBorderElementUnderMouse() 188 if (aPosition.Y < aOuterBox.Y) in ClassifyBorderElementUnderMouse() 192 else if (aPosition.Y >= aInnerBox.Y+aInnerBox.Height) in ClassifyBorderElementUnderMouse() 193 if (aPosition.Y >= aOuterBox.Y+aOuterBox.Height) in ClassifyBorderElementUnderMouse() 310 maDragAnchor.Y = rEvent.Y + aOuterBox.Y; in mousePressed() 441 const sal_Int32 nY = rEvent.Y + aOldBox.Y; in mouseDragged() 445 maDragAnchor.Y = nY; in mouseDragged() 487 aBox.Height = nBottom - aBox.Y; in mouseDragged() 495 if (aBox.Y != aOldBox.Y) in mouseDragged() [all …]
|
H A D | PresenterGeometryHelper.cxx | 44 return rBox.Y + rBox.Height - 1; in Bottom() 119 rBox.Y, in ConvertRectangle() 121 rBox.Y + rBox.Height); in ConvertRectangle() 143 const sal_Int32 nTop (::std::max(rBox1.Y, rBox2.Y)); in Intersection() 177 && rBox.Y1 <= rPoint.Y in IsInside() 179 && rBox.Y2 >= rPoint.Y; in IsInside() 190 && rBox1.Y >= rBox2.Y in IsInside() 192 && rBox1.Y+rBox1.Height <= rBox2.Y+rBox2.Height; in IsInside() 208 const sal_Int32 nTop (::std::min(rBox1.Y, rBox2.Y)); in Union() 242 || rBox1.Y+rBox1.Height <= rBox2.Y in AreRectanglesDisjoint() [all …]
|
/aoo42x/main/svx/source/xoutdev/ |
H A D | _xpoly.cxx | 366 aCenter.Y() += nRy; in XPolygon() 673 pPt->Y() += nVertMove; in Move() 891 double fDy = rP2.Y() - rP1.Y(); in CalcDistance() 931 pPoints[nPos].Y() = (long) (fU3 * pPoints[nIdx ].Y() + in SubdivideBezier() 940 pPoints[nPos].Y() = (long) (fU2 * pPoints[nIdx ].Y() + in SubdivideBezier() 947 pPoints[nPos].Y() = (long) (fU * pPoints[nIdx ].Y() + in SubdivideBezier() 1061 aDiff.Y() = (long) (fRatio * aDiff.Y()); in CalcSmoothJoin() 1102 rNext.Y() = rCenter.Y() + (long) (fNextLen * aDiff.Y()); in CalcTangent() 1104 rPrev.Y() = rCenter.Y() - (long) (fPrevLen * aDiff.Y()); in CalcTangent() 1303 rPnt.Y() = (long)(fSy * rPnt.Y()); in Scale() [all …]
|
/aoo42x/main/sw/source/ui/uiview/ |
H A D | viewport.cxx | 337 aPt.Y() -= aPt.Y() % nTmp; in SetVisArea() 392 pPt->Y() = Max( lMin, pPt->Y() ); in CalcPt() 397 pPt->Y() = Max( lMin, pPt->Y() ); in CalcPt() 404 pPt->Y() = SetVScrollMax( pPt->Y() ); in CalcPt() 550 aPnt.Y() = SetVScrollMax( aPnt.Y() ); in Scroll() 600 aPos.Y() = Max(0L, aPos.Y()); in PageUp() 612 aPos.Y() = SetVScrollMax( aPos.Y() ); in PageDown() 631 if( aPt.Y() != aAlPt.Y() ) in PhyPageUp() 651 if( aPt.Y() != aAlPt.Y() ) in PhyPageDown() 969 aScrollFillPos.Y() = aPos.Y(); in ViewResizePixel() [all …]
|
/aoo42x/main/vcl/source/window/ |
H A D | split.cxx | 132 rPos.Y() = maDragRect.Top()+1; in ImplSplitMousePos() 270 aPos.Y() = mnLastSplitPos; in MouseButtonDown() 278 SetSplitPosPixel( aPos.Y() ); in MouseButtonDown() 303 nNewPos = maDragPos.Y(); in Tracking() 334 if ( aNewPos.Y() == maDragPos.Y() ) in Tracking() 345 nNewPos = maDragPos.Y(); in Tracking() 382 nNewPos = maDragPos.Y(); in ImplKbdTracking() 460 if ( aNewPos.Y() == maDragPos.Y() ) in ImplKbdTracking() 469 nNewPos = maDragPos.Y(); in ImplKbdTracking() 606 aPos.Y() = mnLastSplitPos; in ImplRestoreSplitter() [all …]
|
/aoo42x/main/sw/source/core/text/ |
H A D | itrpaint.cxx | 245 if ( aPnt1.Y() < rPaint.Top() ) in DrawTextLine() 246 aPnt1.Y() = rPaint.Top(); in DrawTextLine() 251 if ( aPnt2.Y() > rPaint.Bottom() ) in DrawTextLine() 253 aPnt2.Y() = rPaint.Bottom(); in DrawTextLine() 293 GetInfo().Y( GetInfo().GetPos().Y() + AdjustBaseLine( *pCurr, 0, in DrawTextLine() 299 GetInfo().Y( nOldY ); in DrawTextLine() 326 GetInfo().Y( GetInfo().GetPos().Y() + AdjustBaseLine( *pCurr, pPor ) ); in DrawTextLine() 425 GetInfo().Y( nOldY ); in DrawTextLine() 467 GetInfo().Y( GetInfo().GetPos().Y() in DrawTextLine() 471 GetInfo().Y( nOldY ); in DrawTextLine() [all …]
|