Lines Matching refs:nNumFormat
307 nNumFormat = 0; // initialized with GetNumberFormat in ScValueIterator()
359 lcl_IterGetNumberFormat( nNumFormat, pAttrArray, in GetThis()
361 rValue = pDoc->RoundValueAsShown( rValue, nNumFormat ); in GetThis()
377 lcl_IterGetNumberFormat( nNumFormat, pAttrArray, in GetThis()
379 fNextValue = pDoc->RoundValueAsShown( fNextValue, nNumFormat ); in GetThis()
478 nNumFormat = 0; // initialized with GetNumberFormat in GetFirst()
557 nNumFormat = 0; // Initialized with GetNumberFormat in DataAccessInternal()
606 lcl_IterGetNumberFormat( nNumFormat, pAttrArray, in getCurrent()
608 … rValue.mfValue = mpDoc->RoundValueAsShown( rValue.mfValue, nNumFormat ); in getCurrent()
1141 nNumFormat = 0; // initialized with GetNumberFormat in ScQueryCellIterator()
1833 nNumFormat = 0; // will be initialized in GetNumberFormat() in ScHorizontalValueIterator()
1874 lcl_IterGetNumberFormat( nNumFormat, pAttrArray, in GetNext()
1876 rValue = pDoc->RoundValueAsShown( rValue, nNumFormat ); in GetNext()