Home
last modified time | relevance | path

Searched refs:Y (Results 126 – 150 of 1408) sorted by relevance

12345678910>>...57

/aoo42x/main/vcl/source/app/
H A Dhelp.cxx720 aPos.Y() -= aSz.Height()+4; in ImplSetHelpWindowPos()
722 aPos.Y() += 21; in ImplSetHelpWindowPos()
732 aPos.Y() += 16; in ImplSetHelpWindowPos()
754 aPos.Y() = devHelpArea.Top(); in ImplSetHelpWindowPos()
756 aPos.Y() = devHelpArea.Bottom(); in ImplSetHelpWindowPos()
770 aPos.Y() -= aSz.Height(); in ImplSetHelpWindowPos()
772 aPos.Y() -= aSz.Height()/2; in ImplSetHelpWindowPos()
779 if ( aPos.Y() < aScreenRect.Top() ) in ImplSetHelpWindowPos()
780 aPos.Y() = aScreenRect.Top(); in ImplSetHelpWindowPos()
781 else if ( ( aPos.Y() + aSz.Height() ) > aScreenRect.Bottom() ) in ImplSetHelpWindowPos()
[all …]
/aoo42x/main/sw/source/ui/dbui/
H A Dmmoutputpage.cxx408 m_nFromToRBPos = m_aFromRB.GetPosPixel().Y(); in SwMailMergeOutputPage()
409 m_nFromToFTPos = m_aToFT.GetPosPixel().Y(); in SwMailMergeOutputPage()
410 m_nFromToNFPos = m_aFromNF.GetPosPixel().Y(); in SwMailMergeOutputPage()
412 m_nRBOffset = m_nFromToRBPos - m_aSaveIndividualRB.GetPosPixel().Y(); in SwMailMergeOutputPage()
541 if(m_aFromRB.GetPosPixel().Y() != m_nFromToRBPos) in IMPL_LINK()
543 … Point aPos(m_aFromRB.GetPosPixel()); aPos.Y() = m_nFromToRBPos; m_aFromRB.SetPosPixel(aPos); in IMPL_LINK()
544 … aPos = m_aToFT.GetPosPixel(); aPos.Y() = m_nFromToFTPos; m_aToFT.SetPosPixel(aPos); in IMPL_LINK()
546 … aPos = m_aToNF.GetPosPixel(); aPos.Y() = m_nFromToNFPos; m_aToNF.SetPosPixel(aPos); in IMPL_LINK()
570 long nNewRBXPos = m_aPrintAllRB.GetPosPixel().Y() + m_nRBOffset; in IMPL_LINK()
635 if(m_aSendAllRB.GetPosPixel().Y() + m_nRBOffset != m_aFromRB.GetPosPixel().Y()) in IMPL_LINK()
[all …]
/aoo42x/main/sd/source/ui/accessibility/
H A DAccessibleTreeNode.cxx411 && (aPoint.Y >= 0) in containsPoint()
412 && (aPoint.Y < aBBox.Height); in containsPoint()
436 aChildPoint.Y -= aChildOrigin.Y; in getAccessibleAtPoint()
471 aPosition.Y() -= aParentPosition.Y; in getBounds()
477 aBBox.Y = aPosition.Y(); in getBounds()
495 return awt::Point(aBBox.X,aBBox.Y); in getLocation()
516 aLocationOnScreen.Y = aPoint.Y(); in getLocationOnScreen()
/aoo42x/main/svx/source/customshapes/
H A DEnhancedCustomShapeFontWork.cxx605 sal_Int32 fY = rPoint.Y() - rPt0.Y(); in InsertMissingOutlinePoints()
607 … rPoly.Insert( i, Point( (sal_Int32)( rPt0.X() + fX * fd ), (sal_Int32)( rPt0.Y() + fY * fd ) ) ); in InsertMissingOutlinePoints()
620 sal_Int32 fY = rPoint.Y() - rPt0.Y(); in InsertMissingOutlinePoints()
622 … rPoly.Insert( i, Point( (sal_Int32)( rPt0.X() + fX * fd ), (sal_Int32)( rPt0.Y() + fY * fd ) ) ); in InsertMissingOutlinePoints()
643 fy1 = rPt.Y(); in GetPoint()
651 double fHeight= rPt.Y() - rPt2.Y(); in GetPoint()
655 fy1 = rPt2.Y() + fHeight; in GetPoint()
784 rPoint.Y() -= nTop; in FitTextOutlinesToShapeOutlines()
786 double fY = (double)rPoint.Y() / (double)nHeight; in FitTextOutlinesToShapeOutlines()
794 rPoint.Y() = (sal_Int32)( fy1 + fHeight* fY ); in FitTextOutlinesToShapeOutlines()
[all …]
/aoo42x/main/svx/source/svdraw/
H A Dsvdxcgv.cxx86 aCenter.Y()=aOutSiz.Height()-aOfs.Y(); in GetViewCenter()
99 aP.Y()=aSiz.Height()/2; in GetPastePos()
122 if(rPt.Y()<aMaxWorkArea.Top()) in ImpLimitToWorkArea()
124 rPt.Y() = aMaxWorkArea.Top(); in ImpLimitToWorkArea()
128 if(rPt.Y()>aMaxWorkArea.Bottom()) in ImpLimitToWorkArea()
130 rPt.Y() = aMaxWorkArea.Bottom(); in ImpLimitToWorkArea()
347 yResize=aResize.Y(); in Paste()
361 Size aSiz(aDist.X(),aDist.Y()); in Paste()
498 nSizY*=aMapFact.Y().GetNumerator(); in ImpPasteObject()
501 nSizY/=aMapFact.Y().GetDenominator(); in ImpPasteObject()
[all …]
H A Dsvddrag.cxx111 long dy=rPnt.Y()-GetPrev().Y(); if (dy<0) dy=-dy; in CheckMinMoved()
129 long nMul=GetNow().Y()-aRef1.Y(); in GetYFact()
130 long nDiv=GetPrev().Y()-aRef1.Y(); in GetYFact()
142 rRect.Bottom()=aBtmRgt.Y(); in TakeCreateRect()
/aoo42x/main/cui/source/options/
H A Doptcolor.cxx793 …SetGroupHeight( aChapters[GROUP_HTML]->GetPosPixel().Y() - aChapters[GROUP_WRITER]->GetPosPixel()… in ColorConfigWindow_Impl()
794 …>SetGroupHeight( aChapters[GROUP_CALC]->GetPosPixel().Y() - aChapters[GROUP_HTML]->GetPosPixel(). in ColorConfigWindow_Impl()
795 …>SetGroupHeight( aChapters[GROUP_DRAW]->GetPosPixel().Y() - aChapters[GROUP_CALC]->GetPosPixel(). in ColorConfigWindow_Impl()
796 …SetGroupHeight( aChapters[GROUP_BASIC]->GetPosPixel().Y() - aChapters[GROUP_DRAW]->GetPosPixel().Y in ColorConfigWindow_Impl()
797 …->SetGroupHeight( aChapters[GROUP_SQL]->GetPosPixel().Y() - aChapters[GROUP_BASIC]->GetPosPixel(). in ColorConfigWindow_Impl()
1048 aPos.Y() -= nDelta; in SetNewPosition()
1144 …fset = aScrollWindow.aColorBoxes[1]->GetPosPixel().Y() - aScrollWindow.aColorBoxes[0]->GetPosPixel… in ColorConfigCtrl_Impl()
1276 aPos.Y() += nOffset; in lcl_MoveAndShow()
1279 bHide = aPos.Y() > nMaxVisible || (aPos.Y() + pWindow->GetSizePixel().Height()) < 0; in lcl_MoveAndShow()
1288 …fset = aScrollWindow.aColorBoxes[1]->GetPosPixel().Y() - aScrollWindow.aColorBoxes[0]->GetPosPixel… in IMPL_LINK()
[all …]
/aoo42x/main/editeng/source/outliner/
H A Doutliner.cxx1054 aTextPos.Y() = rStartPos.Y() + aBulletArea.Left(); in PaintBullet()
1069 aRotatedPos.Y()=(long) - (nSin*aTextPos.X() - nCos*aTextPos.Y()); in PaintBullet()
1117 aBulletPos.Y() = rStartPos.Y() + aBulletArea.Top(); in PaintBullet()
1126 aBulletPos.Y() = rStartPos.Y() + aBulletArea.Left(); in PaintBullet()
1163 aStartPos.Y() = rStartPos.Y() + aBulletArea.Bottom(); in PaintBullet()
1174 aStartPos.Y() = rStartPos.Y() + aBulletArea.Right(); in PaintBullet()
1176 aEndPos.Y() += nWidth; in PaintBullet()
1198 aRect.Top() = aPos.Y(); in InvalidateBullet()
1199 aRect.Bottom() = aPos.Y(); in InvalidateBullet()
1716 aTopLeft.Y() -= aMetric.GetAscent(); in ImpCalcBulletArea()
[all …]
/aoo42x/main/uui/source/
H A Dlogindlg.cxx49 aTmp.Y() -= nOffset; in lcl_Move()
116 long nOffset = aRequestInfo.GetPosPixel().Y() - in HideControls_Impl()
117 aErrorFT.GetPosPixel().Y(); in HideControls_Impl()
143 long nOffset = aNameED.GetPosPixel().Y() - in HideControls_Impl()
144 aPathED.GetPosPixel().Y(); in HideControls_Impl()
165 long nOffset = aAccountED.GetPosPixel().Y() - in HideControls_Impl()
166 aPasswordED.GetPosPixel().Y(); in HideControls_Impl()
181 long nOffset = aUseSysCredsCB.GetPosPixel().Y() - in HideControls_Impl()
182 aSavePasswdBtn.GetPosPixel().Y(); in HideControls_Impl()
/aoo42x/main/sw/source/core/access/
H A Daccfield.cxx169 long nDiffY = aPoint.Y - aRect.Y; in lcl_PointInRectangle()
183 aPixBounds.Y = 0; in containsPoint()
197 aPoint.Y >= rc.Y && aPoint.Y <= rc.Y + rc.Height ) in getAccessibleAtPoint()
240 awt::Point aPoint(aRect.X, aRect.Y); in getLocation()
251 … return awt::Point( aRect.X,aRect.Y);//aPixPos.X() + aRect.nLeft , aPixPos.Y() + + aRect.nRight ); in getLocationOnScreen()
/aoo42x/main/icc/source/create_sRGB_profile/
H A Dcreate_sRGB_profile.cpp241 icFtoD(pHdr->illuminant.Y), in dumpProfile()
342 (*redMatrixColumnTag)[0].Y = icDtoF(0.2225); in main()
349 (*greenMatrixColumnTag)[0].Y = icDtoF(0.7169); in main()
359 (*blueMatrixColumnTag)[0].Y = icDtoF(0.0606); in main()
366 (*whitePointTag)[0].Y = icDtoF(1.0); in main()
388 (*blackPointTag)[0].Y = in main()
401 (*viewingConditionsTag).m_XYZIllum.Y = icDtoF(20.3718); in main()
405 (*viewingConditionsTag).m_XYZSurround.Y = icDtoF(4.0744); in main()
413 (*luminanceTag)[0].Y = icDtoF(80.0); in main()
421 (*measurementTag).m_Data.backing.Y = in main()
/aoo42x/main/dbaccess/source/ui/dlg/
H A Ddlgsave.cxx323 m_pImpl->m_aPB_OK.SetPosPixel(Point(m_pImpl->m_aPB_OK.GetPosPixel().X(),aPos.Y())); in OSaveAsDlg()
324 m_pImpl->m_aPB_CANCEL.SetPosPixel(Point(m_pImpl->m_aPB_CANCEL.GetPosPixel().X(),aPos.Y())); in OSaveAsDlg()
325 m_pImpl->m_aPB_HELP.SetPosPixel(Point(m_pImpl->m_aPB_HELP.GetPosPixel().X(),aPos.Y())); in OSaveAsDlg()
341 …aPos.Y() + m_pImpl->m_aPB_OK.GetSizePixel().Height() + m_pImpl->m_aTitle.GetSizePixel().Height() /… in OSaveAsDlg()
422 m_pImpl->m_aPB_OK.SetPosPixel(Point(m_pImpl->m_aPB_OK.GetPosPixel().X(),aPos.Y())); in implInitOnlyTitle()
423 m_pImpl->m_aPB_CANCEL.SetPosPixel(Point(m_pImpl->m_aPB_CANCEL.GetPosPixel().X(),aPos.Y())); in implInitOnlyTitle()
424 m_pImpl->m_aPB_HELP.SetPosPixel(Point(m_pImpl->m_aPB_HELP.GetPosPixel().X(),aPos.Y())); in implInitOnlyTitle()
427 …aPos.Y() + m_pImpl->m_aPB_OK.GetSizePixel().Height() + m_pImpl->m_aTitle.GetSizePixel().Height() /… in implInitOnlyTitle()
443 …sal_Int32 nMoveUp = m_pImpl->m_aCatalog.GetPosPixel().Y() - m_pImpl->m_aDescription.GetPosPixel(). in implInit()
454 aPos.Y() -= nMoveUp; in implInit()
/aoo42x/main/icc/
H A DSampleICC-1.3.2.patch823 - sprintf(buf, "Y = X\r\n\r\n");
824 + sprintf(buf, "Y = X\n\n");
1617 + sprintf(buf, "X=%.4lf, Y=%.4lf, Z=%.4lf\n", icFtoD(m_XYZ[0].X), icFtoD(m_XYZ[0].Y), icFtoD(m_X…
1773 icFtoD(m_Data.backing.Y),
1993 icFtoD(m_XYZIllum.Y),
2000 icFtoD(m_XYZSurround.Y),
2186 - sDescription += "Y = X\r\n";
2187 + sDescription += "Y = X\n";
2231 - sDescription += "Y = X\r\n";
2232 + sDescription += "Y = X\n";
[all …]
/aoo42x/main/basegfx/source/tools/
H A Dcanvastools.cxx491 rPoint.Y ); in b2DPointFromRealPoint2D()
539 rPoint.Y ); in b2IPointFromIntegerPoint2D()
584 rPoint.Y ); in b2IPointFromAwtPoint()
590 rRect.Y, in b2IRectangleFromAwtRectangle()
592 rRect.Y + rRect.Height ); in b2IRectangleFromAwtRectangle()
621 return (rA.X == rB.X && rA.Y == rB.Y); in RealPoint2DAreEqual()
646 return (rA.X == rB.X && rA.Y == rB.Y); in IntegerPoint2DAreEqual()
661 return (rA.X == rB.X && rA.Y == rB.Y); in awtPointAreEqual()
666 return (rA.X == rB.X && rA.Y == rB.Y && rA.Width == rB.Width && rA.Height == rB.Height); in awtRectangleAreEqual()
/aoo42x/main/framework/source/layoutmanager/
H A Dhelpers.cxx60 return (( aPos.X() == SAL_MAX_INT32 ) || ( aPos.Y() == SAL_MAX_INT32 )); in hasDefaultPosValue()
65 return (( aPos.X == SAL_MAX_INT32 ) && ( aPos.Y == SAL_MAX_INT32 )); in isDefaultPos()
70 return (( aPos.X() == SAL_MAX_INT32 ) && ( aPos.Y() == SAL_MAX_INT32 )); in isDefaultPos()
255 aRect.Y = rRect.Top(); in putRectangleValueToAWT()
266 aRect.Top() = rRect.Y; in putAWTToRectangle()
277 aRect.Y = rRect.Top(); in convertRectangleToAWT()
287 aRect.Top() = rRect.Y; in convertAWTToRectangle()
289 aRect.Bottom() = rRect.Y + rRect.Height; in convertAWTToRectangle()
298 ( rRect1.Y == rRect2.Y ) && in equalRectangles()
/aoo42x/main/dbaccess/source/ui/querydesign/
H A DTableWindow.cxx382 if( _rPos.Y() < 0 ) in getSizingRect()
385 aSizingRect.Top() = _rPos.Y(); in getSizingRect()
390 if( _rPos.Y() > _rOutputSize.Height() ) in getSizingRect()
393 aSizingRect.Bottom() = _rPos.Y(); in getSizingRect()
425 if( _rPos.Y() < TABWIN_SIZING_AREA ) in setSizingFlag()
431 if( _rPos.Y() > aOutSize.Height()-TABWIN_SIZING_AREA ) in setSizingFlag()
683 aStartPoint.Y() = GetSizePixel().Height(); in PreNotify()
690 aStartPoint.Y() += m_nMoveIncrement; in PreNotify()
694 aStartPoint.Y() += -m_nMoveIncrement; in PreNotify()
712 Size aNewSize(aStartPoint.X(),aStartPoint.Y()); in PreNotify()
[all …]
/aoo42x/main/sc/source/core/data/
H A Dpostit.cxx254 aTailPos.Y() = ::std::max( ::std::min( aTailPos.Y(), rVisRect.Bottom() ), rVisRect.Top() ); in FitCaptionToRect()
265 aCaptPos.Y() = ::std::min< long >( aCaptPos.Y(), rVisRect.Bottom() - aCaptRect.GetHeight() ); in FitCaptionToRect()
267 aCaptPos.Y() = ::std::max< long >( aCaptPos.Y(), rVisRect.Top() ); in FitCaptionToRect()
321 aCaptPos.Y() = maCellRect.Top() + SC_NOTECAPTION_OFFSET_Y; in AutoPlaceCaption()
329 aCaptPos.Y() = maCellRect.Top() - SC_NOTECAPTION_CELLDIST - nHeight; in AutoPlaceCaption()
331 aCaptPos.Y() = maCellRect.Bottom() + SC_NOTECAPTION_CELLDIST; in AutoPlaceCaption()
359 long nDiffY = aCaptRect.Top() - rOldTailPos.Y(); in UpdateCaptionPos()
387 aTailPos.Y() += 10; in CalcTailPos()
688 long nPosY = aCellRect.Top() + rInitData.maCaptionOffset.Y(); in CreateCaptionFromInitData()
730 aCaptRect.Move( aDist.X(), aDist.Y() ); in CreateCaption()
[all …]
/aoo42x/main/oox/source/xls/
H A Ddrawingmanager.cxx1052 sal_Int32 nT = rShapeRect.Y; in implConvertAndInsert()
1054 sal_Int32 nB = rShapeRect.Y + ::std::max< sal_Int32 >( rShapeRect.Height - 1, 0 ); in implConvertAndInsert()
1058 case BIFF_OBJ_LINE_TL: rBeg.X = nL; rBeg.Y = nT; rEnd.X = nR; rEnd.Y = nB; break; in implConvertAndInsert()
1059 case BIFF_OBJ_LINE_TR: rBeg.X = nR; rBeg.Y = nT; rEnd.X = nL; rEnd.Y = nB; break; in implConvertAndInsert()
1060 case BIFF_OBJ_LINE_BR: rBeg.X = nR; rBeg.Y = nB; rEnd.X = nL; rEnd.Y = nT; break; in implConvertAndInsert()
1061 case BIFF_OBJ_LINE_BL: rBeg.X = nL; rBeg.Y = nB; rEnd.X = nR; rEnd.Y = nT; break; in implConvertAndInsert()
1184 Rectangle aNewRect( rShapeRect.X, rShapeRect.Y, rShapeRect.Width * 2, rShapeRect.Height * 2 ); in implConvertAndInsert()
1191 …case BIFF_OBJ_ARC_BL: nStartAngle = 18000; aNewRect.Y -= rShapeRec… in implConvertAndInsert()
1245 …rAnchorRect.Y + static_cast< sal_Int32 >( rAnchorRect.Height * getLimitedValue< double >( static_c… in lclGetPolyPoint()
1264 …SED ) && ((maCoords.front().X != maCoords.back().X) || (maCoords.front().Y != maCoords.back().Y)) ) in implConvertAndInsert()
[all …]
/aoo42x/main/sw/source/core/text/
H A Dtxtfly.cxx135 rTop = Y() + GetCurr()->GetAscent(); in CalcUnclipped()
192 aTmpInf.Y( aTmpInf.Y() + nAscent ); in UpdatePos()
196 aTmpInf.Y( aTmpInf.Y() + nAscent ); in UpdatePos()
239 Point aSt( aTmpInf.X(), aStart.Y() ); in UpdatePos()
252 aSt.Y() += GetMulti()->Height(); in UpdatePos()
263 aSt.Y() += pLay->Height(); in UpdatePos()
360 aLine.Pos().Y() = Y() + GetCurr()->GetRealHeight() - GetCurr()->Height(); in ChkFlyUnderflow()
446 long nTop = Y(); in CalcFlyWidth()
626 nStartX = aPoint.Y(); in CalcFlyWidth()
726 aBase.Y() = Y() + pRet->GetAscent(); in NewFlyCntPortion()
[all …]
/aoo42x/main/xmloff/source/draw/
H A Dshapeexport2.cxx132 rTRTranslate -= ::basegfx::B2DTuple(pRefPoint->X, pRefPoint->Y); in ImpExportNewTrans_DecomposeAndRefPoint()
851 pArray->Y + aBasePosition.Y);
859 pArray->Y + aBasePosition.Y);
887 aEnd.Y -= aStart.Y;
1356 aStart.Y -= pRefPoint->Y;
1358 aEnd.Y -= pRefPoint->Y;
1382 aEnd.Y -= aStart.Y;
1391 mrExport.GetMM100UnitConverter().convertMeasure(sStringBuffer, aEnd.Y);
1512 aStart.Y -= pRefPoint->Y;
1514 aEnd.Y -= pRefPoint->Y;
[all …]
/aoo42x/main/vcl/source/window/
H A Dbrdwin.cxx281 if ( rPos.Y() < nSizeWidth ) in ImplHitTest()
290 if ( rPos.Y() < nSizeWidth ) in ImplHitTest()
297 else if ( rPos.Y() < pData->mnNoTitleTop ) in ImplHitTest()
429 pData->mnTrackY = aPos.Y(); in ImplMouseButtonDown()
796 aMousePos.Y() -= pData->maMouseOff.Y(); in ImplTracking()
804 aPos.Y() += aMousePos.Y(); in ImplTracking()
814 pData->mnTrackY = aPos.Y(); in ImplTracking()
860 aNewRect.Top() += aMousePos.Y(); in ImplTracking()
868 aNewRect.Bottom() += aMousePos.Y(); in ImplTracking()
1733 aInRect.Move( pOffset->X(), pOffset->Y() ); in DrawWindow()
[all …]
/aoo42x/main/sw/source/ui/table/
H A Dchartins.cxx97 aRet.Y() = aObjAbs.Bottom() + aSpace.Height(); in SwGetChartDialogPos()
103 aRet.Y() = aObjAbs.Top() - rDialogSize.Height() - aSpace.Height(); in SwGetChartDialogPos()
121 aRet.Y() = aObjAbs.Top() + ( aObjAbs.GetHeight() - rDialogSize.Height() ) / 2; in SwGetChartDialogPos()
126 aRet.Y() = aDesktop.Bottom() - rDialogSize.Height(); in SwGetChartDialogPos()
138 if ( aRet.Y() + rDialogSize.Height() - 1 > aDesktop.Bottom() ) in SwGetChartDialogPos()
139 aRet.Y() = aDesktop.Bottom() - rDialogSize.Height() + 1; in SwGetChartDialogPos()
140 if ( aRet.Y() < aDesktop.Top() ) in SwGetChartDialogPos()
141 aRet.Y() = aDesktop.Top(); in SwGetChartDialogPos()
/aoo42x/main/sdext/source/presenter/
H A DPresenterSlideSorter.cxx1051 0, 1, aTopLeft.Y), in PaintPreview()
1539 aPosition.Y += maPreviewSize.Height; in GetPoint()
1541 aPosition.Y += maPreviewSize.Height / 2.0; in GetPoint()
1556 aWindowPosition.Y, in GetBoundingBox()
1558 aWindowPosition.Y + maPreviewSize.Height)); in GetBoundingBox()
1780 const double nYOffset (maSlideBoundingBox.Y in Paint()
2147 rSlideBoundingBox.Y - mpTop->mnHeight, in PaintCurrentSlideFrame()
2158 rSlideBoundingBox.Y, in PaintCurrentSlideFrame()
2169 rSlideBoundingBox.Y, in PaintCurrentSlideFrame()
2191 rSlideBoundingBox.Y - mpTopLeft->mnHeight); in PaintCurrentSlideFrame()
[all …]
H A DPresenterScrollBar.cxx466 aRepaintBox.Y += aWindowBox.Y; in windowPaint()
484 maDragAnchor.Y = rEvent.Y; in mousePressed()
485 meButtonDownArea = GetArea(rEvent.X, rEvent.Y); in mousePressed()
541 const Area eArea (GetArea(rEvent.X, rEvent.Y)); in mouseMoved()
644 aBox.Y1 += aWindowBox.Y; in PaintBitmap()
646 aBox.Y2 += aWindowBox.Y; in PaintBitmap()
808 const double nDistance (nY - maDragAnchor.Y); in GetDragDistance()
984 aBox.Y1 += aWindowBox.Y; in PaintComposite()
986 aBox.Y2 += aWindowBox.Y; in PaintComposite()
1206 aBox.Y1 += aWindowBox.Y; in PaintComposite()
[all …]
/aoo42x/main/sw/source/core/frmedt/
H A Dfetab.cxx1581 SwTwips& rPointX = bVert ? aPt.Y() : aPt.X(); in lcl_FindFrm()
1582 SwTwips& rPointY = bVert ? aPt.X() : aPt.Y(); in lcl_FindFrm()
1781 const basegfx::B2DVector aBC( rC.X() - rB.X(), rC.Y() - rB.Y() ); in lcl_DistancePoint2Segment()
1782 const basegfx::B2DVector aAB( rB.X() - rA.X(), rB.Y() - rA.Y() ); in lcl_DistancePoint2Segment()
1789 const basegfx::B2DVector aAC( rC.X() - rA.X(), rC.Y() - rA.Y() ); in lcl_DistancePoint2Segment()
1790 const basegfx::B2DVector aBA( rA.X() - rB.X(), rA.Y() - rB.Y() ); in lcl_DistancePoint2Segment()
1883 if ( aRet.Y() > aMin2.Y() ) in lcl_ProjectOntoClosestTableFrm()
1884 aRet.Y() = aMin2.Y(); in lcl_ProjectOntoClosestTableFrm()
1885 else if ( aRet.Y() < aMin1.Y() ) in lcl_ProjectOntoClosestTableFrm()
1886 aRet.Y() = aMin1.Y(); in lcl_ProjectOntoClosestTableFrm()
[all …]

Completed in 192 milliseconds

12345678910>>...57