Home
last modified time | relevance | path

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

/aoo41x/main/sc/source/filter/excel/
H A Dxechart.cxx1532 double fApiDist(0.0); in Convert() local
1533 if( rPropSet.GetProperty( fApiDist, EXC_CHPROP_OFFSET ) ) in Convert()
1534 SetValue( limit_cast< sal_uInt16 >( fApiDist * 100.0, 0, 100 ) ); in Convert()
H A Dxichart.cxx1324 double fApiDist = ::std::min< double >( mnPieDist / 100.0, 1.0 ); in Convert() local
1325 rPropSet.SetProperty( EXC_CHPROP_OFFSET, fApiDist ); in Convert()

Completed in 113 milliseconds