Home
last modified time | relevance | path

Searched refs:Y (Results 1 – 25 of 1398) sorted by relevance

12345678910>>...56

/trunk/main/svx/source/svdraw/ !
H A Dsvdoedge.cxx143 if (ImpIsHorzLine(eLineCode,rXP)) rPt.Y()=nVal; in ImpSetLineVersatz()
150 if (ImpIsHorzLine(eLineCode,rXP)) return rPt.Y(); in ImpGetLineVersatz()
252 aEdgeInfo.aObj1Line2.Y() = nVal1; in ImpSetAttrToEdgeInfo()
261 aEdgeInfo.aObj2Line2.Y() = nVal2; in ImpSetAttrToEdgeInfo()
318 nVals[0] = bHor1 ? aEdgeInfo.aObj1Line2.X() : aEdgeInfo.aObj1Line2.Y(); in ImpSetEdgeInfoToAttr()
319 nVals[1] = bHor2 ? aEdgeInfo.aObj2Line2.X() : aEdgeInfo.aObj2Line2.Y(); in ImpSetEdgeInfoToAttr()
437 aPt1.Y()/=2; in GetVertexGluePoint()
617 long dyo=rPt.Y()-aR.Top(); in ImpCalcEscAngle()
619 long dyu=aR.Bottom()-rPt.Y(); in ImpCalcEscAngle()
668 if (bObn) aP1.Y()=rRect.Top(); in ImpCalcObjToCenter()
[all …]
H A Dsvdtrans.cxx79 …rRect.Top() =rRef.Y()+Round(((double)(rRect.Top() -rRef.Y())*yFact.GetNumerator())/yFact.GetDe… in ResizeRect()
80 …rRect.Bottom()=rRef.Y()+Round(((double)(rRect.Bottom()-rRef.Y())*yFact.GetNumerator())/yFact.GetDe… in ResizeRect()
163 long my=rRef2.Y()-rRef1.Y(); in MirrorPoint()
168 long dy=rRef1.Y()-rPnt.Y(); in MirrorPoint()
169 rPnt.Y()+=2*dy; in MirrorPoint()
172 long dy1=rPnt.Y()-rRef1.Y(); in MirrorPoint()
174 rPnt.Y()=rRef1.Y()+dx1; in MirrorPoint()
177 long dy1=rPnt.Y()-rRef1.Y(); in MirrorPoint()
179 rPnt.Y()=rRef1.Y()-dx1; in MirrorPoint()
271 long y0=rPnt.Y(); in CrookRotateXPoint()
[all …]
H A Dsvdomeas.cxx497 rPol.aHelpline1.aP1=Point(aP1.X()+dxh1a,aP1.Y()+dyh1a); in ImpCalcGeometrics()
498 rPol.aHelpline1.aP2=Point(aP1.X()+dxh2,aP1.Y()+dyh2); in ImpCalcGeometrics()
501 rPol.aHelpline2.aP1=Point(aP2.X()+dxh1b,aP2.Y()+dyh1b); in ImpCalcGeometrics()
502 rPol.aHelpline2.aP2=Point(aP2.X()+dxh2,aP2.Y()+dyh2); in ImpCalcGeometrics()
505 Point aMainlinePt1(aP1.X()+dx,aP1.Y()+dy); in ImpCalcGeometrics()
506 Point aMainlinePt2(aP2.X()+dx,aP2.Y()+dy); in ImpCalcGeometrics()
547 aPartPolyA.append(basegfx::B2DPoint(rPol.aMainline1.aP1.X(), rPol.aMainline1.aP1.Y())); in ImpCalcXPoly()
548 aPartPolyA.append(basegfx::B2DPoint(rPol.aMainline1.aP2.X(), rPol.aMainline1.aP2.Y())); in ImpCalcXPoly()
554 aPartPolyA.append(basegfx::B2DPoint(rPol.aMainline2.aP1.X(), rPol.aMainline2.aP1.Y())); in ImpCalcXPoly()
555 aPartPolyA.append(basegfx::B2DPoint(rPol.aMainline2.aP2.X(), rPol.aMainline2.aP2.Y())); in ImpCalcXPoly()
[all …]
H A Dsvddrgmt.cxx566 aPositions.push_back(basegfx::B2DPoint(aPoint.X(), aPoint.Y())); in createSdrDragEntries_GlueDrag()
1061 aPnt.Y()+=nBestYSnap; in MoveSdrDrag()
1124 if (nNeuWink==0 || nNeuWink==18000) aPnt.Y()=aRef.Y(); in MoveSdrDrag()
1603 if (Abs(aPt.Y())<Abs(nBestYSnap)) in ImpCheckSnap()
1605 nBestYSnap=aPt.Y(); in ImpCheckSnap()
1610 nBestYSnap=aPt.Y(); in ImpCheckSnap()
1625 long nMovedy=aNoSnapPnt.Y()-DragStat().GetStart().Y(); in MoveSdrDrag()
1626 Point aLO(aSR.TopLeft()); aLO.X()+=nMovedx; aLO.Y()+=nMovedy; in MoveSdrDrag()
1627 Point aRU(aSR.BottomRight()); aRU.X()+=nMovedx; aRU.Y()+=nMovedy; in MoveSdrDrag()
1628 Point aLU(aLO.X(),aRU.Y()); in MoveSdrDrag()
[all …]
/trunk/main/filter/source/graphicfilter/ipict/ !
H A Dshape.cxx56 int const Y[2] = L2I_ARY( rect.Top()+penSize/2, rect.Bottom()-(penSize+1)/2); in contractRectangle() local
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
77 Y[1] += pSize.Height(); in drawLineHQ()
80 if (Y[0] < Y[1]) Y[1]+=pSize.Height(); in drawLineHQ()
81 else Y[0]+=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()
86 poly.append(B2DPoint(X[0], Y[0])); in drawLineHQ()
[all …]
/trunk/main/sc/source/ui/view/ !
H A Dpreview.cxx341 if ( bDoPrint && ( aOffset.X() < 0 || aOffset.Y() < 0 ) && bValidPage ) in DoPrint()
350 if ( aOffset.Y() < 0 ) in DoPrint()
351 DrawRect(Rectangle( 0, 0, aWinSize.Width(), -aOffset.Y() )); in DoPrint()
462 long nPageEndY = aLocalPageSize.Height() - aOffset.Y(); in DoPrint()
469 sal_Bool bBottom = nPageEndY <= aWinEnd.Y(); in DoPrint()
475 DrawInvert( (long)( nTopMargin - aOffset.Y() ), POINTER_VSIZEBAR ); in DoPrint()
481 DrawInvert( nHeaderHeight - aOffset.Y(), POINTER_VSIZEBAR ); in DoPrint()
491 Point aColumnTop = LogicToPixel( Point( 0, -aOffset.Y() ) ,aMMMode ); in DoPrint()
494 …DrawRect( Rectangle( Point( nRight[i] - 2, aColumnTop.Y() ),Point( nRight[i] + 2 , 4 + aColumnTop. in DoPrint()
495 … DrawLine( Point( nRight[i], aColumnTop.Y() ), Point( nRight[i], 10 + aColumnTop.Y()) ); in DoPrint()
[all …]
/trunk/main/basic/source/comp/ !
H A Dparser.cxx42 #define Y sal_True macro
46 { CALL, &SbiParser::Call, N, Y, }, // CALL
47 { CLOSE, &SbiParser::Close, N, Y, }, // CLOSE
48 { _CONST_, &SbiParser::Dim, Y, Y, }, // CONST
49 { DECLARE, &SbiParser::Declare, Y, N, }, // DECLARE
50 { DEFBOOL, &SbiParser::DefXXX, Y, N, }, // DEFBOOL
51 { DEFCUR, &SbiParser::DefXXX, Y, N, }, // DEFCUR
52 { DEFDATE, &SbiParser::DefXXX, Y, N, }, // DEFDATE
53 { DEFDBL, &SbiParser::DefXXX, Y, N, }, // DEFDBL
54 { DEFERR, &SbiParser::DefXXX, Y, N, }, // DEFERR
[all …]
/trunk/main/dbaccess/source/ui/querydesign/ !
H A DConnectionLine.cxx82 aReturn.Top() = _aConnPos.Y() - nRowHeight; in GetTextPos()
108 _rNewConPos.Y() = _pWin->GetPosPixel().Y(); in calcPointsYValue()
112 _rNewConPos.Y() += pListBox->GetPosPixel().Y(); in calcPointsYValue()
113 long nEntryPos = pListBox->GetEntryPosition( _pEntry ).Y(); in calcPointsYValue()
117 _rNewConPos.Y() += nEntryPos; in calcPointsYValue()
118 _rNewConPos.Y() += (long)( 0.5 * nRowHeight ); in calcPointsYValue()
121 _rNewConPos.Y() -= (long)( 0.5 * nRowHeight ); in calcPointsYValue()
123 long nListBoxBottom = _pWin->GetPosPixel().Y() in calcPointsYValue()
124 + pListBox->GetPosPixel().Y() in calcPointsYValue()
126 if( _rNewConPos.Y() > nListBoxBottom ) in calcPointsYValue()
[all …]
/trunk/main/instsetoo_native/inc_ooolangpack/windows/msi_templates/ !
H A D_Validat.idt4 _Validation Category Y Text;Formatted;Template;Condition;Guid;Path;Version…
6 _Validation Description Y Text Description of column
7 _Validation KeyColumn Y 1 32 Column to which foreign key connects
8 _Validation KeyTable Y Identifier For foreign key, Name of table to which…
9 _Validation MaxValue Y -2147483647 2147483647 Maximum value allowed
10 _Validation MinValue Y -2147483647 2147483647 Minimum value allowed
11 _Validation Nullable N Y;N Whether the column is nullable
12 _Validation Set Y Text Set of values that are permitted
15 ActionText Description Y Text Localized description displayed in progress…
16 ActionText Template Y Template Optional localized format template used…
[all …]
/trunk/main/instsetoo_native/inc_ure/windows/msi_templates/ !
H A D_Validat.idt4 _Validation Category Y Text;Formatted;Template;Condition;Guid;Path;Version…
6 _Validation Description Y Text Description of column
7 _Validation KeyColumn Y 1 32 Column to which foreign key connects
8 _Validation KeyTable Y Identifier For foreign key, Name of table to which…
9 _Validation MaxValue Y -2147483647 2147483647 Maximum value allowed
10 _Validation MinValue Y -2147483647 2147483647 Minimum value allowed
11 _Validation Nullable N Y;N Whether the column is nullable
12 _Validation Set Y Text Set of values that are permitted
15 ActionText Description Y Text Localized description displayed in progress…
16 ActionText Template Y Template Optional localized format template used…
[all …]
/trunk/main/instsetoo_native/inc_openoffice/windows/msi_templates/ !
H A D_Validat.idt4 _Validation Category Y Text;Formatted;Template;Condition;Guid;Path;Version…
6 _Validation Description Y Text Description of column
7 _Validation KeyColumn Y 1 32 Column to which foreign key connects
8 _Validation KeyTable Y Identifier For foreign key, Name of table to which…
9 _Validation MaxValue Y -2147483647 2147483647 Maximum value allowed
10 _Validation MinValue Y -2147483647 2147483647 Minimum value allowed
11 _Validation Nullable N Y;N Whether the column is nullable
12 _Validation Set Y Text Set of values that are permitted
15 ActionText Description Y Text Localized description displayed in progress…
16 ActionText Template Y Template Optional localized format template used…
[all …]
/trunk/main/instsetoo_native/inc_sdkoo/windows/msi_templates/ !
H A D_Validat.idt4 _Validation Category Y Text;Formatted;Template;Condition;Guid;Path;Version…
6 _Validation Description Y Text Description of column
7 _Validation KeyColumn Y 1 32 Column to which foreign key connects
8 _Validation KeyTable Y Identifier For foreign key, Name of table to which…
9 _Validation MaxValue Y -2147483647 2147483647 Maximum value allowed
10 _Validation MinValue Y -2147483647 2147483647 Minimum value allowed
11 _Validation Nullable N Y;N Whether the column is nullable
12 _Validation Set Y Text Set of values that are permitted
15 ActionText Description Y Text Localized description displayed in progress…
16 ActionText Template Y Template Optional localized format template used…
[all …]
/trunk/main/extensions/source/scanner/ !
H A Dsanedlg.cxx286 case 1: maTopLeft.Y() = (int)fValue;break; in InitFields()
288 case 3: maBottomRight.Y() = (int)fValue;break; in InitFields()
306 case 1: maMinTopLeft.Y() = pField->GetMin();break; in InitFields()
308 case 3: maMaxBottomRight.Y() = pField->GetMax();break; in InitFields()
315 case 1: maMinTopLeft.Y() = (int)fValue;break; in InitFields()
317 case 3: maMaxBottomRight.Y() = (int)fValue;break; in InitFields()
334 maMinTopLeft.Y() = 0; in InitFields()
335 maTopLeft.Y() = 0; in InitFields()
346 maMaxBottomRight.Y() = PREVIEW_HEIGHT; in InitFields()
347 maBottomRight.Y() = PREVIEW_HEIGHT; in InitFields()
[all …]
/trunk/main/tools/source/generic/ !
H A Dline.cxx41 return hypot( maStart.X() - maEnd.X(), maStart.Y() - maEnd.Y() ); in GetLength()
54 rIntersection.Y() = FRound( fY ); in Intersection()
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()
108 rIntersectionY = ( maStart.Y() + fAlpha * fAy ); 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()
[all …]
H A Dpoly.cxx367 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()
558 const long nRadY = aCenter.Y() - rBound.Top(); in Polygon()
573 const double fCenterY = aCenter.Y(); in Polygon()
612 rPt.Y() = FRound( fCenterY - fRadY * sin( fStart ) ); in Polygon()
636 const double fY0 = rBezPt1.Y(); in Polygon()
638 const double fY1 = 3.0 * rCtrlPt1.Y(); in Polygon()
[all …]
/trunk/main/filter/source/graphicfilter/icgm/ !
H A Dclass4.cxx37 double nY = rPoint.Y - rCenter.Y; in ImplGetOrientation()
92 aPoint1.Y -= rCenter.Y; in ImplGetEllipse()
93 rRadius.X = sqrt( aPoint1.X * aPoint1.X + aPoint1.Y * aPoint1.Y ); in ImplGetEllipse()
95 aPoint2.Y -= rCenter.Y; in ImplGetEllipse()
96 rRadius.Y = sqrt( aPoint2.X * aPoint2.X + aPoint2.Y * aPoint2.Y ); in ImplGetEllipse()
137 aPolygon.SetPoint( Point( (long)aFloatPoint.X, (long)aFloatPoint.Y ), i ); in ImplDoClass4()
160 … aPolygon.SetPoint( Point( (long)aFloatPoint.X, (long)aFloatPoint.Y ), 0 ); in ImplDoClass4()
171 … aPolygon.SetPoint( Point( (long)aFloatPoint.X, (long)aFloatPoint.Y ), 0 ); in ImplDoClass4()
173 … aPolygon.SetPoint( Point( (long)aFloatPoint.X, (long)aFloatPoint.Y ), 1); in ImplDoClass4()
199 awt::Point aPoint( (long)aFloatPoint.X, (long)aFloatPoint.Y ); in ImplDoClass4()
[all …]
/trunk/main/sc/source/ui/formdlg/ !
H A Dprivsplt.cxx51 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()
145 if(a2Pos.Y()<aYMovingRange.Min()) in MouseButtonUp()
147 nDeltaY=(short)(aYMovingRange.Min()-a3Pos.Y()); in MouseButtonUp()
148 a2Pos.Y()=aYMovingRange.Min(); in MouseButtonUp()
150 else if(a2Pos.Y()>aYMovingRange.Max()) in MouseButtonUp()
152 nDeltaY=(short)(aYMovingRange.Max()-a3Pos.Y()); in MouseButtonUp()
[all …]
/trunk/main/embeddedobj/test/Container1/ !
H A DPaintThread.java63 && ( 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()
153 aRect.X + aRect.Width + 1, aRect.Y + aRect.Height + 1 ); in run()
154 xGraphics.drawLine( aRect.X + aRect.Width + 1, aRect.Y + aRect.Height + 1, in run()
[all …]
/trunk/main/vcl/source/gdi/ !
H A Dimpvect.cxx431 nFirstY = nLastY = maStartPt.Y(); in ImplEndAdd()
458 aArr[ nPolyPos++ ].Y() = nLastY - 1; in ImplEndAdd()
461 aArr[ nPolyPos++ ].Y() = nLastY - 1; in ImplEndAdd()
464 aArr[ nPolyPos++ ].Y() = nLastY; in ImplEndAdd()
469 aArr[ nPolyPos++ ].Y() = nLastY; in ImplEndAdd()
472 aArr[ nPolyPos++ ].Y() = nLastY + 1; in ImplEndAdd()
475 aArr[ nPolyPos++ ].Y() = nLastY + 1; in ImplEndAdd()
480 aArr[ nPolyPos++ ].Y() = nLastY + 1; in ImplEndAdd()
483 aArr[ nPolyPos++ ].Y() = nLastY + 1; in ImplEndAdd()
486 aArr[ nPolyPos++ ].Y() = nLastY; in ImplEndAdd()
[all …]
/trunk/main/sdext/source/presenter/ !
H A DPresenterPaneBorderManager.cxx168 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()
314 awt::Point(rEvent.X, rEvent.Y)); in mousePressed()
380 awt::Point(rEvent.X,rEvent.Y))) in mouseMoved()
441 const sal_Int32 nY = rEvent.Y + aOldBox.Y; in mouseDragged()
443 const sal_Int32 nDiffY = nY - maDragAnchor.Y; in mouseDragged()
[all …]
H A DPresenterGeometryHelper.cxx44 return rBox.Y + rBox.Height - 1; in Bottom()
119 rBox.Y, in ConvertRectangle()
121 rBox.Y + rBox.Height); in ConvertRectangle()
132 return awt::Rectangle(rBox.X + nXOffset, rBox.Y + nYOffset, rBox.Width, rBox.Height); in TranslateRectangle()
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()
[all …]
/trunk/main/svx/source/xoutdev/ !
H A D_xpoly.cxx366 aCenter.Y() += nRy; in XPolygon()
370 aCenter.Y() += nRy; in XPolygon()
374 aCenter.Y() -= nRy; in XPolygon()
378 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()
932 fT * fU2 * pPoints[nIdx+1].Y() * 3 + in SubdivideBezier()
933 fT2 * fU * pPoints[nIdx+2].Y() * 3 + in SubdivideBezier()
934 fT3 * pPoints[nIdx+3].Y()); in SubdivideBezier()
[all …]
/trunk/main/sw/source/ui/uiview/ !
H A Dviewport.cxx334 aPt.Y() -= aPt.Y() % nTmp; in SetVisArea()
341 const long lYDiff = aVisArea.Top() - aPt.Y(); in SetVisArea()
388 pPt->Y() = rRect.Top(); in CalcPt()
389 pPt->Y() = Max( lMin, pPt->Y() ); in CalcPt()
393 pPt->Y() = rRect.Top() - (nRangeY != USHRT_MAX ? nRangeY : nYScroll); in CalcPt()
394 pPt->Y() = Max( lMin, pPt->Y() ); in CalcPt()
398 pPt->Y() = rRect.Bottom() - in CalcPt()
401 pPt->Y() = SetVScrollMax( pPt->Y() ); in CalcPt()
500 aPt.Y() = Min( Max( nBorder, rRect.Top() ), in Scroll()
504 aPt.Y() -= nDiffY; in Scroll()
[all …]
/trunk/main/vcl/source/window/ !
H A Dsplit.cxx129 if ( rPos.Y() > maDragRect.Bottom()-1 ) in ImplSplitMousePos()
130 rPos.Y() = maDragRect.Bottom()-1; in ImplSplitMousePos()
131 if ( rPos.Y() < maDragRect.Top()+1 ) in ImplSplitMousePos()
132 rPos.Y() = maDragRect.Top()+1; in ImplSplitMousePos()
149 aInvRect.Top() = maDragPos.Y() - 1; in ImplDrawSplitter()
150 aInvRect.Bottom() = maDragPos.Y() + 1; in ImplDrawSplitter()
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()
[all …]
/trunk/main/sw/source/core/text/ !
H A Ditrpaint.cxx224 GetInfo().GetPos().Y() < rPaint.Top() || in DrawTextLine()
225 GetInfo().GetPos().Y() + nTmpHeight > rPaint.Top() + rPaint.Height() ) in DrawTextLine()
242 Point aPnt1( nTmpLeft, GetInfo().GetPos().Y() ); in DrawTextLine()
245 if ( aPnt1.Y() < rPaint.Top() ) in DrawTextLine()
246 aPnt1.Y() = rPaint.Top(); in DrawTextLine()
248 GetInfo().GetPos().Y() + nTmpHeight ); in DrawTextLine()
251 if ( aPnt2.Y() > rPaint.Bottom() ) in DrawTextLine()
253 aPnt2.Y() = rPaint.Bottom(); in DrawTextLine()
280 const SwTwips nLineBaseLine = GetInfo().GetPos().Y() + nTmpAscent; in DrawTextLine()
282 GetInfo().Y( nLineBaseLine ); in DrawTextLine()
[all …]

12345678910>>...56