Home
last modified time | relevance | path

Searched refs:fNan (Results 1 – 7 of 7) sorted by relevance

/trunk/main/chart2/source/tools/
H A DInternalData.cxx133 double fNan; in setData() local
134 ::rtl::math::setNan( & fNan ); in setData()
136 m_aData = fNan; in setData()
289 double fNan; in enlargeData() local
315 double fNan; in insertColumn() local
316 ::rtl::math::setNan( &fNan ); in insertColumn()
364 double fNan; in insertRow() local
365 ::rtl::math::setNan( &fNan ); in insertRow()
403 double fNan; in deleteColumn() local
404 ::rtl::math::setNan( &fNan ); in deleteColumn()
[all …]
H A DInternalDataProvider.cxx1261 double fNan = InternalDataProvider::getNotANumber(); in getDateCategories() local
1262 double fValue = fNan; in getDateCategories()
1271 fValue = fNan; in getDateCategories()
1395 double fNan; in getNotANumber() local
1396 ::rtl::math::setNan( & fNan ); in getNotANumber()
1397 return fNan; in getNotANumber()
H A DDiagramHelper.cxx1044 double fNan = 0.0; in lcl_switchToDateCategories() local
1045 ::rtl::math::setNan( & fNan ); in lcl_switchToDateCategories()
1057 rAny = uno::makeAny(fNan); in lcl_switchToDateCategories()
/trunk/main/chart2/source/view/main/
H A DVDataSeries.cxx80 double fNan; in getValue() local
81 ::rtl::math::setNan( & fNan ); in getValue()
82 return fNan; in getValue()
300 double fNan; in doSortByXValues() local
301 ::rtl::math::setNan( & fNan ); in doSortByXValues()
306 …_back( (nPointIndex < m_aValues_X.Doubles.getLength()) ? m_aValues_X.Doubles[nPointIndex] : fNan ); in doSortByXValues()
307 …_back( (nPointIndex < m_aValues_Y.Doubles.getLength()) ? m_aValues_Y.Doubles[nPointIndex] : fNan ); in doSortByXValues()
/trunk/main/chart2/source/controller/dialogs/
H A DDataBrowser.cxx504 double fNan; in DataBrowser() local
505 ::rtl::math::setNan( & fNan ); in DataBrowser()
506 m_aNumberEditField.SetDefaultValue( fNan ); in DataBrowser()
/trunk/main/xmloff/source/chart/
H A DSchXMLExport.cxx659 double fNan = 0.0; in lcl_getAllValuesFromSequence() local
660 ::rtl::math::setNan( &fNan ); in lcl_getAllValuesFromSequence()
879 double fNan = 0.0; in lcl_getDataForLocalTable() local
880 ::rtl::math::setNan( &fNan ); in lcl_getDataForLocalTable()
882 lcl_resize< t2DNumberContainer::value_type >( nNumColumns, fNan )); in lcl_getDataForLocalTable()
/trunk/main/sw/source/core/unocore/
H A Dunotbl.cxx4001 double fNan; in GetDataSequence() local
4002 ::rtl::math::setNan( & fNan ); in GetDataSequence()
4036 double fVal = fNan; in GetDataSequence()

Completed in 91 milliseconds