Searched refs:nTrailingThousands (Results 1 – 2 of 2) sorted by relevance
581 sal_Bool bGrouping, sal_Int32 nTrailingThousands, in WriteNumberElement_Impl() argument615 if ( nTrailingThousands ) in WriteNumberElement_Impl()618 double fFactor = ::rtl::math::pow10Exp( 1.0, 3 * nTrailingThousands ); in WriteNumberElement_Impl()1176 sal_Int32 nTrailingThousands = 0; // thousands-separators after all digits in ExportPart_Impl() local1204 nTrailingThousands = 0; in ExportPart_Impl()1211 nTrailingThousands += pElemStr->Len(); // is reset to 0 if digits follow in ExportPart_Impl()1416 bThousand, nTrailingThousands, aEmbeddedEntries ); in ExportPart_Impl()
69 sal_Bool bGrouping, sal_Int32 nTrailingThousands,
Completed in 17 milliseconds