Searched refs:GetFormatPrecision (Results 1 – 6 of 6) sorted by relevance
262 sal_uInt16 GetFormatPrecision() const { return NumFor[0].Info().nCntPost; } in GetFormatPrecision() function in SvNumberformat
555 sal_uInt16 GetFormatPrecision( sal_uInt32 nFormat ) const;
1513 if ( eType == NUMBERFORMAT_TIME && pFormat->GetFormatPrecision() ) in GetInputLineString()1933 sal_uInt16 SvNumberFormatter::GetFormatPrecision( sal_uInt32 nFormat ) const in GetFormatPrecision() function in SvNumberFormatter1937 return pFormat->GetFormatPrecision(); in GetFormatPrecision()
514 nPrecision = (short)GetFormatTable()->GetFormatPrecision( nFormat ); in RoundValueAsShown()
2039 sal_uInt16 nPrec = pNumFmt->GetFormatPrecision( nFormat ); in GetMaxNumberStringLen()
7603 if ( (sal_uInt16) fDec != pFormatter->GetFormatPrecision( nIndex ) ) in ScCurrency()
Completed in 99 milliseconds