Lines Matching refs:CLOffset

512 		sal_uInt32 CLOffset = ImpGenerateCL(eLge);				// ggfs. neu Standard-  in PutEntry()  local
514 nKey = ImpIsEntry(p_Entry->GetFormatstring(),CLOffset, eLge); in PutEntry()
520 (SvNumberformat*) aFTable.Get(CLOffset + ZF_STANDARD); in PutEntry()
521 sal_uInt32 nPos = CLOffset + pStdFormat->GetLastInsertKey(); in PutEntry()
522 if (nPos - CLOffset >= SV_COUNTRY_LANGUAGE_OFFSET) in PutEntry()
533 pStdFormat->SetLastInsertKey((sal_uInt16) (nKey-CLOffset)); in PutEntry()
865 sal_uInt32 CLOffset = ImpGetCLOffset( eLang ); in Load() local
866 ImpGenerateAdditionalFormats( CLOffset, aNumberFormatCode, sal_True ); in Load()
1067 sal_uInt32 CLOffset = ImpGetCLOffset(ActLnge); in ImpGenerateCL() local
1068 if (CLOffset > MaxCLOffset) in ImpGenerateCL()
1127 CLOffset = MaxCLOffset; in ImpGenerateCL()
1129 return CLOffset; in ImpGenerateCL()
1150 sal_uInt32 CLOffset = ImpGetCLOffset(ActLnge); in GetEntryTable() local
1157 pEntry = (SvNumberformat*) aFTable.Seek(CLOffset); in GetEntryTable()
1311 sal_uInt32 CLOffset = ImpGetCLOffset( ActLnge ); in ImpGetDefaultFormat() local
1316 nSearch = CLOffset + ZF_STANDARD_DATE; in ImpGetDefaultFormat()
1319 nSearch = CLOffset + ZF_STANDARD_TIME; in ImpGetDefaultFormat()
1322 nSearch = CLOffset + ZF_STANDARD_DATETIME; in ImpGetDefaultFormat()
1325 nSearch = CLOffset + ZF_STANDARD_PERCENT; in ImpGetDefaultFormat()
1328 nSearch = CLOffset + ZF_STANDARD_SCIENTIFIC; in ImpGetDefaultFormat()
1331 nSearch = CLOffset + ZF_STANDARD; in ImpGetDefaultFormat()
1338 sal_uInt32 nStopKey = CLOffset + SV_COUNTRY_LANGUAGE_OFFSET; in ImpGetDefaultFormat()
1340 aFTable.Seek( CLOffset ); in ImpGetDefaultFormat()
1341 while ( (nKey = aFTable.GetCurKey()) >= CLOffset && nKey < nStopKey ) in ImpGetDefaultFormat()
1359 nDefaultFormat = CLOffset + ZF_STANDARD_DATE; in ImpGetDefaultFormat()
1362 nDefaultFormat = CLOffset + ZF_STANDARD_TIME+1; in ImpGetDefaultFormat()
1365 nDefaultFormat = CLOffset + ZF_STANDARD_DATETIME; in ImpGetDefaultFormat()
1368 nDefaultFormat = CLOffset + ZF_STANDARD_PERCENT+1; in ImpGetDefaultFormat()
1371 nDefaultFormat = CLOffset + ZF_STANDARD_SCIENTIFIC; in ImpGetDefaultFormat()
1374 nDefaultFormat = CLOffset + ZF_STANDARD; in ImpGetDefaultFormat()
1385 sal_uInt32 CLOffset = ImpGenerateCL(eLnge); in GetStandardFormat() local
1402 case NUMBERFORMAT_FRACTION : return CLOffset + ZF_STANDARD_FRACTION; in GetStandardFormat()
1403 case NUMBERFORMAT_LOGICAL : return CLOffset + ZF_STANDARD_LOGICAL; in GetStandardFormat()
1404 case NUMBERFORMAT_TEXT : return CLOffset + ZF_STANDARD_TEXT; in GetStandardFormat()
1409 default : return CLOffset + ZF_STANDARD; in GetStandardFormat()
1584 sal_uInt32 CLOffset = ImpGenerateCL(eLnge); // ggfs. neu Standard- in GetPreviewString() local
1586 nKey = ImpIsEntry(p_Entry->GetFormatstring(),CLOffset, eLnge); in GetPreviewString()
1721 sal_uInt32 CLOffset = ImpGenerateCL(eLnge); in GetPreviewString() local
1722 nKey = ImpIsEntry( p_Entry->GetFormatstring(), CLOffset, eLnge); in GetPreviewString()
1768 sal_uInt32 CLOffset = ImpGenerateCL(eLnge); // ggfs. neu Standard- in TestNewString() local
1770 nRes = ImpIsEntry(pEntry->GetFormatstring(),CLOffset, eLnge); in TestNewString()
2173 void SvNumberFormatter::ImpGenerateFormats( sal_uInt32 CLOffset, sal_Bool bLoadingSO5 ) in ImpGenerateFormats() argument
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()
2603 ImpGenerateAdditionalFormats( CLOffset, aNumberFormatCode, sal_False ); in ImpGenerateFormats()
2610 void SvNumberFormatter::ImpGenerateAdditionalFormats( sal_uInt32 CLOffset, in ImpGenerateAdditionalFormats() argument
2616 (SvNumberformat*) aFTable.Get( CLOffset + ZF_STANDARD ); in ImpGenerateAdditionalFormats()
2622 sal_uInt32 nPos = CLOffset + pStdFormat->GetLastInsertKey(); in ImpGenerateAdditionalFormats()
2635 if ( nPos - CLOffset >= SV_COUNTRY_LANGUAGE_OFFSET ) in ImpGenerateAdditionalFormats()
2671 if ( nPos - CLOffset >= SV_COUNTRY_LANGUAGE_OFFSET ) in ImpGenerateAdditionalFormats()
2684 pStdFormat->SetLastInsertKey( (sal_uInt16)(nPos - CLOffset) ); in ImpGenerateAdditionalFormats()
2829 sal_uInt32 CLOffset = ImpGenerateCL(eLnge); // ggfs. neu Standard- in IsUserDefined() local
2832 sal_uInt32 nKey = ImpIsEntry(sStr, CLOffset, eLnge); in IsUserDefined()
2846 sal_uInt32 CLOffset = ImpGenerateCL(eLnge); // ggfs. neu Standard- in GetEntryKey() local
2848 return ImpIsEntry(sStr, CLOffset, eLnge); in GetEntryKey()
3206 sal_uInt32 CLOffset = ImpGetCLOffset( ActLnge ); in ImpGetDefaultCurrencyFormat() local
3208 (sal_uInt32)(sal_uLong) aDefaultFormatKeys.Get( CLOffset + ZF_STANDARD_CURRENCY ); in ImpGetDefaultCurrencyFormat()
3214 sal_uInt32 nStopKey = CLOffset + SV_COUNTRY_LANGUAGE_OFFSET; in ImpGetDefaultCurrencyFormat()
3216 aFTable.Seek( CLOffset ); in ImpGetDefaultCurrencyFormat()
3217 while ( (nKey = aFTable.GetCurKey()) >= CLOffset && nKey < nStopKey ) in ImpGetDefaultCurrencyFormat()
3249 nDefaultCurrencyFormat = CLOffset + ZF_STANDARD_CURRENCY+3; in ImpGetDefaultCurrencyFormat()
3257 aDefaultFormatKeys.Insert( CLOffset + ZF_STANDARD_CURRENCY, in ImpGetDefaultCurrencyFormat()