Home
last modified time | relevance | path

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

/aoo4110/main/chart2/source/view/charttypes/
H A DBubbleChart.cxx134 drawing::Direction3D BubbleChart::transformToScreenBubbleSize( double fLogicSize ) in transformToScreenBubbleSize() argument
138 if( ::rtl::math::isNan(fLogicSize) || ::rtl::math::isInf(fLogicSize) ) in transformToScreenBubbleSize()
142 fLogicSize = fabs(fLogicSize); in transformToScreenBubbleSize()
147 double fRaduis = fLogicSize; in transformToScreenBubbleSize()
151 fRaduis = sqrt( fLogicSize / F_PI ); in transformToScreenBubbleSize()
H A DBubbleChart.hxx72 com::sun::star::drawing::Direction3D transformToScreenBubbleSize( double fLogicSize );

Completed in 9 milliseconds