Lines Matching refs:nInteger
579 sal_Int32 nDecimals, sal_Int32 nInteger, in WriteNumberElement_Impl() argument
594 if ( nInteger >= 0 ) // negative = automatic in WriteNumberElement_Impl()
597 OUString::valueOf( nInteger ) ); in WriteNumberElement_Impl()
656 sal_Int32 nDecimals, sal_Int32 nInteger, in WriteScientificElement_Impl() argument
669 if ( nInteger >= 0 ) // negative = automatic in WriteScientificElement_Impl()
672 OUString::valueOf( nInteger ) ); in WriteScientificElement_Impl()
694 sal_Int32 nInteger, sal_Bool bGrouping, in WriteFractionElement_Impl() argument
700 if ( nInteger >= 0 ) // negative = default (no integer part) in WriteFractionElement_Impl()
703 OUString::valueOf( nInteger ) ); in WriteFractionElement_Impl()
1404 sal_Int32 nInteger = nLeading; in ExportPart_Impl() local
1406 nInteger = -1; in ExportPart_Impl()
1415 WriteNumberElement_Impl( nDecimals, nInteger, sDashStr, bVarDecimals, in ExportPart_Impl()
1429 sal_Int32 nInteger = nLeading; in ExportPart_Impl() local
1435 nInteger = -1; in ExportPart_Impl()
1437 … WriteFractionElement_Impl( nInteger, bThousand, nPrecision, nPrecision ); in ExportPart_Impl()