Home
last modified time | relevance | path

Searched refs:getY (Results 151 – 175 of 349) sorted by relevance

12345678910>>...14

/trunk/main/chart2/source/view/charttypes/
H A DPieChart.cxx516 aScreenPosition2D.Y += aDirection.getY(); in createShapes()
635 … basegfx::B2IVector aTangentialDirection( -aRadiusDirection.getY(), aRadiusDirection.getX() ); in moveAwayFrom()
636 bool bShiftHorizontal = abs(aTangentialDirection.getX()) > abs(aTangentialDirection.getY()); in moveAwayFrom()
648 awt::Point aNewAWTPos( aNewPos.getX(), aNewPos.getY() ); in moveAwayFrom()
860 sal_Int32 nY1 = rInfo.aFirstPosition.getY(); in rearrangeLabelToAvoidOverlapIfRequested()
/trunk/main/canvas/source/vcl/
H A Dspritehelper.cxx108 rPos.getY() ); in redraw()
214 … rOrigOutputSize.getY()), in redraw()
238 ::basegfx::fround( rOrigOutputSize.getY() * aTransform.get(1,1) ) ); in redraw()
/trunk/main/basegfx/source/range/
H A Db2drangeclipper.cxx283 maPoints.back().getY() == rPoint.getY(), in append()
537 maPoints.front().getY() == maPoints.back().getY(), in finish()
/trunk/main/toolkit/test/accessibility/
H A DAccessibilityTree.java250 int selRow = maTree.getComponent().getRowForLocation(e.getX(), e.getY()); in popupTrigger()
253 TreePath aPath = maTree.getComponent().getPathForLocation(e.getX(), e.getY()); in popupTrigger()
292 e.getX(), e.getY()); in popupTrigger()
/trunk/main/sd/source/ui/accessibility/
H A DAccessiblePageShape.cxx159 int y = aPixelPosition.getY() - aParentLocation.Y; in getBounds()
170 aBBox.getY(), in getBounds()
176 aPixelPosition.getX(), aPixelPosition.getY(), in getBounds()
/trunk/main/drawinglayer/source/primitive3d/
H A Dsdrdecompositiontools3d.cxx135 aTexMatrix.scale(rTextureSize.getX(), rTextureSize.getY()); in applyTextureTo3DGeometry()
240 const basegfx::B2DRange aTexRange(0.0, 0.0, rTextureSize.getX(), rTextureSize.getY()); in create3DPolyPolygonFillPrimitives()
296 aShadowOffset.set(1, 2, rShadow.getOffset().getY()); in createShadowPrimitive3D()
/trunk/main/chart2/source/controller/dialogs/
H A Dtp_SeriesToAxis.cxx250 rCtrl.SetPosPixel( Point(aPos.getX() + nXOffset, aPos.getY() + nYOffset) ); in lcl_offsetControl()
281 long nYOffset = aPos.getY() - m_aFL_PlotOptions.GetPosPixel().getY(); in AdaptControlPositionsAndVisibility()
H A Dtp_RangeChooser.cxx71 aPos.setY( aPos.getY() + nYOffset ); in lcl_shiftControlY()
119 … long nYOffset = - ( m_aFT_Range.GetPosPixel().getY() - m_aFT_Caption.GetPosPixel().getY() + 4 ); in RangeChooserTabPage()
/trunk/main/canvas/source/cairo/
H A Dcairo_canvashelper.cxx231 OSL_TRACE ("clear whole area: %d x %d", maSize.getX(), maSize.getY() ); in clear()
247 cairo_rectangle( mpCairo.get(), 0, 0, maSize.getX(), maSize.getY() ); in clear()
970 nY = aP.getY(); in doPolyPolygonImplementation()
994 nAY = aA.getY(); in doPolyPolygonImplementation()
996 nBY = aB.getY(); in doPolyPolygonImplementation()
1307 cairo_rectangle( mpCairo.get(), 0, 0, maSize.getX(), maSize.getY() ); in implDrawBitmapSurface()
1369 …ge surface to rgb, %f, %f, %f x %f (%d x %d)", x, y, width, height, maSize.getX(), maSize.getY() ); in implDrawBitmapSurface()
1370 if( x <= 0 && y <= 0 && x + width >= maSize.getX() && y + height >= maSize.getY() ) in implDrawBitmapSurface()
1971 cairo_rectangle( mpCairo.get(), 0, 0, maSize.getX(), maSize.getY() ); in repaint()
/trunk/main/basegfx/source/tuple/
H A Db3dtuple.cxx41 mfY( rTup.getY() ), in B3DTuple()
47 return B3ITuple(fround(rTup.getX()), fround(rTup.getY()), fround(rTup.getZ())); in fround()
H A Db2dtuple.cxx42 mfY( rTup.getY() ) in B2DTuple()
75 return B2ITuple(fround(rTup.getX()), fround(rTup.getY())); in fround()
/trunk/main/basegfx/inc/basegfx/tools/
H A Drectcliptools.hxx58 clip |= (rP.getY() < rR.getMinY()) << 2; in getCohenSutherlandClipFlags()
59 clip |= (rP.getY() > rR.getMaxY()) << 3; in getCohenSutherlandClipFlags()
/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShape3d.cxx248 aPoint.getY() - (fDepth * sin( fSkewAngle )), in ApplySkewSettings()
261 aPoint2D.Y() = (sal_Int32)rPoint3D.getY(); in Transform2D()
266 double fY = rPoint3D.getY() - fOriginY; in Transform2D()
269 aPoint2D.Y() = (sal_Int32)(( fY - fViewPoint.getY() ) * f + fViewPoint.getY() + fOriginY ); in Transform2D()
/trunk/main/basebmp/source/
H A Ddebug.cxx88 << "/* Height = " << aSize.getY() << " */" << std::endl in debugDump()
95 for( int y=0; y<aSize.getY(); ++y ) in debugDump()
H A Dpolypolygonrenderer.cxx53 const sal_Int32 nVertexYP1( basegfx::fround(rP1.getY()) ); in setupGlobalEdgeTable()
54 const sal_Int32 nVertexYP2( basegfx::fround(rP2.getY()) ); in setupGlobalEdgeTable()
/trunk/main/drawinglayer/source/primitive2d/
H A Ddiscretebitmapprimitive2d.cxx64 aObjectTransform.set(1, 1, aWorldSize.getY()); in create2DDecomposition()
66 aObjectTransform.set(1, 2, aWorldTopLeft.getY()); in create2DDecomposition()
H A Dcropprimitive2d.cxx94 …e fBackScaleY(basegfx::fTools::equalZero(aObjectScale.getY()) ? 1.0 : 1.0 / fabs(aObjectScale.getY in get2DDecomposition()
/trunk/main/slideshow/source/engine/
H A Danimationfactory.cxx154 rValue.getY() ); in operator ()()
184 maDefaultValue.getY() ); in getUnderlyingValue()
885 rSlideSize.getY() ); in createNumberPropertyAnimation()
964 rSlideSize.getY() ); in createNumberPropertyAnimation()
/trunk/main/drawinglayer/source/processor2d/
H A Dhelperwrongspellrenderer.cxx59 const Point aVclStart(basegfx::fround(aStart.getX()), basegfx::fround(aStart.getY())); in renderWrongSpellPrimitive2D()
60 const Point aVclStop(basegfx::fround(aStop.getX()), basegfx::fround(aStop.getY())); in renderWrongSpellPrimitive2D()
/trunk/main/svx/source/sdr/contact/
H A Dviewcontactofe3dcube.cxx76 aWorldTransform.scale(abjectRange.getX(), abjectRange.getY(), abjectRange.getZ()); in createViewIndependentPrimitive3DSequence()
84 const basegfx::B2DVector aTextureSize(aCubeSize.getX(), aCubeSize.getY()); in createViewIndependentPrimitive3DSequence()
/trunk/main/basegfx/source/tools/
H A Dunopolypolygon.cxx330 rPt.getY(), in getBezierSegment()
332 rCtrl0.getY(), in getBezierSegment()
334 rCtrl1.getY() ); in getBezierSegment()
/trunk/main/basebmp/inc/basebmp/
H A Dtools.hxx71 begin + vigra::Diff2D(rPt.getX(),rPt.getY()), in srcIter()
82 begin + vigra::Diff2D(rPt.getX(),rPt.getY()), in destIter()
H A Dlinerenderer.hxx81 const sal_Int32 y1 = rPt1.getY(); in renderLine()
82 const sal_Int32 y2 = rPt2.getY(); in renderLine()
/trunk/main/vcl/unx/headless/
H A Dsvpvd.cxx58 if( aDevSize.getY() == 0 ) in SetSize()
101 rHeight = aDevSize.getY(); in GetSize()
/trunk/main/xmloff/source/draw/
H A Dshapeexport2.cxx169 if( aTRScale.getY() > 0.0 ) in ImpExportNewTrans_FeaturesAndWrite()
170 aTRScale.setY(aTRScale.getY() - 1.0); in ImpExportNewTrans_FeaturesAndWrite()
171 else if( aTRScale.getY() < 0.0 ) in ImpExportNewTrans_FeaturesAndWrite()
172 aTRScale.setY(aTRScale.getY() + 1.0); in ImpExportNewTrans_FeaturesAndWrite()
175 mrExport.GetMM100UnitConverter().convertMeasure(sStringBuffer, FRound(aTRScale.getY())); in ImpExportNewTrans_FeaturesAndWrite()
217 mrExport.GetMM100UnitConverter().convertMeasure(sStringBuffer, FRound(rTRTranslate.getY())); in ImpExportNewTrans_FeaturesAndWrite()
830 awt::Point aBasePosition(FRound(aTRTranslate.getX()), FRound(aTRTranslate.getY()));
1008 awt::Size aSize(FRound(aTRScale.getX()), FRound(aTRScale.getY()));

Completed in 126 milliseconds

12345678910>>...14