Home
last modified time | relevance | path

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

/dports/editors/libreoffice6/libreoffice-6.4.7.2/oox/source/export/
H A Dchartexport.cxx3680 double fInterceptValue = 0.0; in exportTrendlines() local
3681 xProperties->getPropertyValue("InterceptValue") >>= fInterceptValue; in exportTrendlines()
3684 XML_val, OString::number(fInterceptValue) ); in exportTrendlines()
/dports/editors/libreoffice/libreoffice-7.2.6.2/oox/source/export/
H A Dchartexport.cxx4171 double fInterceptValue = 0.0; in exportTrendlines() local
4172 xProperties->getPropertyValue("InterceptValue") >>= fInterceptValue; in exportTrendlines()
4175 XML_val, OString::number(fInterceptValue) ); in exportTrendlines()