/aoo42x/main/dbaccess/source/ui/querydesign/ |
H A D | ConnectionLine.cxx | 84 if (_aDescrLinePos.X() < _aConnPos.X()) in GetTextPos() 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() 234 _rNewDescrPos.X() = _rNewConPos.X(); in calcPointX1() 240 _rNewConPos.X() = _pWin->GetPosPixel().X(); in calcPointX2() 241 _rNewDescrPos.X() = _rNewConPos.X(); in calcPointX2() 272 if( aDestCenter.X() > aSourceCenter.X() ) in RecalcLine() 347 double a2 = w.X()*v.X()+w.Y()*v.Y(); in dist_Euklid() [all …]
|
/aoo42x/main/svx/source/svdraw/ |
H A D | svdoedge.cxx | 674 if (bLks && rMeeting.X()<=aP2.X()) aP2.X()=rMeeting.X(); in ImpCalcObjToCenter() 675 if (bRts && rMeeting.X()>=aP2.X()) aP2.X()=rMeeting.X(); in ImpCalcObjToCenter() 681 if ((bLks && rMeeting.X()>aP2.X()) || (bRts && rMeeting.X()<aP2.X())) { // Aussenrum in ImpCalcObjToCenter() 691 aP3.X()=rMeeting.X(); in ImpCalcObjToCenter() 696 if (rMeeting.X()<aP2.X()) { in ImpCalcObjToCenter() 698 if (rMeeting.X()<aP3.X()) aP3.X()=rMeeting.X(); in ImpCalcObjToCenter() 701 if (rMeeting.X()>aP3.X()) aP3.X()=rMeeting.X(); in ImpCalcObjToCenter() 936 if (aC1.X()<aC2.X()) { in ImpCalcEdgeTrack() 1193 aMeeting.X()=aPt2.X(); in ImpCalcEdgeTrack() 1196 aMeeting.X()=aPt1.X(); in ImpCalcEdgeTrack() [all …]
|
H A D | svdtrans.cxx | 166 long mx=rRef2.X()-rRef1.X(); in MirrorPoint() 169 long dx=rRef1.X()-rPnt.X(); 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() 303 pC1->X()=Round((double)pC1->X()*nFact); in CrookRotateXPoint() 313 pC2->Y()=Round(((double)pC2->Y()) /rRad.X()*(rCenter.X()-pC2->X())); in CrookRotateXPoint() 342 long nStart=rCenter.X()-rRad.X(); in CrookSlantXPoint() 667 long dx=rPt.X()-rPt0.X(); in OrthoDistance8() [all …]
|
H A D | svddrgmt.cxx | 1629 long nMovedx=aNoSnapPnt.X()-DragStat().GetStart().X(); in MoveSdrDrag() 1732 if (aPt.X()<aBound.Left() ) aPt1.X()-=aPt.X()-aBound.Left() ; in MoveSdrDrag() 1733 if (aPt.X()>aBound.Right() ) aPt1.X()-=aPt.X()-aBound.Right() ; in MoveSdrDrag() 1812 sal_Int32 nXDiv(aStart.X() - aRef.X()); in TakeSdrDragComment() 1981 long nXMul=aPnt.X()-aRef.X(); in MoveSdrDrag() 2384 aPnt.X()=aP0.X(); in MoveSdrDrag() 2420 aNeuFact=Fraction(aPt2.X()-aRef.X(),aP0.X()-aRef.X()); in MoveSdrDrag() 3199 aNeuCenter.X()=aStart.X(); in MoveSdrDrag() 3222 long dx1=aPnt.X()-aNeuCenter.X(); in MoveSdrDrag() 3298 aNeuCenter.X()=aStart.X()+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() 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() 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() 216 double width = X[1] - X[0]; in drawRoundRectangle() 221 B2DRectangle rect(B2DPoint(X[0],Y[0]), B2DPoint(X[1],Y[1])); in drawRoundRectangle() [all …]
|
/aoo42x/main/extensions/source/scanner/ |
H A D | sanedlg.cxx | 662 maTopLeft.X() = aPoint.X(); in IMPL_LINK() 676 maBottomRight.X() = aPoint.X(); in IMPL_LINK() 930 maBottomRight.X() = aMousePos.X(); in MouseMove() 936 maTopLeft.X() = aMousePos.X(); in MouseMove() 943 if( maTopLeft.X() > maBottomRight.X() ) in MouseMove() 946 maTopLeft.X() = maBottomRight.X(); in MouseMove() 972 if( aMousePixel.X() >= maTopLeft.X() && in MouseButtonDown() 1001 aMousePixel.X() = maTopLeft.X(); in MouseButtonDown() 1008 aMousePixel.X() = maBottomRight.X(); in MouseButtonDown() 1064 nMiddleX = ( rBR.X() - rUL.X() ) / 2 + rUL.X(); in DrawRectangles() [all …]
|
/aoo42x/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… 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… 142 …X</td><td align="center">X</td><td/><td align="center">X</td><td align="center">X</td><td align="c… 144 …X</td><td/><td/><td align="center">X</td><td align="center">X</td><td align="center">X</td><td ali… 150 …X</td><td/><td/><td align="center">X</td><td align="center">X</td><td align="center">X</td><td ali… [all …]
|
/aoo42x/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() 381 double fA = aIntermediatePoint.X - aStartingPoint.X; in ImplDoClass4() 383 double fC = aEndingPoint.X - aStartingPoint.X; in ImplDoClass4() 455 double fA = aIntermediatePoint.X - aStartingPoint.X; in ImplDoClass4() 457 double fC = aEndingPoint.X - aStartingPoint.X; in ImplDoClass4() 546 Point( (long)( aCenter.X - aRadius.X ), long( aCenter.Y - aRadius.X ) ), in ImplDoClass4() [all …]
|
/aoo42x/main/sc/source/ui/view/ |
H A D | preview.cxx | 1057 else if( aButtonDownPt.X() == aButtonUpPt.X() ) in MouseButtonUp() 1209 if( aButtonDownPt.X() == aButtonUpPt.X() ) in MouseButtonUp() 1315 …if( aPixPt.X() < ( nRight[i] + 2 ) && ( aPixPt.X() > ( nRight[i] - 2 ) ) && ( aPixPt.X() < aRightT… in MouseMove() 1326 if( aPixPt.X() < ( aLeftTop.X() + 2 ) && aPixPt.X() > ( aLeftTop.X() - 2 ) && !bRightRulerMove ) in MouseMove() 1331 …else if( aPixPt.X() < ( aRightTop.X() + 2 ) && aPixPt.X() > ( aRightTop.X() - 2 ) && !bLeftRulerMo… in MouseMove() 1367 … if(( (aPixPt.X() < ( aLeftTop.X() + 2 ) && aPixPt.X() > ( aLeftTop.X() - 2 )) || bLeftRulerMove || in MouseMove() 1368 …( aPixPt.X() < ( aRightTop.X() + 2 ) && aPixPt.X() > ( aRightTop.X() - 2 ) ) || bRightRulerMove ||… in MouseMove() 1376 …if( aMouseMovePoint.X() > -aOffset.X() && aMouseMovePoint.X() < nWidth * HMM_PER_TWIPS - aOffset.X… in MouseMove() 1387 …if( aMouseMovePoint.X() > -aOffset.X() && aMouseMovePoint.X() < nWidth * HMM_PER_TWIPS - aOffset.X… in MouseMove() 1396 …if( aMouseMovePoint.X() > -aOffset.X() && aMouseMovePoint.X() < nWidth * HMM_PER_TWIPS - aOffset.X… in MouseMove() [all …]
|
/aoo42x/main/sal/rtl/source/ |
H A D | digest.c | 84 X = pData; in __rtl_digest_swapLong() 88 X[i] = OSL_SWAPDWORD(X[i]); in __rtl_digest_swapLong() 349 X = ctx->m_pData; in __rtl_digest_endMD2() 596 X = ctx->m_pData; in __rtl_digest_updateMD5() 686 X = ctx->m_pData; in __rtl_digest_endMD5() 713 X[i] = 0; in __rtl_digest_endMD5() 719 X[i] = 0; in __rtl_digest_endMD5() 964 (X[(i)&0x0f] ^ X[((i)+2)&0x0f] ^ X[((i)+8)&0x0f] ^ X[((i)+13)&0x0f]) 967 (f) = X[i]; \ 1163 X[i] = 0; in __rtl_digest_endSHA() [all …]
|
/aoo42x/main/tools/source/generic/ |
H A D | line.cxx | 41 return hypot( maStart.X() - maEnd.X(), maStart.Y() - maEnd.Y() ); in GetLength() 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() 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() 254 if( maStart.X() == maEnd.X() ) in Enum() 308 const long nDX = labs( maEnd.X() - maStart.X() ); in Enum() [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() 869 const double fDx = rP2.X() - rP1.X(); in CalcDistance() 1276 rPnt.X() = (long) ( fScaleX * rPnt.X() ); in Scale() 1655 nXMin = pPt->X(); in GetBoundRect() 1657 nXMax = pPt->X(); in GetBoundRect() 1692 fArea += ( rPt.X() - rPt1.X() ) * ( rPt.Y() + rPt1.Y() ); in GetSignedArea() [all …]
|
/aoo42x/main/idlc/test/parser/ |
H A D | constructor.tests | 23 interface X {}; 24 service S: X; 28 interface X {}; 33 interface X {}; 34 service S: X { 41 service S: X { 48 interface X { 54 interface X { 61 service S: X { 69 service S: X { [all …]
|
/aoo42x/main/sc/source/ui/unoobj/ |
H A D | shapeuno.cxx | 296 if (rCaptionPoint.X > 0 && rCaptionPoint.X > rUnoSize.Width) in lcl_GetAnchorCell() 297 rUnoPoint.X += rCaptionPoint.X - rUnoSize.Width; 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() 536 aUnoPoint.X += aPoint.X(); in setPropertyValue() 537 if (aUnoPoint.X < aEndPoint.X()) in setPropertyValue() 548 aUnoPoint.X += aPoint.X(); in setPropertyValue() 549 if (aUnoPoint.X > aEndPoint.X()) in setPropertyValue() [all …]
|
/aoo42x/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() 132 a2Pos.X()=aXMovingRange.Min(); in MouseButtonUp() 187 nNewX=(short)aPos.X(); in MouseMove() 189 a2Pos.X()+=nDeltaX; in MouseMove() 305 nOldX=(short)a2Pos.X(); in MoveSplitTo() 311 nNewX=(short)aPos.X(); in MoveSplitTo() [all …]
|
/aoo42x/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() 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 | 430 nFirstX = nLastX = maStartPt.X(); in ImplEndAdd() 457 aArr[ nPolyPos ].X() = nLastX; in ImplEndAdd() 507 aArr[ nPolyPos ].X() = nLastX; in ImplEndAdd() 512 aArr[ nPolyPos ].X() = nLastX; in ImplEndAdd() 611 aArr[ nPolyPos ].X() = nLastX; in ImplEndAdd() 622 aArr[ nPolyPos ].X() = nLastX; in ImplEndAdd() 676 pLast->X() = BACK_MAP( rArr[ 0 ].X() ); in ImplPostProcess() 688 pLeast->X() = nX; in ImplPostProcess() 704 if( pLeast->X() == pLast->X() ) in ImplPostProcess() 706 while( n < nCount && aNewArr1[ n ].X() == pLast->X() ) in ImplPostProcess() [all …]
|
/aoo42x/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() 440 const sal_Int32 nX = rEvent.X + aOldBox.X; in mouseDragged() 444 maDragAnchor.X = nX; in mouseDragged() 469 aBox.X += nDiffX; in mouseDragged() 493 if (aBox.X != aOldBox.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() 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() 241 return rBox1.X+rBox1.Width <= rBox2.X in AreRectanglesDisjoint() [all …]
|
/aoo42x/main/svx/source/xoutdev/ |
H A D | _xpoly.cxx | 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() 937 pPoints[nPos].X() = (long) (fU2 * pPoints[nIdx ].X() + in SubdivideBezier() 945 pPoints[nPos].X() = (long) (fU * pPoints[nIdx ].X() + in SubdivideBezier() 1060 aDiff.X() = (long) (fRatio * aDiff.X()); in CalcSmoothJoin() 1101 rNext.X() = rCenter.X() + (long) (fNextLen * aDiff.X()); in CalcTangent() 1103 rPrev.X() = rCenter.X() - (long) (fPrevLen * aDiff.X()); in CalcTangent() 1302 rPnt.X() = (long)(fSx * rPnt.X()); in Scale() 1448 if ((rPnt.X () < fMinX) || (fMinX == rPnt.X ()) && in Rotate20() [all …]
|
/aoo42x/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() 157 if (rPoint.X > rStartRect.Right()) in GetNewShapeSizePos() 168 rSize.Width = rEndX - rPoint.X; in GetNewShapeSizePos() 269 aPoint.X = aRec.Left() + aEndPoint.X; in ResizeShapes() 277 aPoint.X = aRec.Left() + aStartPoint.X; in ResizeShapes() 301 … Rectangle aRectangle(aPoint.X, aPoint.Y, aPoint.X + aSize.Width, aPoint.Y + aSize.Height); in ResizeShapes() 330 aPoint.X += aDifferencePoint.X(); in ResizeShapes() [all …]
|
/aoo42x/main/qadevOOo/tests/java/ifc/accessibility/ |
H A D | _XAccessibleComponent.java | 231 if (chBnd.X == -1) { in _getAccessibleAtPoint() 276 new Point(chBnd.X + curX, in _getAccessibleAtPoint() 280 Point p = new Point(chBnd.X + curX,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() 410 ? ("(" + bounds.X + "," + bounds.Y + "),(" + in _getBounds() 433 result &= ((loc.X == bounds.X) && (loc.Y == bounds.Y)); in _getLocation() 459 log.println("Location is (" + loc.X + "," + loc.Y + ")"); in _getLocationOnScreen() 466 result &= ((parLoc.X + bounds.X) == loc.X); in _getLocationOnScreen() 626 Covered = (known.X < p.X); in isCovered() [all …]
|
/aoo42x/main/cui/source/dialogs/ |
H A D | iconcdlg.cxx | 520 aCtrlOffset.X(), aCtrlOffset.X() ); in SetPosSizeCtrls() 562 (3*aCtrlOffset.X()), in SetPosSizeCtrls() 564 (3*aCtrlOffset.X()) ); in SetPosSizeCtrls() 595 aCtrlOffset.X() ), in SetPosSizeCtrls() 602 (2*aCtrlOffset.X()), in SetPosSizeCtrls() 604 aCtrlOffset.X() ), in SetPosSizeCtrls() 613 aCtrlOffset.X() ), in SetPosSizeCtrls() 644 (3*aCtrlOffset.X()), in SetPosSizePages() 646 (3*aCtrlOffset.X()) ); in SetPosSizePages() 651 (3*aCtrlOffset.X()), in SetPosSizePages() [all …]
|
/aoo42x/main/sc/source/core/data/ |
H A D | drwlayer.cxx | 632 aEndPos.X() = -aEndPos.X(); in RecalcPos() 668 aStartPos.X() = -aStartPos.X(); in RecalcPos() 704 aPos.X() = -aPos.X(); in RecalcPos() 943 if ( rMove.X() && aPoint.X() >= rArea.Left() + rMove.X() ) in MoveAreaTwips() 945 aPoint.X() = rArea.Left() + rMove.X() - SHRINK_DIST_TWIPS; in MoveAreaTwips() 946 if ( aPoint.X() < 0 ) aPoint.X() = 0; in MoveAreaTwips() 981 if ( rMove.X() && aTopLeft.X() >= rArea.Left() + rMove.X() ) in MoveAreaTwips() 1063 aMove.X() = -aMove.X(); in MoveArea() 1069 aTopLeft.X() += aMove.X(); in MoveArea() 1113 aTopLeft.X() = -aTopLeft.X(); in WidthChanged() [all …]
|
/aoo42x/main/vcl/source/window/ |
H A D | split.cxx | 125 rPos.X() = maDragRect.Left()+1; in ImplSplitMousePos() 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() 343 nNewPos = maDragPos.X(); in Tracking() 380 nNewPos = maDragPos.X(); in ImplKbdTracking() 455 if ( aNewPos.X() == maDragPos.X() ) in ImplKbdTracking() 467 nNewPos = maDragPos.X(); in ImplKbdTracking() 604 aPos.X() = mnLastSplitPos; in ImplRestoreSplitter() [all …]
|