Lines Matching refs:fValue
1757 double fValue; in Append() local
1758 if( rAnyConv.getDouble( fValue, rAny ) ) in Append()
1759 Append( fValue ); in Append()
1809 sal_Bool ScaDoubleListGT0::CheckInsert( double fValue ) const throw( uno::RuntimeException, lang::I… in CheckInsert()
1811 if( fValue < 0.0 ) in CheckInsert()
1813 return fValue > 0.0; in CheckInsert()
1820 sal_Bool ScaDoubleListGE0::CheckInsert( double fValue ) const throw( uno::RuntimeException, lang::I… in CheckInsert()
1822 if( fValue < 0.0 ) in CheckInsert()
3050 double fValue = 0.0; in convertToDouble() local
3055 fValue = xFormatter->convertStringToNumber( nDefaultFormat, rString ); in convertToDouble()
3066 fValue = ::rtl::math::stringToDouble( rString, '.', ',', &eStatus, &nEnd ); in convertToDouble()
3070 return fValue; in convertToDouble()