Lines Matching refs:fStepStart
879 double fStepStart = (double)aEntryList.GetObject(0)->mnPos; in DECLARE_LIST() local
880 …fStepStart += fStepWidth + (double)((aEntryList.GetObject(0)->mnLength + aEntryList.GetObject(1)->… in DECLARE_LIST()
887 sal_Int32 nDelta = (sal_Int32)(fStepStart + 0.5) - pCurr->mnPos; in DECLARE_LIST()
891 fStepStart += fStepWidth + (double)((pCurr->mnLength + pNext->mnLength) / 2); in DECLARE_LIST()
899 double fStepStart = (double)aEntryList.GetObject(0)->mnPos; in DECLARE_LIST() local
900 fStepStart += fStepWidth; in DECLARE_LIST()
906 sal_Int32 nDelta = (sal_Int32)(fStepStart + 0.5) - pCurr->mnPos; in DECLARE_LIST()
910 fStepStart += fStepWidth; in DECLARE_LIST()
970 double fStepStart = (double)aEntryList.GetObject(0)->mnPos; in DECLARE_LIST() local
971 …fStepStart += fStepWidth + (double)((aEntryList.GetObject(0)->mnLength + aEntryList.GetObject(1)->… in DECLARE_LIST()
978 sal_Int32 nDelta = (sal_Int32)(fStepStart + 0.5) - pCurr->mnPos; in DECLARE_LIST()
982 fStepStart += fStepWidth + (double)((pCurr->mnLength + pNext->mnLength) / 2); in DECLARE_LIST()
990 double fStepStart = (double)aEntryList.GetObject(0)->mnPos; in DECLARE_LIST() local
991 fStepStart += fStepWidth; in DECLARE_LIST()
997 sal_Int32 nDelta = (sal_Int32)(fStepStart + 0.5) - pCurr->mnPos; in DECLARE_LIST()
1001 fStepStart += fStepWidth; in DECLARE_LIST()