Home
last modified time | relevance | path

Searched refs:fSmall (Results 1 – 2 of 2) sorted by relevance

/aoo42x/main/svx/source/sdr/primitive2d/
H A Dsdrmeasureprimitive2d.cxx326 const double fSmall(fArrowsOutsideLen * 0.18); in create2DDecomposition() local
327 fTextX = aMainLeft.getX() - (fStartArrowH + aTextRange.getWidth() + fSmall + fHalfLineWidth); in create2DDecomposition()
342 const double fSmall(fArrowsOutsideLen * 0.18); in create2DDecomposition() local
343 fTextX = aMainRight.getX() + (fEndArrowH + fSmall + fHalfLineWidth); in create2DDecomposition()
370 const double fSmall(fArrowsOutsideLen * 0.10); in create2DDecomposition() local
371 fTextY = aMainLeft.getY() - (aTextRange.getHeight() + fSmall + fHalfLineWidth); in create2DDecomposition()
381 const double fSmall(fArrowsOutsideLen * 0.10); in create2DDecomposition() local
382 fTextY = aMainLeft.getY() + (fSmall + fHalfLineWidth); in create2DDecomposition()
/aoo42x/main/chart2/source/view/main/
H A DShapeFactory.cxx1633 const double fSmall = sqrt(200.0); in createPolyPolygon_Symbol() local
1634 const double fLarge = 128.0 - fSmall; in createPolyPolygon_Symbol()
1637 *pInnerSequenceY++ = fY - fScaleY * fSmall; in createPolyPolygon_Symbol()
1645 *pInnerSequenceX++ = fX - fScaleX * fSmall; in createPolyPolygon_Symbol()
1655 *pInnerSequenceY++ = fY + fScaleY * fSmall; in createPolyPolygon_Symbol()
1663 *pInnerSequenceX++ = fX + fScaleX * fSmall; in createPolyPolygon_Symbol()
1673 *pInnerSequenceY++ = fY - fScaleY * fSmall; in createPolyPolygon_Symbol()

Completed in 34 milliseconds