Lines Matching refs:eOffsetStart
175 NfIndexTableOffset eOffsetStart = NF_NUMBER_START; in SetFormatType() local
181 eOffsetStart=NF_NUMBER_START; in SetFormatType()
186 eOffsetStart=NF_PERCENT_START; in SetFormatType()
191 eOffsetStart=NF_CURRENCY_START; in SetFormatType()
196 eOffsetStart=NF_DATE_START; in SetFormatType()
201 eOffsetStart=NF_DATE_START; in SetFormatType()
206 eOffsetStart=NF_TIME_START; in SetFormatType()
211 eOffsetStart=NF_SCIENTIFIC_START; in SetFormatType()
216 eOffsetStart=NF_FRACTION_START; in SetFormatType()
221 eOffsetStart=NF_BOOLEAN; in SetFormatType()
226 eOffsetStart=NF_TEXT; in SetFormatType()
231 eOffsetStart=NF_NUMERIC_START; in SetFormatType()
254 for( long nIndex = eOffsetStart; nIndex <= eOffsetEnd; ++nIndex ) in SetFormatType()