! * Returns the number format identifier. */
| 193 | * Returns the number format identifier. |
| 194 | */ |
| 195 | int Format::numberFormatIndex() const |
| 196 | { |
| 197 | return intProperty(FormatPrivate::P_NumFmt_Id, 0); |
| 198 | } |
| 199 | |
| 200 | /*! |
| 201 | * Set the number format identifier. The \a format |
no outgoing calls
no test coverage detected