Home
last modified time | relevance | path

Searched refs:bGrouping (Results 1 – 3 of 3) sorted by relevance

/aoo41x/main/xmloff/inc/xmloff/
H A Dxmlnumfe.hxx69 sal_Bool bGrouping, sal_Int32 nTrailingThousands,
72 sal_Bool bGrouping, sal_Int32 nExp );
73 SAL_DLLPRIVATE void WriteFractionElement_Impl( sal_Int32 nInteger, sal_Bool bGrouping,
/aoo41x/main/xmloff/source/style/
H A Dxmlnumfe.cxx581 sal_Bool bGrouping, sal_Int32 nTrailingThousands, in WriteNumberElement_Impl() argument
609 if ( bGrouping ) in WriteNumberElement_Impl()
657 sal_Bool bGrouping, sal_Int32 nExp ) in WriteScientificElement_Impl() argument
676 if ( bGrouping ) in WriteScientificElement_Impl()
694 sal_Int32 nInteger, sal_Bool bGrouping, in WriteFractionElement_Impl() argument
707 if ( bGrouping ) in WriteFractionElement_Impl()
H A Dxmlnumfi.cxx132 sal_Bool bGrouping; member
141 bGrouping = bDecReplace = bVarDecimals = sal_False; in SvXMLNumberInfo()
976 aNumInfo.bGrouping = bAttrBool; in SvXMLNumFmtElementContext()
1917 sal_Bool bGrouping = rInfo.bGrouping; in AddNumber() local
1920 bGrouping = sal_False; // grouping and embedded characters can't be used together in AddNumber()
1925 bGrouping, sal_False, nGenPrec, nLeading ); in AddNumber()
1927 if ( rInfo.nExpDigits >= 0 && nLeading == 0 && !bGrouping && nEmbeddedCount == 0 ) in AddNumber()

Completed in 43 milliseconds