Home
last modified time | relevance | path

Searched refs:nY0 (Results 1 – 6 of 6) sorted by relevance

/trunk/main/basegfx/source/tools/
H A Ddebugplotter.cxx140 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()
/trunk/main/canvas/source/tools/
H A Dcanvastools.cxx951 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()
/trunk/main/sd/source/ui/slidesorter/controller/
H A DSlsAnimationFunction.cxx249 double nY0 (aPoints[0].getY()); in AnimationParametricFunction() local
259 nY0 = nY1; in AnimationParametricFunction()
265 const double nY (nY0*nU + nY1*(1-nU)); in AnimationParametricFunction()
/trunk/main/sw/source/ui/chrdlg/
H A Ddrpcps.cxx334 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()
/trunk/main/sdext/source/presenter/
H A DPresenterPaneAnimator.cxx527 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 DPresenterSlideSorter.cxx2275 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 53 milliseconds