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