Searched refs:nY0 (Results 1 – 6 of 6) sorted by relevance
/aoo4110/main/basegfx/source/tools/ |
H A D | debugplotter.cxx | 140 const double nY0( rElem.first.getMinY() ); in outputRect() local 146 << nX0 << "\t" << nY0 << "\t" in outputRect() 147 << nX1 << "\t" << nY0 << "\t" in outputRect() 150 << nX0 << "\t" << nY0 << ::std::endl << ::std::endl; in outputRect() 154 nX0, nY0, in outputRect() 155 nX1, nY0, in outputRect() 158 nX0, nY0 ); in outputRect()
|
/aoo4110/main/canvas/source/tools/ |
H A D | canvastools.cxx | 951 const double nY0( rRange.getMinY() ); in getBoundMarksPolyPolygon() local 956 nY0 ) ); in getBoundMarksPolyPolygon() 958 nY0 ) ); in getBoundMarksPolyPolygon() 960 nY0+4 ) ); in getBoundMarksPolyPolygon() 964 nY0 ) ); in getBoundMarksPolyPolygon() 966 nY0 ) ); in getBoundMarksPolyPolygon() 968 nY0+4 ) ); in getBoundMarksPolyPolygon()
|
/aoo4110/main/sd/source/ui/slidesorter/controller/ |
H A D | SlsAnimationFunction.cxx | 249 double nY0 (aPoints[0].getY()); in AnimationParametricFunction() local 259 nY0 = nY1; in AnimationParametricFunction() 265 const double nY (nY0*nU + nY1*(1-nU)); in AnimationParametricFunction()
|
/aoo4110/main/sw/source/ui/chrdlg/ |
H A D | drpcps.cxx | 334 long nY0 = (aOutputSizePixel.Height() - (LINES * mnTotLineH)) / 2; in Paint() local 337 …DrawRect(Rectangle(Point(BORDER, nY0 + i * mnTotLineH), Size(aOutputSizePixel.Width() - 2 * BORDER… in Paint() 347 DrawRect( Rectangle( Point( BORDER, nY0 ), aTextSize ) ); in Paint() 350 DrawPrev( Point( BORDER, nY0 - mnLeading ) ); in Paint()
|
/aoo4110/main/sdext/source/presenter/ |
H A D | PresenterPaneAnimator.cxx | 527 const double nY0 ((maPaneGroups[0]->GetOriginalBoundingBox().Y2 in ShowPane() local 538 nY0, in ShowPane() 578 nY0, in ShowPane() 645 const double nY0 ((maPaneGroups[0]->GetOriginalBoundingBox().Y2 in HidePane() local 656 nY0, in HidePane()
|
H A D | PresenterSlideSorter.cxx | 2275 const double nY0, in PaintBitmapTiled() argument 2290 geometry::RealRectangle2D(nX0,nY0,nX0+nWidth,nY0+nHeight)), in PaintBitmapTiled() 2296 0, 1, nY0), in PaintBitmapTiled() 2302 const double nY1 = nY0 + nHeight; in PaintBitmapTiled() 2303 for (double nY=nY0; nY<nY1; nY+=aSize.Height) in PaintBitmapTiled()
|
Completed in 74 milliseconds