Searched refs:bDecReplace (Results 1 – 1 of 1) sorted by relevance
133 sal_Bool bDecReplace; member141 bGrouping = bDecReplace = bVarDecimals = sal_False; in SvXMLNumberInfo()984 aNumInfo.bDecReplace = sal_True; // only a default string is supported in SvXMLNumFmtElementContext()1914 if ( rInfo.bDecReplace || rInfo.bVarDecimals ) in AddNumber()1981 if ( ( rInfo.bDecReplace || rInfo.bVarDecimals ) && nPrec ) // add decimal replacement (dashes) in AddNumber()1984 sal_Unicode cAdd = rInfo.bDecReplace ? '-' : '#'; in AddNumber()
Completed in 29 milliseconds