Searched refs:fLogicSize (Results 1 – 2 of 2) sorted by relevance
134 drawing::Direction3D BubbleChart::transformToScreenBubbleSize( double fLogicSize ) in transformToScreenBubbleSize() argument138 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()
72 com::sun::star::drawing::Direction3D transformToScreenBubbleSize( double fLogicSize );
Completed in 13 milliseconds