| /AOO41X/main/dbaccess/source/ui/querydesign/ |
| H A D | ConnectionLine.cxx | 84 if (_aDescrLinePos.X() < _aConnPos.X()) in GetTextPos() 86 aReturn.Left() = _aDescrLinePos.X(); in GetTextPos() 87 aReturn.Right() = aReturn.Left() + _aConnPos.X() - _aDescrLinePos.X(); in GetTextPos() 91 aReturn.Left() = _aConnPos.X(); in GetTextPos() 92 aReturn.Right() = aReturn.Left() + _aDescrLinePos.X() - _aConnPos.X(); in GetTextPos() 205 if( m_aSourceDescrLinePos.X() <= m_aDestDescrLinePos.X() ) in GetBoundingRect() 207 aTopLeft.X() = m_aSourceDescrLinePos.X(); in GetBoundingRect() 208 aBottomRight.X() = m_aDestDescrLinePos.X(); in GetBoundingRect() 212 aTopLeft.X() = m_aDestDescrLinePos.X(); in GetBoundingRect() 213 aBottomRight.X() = m_aSourceDescrLinePos.X(); in GetBoundingRect() [all …]
|
| /AOO41X/main/filter/source/graphicfilter/ipict/ |
| H A D | shape.cxx | 55 int const X[2] = L2I_ARY( rect.Left()+penSize/2, rect.Right()-(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() 69 int X[2] = L2I_ARY( orig.X(), dest.X()); in drawLineHQ() local 75 if (X[0] < X[1]) X[1]+=pSize.Width(); in drawLineHQ() 76 else X[0]+=pSize.Width(); in drawLineHQ() 82 X[1] += pSize.Width(); 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 …]
|
| /AOO41X/main/svx/source/svdraw/ |
| H A D | svdoedge.cxx | 144 else rPt.X()=nVal; in ImpSetLineVersatz() 151 else return rPt.X(); in ImpGetLineVersatz() 248 aEdgeInfo.aObj1Line2.X() = nVal1; in ImpSetAttrToEdgeInfo() 257 aEdgeInfo.aObj2Line2.X() = 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() 436 aPt1.X()/=2; in GetVertexGluePoint() 616 long dxl=rPt.X()-aR.Left(); in ImpCalcEscAngle() 618 long dxr=aR.Right()-rPt.X(); in ImpCalcEscAngle() 666 if (bLks) aP1.X()=rRect.Left(); in ImpCalcObjToCenter() [all …]
|
| H A D | svdtrans.cxx | 67 …rRect.Left() =rRef.X()+Round(((double)(rRect.Left() -rRef.X())*xFact.GetNumerator())/xFact.GetDe… in ResizeRect() 68 …rRect.Right() =rRef.X()+Round(((double)(rRect.Right() -rRef.X())*xFact.GetNumerator())/xFact.GetDe… in ResizeRect() 166 long mx=rRef2.X()-rRef1.X(); in MirrorPoint() 169 long dx=rRef1.X()-rPnt.X(); in MirrorPoint() 170 rPnt.X()+=2*dx; in MirrorPoint() 175 long dx1=rPnt.X()-rRef1.X(); in MirrorPoint() 177 rPnt.X()=rRef1.X()+dy1; in MirrorPoint() 180 long dx1=rPnt.X()-rRef1.X(); in MirrorPoint() 182 rPnt.X()=rRef1.X()-dy1; in MirrorPoint() 282 long x0=rPnt.X(); in CrookRotateXPoint() [all …]
|
| H A D | svddrgmt.cxx | 572 aPositions.push_back(basegfx::B2DPoint(aPoint.X(), aPoint.Y())); in createSdrDragEntries_GlueDrag() 1067 aPnt.X()+=nBestXSnap; in MoveSdrDrag() 1132 if (nNeuWink==9000 || nNeuWink==27000) aPnt.X()=aRef.X(); in MoveSdrDrag() 1595 if (Abs(aPt.X())<Abs(nBestXSnap)) in ImpCheckSnap() 1597 nBestXSnap=aPt.X(); in ImpCheckSnap() 1602 nBestXSnap=aPt.X(); in ImpCheckSnap() 1632 long nMovedx=aNoSnapPnt.X()-DragStat().GetStart().X(); in MoveSdrDrag() 1634 Point aLO(aSR.TopLeft()); aLO.X()+=nMovedx; aLO.Y()+=nMovedy; in MoveSdrDrag() 1635 Point aRU(aSR.BottomRight()); aRU.X()+=nMovedx; aRU.Y()+=nMovedy; in MoveSdrDrag() 1636 Point aLU(aLO.X(),aRU.Y()); in MoveSdrDrag() [all …]
|
| /AOO41X/main/extensions/source/scanner/ |
| H A D | sanedlg.cxx | 285 case 0: maTopLeft.X() = (int)fValue;break; in InitFields() 287 case 2: maBottomRight.X() = (int)fValue;break; in InitFields() 305 case 0: maMinTopLeft.X() = pField->GetMin();break; in InitFields() 307 case 2: maMaxBottomRight.X() = pField->GetMax();break; in InitFields() 314 case 0: maMinTopLeft.X() = (int)fValue;break; in InitFields() 316 case 2: maMaxBottomRight.X() = (int)fValue;break; in InitFields() 328 maMinTopLeft.X() = 0; in InitFields() 329 maTopLeft.X() = 0; in InitFields() 340 maMaxBottomRight.X() = PREVIEW_WIDTH; in InitFields() 341 maBottomRight.X() = PREVIEW_WIDTH; in InitFields() [all …]
|
| /AOO41X/main/filter/source/graphicfilter/icgm/ |
| H A D | class4.cxx | 38 double nX = rPoint.X - rCenter.X; in ImplGetOrientation() 93 aPoint1.X -= rCenter.X; in ImplGetEllipse() 95 rRadius.X = sqrt( aPoint1.X * aPoint1.X + aPoint1.Y * aPoint1.Y ); in ImplGetEllipse() 96 aPoint2.X -= rCenter.X; in ImplGetEllipse() 98 rRadius.Y = sqrt( aPoint2.X * aPoint2.X + aPoint2.Y * aPoint2.Y ); in ImplGetEllipse() 139 aPolygon.SetPoint( Point( (long)aFloatPoint.X, (long)aFloatPoint.Y ), i ); in ImplDoClass4() 162 … aPolygon.SetPoint( Point( (long)aFloatPoint.X, (long)aFloatPoint.Y ), 0 ); in ImplDoClass4() 173 … aPolygon.SetPoint( Point( (long)aFloatPoint.X, (long)aFloatPoint.Y ), 0 ); in ImplDoClass4() 175 … aPolygon.SetPoint( Point( (long)aFloatPoint.X, (long)aFloatPoint.Y ), 1); in ImplDoClass4() 201 awt::Point aPoint( (long)aFloatPoint.X, (long)aFloatPoint.Y ); in ImplDoClass4() [all …]
|
| /AOO41X/main/offapi/com/sun/star/sdb/ |
| H A D | RowSet.idl | 129 …X</td><td/><td align="center">X</td><td align="center">X</td><td/><td/><td align="center">X</td><t… 130 …td align="center">X</td><td/><td align="center">X</td><td align="center">X</td><td/><td/><td align… 131 …X</td><td/><td align="center">X</td><td align="center">X</td><td/><td/><td align="center">X</td><t… 132 …X</td><td/><td align="center">X</td><td align="center">X</td><td/><td/><td align="center">X</td><t… 133 …X</td><td/><td align="center">X</td><td align="center">X</td><td/><td/><td align="center">X</td><t… 134 …X</td><td/><td align="center">X</td><td align="center">X</td><td/><td/><td align="center">X</td><t… 135 …X</td><td/><td align="center">X</td><td align="center">X</td><td/><td/><td align="center">X</td><t… 136 …X</td><td/><td align="center">X</td><td align="center">X</td><td/><td/><td align="center">X</td><t… 137 …hRow</em></td><td/><td/><td align="center">X</td><td/><td/><td/><td align="center">X</td><td align… 138 …>cancelRowUpdates</em></td><td/><td/><td align="center">X</td><td/><td/><td/><td align="center">X<… [all …]
|
| /AOO41X/main/sc/source/ui/view/ |
| H A D | preview.cxx | 357 if ( bDoPrint && ( aOffset.X() < 0 || aOffset.Y() < 0 ) && bValidPage ) in DoPrint() 364 if ( aOffset.X() < 0 ) in DoPrint() 365 DrawRect(Rectangle( 0, 0, -aOffset.X(), aWinSize.Height() )); in DoPrint() 477 long nPageEndX = aLocalPageSize.Width() - aOffset.X(); in DoPrint() 484 sal_Bool bRight = nPageEndX <= aWinEnd.X(); in DoPrint() 493 DrawInvert( (long)( nLeftMargin - aOffset.X() ), POINTER_HSIZEBAR ); in DoPrint() 522 DrawRect(Rectangle(nPageEndX,0, aWinEnd.X(),aWinEnd.Y())); in DoPrint() 528 DrawRect(Rectangle(0,nPageEndY, aWinEnd.X(),aWinEnd.Y())); in DoPrint() 538 if ( aOffset.X() <= 0 || aOffset.Y() <= 0 || bRight || bBottom ) in DoPrint() 543 … Rectangle aPixel( LogicToPixel( Rectangle( -aOffset.X(), -aOffset.Y(), nPageEndX, nPageEndY ) ) ); in DoPrint() [all …]
|
| /AOO41X/main/tools/source/generic/ |
| H A D | line.cxx | 41 return hypot( maStart.X() - maEnd.X(), maStart.Y() - maEnd.Y() ); in GetLength() 53 rIntersection.X() = FRound( fX ); in Intersection() 67 const double fAx = maEnd.X() - maStart.X(); in Intersection() 69 const double fBx = rLine.maStart.X() - rLine.maEnd.X(); in Intersection() 76 const double fCx = maStart.X() - rLine.maStart.X(); in Intersection() 107 rIntersectionX = ( maStart.X() + fAlpha * fAx ); in Intersection() 183 const double fDistX = maEnd.X() - maStart.X(); in NearestPoint() 186 ( maStart.X() - rPoint.X() ) * fDistX ) / in NearestPoint() 193 aRetPt.X() = FRound( maStart.X() + fTau * fDistX ); in NearestPoint() 213 const double fDistX = maEnd.X() - maStart.X(); in GetDistance() [all …]
|
| H A D | poly.cxx | 366 const long nDX = rPt.X() - rCenter.X(); in ImplGetAngle() 527 pPt->X() = nX + rCenter.X(); in Polygon() 530 pPt->X() = -nX + rCenter.X(); in Polygon() 533 pPt->X() = -nX + rCenter.X(); in Polygon() 536 pPt->X() = nX + rCenter.X(); in Polygon() 557 const long nRadX = aCenter.X() - rBound.Left(); in Polygon() 572 const double fCenterX = aCenter.X(); in Polygon() 611 rPt.X() = FRound( fCenterX + fRadX * cos( fStart ) ); in Polygon() 635 const double fX0 = rBezPt1.X(); in Polygon() 637 const double fX1 = 3.0 * rCtrlPt1.X(); in Polygon() [all …]
|
| /AOO41X/main/idlc/test/parser/ |
| H A D | constructor.tests | 23 interface X {}; 24 service S: X; 28 interface X {}; 29 service S: X {}; 33 interface X {}; 34 service S: X { 40 interface X {}; 41 service S: X { 48 interface X { 54 interface X { [all …]
|
| /AOO41X/main/sal/rtl/source/ |
| H A D | digest.c | 81 register sal_uInt32 *X; in __rtl_digest_swapLong() local 84 X = pData; in __rtl_digest_swapLong() 88 X[i] = OSL_SWAPDWORD(X[i]); in __rtl_digest_swapLong() 300 register sal_uInt8 *X; in __rtl_digest_updateMD2() local 306 X = ctx->m_pData; in __rtl_digest_updateMD2() 314 state[i + 16] = t = X[i]; in __rtl_digest_updateMD2() 345 register sal_uInt8 *X; in __rtl_digest_endMD2() local 349 X = ctx->m_pData; in __rtl_digest_endMD2() 354 X[i] = (sal_uInt8)(n & 0xff); in __rtl_digest_endMD2() 358 X[i] = (sal_uInt8)(C[i] & 0xff); in __rtl_digest_endMD2() [all …]
|
| /AOO41X/main/sc/source/ui/formdlg/ |
| H A D | privsplt.cxx | 50 nOldX=(short)aPos.X(); in ScPrivatSplit() 52 nNewX=(short)aPos.X(); in ScPrivatSplit() 94 nOldX=(short)aPos.X(); in MouseButtonDown() 126 nNewX=(short)aPos.X(); in MouseButtonUp() 128 a2Pos.X()+=nDeltaX; in MouseButtonUp() 129 if(a2Pos.X()<aXMovingRange.Min()) in MouseButtonUp() 131 nDeltaX=(short)(aXMovingRange.Min()-a3Pos.X()); in MouseButtonUp() 132 a2Pos.X()=aXMovingRange.Min(); in MouseButtonUp() 134 else if(a2Pos.X()>aXMovingRange.Max()) in MouseButtonUp() 136 nDeltaX=(short)(aXMovingRange.Max()-a3Pos.X()); in MouseButtonUp() [all …]
|
| /AOO41X/main/sc/source/ui/unoobj/ |
| H A D | shapeuno.cxx | 293 rUnoPoint.X += rUnoSize.Width; // the right top point is base in lcl_GetAnchorCell() 296 if (rCaptionPoint.X > 0 && rCaptionPoint.X > rUnoSize.Width) in lcl_GetAnchorCell() 297 rUnoPoint.X += rCaptionPoint.X - rUnoSize.Width; in lcl_GetAnchorCell() 307 if (rCaptionPoint.X < 0) in lcl_GetAnchorCell() 308 rUnoPoint.X += rCaptionPoint.X; in lcl_GetAnchorCell() 327 aUnoPoint.X -= aPoint.X(); in lcl_GetRelativePos() 335 aUnoPoint.X -= aPoint.X(); in lcl_GetRelativePos() 411 aUnoPoint.X += aPoint.X(); in setPropertyValue() 418 if ( aUnoPoint.X < aEndPoint.X() ) in setPropertyValue() 419 aUnoPoint.X = aEndPoint.X() + 2; in setPropertyValue() [all …]
|
| /AOO41X/main/embeddedobj/test/Container1/ |
| H A D | PaintThread.java | 59 return ( ( aRect1.X <= aRect2.X && aRect2.X <= aRect1.X + aRect1.Width in interceptedRects() 60 … || aRect1.X <= aRect2.X + aRect2.Width && aRect2.X + aRect2.Width <= aRect1.X + aRect1.Width in interceptedRects() 61 || aRect2.X <= aRect1.X && aRect1.X <= aRect2.X + aRect2.Width in interceptedRects() 62 … || aRect2.X <= aRect1.X + aRect1.Width && aRect1.X + aRect1.Width <= aRect2.X + aRect2.Width ) 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 …]
|
| /AOO41X/main/vcl/source/gdi/ |
| H A D | impvect.cxx | 430 nFirstX = nLastX = maStartPt.X(); in ImplEndAdd() 457 aArr[ nPolyPos ].X() = nLastX; in ImplEndAdd() 460 aArr[ nPolyPos ].X() = nLastX - 1; in ImplEndAdd() 463 aArr[ nPolyPos ].X() = nLastX - 1; in ImplEndAdd() 468 aArr[ nPolyPos ].X() = nLastX - 1; in ImplEndAdd() 471 aArr[ nPolyPos ].X() = nLastX - 1; in ImplEndAdd() 474 aArr[ nPolyPos ].X() = nLastX; in ImplEndAdd() 479 aArr[ nPolyPos ].X() = nLastX; in ImplEndAdd() 482 aArr[ nPolyPos ].X() = nLastX + 1; in ImplEndAdd() 485 aArr[ nPolyPos ].X() = nLastX + 1; in ImplEndAdd() [all …]
|
| /AOO41X/main/sdext/source/presenter/ |
| H A D | PresenterPaneBorderManager.cxx | 167 aOuterBox.X = 0; in ClassifyBorderElementUnderMouse() 173 if (aPosition.X < aInnerBox.X) in ClassifyBorderElementUnderMouse() 174 if (aPosition.X < aOuterBox.X) in ClassifyBorderElementUnderMouse() 178 else if (aPosition.X >= aInnerBox.X+aInnerBox.Width) in ClassifyBorderElementUnderMouse() 179 if (aPosition.X >= aOuterBox.X+aOuterBox.Width) in ClassifyBorderElementUnderMouse() 309 maDragAnchor.X = rEvent.X + aOuterBox.X; in mousePressed() 314 awt::Point(rEvent.X, rEvent.Y)); in mousePressed() 380 awt::Point(rEvent.X,rEvent.Y))) in mouseMoved() 440 const sal_Int32 nX = rEvent.X + aOldBox.X; in mouseDragged() 442 const sal_Int32 nDiffX = nX - maDragAnchor.X; in mouseDragged() [all …]
|
| H A D | PresenterGeometryHelper.cxx | 39 return rBox.X + rBox.Width - 1; in Right() 118 rBox.X, in ConvertRectangle() 120 rBox.X + rBox.Width, in ConvertRectangle() 132 return awt::Rectangle(rBox.X + nXOffset, rBox.Y + nYOffset, rBox.Width, rBox.Height); in TranslateRectangle() 142 const sal_Int32 nLeft (::std::max(rBox1.X, rBox2.X)); in Intersection() 176 return rBox.X1 <= rPoint.X in IsInside() 178 && rBox.X2 >= rPoint.X in IsInside() 189 return rBox1.X >= rBox2.X in IsInside() 191 && rBox1.X+rBox1.Width <= rBox2.X+rBox2.Width in IsInside() 207 const sal_Int32 nLeft (::std::min(rBox1.X, rBox2.X)); in Union() [all …]
|
| /AOO41X/main/svx/source/xoutdev/ |
| H A D | _xpoly.cxx | 365 aCenter.X() -= nRx; in XPolygon() 369 aCenter.X() += nRx; in XPolygon() 373 aCenter.X() += nRx; in XPolygon() 377 aCenter.X() -= nRx; in XPolygon() 672 pPt->X() += nHorzMove; in Move() 890 double fDx = rP2.X() - rP1.X(); in CalcDistance() 927 pPoints[nPos].X() = (long) (fU3 * pPoints[nIdx ].X() + in SubdivideBezier() 928 fT * fU2 * pPoints[nIdx+1].X() * 3 + in SubdivideBezier() 929 fT2 * fU * pPoints[nIdx+2].X() * 3 + in SubdivideBezier() 930 fT3 * pPoints[nIdx+3].X()); in SubdivideBezier() [all …]
|
| /AOO41X/main/sc/source/filter/xml/ |
| H A D | XMLTableShapeResizer.cxx | 137 aRefPoint.X = rStartRect.Right(); in GetNewShapeSizePos() 139 aRefPoint.X = rStartRect.Left(); in GetNewShapeSizePos() 149 rPoint.X += aRefPoint.X; in GetNewShapeSizePos() 152 if (rPoint.X < rStartRect.Left()) in GetNewShapeSizePos() 153 …rPoint.X = rStartRect.Left() + 2; // increment by 2 100th_mm because the cellwidth is internal in … in GetNewShapeSizePos() 157 if (rPoint.X > rStartRect.Right()) in GetNewShapeSizePos() 158 …rPoint.X = rStartRect.Right() - 2; // decrement by 2 100th_mm because the cellwidth is internal in… in GetNewShapeSizePos() 165 rSize.Width = -(rEndX - rPoint.X); in GetNewShapeSizePos() 168 rSize.Width = rEndX - rPoint.X; in GetNewShapeSizePos() 236 aPoint.X += aSize.Width; in ResizeShapes() [all …]
|
| /AOO41X/main/qadevOOo/tests/java/ifc/accessibility/ |
| H A D | _XAccessibleComponent.java | 192 if (oObj.containsPoint(new Point(bounds.X + bounds.Width, y))) { in _containsPoint() 195 + " (" + bounds.X + bounds.Width + ", " + y + ") - FAILED"); in _containsPoint() 231 if (chBnd.X == -1) { in _getAccessibleAtPoint() 235 log.println("Checking child with bounds " + "(" + chBnd.X + in _getAccessibleAtPoint() 276 new Point(chBnd.X + curX, in _getAccessibleAtPoint() 280 Point p = new Point(chBnd.X + curX,chBnd.X + curX); in _getAccessibleAtPoint() 292 (chBnd.X + curX) + "," + (chBnd.Y + curY) + in _getAccessibleAtPoint() 307 log.println("Child found at point (" + (chBnd.X + curX) + in _getAccessibleAtPoint() 367 new Point(chBnd.X - 1, chBnd.Y - 1)); in _getAccessibleAtPoint() 371 (chBnd.X - 1) + "," + (chBnd.Y - 1) + in _getAccessibleAtPoint() [all …]
|
| /AOO41X/main/cui/source/dialogs/ |
| H A D | iconcdlg.cxx | 509 aOutSize.Height()-(2*aCtrlOffset.X()) ); in SetPosSizeCtrls() 516 aOutSize.Height()-(2*aCtrlOffset.X()) ); in SetPosSizeCtrls() 520 aCtrlOffset.X(), aCtrlOffset.X() ); in SetPosSizeCtrls() 522 aOutSize.Height()-(2*aCtrlOffset.X()) ); in SetPosSizeCtrls() 526 aNewIconCtrlSize = Size ( aOutSize.Width()-(2*aCtrlOffset.X()), in SetPosSizeCtrls() 530 aIconCtrlPos = Point ( aCtrlOffset.X(), aOutSize.Height() - in SetPosSizeCtrls() 531 aResetButtonSize.Height() - (2*aCtrlOffset.X()) - in SetPosSizeCtrls() 533 aNewIconCtrlSize = Size ( aOutSize.Width()-(2*aCtrlOffset.X()), in SetPosSizeCtrls() 562 (3*aCtrlOffset.X()), in SetPosSizeCtrls() 564 (3*aCtrlOffset.X()) ); in SetPosSizeCtrls() [all …]
|
| /AOO41X/main/vcl/source/window/ |
| H A D | split.cxx | 122 if ( rPos.X() > maDragRect.Right()-1 ) in ImplSplitMousePos() 123 rPos.X() = maDragRect.Right()-1; in ImplSplitMousePos() 124 if ( rPos.X() < maDragRect.Left()+1 ) in ImplSplitMousePos() 125 rPos.X() = maDragRect.Left()+1; in ImplSplitMousePos() 144 aInvRect.Left() = maDragPos.X() - 1; in ImplDrawSplitter() 145 aInvRect.Right() = maDragPos.X() + 1; in ImplDrawSplitter() 268 aPos.X() = mnLastSplitPos; in MouseButtonDown() 276 SetSplitPosPixel( aPos.X() ); in MouseButtonDown() 301 nNewPos = maDragPos.X(); in Tracking() 329 if ( aNewPos.X() == maDragPos.X() ) in Tracking() [all …]
|
| /AOO41X/main/sc/source/core/data/ |
| H A D | drwlayer.cxx | 183 TwipsToMM( rPoint.X() ); in lcl_TwipsToMM() 189 ReverseTwipsToMM( rPoint.X() ); in lcl_ReverseTwipsToMM() 579 TwipsToMM( aPos.X() ); in RecalcPos() 611 aPos.X() += pDoc->GetColWidth( nCol1, nTab1 ) / 4; in RecalcPos() 614 TwipsToMM( aPos.X() ); in RecalcPos() 618 aStartPos.X() = -aStartPos.X(); // don't modify aPos - used below in RecalcPos() 628 Point aEndPos( aPos.X() + DET_ARROW_OFFSET, aPos.Y() - DET_ARROW_OFFSET ); in RecalcPos() 632 aEndPos.X() = -aEndPos.X(); in RecalcPos() 645 aPos.X() += pDoc->GetColWidth( nCol2, nTab2 ) / 4; in RecalcPos() 648 TwipsToMM( aPos.X() ); in RecalcPos() [all …]
|