Lines Matching refs:nDecimals
553 void SvXMLNumFmtExport::WriteSecondsElement_Impl( sal_Bool bLong, sal_uInt16 nDecimals ) in WriteSecondsElement_Impl() argument
558 if ( nDecimals > 0 ) in WriteSecondsElement_Impl()
561 OUString::valueOf( (sal_Int32) nDecimals ) ); in WriteSecondsElement_Impl()
579 sal_Int32 nDecimals, sal_Int32 nInteger, in WriteNumberElement_Impl() argument
587 if ( nDecimals >= 0 ) // negative = automatic in WriteNumberElement_Impl()
590 OUString::valueOf( nDecimals ) ); in WriteNumberElement_Impl()
656 sal_Int32 nDecimals, sal_Int32 nInteger, in WriteScientificElement_Impl() argument
662 if ( nDecimals >= 0 ) // negative = automatic in WriteScientificElement_Impl()
665 OUString::valueOf( nDecimals ) ); in WriteScientificElement_Impl()
1394 sal_Int32 nDecimals = nPrecision; // from GetFormatSpecialInfo in ExportPart_Impl() local
1400 nDecimals = -1; in ExportPart_Impl()
1415 WriteNumberElement_Impl( nDecimals, nInteger, sDashStr, bVarDecimals, in ExportPart_Impl()