Searched refs:bHasNonInteger (Results 1 – 2 of 2) sorted by relevance
| /trunk/main/sc/source/core/data/ |
| H A D | dpgroup.cxx | 162 bool bHasNonInteger, sal_Unicode cDecSeparator, SvNumberFormatter* pFormatter ) in lcl_GetNumGroupName() argument 168 … if ( !bHasNonInteger && ( rInfo.DateValues || !rtl::math::approxEqual( fEndValue, rInfo.End ) ) ) in lcl_GetNumGroupName() 225 … String lcl_GetNumGroupForValue( double fValue, const ScDPNumGroupInfo& rInfo, bool bHasNonInteger, in lcl_GetNumGroupForValue() argument 271 return lcl_GetNumGroupName( fGroupStart, rInfo, bHasNonInteger, cDecSeparator, pFormatter ); in lcl_GetNumGroupForValue() 858 bHasNonInteger( false ), in ScDPNumGroupDimension() 866 bHasNonInteger( false ), in ScDPNumGroupDimension() 874 bHasNonInteger( false ), in ScDPNumGroupDimension() 891 bHasNonInteger = false; in operator =() 897 bHasNonInteger = false; in DisposeData() 934 bHasNonInteger = ( !aGroupInfo.AutoStart && !IsInteger( aGroupInfo.Start ) ) || in GetNumEntries() [all …]
|
| /trunk/main/sc/inc/ |
| H A D | dpgroup.hxx | 160 mutable bool bHasNonInteger; // initialized in GetNumEntries member in ScDPNumGroupDimension 172 bool HasNonInteger() const { return bHasNonInteger; } in HasNonInteger()
|