Home
last modified time | relevance | path

Searched refs:nTrailingThousands (Results 1 – 2 of 2) sorted by relevance

/aoo42x/main/xmloff/source/style/
H A Dxmlnumfe.cxx581 sal_Bool bGrouping, sal_Int32 nTrailingThousands, in WriteNumberElement_Impl() argument
615 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() local
1204 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()
/aoo42x/main/xmloff/inc/xmloff/
H A Dxmlnumfe.hxx69 sal_Bool bGrouping, sal_Int32 nTrailingThousands,

Completed in 39 milliseconds