Home
last modified time | relevance | path

Searched refs:Y (Results 101 – 125 of 1408) sorted by relevance

12345678910>>...57

/aoo42x/main/vcl/source/gdi/
H A Doutdev2.cxx479 aPosAry.mnSrcY = rDevPt.Y(); in ImplDrawFrameDev()
483 aPosAry.mnDestY = rPt.Y(); in ImplDrawFrameDev()
641 aPosAry.mnSrcY = rSrcPtPixel.Y(); in ImplDrawBitmap()
1150 aPosAry.mnSrcY = rSrcPtPixel.Y(); in ImplDrawBitmapEx()
1419 aPosAry.mnSrcY = rSrcPtPixel.Y(); in ImplDrawMask()
1531 long nY = ImplLogicYToDevicePixel( rSrcPt.Y() ); in GetBitmap()
1758 mpGraphics->DrawPixel( aPt.X(), aPt.Y(), this ); in DrawPixel()
2227 aOutPt.Y() -= ( aOutSz.Height() - 1L ); in ImplDrawAlpha()
2257 aRelPt.X(), aRelPt.Y(), in ImplDrawAlpha()
2414 aDestPt.Y() -= ( aDestSz.Height() - 1L ); in ImplPrintTransparent()
[all …]
H A Doutdev6.cxx123 mpGraphics->DrawPixel( aHorzBuf[ j ], Y, this ); in DBG_NAMEEX()
917 aPos.Y() += ( aSize.Height() - nBmpHeight ) >> 1; in ImplDrawBitmapWallpaper()
923 aPos.Y() += ( aSize.Height() - nBmpHeight ) >> 1; in ImplDrawBitmapWallpaper()
930 aPos.Y() += ( aSize.Height() - nBmpHeight ) >> 1; in ImplDrawBitmapWallpaper()
935 aPos.Y() += ( aSize.Height() - nBmpHeight ); in ImplDrawBitmapWallpaper()
941 aPos.Y() += ( aSize.Height() - nBmpHeight ); in ImplDrawBitmapWallpaper()
948 aPos.Y() += ( aSize.Height() - nBmpHeight ); in ImplDrawBitmapWallpaper()
962 nFirstY = aPos.Y(); in ImplDrawBitmapWallpaper()
1011 aWorkRect = Rectangle( 0, aPos.Y(), aPos.X() - 1L, aPos.Y() + aBmpSize.Height() - 1L ); in ImplDrawBitmapWallpaper()
1021 …aWorkRect = Rectangle( aPos.X() + aBmpSize.Width(), aPos.Y(), aOutRect.Right(), aPos.Y() + aBmpSiz… in ImplDrawBitmapWallpaper()
[all …]
H A Dregion.cxx74 if (aPoint.X() != aNextPoint.X() && aPoint.Y() != aNextPoint.Y()) in ImplIsPolygonRectilinear()
80 if (aLastPoint.X() != aPoint.X() && aLastPoint.Y() != aPoint.Y()) in ImplIsPolygonRectilinear()
125 if (aStart.Y() == aEnd.Y()) in ImplRectilinearPolygonToBands()
137 const long nTop (::std::min(aStart.Y(), aEnd.Y())); in ImplRectilinearPolygonToBands()
138 const long nBottom (::std::max(aStart.Y(), aEnd.Y())); in ImplRectilinearPolygonToBands()
139 const LineType eLineType (aStart.Y() > aEnd.Y() ? LINE_DESCENDING : LINE_ASCENDING); in ImplRectilinearPolygonToBands()
1725 long nX1 = pPoints[0].X(), nX2 = pPoints[2].X(), nY1 = pPoints[0].Y(), nY2 = pPoints[2].Y(); in ImplPolygonRectTest()
1727 …pPoints[1].X() == nX1 && pPoints[3].X() == nX2) && (pPoints[1].Y() == nY2 && pPoints[3].Y() == nY1… in ImplPolygonRectTest()
1728 …pPoints[1].X() == nX2 && pPoints[3].X() == nX1) && (pPoints[1].Y() == nY1 && pPoints[3].Y() == nY2… in ImplPolygonRectTest()
H A Dregionband.cxx457 LineType eLineType = (rStartPt.Y() > rEndPt.Y()) ? LINE_DESCENDING : LINE_ASCENDING; in InsertLine()
461 const long nEndY = rEndPt.Y(); in InsertLine()
464 nY = rStartPt.Y(); in InsertLine()
487 else if ( rStartPt.Y() != rEndPt.Y() ) in InsertLine()
490 const long nDY = labs( rEndPt.Y() - rStartPt.Y() ); in InsertLine()
492 const long nStartY = rStartPt.Y(); in InsertLine()
494 const long nEndY = rEndPt.Y(); in InsertLine()
543 if ( rPoint.Y() == mpLastCheckedBand->mnYTop ) in InsertPoint()
549 if ( rPoint.Y() > mpLastCheckedBand->mnYTop ) in InsertPoint()
555 if ( rPoint.Y() == mpLastCheckedBand->mnYTop ) in InsertPoint()
[all …]
/aoo42x/main/sc/source/ui/view/
H A Dtabview.cxx507 long nPosY = rOffset.Y(); in DoResize()
1310 aRect.Top() = aPos.Y() - 4; in IMPL_LINK()
1321 aRect.Top() = aMousePos.Y(); in IMPL_LINK()
2071 aInsertPos.Y() += nBorder; in GetChartInsertPos()
2194 aRel.Y() >= 0 && aRel.Y() < aWinSize.Height() + SPLIT_HANDLE_SIZE ) in lcl_MouseIsOverWin()
2271 aSplit.Y() = aViewData.GetVSplitPos() - aWinStart.Y(); in FreezeSplitters()
2318 if (aSplit.Y() > 0) in FreezeSplitters()
2321 aViewData.SetVSplitPos( aSplit.Y() + aWinStart.Y() ); in FreezeSplitters()
2382 DoVSplit( aSplit.Y() + aWinStart.Y() ); in SplitAtCursor()
2401 if ( rPixel.Y() > 0 ) in SplitAtPixel()
[all …]
H A Dgridwin.cxx589 aPos.Y() += nSizeY - 1; in LaunchPageFieldMenu()
931 aPos.Y() += nSizeY - 1; in DoAutoFilterMenue()
1468 aMousePos.Y() >= aStartPos.Y()-3 && aMousePos.Y() <= aStartPos.Y()+1 ); in TestMouse()
1470 aMousePos.Y() >= aEndPos.Y()-3 && aMousePos.Y() <= aEndPos.Y()+1 ); in TestMouse()
2529 rEvent.Y = rEvt.GetPosPixel().Y(); in lcl_InitMouseEvent()
2935 aMenuPos.Y() += nSizeYPix; in Command()
4655 aNext.Y() += nSizeYPix; in HitRangeFinder()
4664 rMouse.Y() >= aNext.Y() - 8 && rMouse.Y() <= aNext.Y() ); in HitRangeFinder()
5501 aFillPos.Y() -= 2; in UpdateAutoFillOverlay()
5600 aScrPos.Y() -= 2; in UpdateDragRectOverlay()
[all …]
/aoo42x/main/sfx2/source/dialog/
H A Dbasedlgs.cxx252 aPos.Y() += ( aParentSize.Height() - aDlgSize.Height() ) / 2; in StateChanged()
257 aPoint.Y() = aRect.Bottom() - aDlgSize.Height(); in StateChanged()
263 if ( aPos.Y() > aPoint.Y() ) in StateChanged()
264 aPos.Y() = aPoint.Y(); in StateChanged()
267 if ( aPos.Y() < 0 ) aPos.Y() = 0; in StateChanged()
890 aPnt.Y() += aFLSz.Height() + ( aOffSz.Height() / 2 ); in SetPage()
897 aPnt.Y() -= nDelta; in SetPage()
965 Point aPnt( aOutSz.Width(), LogicToPixel( Point( 0, 6 ), MAP_APPFONT ).Y() ); in SetTabPage()
970 aPnt.Y() = LogicToPixel( Point( 0, 23 ), MAP_APPFONT ).Y(); in SetTabPage()
973 aPnt.Y() = LogicToPixel( Point( 0, 43 ), MAP_APPFONT ).Y(); in SetTabPage()
/aoo42x/main/sw/source/ui/utlui/
H A Dshdwcrsr.cxx66 rPt.Y() + nLineDiffHalf ); in DrawTri()
68 Point aPt2( aPt1.X(), aPt1.Y() + nHeight - nLineDiff - 1 ); in DrawTri()
70 while( aPt1.Y() <= aPt2.Y() ) in DrawTri()
73 aPt1.Y()++, aPt2.Y()--; in DrawTri()
90 pWin->DrawLine( Point( rPt.X(), rPt.Y() + 1), in DrawCrsr()
91 Point( rPt.X(), rPt.Y() - 2 + nHeight )); in DrawCrsr()
/aoo42x/main/sw/source/core/text/
H A Dfrmpaint.cxx238 aTmpPos.Y() += nAsc; in PaintExtra()
351 while( aLine.Y() + aLine.GetLineHeight() <= rRect.Top() ) in PaintExtraData()
370 while ( aLine.Y() < GetMinPrtLine() ) in PaintExtraData()
378 bNoPrtLine = aLine.Y() >= GetMinPrtLine(); in PaintExtraData()
394 aExtra.PaintExtra( aLine.Y(), nTmpAscent, in PaintExtraData()
401 aExtra.PaintRedline( aLine.Y(), aLine.GetLineHeight() ); in PaintExtraData()
403 } while( aLine.Next() && aLine.Y() <= nBottom ); in PaintExtraData()
558 aPos.Y() += ( pGrid->GetBaseHeight() - in PaintEmpty()
713 while ( aLine.Y() < GetMinPrtLine() && aLine.Next() ) in Paint()
715 bNoPrtLine = aLine.Y() >= GetMinPrtLine(); in Paint()
[all …]
H A Dtxtdrop.cxx69 aRect.Pos().Y() = rInf.Y(); in lcl_IsDropFlyInter()
105 pInf->Y( nY ); in ~SwDropSave()
294 const SwTwips nBasePosY = rInf.Y(); in PaintTxt()
314 ((SwTxtPaintInfo&)rInf).Y( nBasePosY ); in PaintTxt()
332 const SwTwips nOldPosY = rInf.Y(); in PaintDrop()
340 ((SwTxtPaintInfo&)rInf).Y( aOutPos.Y() + nDropHeight ); in PaintDrop()
366 ((SwTxtPaintInfo&)rInf).Y( nOldPosY ); in PaintDrop()
660 const SwTwips nOldY = GetInfo().Y(); in PaintDropPortion()
687 const Point aPoint( Left(), Y() ); in PaintDropPortion()
697 aLineOrigin.Y() += nTmpAscent; in PaintDropPortion()
[all …]
/aoo42x/main/canvas/source/directx/
H A Ddx_surfacebitmap.cxx688 ENSURE_ARG_OR_THROW( pos.Y >= 0 && pos.Y < aSize.Height, in setPixel()
693 if( Gdiplus::Ok != mpGDIPlusBitmap->SetPixel( pos.X, pos.Y, in setPixel()
703 ENSURE_ARG_OR_THROW( pos.Y >= 0 && pos.Y < maSize.getY(), in setPixel()
720 …sal_uInt32 *pDst = (sal_uInt32 *)((((BYTE *)aSurfaceDesc.lpSurface)+(pos.Y*aSurfaceDesc.lPitch))+p… in setPixel()
729 sal_uInt32 *pDst = (sal_uInt32 *)((((BYTE *)aLockedRect.pBits)+(pos.Y*aLockedRect.Pitch))+pos.X); in setPixel()
751 ENSURE_ARG_OR_THROW( pos.Y >= 0 && pos.Y < aSize.Height, in getPixel()
756 if( Gdiplus::Ok != mpGDIPlusBitmap->GetPixel( pos.X, pos.Y, &aColor ) ) in getPixel()
765 ENSURE_ARG_OR_THROW( pos.Y >= 0 && pos.Y < maSize.getY(), in getPixel()
778 …sal_uInt32 *pDst = (sal_uInt32 *)((((BYTE *)aSurfaceDesc.lpSurface)+(pos.Y*aSurfaceDesc.lPitch))+p… in getPixel()
787 sal_uInt32 *pDst = (sal_uInt32 *)((((BYTE *)aLockedRect.pBits)+(pos.Y*aLockedRect.Pitch))+pos.X); in getPixel()
/aoo42x/main/vcl/source/control/
H A Dgroup.cxx164 nTop = rPos.Y(); in ImplDraw()
172 nTop = rPos.Y(); in ImplDraw()
191 pDev->DrawLine( Point( rPos.X(), nTop ), Point( rPos.X(), rPos.Y()+rSize.Height()-2 ) ); in ImplDraw()
192 …pDev->DrawLine( Point( rPos.X(), rPos.Y()+rSize.Height()-2 ), Point( rPos.X()+rSize.Width()-2, rPo… in ImplDraw()
193 …pDev->DrawLine( Point( rPos.X()+rSize.Width()-2, rPos.Y()+rSize.Height()-2 ), Point( rPos.X()+rSiz… in ImplDraw()
209 … pDev->DrawLine( Point( rPos.X()+1, nTop+1 ), Point( rPos.X()+1, rPos.Y()+rSize.Height()-3 ) ); in ImplDraw()
210 …pDev->DrawLine( Point( rPos.X(), rPos.Y()+rSize.Height()-1 ), Point( rPos.X()+rSize.Width()-1, rPo… in ImplDraw()
211 …pDev->DrawLine( Point( rPos.X()+rSize.Width()-1, rPos.Y()+rSize.Height()-1 ), Point( rPos.X()+rSiz… in ImplDraw()
/aoo42x/main/svl/source/items/
H A Dptitem.cxx95 rText += UniString::CreateFromInt32(aVal.Y()); in GetPresentation()
142 awt::Point aTmp(aVal.X(), aVal.Y()); in QueryValue()
146 aTmp.Y = TWIP_TO_MM100(aTmp.Y); in QueryValue()
153 case MID_Y: rVal <<= aTmp.Y; break; in QueryValue()
176 aValue.Y = MM100_TO_TWIP(aValue.Y); in PutValue()
190 case 0: aVal.setX( aValue.X ); aVal.setY( aValue.Y ); break; in PutValue()
/aoo42x/main/sw/source/ui/docvw/
H A DSidebarWin.cxx229 mpMetadataAuthor->GetPosPixel().Y() ), in Paint()
269 mpAnchor->SetSixthPosition(basegfx::B2DPoint(aPoint.X(),aPoint.Y())); in ShowAnchorOnly()
270 mpAnchor->SetSeventhPosition(basegfx::B2DPoint(aPoint.X(),aPoint.Y())); in ShowAnchorOnly()
477 …PosPixel().X() != mPosSize.TopLeft().X() || (abs(GetPosPixel().Y() - mPosSize.TopLeft().Y()) > 5) ) in SetPosAndSize()
513 basegfx::B2DPoint( aLineStart.X(),aLineStart.Y()), in SetPosAndSize()
514 basegfx::B2DPoint( aLineEnd.X(),aLineEnd.Y())); in SetPosAndSize()
555 …pShadow->SetPosition(basegfx::B2DPoint(aStart.X(),aStart.Y()), basegfx::B2DPoint(aEnd.X(),aEnd.Y()… in SetPosAndSize()
731 aPos.Y()+5*fy.GetNumerator()/fy.GetDenominator() ), in DoResize()
739 aPos.Y()+5*fy.GetNumerator()/fy.GetDenominator() ), in DoResize()
761 …pShadow->SetPosition(basegfx::B2DPoint(aStart.X(),aStart.Y()), basegfx::B2DPoint(aEnd.X(),aEnd.Y()… in SetSizePixel()
[all …]
/aoo42x/main/svtools/source/control/
H A Dheadbar.cxx291 aStartPos.X()+2, aStartPos.Y()+2 ); in ImplInvertDrag()
310 Point( aEndPos.X()+1, aEndPos.Y()+3 ) ); in ImplInvertDrag()
312 Point( aEndPos.X()+2, aEndPos.Y()+2 ) ); in ImplInvertDrag()
314 Point( aEndPos.X()+3, aEndPos.Y()+1 ) ); in ImplInvertDrag()
320 Point( aEndPos.X()-1, aEndPos.Y()+3 ) ); in ImplInvertDrag()
322 Point( aEndPos.X()-2, aEndPos.Y()+2 ) ); in ImplInvertDrag()
324 Point( aEndPos.X()-3, aEndPos.Y()+1 ) ); in ImplInvertDrag()
780 if ( (rMousePos.Y() >= aItemRect.Top()) && (rMousePos.Y() <= aItemRect.Bottom()) ) in ImplDrag()
790 if ( (rMousePos.Y() < -HEADERBAR_DRAGOUTOFF) || (rMousePos.Y() > mnDY+HEADERBAR_DRAGOUTOFF) ) in ImplDrag()
1106 aItemRect.Top() = aPt.Y(); in RequestHelp()
[all …]
/aoo42x/main/vcl/source/window/
H A Ddockwin.cxx311 mnTrackY = aPos.Y(); in ImplStartDocking()
318 maMouseOff.Y() += mnDockTop; in ImplStartDocking()
424 aPos.Y() = ReadShortRes(); in ImplLoadRes()
425 aPos.Y() = ImplLogicUnitToPixelY( aPos.Y(), ePosMap ); in ImplLoadRes()
525 if ( aFrameMousePos.Y() < 0 ) in Tracking()
526 aFrameMousePos.Y() = 0; in Tracking()
529 if ( aFrameMousePos.Y() > aFrameSize.Height()-1 ) in Tracking()
530 aFrameMousePos.Y() = aFrameSize.Height()-1; in Tracking()
533 aMousePos.Y() -= maMouseOff.Y(); in Tracking()
538 aFramePos.Y() += maMouseOff.Y(); in Tracking()
[all …]
/aoo42x/main/sw/source/core/frmedt/
H A Dfeshview.cxx275 ( aPt1.X() == aPt2.X() && ( aPt1.Y() < aPt2.Y() || \
276 ( aPt1.Y() == aPt2.Y() && bOld ) ) ) )
277 #define LESS_Y( aPt1, aPt2, bOld ) ( aPt1.Y() < aPt2.Y() || \
278 ( aPt1.Y() == aPt2.Y() && ( aPt1.X() < aPt2.X() || \
1406 aCurPos.Y() == aPos.Y() && // ist die Y Position gleich in GetBestObject()
1426 if( aCurPos != aPos && aCurPos.Y() == aPos.Y() && in GetBestObject()
1441 (aPos.Y() > aCurPos.Y())) && // " reverse in GetBestObject()
1443 (aBestPos.Y() < aCurPos.Y())) in GetBestObject()
1445 (aBestPos.Y() == aCurPos.Y() && in GetBestObject()
1455 (aTopPos.Y() < aCurPos.Y())) || // " reverse in GetBestObject()
[all …]
H A Dtblsel.cxx122 { return X() == rCmp.X() && Y() == rCmp.Y() ? sal_True : sal_False; } in operator ==()
127 return X() > rCmp.X() || ( X() == rCmp.X() && Y() < rCmp.Y() ) in operator <()
130 return Y() < rCmp.Y() || ( Y() == rCmp.Y() && X() < rCmp.X() ) in operator <()
135 long Y() const { return aPos.Y(); } in Y() function
388 if ( aTopLeft.Y() < aCurrentTopLeft.Y() || in GetTblSel()
389 ( aTopLeft.Y() == aCurrentTopLeft.Y() && in GetTblSel()
396 if ( aTopRight.Y() < aCurrentTopRight.Y() || in GetTblSel()
397 ( aTopRight.Y() == aCurrentTopRight.Y() && in GetTblSel()
404 if ( aBottomLeft.Y() > aCurrentBottomLeft.Y() || in GetTblSel()
1249 if( n && aPosArr[ n - 1 ].Y() == rPt.Y() ) // gleiche Ebene ? in GetMergeSel()
[all …]
/aoo42x/main/slideshow/source/engine/slide/
H A Duserpaintoverlay.cxx263 maLastMouseDownPos.setY( e.Y ); in handleMousePressed()
293 e.Y ) == maLastMouseDownPos ) in handleMouseReleased()
315 maLastPoint.setY( e.Y ); in handleMouseEntered()
349 maLastPoint.setY( e.Y-mnSize ); in handleMouseDragged()
354 maLastPoint.setY( e.Y+mnSize ); in handleMouseDragged()
358 maLastPoint.setY( e.Y+mnSize ); in handleMouseDragged()
362 maLastPoint.setY( e.Y-mnSize ); in handleMouseDragged()
366 maLastPoint.setY( e.Y-mnSize ); in handleMouseDragged()
412 maLastPoint.setY( e.Y ); in handleMouseDragged()
420 maLastPoint.setY( e.Y ); in handleMouseDragged()
/aoo42x/main/svx/source/svdraw/
H A Dsvdhdl.cxx601 aMoveOutsideOffset.Y() -= aOffset.Width(); in CreateB2dIAObject()
603 aMoveOutsideOffset.Y() += aOffset.Height(); in CreateB2dIAObject()
612 basegfx::B2DPoint aPosition(aPos.X(), aPos.Y()); in CreateB2dIAObject()
840 if(aMoveOutsideOffset.Y() > 0) in CreateOverlayObject()
844 else if(aMoveOutsideOffset.Y() < 0) in CreateOverlayObject()
860 basegfx::B2DPoint aPosition(rPnt.X(), rPnt.Y()); in IsHdlHit()
1048 basegfx::B2DPoint aPosition(aPos.X(), aPos.Y()); in CreateB2dIAObject()
1215 basegfx::B2DVector aVec(a2ndPos.X() - aPos.X(), a2ndPos.Y() - aPos.Y()); in CreateB2dIAObject()
1225 basegfx::B2DPoint aPosition(aPos.X(), aPos.Y()); in CreateB2dIAObject()
1675 basegfx::B2DPoint aPosition(aPos.X(), aPos.Y()); in CreateB2dIAObject()
[all …]
/aoo42x/main/svx/source/dialog/
H A Dframelink.cxx824 bool bHor = Abs( aEnd.X() - aBeg.X() ) > Abs( aEnd.Y() - aBeg.Y() ); in lclDrawThinLine()
825 …const Point& rBegPos( bHor ? ((aBeg.X() < aEnd.X()) ? aBeg : aEnd) : ((aBeg.Y() < aEnd.Y()) ? aBeg… in lclDrawThinLine()
828 long nAlongBeg = bHor ? rBegPos.X() : rBegPos.Y(); in lclDrawThinLine()
829 long nAcrssBeg = bHor ? rBegPos.Y() : rBegPos.X(); in lclDrawThinLine()
830 long nAlongSize = (bHor ? rEndPos.X() : rEndPos.Y()) - nAlongBeg; in lclDrawThinLine()
831 long nAcrssSize = (bHor ? rEndPos.Y() : rEndPos.X()) - nAcrssBeg; in lclDrawThinLine()
913 DBG_ASSERT( rLPos.Y() == rRPos.Y(), "svx::frame::lclDrawHorFrameBorder - line not horizontal" ); in lclDrawHorFrameBorder()
967 …DBG_ASSERT( rTPos.Y() <= rBPos.Y(), "svx::frame::lclDrawVerFrameBorder - wrong order of line ends"… in lclDrawVerFrameBorder()
969 if( rTPos.Y() <= rBPos.Y() ) in lclDrawVerFrameBorder()
1483 …DBG_ASSERT( rTPos.Y() < rBPos.Y(), "svx::frame::DrawVerFrameBorderSlanted - wrong order of line en… in DrawVerFrameBorderSlanted()
[all …]
/aoo42x/main/reportdesign/source/ui/dlg/
H A DCondition.cxx501 Point aButtonPos( aSize.Width() - aUnrelatedControls.Width() - aButtonSize.Width(), aRow1.Y() ); in impl_layoutAll()
502 …m_aMoveUp.SetPosSizePixel( aButtonPos.X(), aButtonPos.Y(), aButtonSize.Width(), aButtonSize.Height… in impl_layoutAll()
504 …m_aMoveDown.SetPosSizePixel( aButtonPos.X(), aButtonPos.Y(), aButtonSize.Width(), aButtonSize.Heig… in impl_layoutAll()
514 aButtonPos = Point( nNewPreviewRight - aButtonSize.Width(), aRow3.Y() ); in impl_layoutAll()
517 …m_aAddCondition.SetPosSizePixel( aButtonPos.X(), aButtonPos.Y(), aButtonSize.Width(), aButtonSize.… in impl_layoutAll()
558 …m_aOperationList.SetPosSizePixel( aOpListPos.X(), aOpListPos.Y(),aOpListSize.Width(), aOpListSize.… in impl_layoutOperands()
562 … Point aLHSPos( aOpListPos.X() + aOpListSize.Width() + aRelatedControls.Width(), aOpListPos.Y() ); in impl_layoutOperands()
568 m_aCondLHS.SetPosSizePixel( aLHSPos.X(), aLHSPos.Y(), aLHSSize.Width(), aLHSSize.Height() ); in impl_layoutOperands()
573 … const Point aOpGluePos( aLHSPos.X() + aLHSSize.Width() + aRelatedControls.Width(), aLHSPos.Y() ); in impl_layoutOperands()
578 …t Point aRHSPos( aOpGluePos.X() + aOpGlueSize.Width() + aRelatedControls.Width(), aOpGluePos.Y() ); in impl_layoutOperands()
[all …]
/aoo42x/main/chart2/source/view/main/
H A DPolarLabelPositionHelper.cxx103 ::basegfx::B2DVector aV0( aP0.X, aP0.Y ); in getLabelScreenPositionAndAlignmentForUnitCircleValues()
104 ::basegfx::B2DVector aV1( aP1.X, aP1.Y ); in getLabelScreenPositionAndAlignmentForUnitCircleValues()
105 ::basegfx::B2DVector aV2( aP2.X, aP2.Y ); in getLabelScreenPositionAndAlignmentForUnitCircleValues()
115 double fDY = aRet.Y-aP0.Y; in getLabelScreenPositionAndAlignmentForUnitCircleValues()
173 basegfx::B2IVector aDirection( aRet.X- aOrigin.X, aRet.Y- aOrigin.Y ); in getLabelScreenPositionAndAlignmentForUnitCircleValues()
176 aRet.Y += aDirection.getY(); in getLabelScreenPositionAndAlignmentForUnitCircleValues()
/aoo42x/main/sw/source/core/layout/
H A Dpaintfrm.cxx1113 if ( aCompPxPt.Y() == aRefPxPt.Y() ) in lcl_CompPxPosAndAdjustPos()
1115 aCompPxPt.Y() += _nPxAdjustment ; in lcl_CompPxPosAndAdjustPos()
1117 _rCompPt.Y() = aAdjustedCompPt.Y(); in lcl_CompPxPosAndAdjustPos()
1783 aGrf.Pos().Y() = rOrg.Top(); in DrawGraphic()
1788 aGrf.Pos().Y() = rOrg.Top(); in DrawGraphic()
2378 aStart.Y() = rEntry.mnKey; in PaintLines()
2380 aEnd.Y() = rEntry.mnKey; in PaintLines()
2387 aEnd.Y() = rEntry.mnEndPos; in PaintLines()
4248 _iorRect.Top( aCompPt.Y() ); in lcl_SubTopBottom()
5273 aTmp.Pos().Y() = nY; in PaintGrid()
[all …]
/aoo42x/main/sd/source/core/
H A Dsdpage.cxx1230 aLayoutPos.Y() = long (aLayoutPos.Y() + aLayoutSize.Height() * 1.095); in CalcAutoLayoutRectangles()
1251 aLayoutPos.Y() = long (aLayoutPos.Y() + aLayoutSize.Height() * 1.095); in CalcAutoLayoutRectangles()
1270 aLayoutPos.Y() = long (aLayoutPos.Y() + aLayoutSize.Height() * 1.095); in CalcAutoLayoutRectangles()
1284 aLayoutPos.Y() = long (aLayoutPos.Y() + aLayoutSize.Height() * 1.095); in CalcAutoLayoutRectangles()
1299 aLayoutPos.Y() = long (aLayoutPos.Y() + aLayoutSize.Height() * 1.095); in CalcAutoLayoutRectangles()
1308 …( rRectangle[0].GetSize().Height(), rRectangle[1].BottomLeft().Y() - rRectangle[0].TopLeft().Y() ); in CalcAutoLayoutRectangles()
1343 …e( rRectangle[0].GetSize().Width(), rRectangle[1].BottomLeft().Y() - rRectangle[0].TopLeft().Y() ); in CalcAutoLayoutRectangles()
1362 aLayoutPos.Y() = long (aLayoutPos.Y() + aLayoutSize.Height() * 1.095); in CalcAutoLayoutRectangles()
2058 aNewPos.Y() = long((aTopLeft.Y() - GetUppBorder()) * (double)aFractY) + nUpper; in ScaleObjects()
2060 Size aVec(aNewPos.X() - aTopLeft.X(), aNewPos.Y() - aTopLeft.Y()); in ScaleObjects()
[all …]

Completed in 356 milliseconds

12345678910>>...57