Lines Matching refs:SetIndexTable
1992 inline sal_uInt32 SetIndexTable( NfIndexTableOffset nTabOff, sal_uInt32 nIndOff ) in SetIndexTable() function
2210 CLOffset + SetIndexTable( NF_NUMBER_STANDARD, ZF_STANDARD )); in ImpGenerateFormats()
2244 CLOffset + SetIndexTable( NF_BOOLEAN, ZF_STANDARD_LOGICAL ), in ImpGenerateFormats()
2255 CLOffset + SetIndexTable( NF_TEXT, ZF_STANDARD_TEXT ), in ImpGenerateFormats()
2264 CLOffset + SetIndexTable( NF_NUMBER_INT, ZF_STANDARD+1 )); in ImpGenerateFormats()
2269 CLOffset + SetIndexTable( NF_NUMBER_DEC2, ZF_STANDARD+2 )); in ImpGenerateFormats()
2274 CLOffset + SetIndexTable( NF_NUMBER_1000INT, ZF_STANDARD+3 )); in ImpGenerateFormats()
2279 CLOffset + SetIndexTable( NF_NUMBER_1000DEC2, ZF_STANDARD+4 )); in ImpGenerateFormats()
2284 CLOffset + SetIndexTable( NF_NUMBER_SYSTEM, ZF_STANDARD+5 ), in ImpGenerateFormats()
2295 CLOffset + SetIndexTable( NF_PERCENT_INT, ZF_STANDARD_PERCENT )); in ImpGenerateFormats()
2300 CLOffset + SetIndexTable( NF_PERCENT_DEC2, ZF_STANDARD_PERCENT+1 )); in ImpGenerateFormats()
2318 CLOffset + SetIndexTable( NF_CURRENCY_1000INT, ZF_STANDARD_CURRENCY )); in ImpGenerateFormats()
2326 CLOffset + SetIndexTable( NF_CURRENCY_1000DEC2, ZF_STANDARD_CURRENCY+1 )); in ImpGenerateFormats()
2334 CLOffset + SetIndexTable( NF_CURRENCY_1000INT_RED, ZF_STANDARD_CURRENCY+2 )); in ImpGenerateFormats()
2342 CLOffset + SetIndexTable( NF_CURRENCY_1000DEC2_RED, ZF_STANDARD_CURRENCY+3 )); in ImpGenerateFormats()
2350 CLOffset + SetIndexTable( NF_CURRENCY_1000DEC2_CCC, ZF_STANDARD_CURRENCY+4 )); in ImpGenerateFormats()
2360 CLOffset + SetIndexTable( NF_CURRENCY_1000DEC2_DASHED, ZF_STANDARD_CURRENCY+5 ), in ImpGenerateFormats()
2373 CLOffset + SetIndexTable( NF_DATE_SYSTEM_SHORT, ZF_STANDARD_DATE )); in ImpGenerateFormats()
2378 CLOffset + SetIndexTable( NF_DATE_DEF_NNDDMMMYY, ZF_STANDARD_DATE+1 )); in ImpGenerateFormats()
2383 CLOffset + SetIndexTable( NF_DATE_SYS_MMYY, ZF_STANDARD_DATE+2 )); in ImpGenerateFormats()
2388 CLOffset + SetIndexTable( NF_DATE_SYS_DDMMM, ZF_STANDARD_DATE+3 )); in ImpGenerateFormats()
2393 CLOffset + SetIndexTable( NF_DATE_MMMM, ZF_STANDARD_DATE+4 )); in ImpGenerateFormats()
2398 CLOffset + SetIndexTable( NF_DATE_QQJJ, ZF_STANDARD_DATE+5 )); in ImpGenerateFormats()
2403 CLOffset + SetIndexTable( NF_DATE_SYS_DDMMYYYY, ZF_STANDARD_DATE+6 )); in ImpGenerateFormats()
2410 CLOffset + SetIndexTable( NF_DATE_SYS_DDMMYY, ZF_STANDARD_DATE+7 ), in ImpGenerateFormats()
2417 CLOffset + SetIndexTable( NF_DATE_SYSTEM_LONG, ZF_STANDARD_DATE+8 ), in ImpGenerateFormats()
2426 CLOffset + SetIndexTable( NF_DATE_SYS_DMMMYY, ZF_STANDARD_DATE+9 ), in ImpGenerateFormats()
2436 CLOffset + SetIndexTable( NF_DATE_SYS_DMMMYYYY, nNewExtended++ ), in ImpGenerateFormats()
2442 CLOffset + SetIndexTable( NF_DATE_SYS_DMMMMYYYY, nNewExtended++ ), in ImpGenerateFormats()
2448 CLOffset + SetIndexTable( NF_DATE_SYS_NNDMMMYY, nNewExtended++ ), in ImpGenerateFormats()
2454 CLOffset + SetIndexTable( NF_DATE_SYS_NNDMMMMYYYY, nNewExtended++ ), in ImpGenerateFormats()
2460 CLOffset + SetIndexTable( NF_DATE_SYS_NNNNDMMMMYYYY, nNewExtended++ ), in ImpGenerateFormats()
2468 CLOffset + SetIndexTable( NF_DATE_DIN_DMMMYYYY, nNewExtended++ ), in ImpGenerateFormats()
2474 CLOffset + SetIndexTable( NF_DATE_DIN_DMMMMYYYY, nNewExtended++ ), in ImpGenerateFormats()
2480 CLOffset + SetIndexTable( NF_DATE_DIN_MMDD, nNewExtended++ ), in ImpGenerateFormats()
2486 CLOffset + SetIndexTable( NF_DATE_DIN_YYMMDD, nNewExtended++ ), in ImpGenerateFormats()
2492 CLOffset + SetIndexTable( NF_DATE_DIN_YYYYMMDD, nNewExtended++ ), in ImpGenerateFormats()
2504 CLOffset + SetIndexTable( NF_TIME_HHMM, ZF_STANDARD_TIME )); in ImpGenerateFormats()
2509 CLOffset + SetIndexTable( NF_TIME_HHMMSS, ZF_STANDARD_TIME+1 )); in ImpGenerateFormats()
2514 CLOffset + SetIndexTable( NF_TIME_HHMMAMPM, ZF_STANDARD_TIME+2 )); in ImpGenerateFormats()
2519 CLOffset + SetIndexTable( NF_TIME_HHMMSSAMPM, ZF_STANDARD_TIME+3 )); in ImpGenerateFormats()
2524 CLOffset + SetIndexTable( NF_TIME_HH_MMSS, ZF_STANDARD_TIME+4 )); in ImpGenerateFormats()
2529 CLOffset + SetIndexTable( NF_TIME_MMSS00, ZF_STANDARD_TIME+5 )); in ImpGenerateFormats()
2534 CLOffset + SetIndexTable( NF_TIME_HH_MMSS00, ZF_STANDARD_TIME+6 ), in ImpGenerateFormats()
2546 CLOffset + SetIndexTable( NF_DATETIME_SYSTEM_SHORT_HHMM, ZF_STANDARD_DATETIME )); in ImpGenerateFormats()
2551 CLOffset + SetIndexTable( NF_DATETIME_SYS_DDMMYYYY_HHMMSS, ZF_STANDARD_DATETIME+1 ), in ImpGenerateFormats()
2563 CLOffset + SetIndexTable( NF_SCIENTIFIC_000E000, ZF_STANDARD_SCIENTIFIC )); in ImpGenerateFormats()
2568 CLOffset + SetIndexTable( NF_SCIENTIFIC_000E00, ZF_STANDARD_SCIENTIFIC+1 )); in ImpGenerateFormats()
2579 CLOffset + SetIndexTable( NF_FRACTION_1, ZF_STANDARD_FRACTION )); in ImpGenerateFormats()
2585 CLOffset + SetIndexTable( NF_FRACTION_2, ZF_STANDARD_FRACTION+1 )); in ImpGenerateFormats()
2591 CLOffset + SetIndexTable( NF_DATE_WW, nNewExtended++ ), in ImpGenerateFormats()