Home
last modified time | relevance | path

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

/aoo4110/main/svx/source/sdr/primitive2d/
H A Dsdrmeasureprimitive2d.cxx324 const double fSmall(fArrowsOutsideLen * 0.18); in create2DDecomposition() local
325 fTextX = aMainLeft.getX() - (fStartArrowH + aTextRange.getWidth() + fSmall + fHalfLineWidth); in create2DDecomposition()
340 const double fSmall(fArrowsOutsideLen * 0.18); in create2DDecomposition() local
341 fTextX = aMainRight.getX() + (fEndArrowH + fSmall + fHalfLineWidth); in create2DDecomposition()
368 const double fSmall(fArrowsOutsideLen * 0.10); in create2DDecomposition() local
369 fTextY = aMainLeft.getY() - (aTextRange.getHeight() + fSmall + fHalfLineWidth); in create2DDecomposition()
379 const double fSmall(fArrowsOutsideLen * 0.10); in create2DDecomposition() local
380 fTextY = aMainLeft.getY() + (fSmall + fHalfLineWidth); in create2DDecomposition()
/aoo4110/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 25 milliseconds