Searched refs:bGrouping (Results 1 – 3 of 3) sorted by relevance
/aoo42x/main/xmloff/inc/xmloff/ |
H A D | xmlnumfe.hxx | 69 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,
|
/aoo42x/main/xmloff/source/style/ |
H A D | xmlnumfe.cxx | 581 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 D | xmlnumfi.cxx | 132 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 25 milliseconds