Home
last modified time | relevance | path

Searched refs:Y (Results 176 – 200 of 1408) sorted by relevance

12345678910>>...57

/aoo42x/main/vcl/source/gdi/
H A Doutmap.cxx295 rMapRes.mnMapOfsY = aOrigin.Y(); in ImplCalcMapResolution()
334 rMapRes.mnMapOfsY = (long)aY + aOrigin.Y(); in ImplCalcMapResolution()
703 aPt.Y() = ImplLogicToPixel( pPt->Y()+maMapRes.mnMapOfsY, mnDPIY, in ImplLogicToDevicePixel()
715 aPt.Y() += mnOutOffY; in ImplLogicToDevicePixel()
891 maMapRes.mnMapOfsY = aOrigin.Y(); in SetMapMode()
1220 aPt.Y() = ImplLogicToPixel( pPt->Y() + maMapRes.mnMapOfsY, mnDPIY, in LogicToPixel()
1428 aPt.Y() = ImplLogicToPixel( pPt->Y() + aMapRes.mnMapOfsY, mnDPIY, in LogicToPixel()
1546 ImplPixelToLogic( rDevicePt.Y(), mnDPIY, in PixelToLogic()
1615 aPt.Y() = ImplPixelToLogic( pPt->Y(), mnDPIY, in PixelToLogic()
1737 ImplPixelToLogic( rDevicePt.Y(), mnDPIY, in PixelToLogic()
[all …]
/aoo42x/main/sd/source/ui/annotations/
H A Dannotationwindow.cxx463 Point aBase( aPos.X() + aPos.X() + GetSizePixel().Width(), aPos.Y() ); in DoResize()
464 Point aLeft = PixelToLogic( Point( aBase.X() - (METABUTTON_WIDTH+5), aBase.Y()+17 ) ); in DoResize()
465 Point aRight = PixelToLogic( Point( aBase.X() - (METABUTTON_WIDTH-1), aBase.Y()+17 ) ); in DoResize()
466 Point aBottom = PixelToLogic( Point( aBase.X() - (METABUTTON_WIDTH+2), aBase.Y()+20 ) ); in DoResize()
469 maPopupTriangle.append(basegfx::B2DPoint(aLeft.X(),aLeft.Y())); in DoResize()
470 maPopupTriangle.append(basegfx::B2DPoint(aRight.X(),aRight.Y())); in DoResize()
471 maPopupTriangle.append(basegfx::B2DPoint(aBottom.X(),aBottom.Y())); in DoResize()
475 aPos.Y()+5 ), in DoResize()
709 …eta->GetPosPixel().X()+mpMeta->GetSizePixel().Width(),mpMeta->GetPosPixel().Y()),Size(METABUTTON_A… in Paint()
779 if( mpMeta->IsVisible() &&(mpMeta->GetPosPixel().Y() < rCEvt.GetMousePosPixel().Y()) ) in Command()
/aoo42x/main/svx/source/engine3d/
H A Dviewpt3d2.cxx51 aViewWin.X = -1; aViewWin.Y = -1; in Viewport3D()
64 aViewWin.Y = fY; in SetViewWindow()
84 rY = aViewWin.Y; in GetViewWindow()
216 aViewWin.Y *= fRatio; in SetDeviceWindow()
225 aViewWin.Y = aViewWin.Y * aViewWin.H / fTmp; in SetDeviceWindow()
297 aRetval.setY((double)aDeviceRect.Bottom() - ((rVec.getY() - aViewWin.Y) * fHRatio)); in MapToDevice()
H A Ddragmt3d.cxx353 basegfx::B2DPoint aRotCenter2D(Ref1().X(), Ref1().Y()); in E3dDragRotate()
416 fHAngle = 90.0 * (double)(rPnt.Y() - maLastPos.Y()) in MoveSdrDrag()
574 …t aGlobalMoveHead((double)(rPnt.X() - maLastPos.X()), (double)(rPnt.Y() - maLastPos.Y()), 32768.0); in MoveSdrDrag()
594 …B2DPoint aGlobalMoveHead2D((double)(rPnt.X() - maLastPos.X()), (double)(rPnt.Y() - maLastPos.Y())); in MoveSdrDrag()
667 basegfx::B2DPoint aGlobalScaleStart2D((double)(aStartPos.X()), (double)(aStartPos.Y())); in MoveSdrDrag()
668 basegfx::B2DPoint aGlobalScaleNext2D((double)(rPnt.X()), (double)(rPnt.Y())); in MoveSdrDrag()
669 … basegfx::B2DPoint aGlobalScaleFixPos2D((double)(maScaleFixPos.X()), (double)(maScaleFixPos.Y())); in MoveSdrDrag()
/aoo42x/main/comphelper/source/misc/
H A Daccessiblecomponenthelper.cxx66 && ( _rPoint.Y >= 0 ) in containsPoint()
68 && ( _rPoint.Y < aBounds.Height ); in containsPoint()
76 return Point( aBounds.X, aBounds.Y ); in getLocation()
94 aScreenLoc.Y = aParentScreenLoc.Y + aOwnRelativeLoc.Y; in getLocationOnScreen()
/aoo42x/main/vcl/aqua/source/a11y/
H A Daqua11ytextwrapper.mm216 aPoint.Y -= screenPos.Y;
237 if ( vclRect.Y < miny ) {
238 miny = vclRect.Y;
243 if ( vclRect.Height + vclRect.Y > maxy ) {
244 maxy = vclRect.Height + vclRect.Y;
250 Point pos ( minx + screenPos.X, miny + screenPos.Y );
253 …WithRect: NSMakeRect ( [ nsPos pointValue ].x, [ nsPos pointValue ].y - size.Y, size.X, size.Y ) ];
/aoo42x/main/oox/source/vml/
H A Dvmlshape.cxx75 …aAbsPoint.Y = static_cast< sal_Int32 >( rShapeRect.Y + fHeightRatio * (rRelPoint.Y - rCoordSys.Y) … in lclGetAbsPoint()
85 …aAbsRect.Y = static_cast< sal_Int32 >( rShapeRect.Y + fHeightRatio * (rRelRect.Y - rCoordSys.Y) + … in lclGetAbsRect()
300 rxShape->setPosition( Point( aShapeRect.X, aShapeRect.Y ) ); in convertFormatting()
/aoo42x/main/svtools/source/control/
H A Dvalueset.cxx272 aTxtPos.Y() += 4; in ImplFormatItem()
1008 nY = aPos.Y(); in ImplDrawDropPos()
1016 nY = aPos.Y(); in ImplDrawDropPos()
1066 aTempPos.Y() = aScrPos.Y()+aScrSize.Height(); in ImplDraw()
1087 aPos1.Y()++; in ImplDraw()
1088 aPos2.Y()++; in ImplDraw()
1125 if ( (rPos.Y() >= nTopPos) && (rPos.Y() <= nTopPos+nScrollOffset) ) in ImplScroll()
1132 if ( (rPos.Y() >= nBottomPos-nScrollOffset) && (rPos.Y() <= nBottomPos) ) in ImplScroll()
1731 aItemRect.Top() = aPt.Y(); in RequestHelp()
1734 aItemRect.Bottom() = aPt.Y(); in RequestHelp()
[all …]
/aoo42x/main/editeng/source/misc/
H A Dtxtrange.cxx174 inline long A( const Point& rP ) const { return bRotate ? rP.Y() : rP.X(); } in A()
175 inline long B( const Point& rP ) const { return bRotate ? rP.X() : rP.Y(); } in B()
252 if( rLst.X() != rNxt.X() && rLst.Y() != rNxt.Y() ) in CheckCut()
649 nQuot *= ( rPt2.Y() - rPt1.Y() ); in Cut()
650 return long( rPt1.Y() + nQuot ); in Cut()
652 double nQuot = nB - rPt1.Y(); in Cut()
653 nQuot /= ( rPt2.Y() - rPt1.Y() ); in Cut()
/aoo42x/main/filter/source/msfilter/
H A Descherex.cxx1999 rPoly[ 1 ].Y() - rPoly[ 0 ].Y() ); in CreatePolygonProperties()
2047 aPoint.Y() -= rGeoRect.Y; in CreatePolygonProperties()
2154 if ( aEnd.Y() == aStart.Y() ) in lcl_GetConnectorAdjustValue()
2155 aEnd.Y() = aStart.Y() +4; in lcl_GetConnectorAdjustValue()
2166 nAdjustValue = ( aPt.Y()-aStart.Y())* 21600 /(aEnd.Y()-aStart.Y()); in lcl_GetConnectorAdjustValue()
2205 sal_Int32 y0 =pt.Y()-center.Y(); in lcl_Rotate()
2207 pt.Y()=center.Y()+ y0*cs+x0*sn; in lcl_Rotate()
2223 Point center((aEnd.X()+aStart.X())>>1,(aEnd.Y()+aStart.Y())>>1); in lcl_GetAngle()
2235 if ( p1.Y() > p2.Y() ) in lcl_GetAngle()
2301 rGeoRect.Y = aEndPoint.Y; in CreateConnectorProperties()
[all …]
/aoo42x/main/toolkit/inc/toolkit/awt/
H A Dvclxgraphics.hxx128 …virtual void SAL_CALL drawPixel( ::sal_Int32 X, ::sal_Int32 Y ) throw (::com::sun::star::uno::Runt…
130 …virtual void SAL_CALL drawRect( ::sal_Int32 X, ::sal_Int32 Y, ::sal_Int32 Width, ::sal_Int32 Heigh…
131 …virtual void SAL_CALL drawRoundedRect( ::sal_Int32 X, ::sal_Int32 Y, ::sal_Int32 Width, ::sal_Int3…
135 …virtual void SAL_CALL drawEllipse( ::sal_Int32 X, ::sal_Int32 Y, ::sal_Int32 Width, ::sal_Int32 He…
136 …virtual void SAL_CALL drawArc( ::sal_Int32 X, ::sal_Int32 Y, ::sal_Int32 Width, ::sal_Int32 Height…
137 …virtual void SAL_CALL drawPie( ::sal_Int32 X, ::sal_Int32 Y, ::sal_Int32 Width, ::sal_Int32 Height…
140 …virtual void SAL_CALL drawText( ::sal_Int32 X, ::sal_Int32 Y, const ::rtl::OUString& Text ) throw …
141 …virtual void SAL_CALL drawTextArray( ::sal_Int32 X, ::sal_Int32 Y, const ::rtl::OUString& Text, co…
/aoo42x/main/chart2/source/controller/dialogs/
H A Dres_Titles.cxx88 m_aEd_Main.SetPosPixel( Point( nEditFieldXPos, m_aEd_Main.GetPosPixel().Y() ) ); in TitleResources()
89 m_aEd_Sub.SetPosPixel( Point( nEditFieldXPos, m_aEd_Sub.GetPosPixel().Y() ) ); in TitleResources()
90 m_aEd_XAxis.SetPosPixel( Point( nEditFieldXPos, m_aEd_XAxis.GetPosPixel().Y() ) ); in TitleResources()
91 m_aEd_YAxis.SetPosPixel( Point( nEditFieldXPos, m_aEd_YAxis.GetPosPixel().Y() ) ); in TitleResources()
92 m_aEd_ZAxis.SetPosPixel( Point( nEditFieldXPos, m_aEd_ZAxis.GetPosPixel().Y() ) ); in TitleResources()
95 …_aEd_SecondaryXAxis.SetPosPixel( Point( nEditFieldXPos, m_aEd_SecondaryXAxis.GetPosPixel().Y() ) ); in TitleResources()
96 …_aEd_SecondaryYAxis.SetPosPixel( Point( nEditFieldXPos, m_aEd_SecondaryYAxis.GetPosPixel().Y() ) ); in TitleResources()
/aoo42x/main/svx/source/dialog/
H A Dparaprev.cxx102 aPnt.Y() += nTop * 2; in DrawParagraph()
133 case SVX_PREV_LINESPACE_15: aPnt.Y() += nH / 2; break; in DrawParagraph()
134 case SVX_PREV_LINESPACE_2: aPnt.Y() += nH; break; in DrawParagraph()
142 aPnt.Y() += nH; in DrawParagraph()
214 aPnt.Y() += nBottom * 2; in DrawParagraph()
217 aPnt.Y() += nH; in DrawParagraph()
H A Ddlgctrl.cxx563 aPtNew.Y() = aPtMM.Y(); in SetActualRPWithoutInvalidate()
612 if( aPt.Y() < aSize.Height() / 3 ) in GetApproxLogPtFromPixPt()
613 y = aPtLT.Y(); in GetApproxLogPtFromPixPt()
614 else if( aPt.Y() < aSize.Height() * 2 / 3 ) in GetApproxLogPtFromPixPt()
615 y = aPtMM.Y(); in GetApproxLogPtFromPixPt()
617 y = aPtRB.Y(); in GetApproxLogPtFromPixPt()
620 y = aPtMM.Y(); in GetApproxLogPtFromPixPt()
699 _aPtNew.Y() = aPtMM.Y(); in SetState()
1092 i = aPosition.Y(); in implCalFocusRect()
2329 aPos.Y() -= maSymbolSize.Height() / 2; in Paint()
[all …]
/aoo42x/main/chart2/source/controller/main/
H A DPositionAndSizeHelper.cxx56 …Rectangle aObjectRect( Point(rNewPositionAndSize.X,rNewPositionAndSize.Y), Size(rNewPositionAndSiz… in moveObject()
57 …Rectangle aPageRect( Point(rPageRectangle.X,rPageRectangle.Y), Size(rPageRectangle.Width,rPageRect… in moveObject()
67 …aRelativePosition.Secondary = (double(aPos.Y())+double(aObjectRect.getHeight())/2.0)/double(aPageR… in moveObject()
78 aRelativePosition.Secondary = double(aPos.Y())/double(aPageRect.getHeight()); in moveObject()
93 static_cast< double >( aAnchor.Y()) / in moveObject()
121 aRelativePosition.Secondary = double(aPos.Y())/double(aPageRect.getHeight()); in moveObject()
/aoo42x/main/winaccessibility/source/UAccCOM/
H A DAccTextBase.cpp315 aPoint.Y = pt.Y; in get_characterExtents()
321 aPoint.Y = pt.Y; in get_characterExtents()
325 rectangle.Y = rectangle.Y + aPoint.Y; in get_characterExtents()
328 *y = rectangle.Y; in get_characterExtents()
414 point.Y = y; in get_offsetAtPoint()
/aoo42x/main/offapi/com/sun/star/awt/
H A DXGraphics.idl134 [in] long Y );
146 [in] long Y,
153 [in] long Y,
177 [in] long Y,
184 [in] long Y,
195 [in] long Y,
229 [in] long Y,
235 [in] long Y,
250 the Y coordinate on the device where the graphic will be drawn
/aoo42x/main/sc/source/ui/dbgui/
H A Dfieldwnd.cxx143 aScrollBarPos.Y() += nWinHeight + maSpaceSize.Height(); in ScPivotFieldWindow()
256 if( (rWindowPos.X() >= 0) && (rWindowPos.Y() >= 0) ) in GetFieldIndex()
261 size_t nRow = static_cast< size_t >( rWindowPos.Y() / nGridHeight ); in GetFieldIndex()
265 long nRowOffset = rWindowPos.Y() % nGridHeight; in GetFieldIndex()
279 if( (rWindowPos.X() >= 0) && (rWindowPos.Y() >= 0) ) in GetDropIndex()
284 size_t nRow = static_cast< size_t >( rWindowPos.Y() / nGridHeight ); in GetDropIndex()
289 long nRowOffset = rWindowPos.Y() % nGridHeight; in GetDropIndex()
852 else if( (bVerticalCursor ? aMainLinePos.X() : aMainLinePos.Y()) > 0 ) in DrawInsertionCursor()
853 (bVerticalCursor ? aMainLinePos.X() : aMainLinePos.Y()) -= ((CURSOR_WIDTH + 1) / 2); in DrawInsertionCursor()
858 (bVerticalCursor ? aSubLinePos.X() : aSubLinePos.Y()) -= CURSOR_WIDTH; in DrawInsertionCursor()
[all …]
/aoo42x/main/chart2/source/controller/accessibility/
H A DAccessibleChartView.cxx103 aBBox.Y = aVCLPoint.getY(); in GetWindowPosSize()
116 aParentPosition.Y = aBBox.Y; in GetUpperLeftOnScreen()
166 aResult.Y -= aParentPosition.Y; in getBounds()
184 aResult.Y += aBounds.Y; in getLocationOnScreen()
/aoo42x/main/sc/source/core/tool/
H A Ddetfunc.cxx338 aPos.Y() += pDoc->GetRowHeight( nRow, nTab ) / 2; in GetDrawPos()
358 aPos.Y() += pDoc->GetRowHeight( 0, nRow - 1, nTab ); in GetDrawPos()
361 aPos.Y() = static_cast< long >( aPos.Y() * HMM_PER_TWIPS ); in GetDrawPos()
515 if (aStartPos.Y() < 0) in InsertArrow()
516 aStartPos.Y() += 2000; in InsertArrow()
583 if (aEndPos.Y() < 0) in InsertToOtherTab()
584 aEndPos.Y() += 2000; in InsertToOtherTab()
737 && rRect.Top() >= rStart.Y() - SC_DET_TOLERANCE in RectIsPoints()
738 && rRect.Top() <= rStart.Y() + SC_DET_TOLERANCE in RectIsPoints()
739 && rRect.Bottom() >= rEnd.Y() - SC_DET_TOLERANCE in RectIsPoints()
[all …]
/aoo42x/main/canvas/source/directx/
H A Ddx_bitmap.cxx184 ENSURE_ARG_OR_THROW( pos.Y >= 0 && pos.Y < aSize.Height, in setPixel()
189 if( Gdiplus::Ok != mpBitmap->SetPixel( pos.X, pos.Y, in setPixel()
203 ENSURE_ARG_OR_THROW( pos.Y >= 0 && pos.Y < aSize.Height, in getPixel()
208 if( Gdiplus::Ok != mpBitmap->GetPixel( pos.X, pos.Y, &aColor ) ) in getPixel()
/aoo42x/main/svx/source/svdraw/
H A Dsvdoashp.cxx738 aViewBox.Y = 0; in MergeDefaultAttributes()
1953 long ndy = rRef2.Y()-rRef1.Y(); in NbcMirror()
2122 aGlue.Y() = aRect.GetHeight() - aGlue.Y(); in ImpCheckCustomGluePointsAreAdded()
2124 aGlue.Y() -= nYDiff; in ImpCheckCustomGluePointsAreAdded()
2296 Point aBottom( aTop.X(), aTop.Y() + 1000 ); in DragResizeCustomShape()
2378 sal_Int32 nYDiff = aPt.Y - aInteractionHandle.aPosition.Y; in DragMoveCustomShapeHdl()
2746 rR.Move(aD2.X(),aD2.Y()); in AdjustTextFrameWidthAndHeight()
2870 aViewInit.Move(aCenter.X(),aCenter.Y()); in TakeTextEditArea()
3096 aTextPos.Y()+=nFreeHgt/2; in TakeTextRect()
3098 aTextPos.Y()+=nFreeHgt; in TakeTextRect()
[all …]
H A Dsvdedxv.cxx202 aEditArea1.Move(aPvOfs.X(),aPvOfs.Y()); in ModelHasChanged()
203 aMinArea1.Move(aPvOfs.X(),aPvOfs.Y()); in ModelHasChanged()
688 aTextEditArea.Move(aPvOfs.X(),aPvOfs.Y()); in SdrBeginTextEdit()
1310 if (aPixPos.Y()<aR.Top ()) aPixPos.Y()=aR.Top (); in MouseButtonDown()
1311 if (aPixPos.Y()>aR.Bottom()) aPixPos.Y()=aR.Bottom(); in MouseButtonDown()
1342 if (aPixPos.Y()<aR.Top ()) aPixPos.Y()=aR.Top (); in MouseButtonUp()
1343 if (aPixPos.Y()>aR.Bottom()) aPixPos.Y()=aR.Bottom(); in MouseButtonUp()
1374 if (aPixPos.Y()<aR.Top ()) aPixPos.Y()=aR.Top (); in MouseMove()
1375 if (aPixPos.Y()>aR.Bottom()) aPixPos.Y()=aR.Bottom(); in MouseMove()
1410 if (aPixPos.Y()<aR.Top ()) aPixPos.Y()=aR.Top (); in Command()
[all …]
/aoo42x/main/xmerge/java/XMergeBridge/
H A Dantcall.txt11 -Dsolar.bin=Y:\so-cwsserv03\lo8\SRC680\wntmsci10.pro\bin.m105
12 -Dsolar.jar=Y:\so-cwsserv03\lo8\SRC680\wntmsci10.pro\bin.m105
13 -Dsolar.doc=Y:\so-cwsserv03\lo8\SRC680\wntmsci10.pro\doc.m105
14 -Dcommon.jar=Y:\so-cwsserv03\lo8\SRC680\common.pro\bin.m105
15 -Dcommon.doc=Y:\so-cwsserv03\lo8\SRC680\common.pro\doc.m105
/aoo42x/main/sw/source/ui/wrtsh/
H A Dmove.cxx150 aTmp.Y() -= VisArea().Height() * nReadOnlyScrollOfst / 100; in Up()
168 aTmp.Y() += VisArea().Height() * nReadOnlyScrollOfst / 100; in Down()
169 aTmp.Y() = rView.SetVScrollMax( aTmp.Y() ); in Down()
472 aPt.Y() = aTmpArea.Top() + aTmpArea.Height() / 2; in PushCrsr()
474 aPt.Y() += lOffset; in PushCrsr()
491 aTmpArea.Pos().Y() += lOffset; in PushCrsr()
552 aTmpArea.Pos().Y() -= pCrsrStack->lOffset; in PopCrsr()

Completed in 168 milliseconds

12345678910>>...57