Lines Matching refs:nOff
587 for(int i = 0, nOff = 0; i < currencyCount; i++, nOff += 8 ) { in getAllCurrencies2() local
589 allCurrencies[nOff], // string ID in getAllCurrencies2()
590 allCurrencies[nOff+1], // string Symbol in getAllCurrencies2()
591 allCurrencies[nOff+2], // string BankSymbol in getAllCurrencies2()
592 allCurrencies[nOff+3], // string Name in getAllCurrencies2()
593 allCurrencies[nOff+4][0] != 0, // boolean Default in getAllCurrencies2()
594 allCurrencies[nOff+5][0] != 0, // boolean UsedInCompatibleFormatCodes in getAllCurrencies2()
595 allCurrencies[nOff+6][0], // short DecimalPlaces in getAllCurrencies2()
596 allCurrencies[nOff+7][0] != 0 // boolean LegacyOnly in getAllCurrencies2()
696 for (int i = 0, nOff = 0; i < section[s].formatCount; ++i, nOff += 7, ++f) in getAllFormats() local
699 replace( formatArray[nOff], section[s].from, section[s].to), in getAllFormats()
700 formatArray[nOff + 1], in getAllFormats()
701 formatArray[nOff + 2], in getAllFormats()
702 formatArray[nOff + 3], in getAllFormats()
703 formatArray[nOff + 4], in getAllFormats()
704 formatArray[nOff + 5][0], in getAllFormats()
705 sal::static_int_cast<sal_Bool>(formatArray[nOff + 6][0])); in getAllFormats()