Home
last modified time | relevance | path

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

/trunk/main/chart2/source/controller/dialogs/
H A Ddlg_InsertErrorBars.cxx99 double fStepWidth = 0.001; in getAxisMinorStepWidthForErrorBarDecimals() local
116 fStepWidth = aExplicitIncrement.Distance; in getAxisMinorStepWidthForErrorBarDecimals()
118 fStepWidth=fStepWidth/double(aExplicitIncrement.SubIncrements[0].IntervalCount); in getAxisMinorStepWidthForErrorBarDecimals()
120 fStepWidth/=10; in getAxisMinorStepWidthForErrorBarDecimals()
124 return fStepWidth; in getAxisMinorStepWidthForErrorBarDecimals()
/trunk/main/svx/source/svdraw/
H A Dsvdedtv2.cxx878 double fStepWidth = ((double)nWidth - (double)nFullLength) / (double)(aEntryList.Count() - 1); in DECLARE_LIST() local
880 …fStepStart += fStepWidth + (double)((aEntryList.GetObject(0)->mnLength + aEntryList.GetObject(1)->… in DECLARE_LIST()
891 fStepStart += fStepWidth + (double)((pCurr->mnLength + pNext->mnLength) / 2); in DECLARE_LIST()
898 double fStepWidth = (double)nWidth / (double)(aEntryList.Count() - 1); in DECLARE_LIST() local
900 fStepStart += fStepWidth; in DECLARE_LIST()
910 fStepStart += fStepWidth; in DECLARE_LIST()
969 … double fStepWidth = ((double)nHeight - (double)nFullLength) / (double)(aEntryList.Count() - 1); in DECLARE_LIST() local
982 fStepStart += fStepWidth + (double)((pCurr->mnLength + pNext->mnLength) / 2); in DECLARE_LIST()
989 double fStepWidth = (double)nHeight / (double)(aEntryList.Count() - 1); in DECLARE_LIST() local
991 fStepStart += fStepWidth; in DECLARE_LIST()
[all …]

Completed in 14 milliseconds