| /trunk/main/svx/source/items/ |
| H A D | numfmtsh.cxx | 707 nMyCat=pNumEntry->GetType() & ~NUMBERFORMAT_DEFINED; in FillEListWithFormats_Impl() 752 nMyCat=pNumEntry->GetType() & ~NUMBERFORMAT_DEFINED; in FillEListWithDateTime_Impl() 841 nMyCat=pNumEntry->GetType() & ~NUMBERFORMAT_DEFINED; in FillEListWithSysCurrencys() 882 if(!bUserNewCurrency &&(pNumEntry->GetType() & NUMBERFORMAT_DEFINED)) in FillEListWithSysCurrencys() 884 nMyCat=pNumEntry->GetType() & ~NUMBERFORMAT_DEFINED; in FillEListWithSysCurrencys() 974 if( pNumEntry->GetType() & NUMBERFORMAT_DEFINED || in FillEListWithUserCurrencys() 977 nMyCat=pNumEntry->GetType() & ~NUMBERFORMAT_DEFINED; in FillEListWithUserCurrencys() 1132 if( (pNumEntry->GetType() & NUMBERFORMAT_DEFINED) || in FillEListWithUsD_Impl() 1135 nMyCat=pNumEntry->GetType() & ~NUMBERFORMAT_DEFINED; in FillEListWithUsD_Impl() 1210 case CAT_USERDEFINED: rCategory = NUMBERFORMAT_DEFINED; break; in PosToCategory_Impl() [all …]
|
| /trunk/main/sc/source/ui/view/ |
| H A D | formatsh.cxx | 1028 case NUMBERFORMAT_NUMBER| NUMBERFORMAT_DEFINED: in ExecuteNumFormat() 1030 case NUMBERFORMAT_PERCENT| NUMBERFORMAT_DEFINED: in ExecuteNumFormat() 1032 case NUMBERFORMAT_CURRENCY|NUMBERFORMAT_DEFINED: in ExecuteNumFormat() 2421 case NUMBERFORMAT_NUMBER| NUMBERFORMAT_DEFINED: in GetNumFormatState() 2430 case NUMBERFORMAT_PERCENT| NUMBERFORMAT_DEFINED: in GetNumFormatState() 2434 case NUMBERFORMAT_CURRENCY| NUMBERFORMAT_DEFINED: in GetNumFormatState() 2438 case NUMBERFORMAT_DATE| NUMBERFORMAT_DEFINED: in GetNumFormatState() 2441 case NUMBERFORMAT_DATETIME | NUMBERFORMAT_DEFINED: in GetNumFormatState() 2445 case NUMBERFORMAT_TIME| NUMBERFORMAT_DEFINED: in GetNumFormatState() 2449 case NUMBERFORMAT_SCIENTIFIC| NUMBERFORMAT_DEFINED: in GetNumFormatState() [all …]
|
| /trunk/main/svl/source/numbers/ |
| H A D | zforlist.cxx | 436 pNewEntry->SetType( eCheckType | NUMBERFORMAT_DEFINED ); in ReplaceSystemCL() 438 pNewEntry->SetType( NUMBERFORMAT_DEFINED ); in ReplaceSystemCL() 504 p_Entry->SetType(eCheckType | NUMBERFORMAT_DEFINED); in PutEntry() 509 p_Entry->SetType(NUMBERFORMAT_DEFINED); in PutEntry() 510 nType = NUMBERFORMAT_DEFINED; in PutEntry() 889 if ( pEntry->GetUsed() || (pEntry->GetType() & NUMBERFORMAT_DEFINED) || in Save() 1045 eType = pFormat->GetType()&~NUMBERFORMAT_DEFINED; in GetFirstEntryTable() 1048 eType = NUMBERFORMAT_DEFINED; in GetFirstEntryTable() 1200 FType = pFormat->GetType() &~NUMBERFORMAT_DEFINED; in IsNumberFormat() 1202 FType = NUMBERFORMAT_DEFINED; in IsNumberFormat() [all …]
|
| H A D | numfmuno.cxx | 629 nType &= ~NUMBERFORMAT_DEFINED; in getStandardFormat() 788 sal_Bool bUserDef = ( ( pFormat->GetType() & NUMBERFORMAT_DEFINED ) != 0 ); in getPropertyValue() 899 sal_Bool bUserDef = ( ( pFormat->GetType() & NUMBERFORMAT_DEFINED ) != 0 ); in getPropertyValues()
|
| H A D | zformat.cxx | 641 eType = NUMBERFORMAT_DEFINED; in SvNumberformat() 914 eType = NUMBERFORMAT_DEFINED; in SvNumberformat() 1545 short nDefined = ( eType & NUMBERFORMAT_DEFINED ); in Load() 2178 case NUMBERFORMAT_DEFINED: in GetOutputString()
|
| H A D | zforscan.cxx | 1403 eScannedType = NUMBERFORMAT_DEFINED; in ScanType() 1518 case NUMBERFORMAT_DEFINED: in FinalScan()
|
| H A D | zforfind.cxx | 2650 case NUMBERFORMAT_DEFINED: // if no category detected handle as number in IsNumberFormat()
|
| /trunk/main/sw/source/core/fields/ |
| H A D | fldbas.cxx | 510 short nType = NUMBERFORMAT_DEFINED; in ExpandValue() 638 short nType = NUMBERFORMAT_DEFINED; in GetSystemFormat() 684 short nType = NUMBERFORMAT_DEFINED; in SetLanguage()
|
| /trunk/main/extensions/source/propctrlr/ |
| H A D | usercontrol.cxx | 131 switch ( i_rEntry.GetType() & ~NUMBERFORMAT_DEFINED ) in getPreviewValue() 242 switch (pEntry->GetType() & ~NUMBERFORMAT_DEFINED) in SetFormatDescription()
|
| /trunk/main/sc/source/filter/xml/ |
| H A D | XMLChangeTrackingExportHelper.cxx | 285 if ((nType & NUMBERFORMAT_DEFINED) == NUMBERFORMAT_DEFINED) in SetValueAttributes() 286 nType -= NUMBERFORMAT_DEFINED; in SetValueAttributes()
|
| /trunk/main/xmloff/source/style/ |
| H A D | xmlnumfe.cxx | 979 nFmtType &= ~NUMBERFORMAT_DEFINED; in ExportPart_Impl() 1030 sal_Bool bUserDef = ( ( rFormat.GetType() & NUMBERFORMAT_DEFINED ) != 0 ); in ExportPart_Impl() 1717 NUMBERFORMAT_DEFINED, nDefaultIndex, nLang ); in Export() 1724 …DBG_ASSERT((pFormat->GetType() & NUMBERFORMAT_DEFINED) != 0, "a not user defined numberformat foun… in Export()
|
| H A D | xmlnumfi.cxx | 492 if (pFormat && (pFormat->GetType() & NUMBERFORMAT_DEFINED)) in RemoveVolatileFormats()
|
| /trunk/main/svl/inc/svl/ |
| H A D | zformat.hxx | 200 (eType & ~NUMBERFORMAT_DEFINED) : eType; } in GetType() 210 { nNewStandardDefined = nVer; eType |= NUMBERFORMAT_DEFINED; } in SetNewStandardDefined()
|
| H A D | zforlist.hxx | 69 #define NUMBERFORMAT_DEFINED 0x001 /// Format defined by user macro
|
| /trunk/main/basic/source/sbx/ |
| H A D | sbxdate.cxx | 129 NUMBERFORMAT_TIME | NUMBERFORMAT_DEFINED ))) in ImpGetDate()
|
| /trunk/main/sw/source/filter/ww8/ |
| H A D | writerwordglue.cxx | 818 short nType = NUMBERFORMAT_DEFINED; in MSDateTimeFormatToSwFormat()
|
| H A D | ww8par5.cxx | 638 sal_Int16 nType = NUMBERFORMAT_DEFINED; in GetTimeDatePara()
|
| /trunk/main/sc/source/filter/excel/ |
| H A D | xistyle.cxx | 603 short nType = NUMBERFORMAT_DEFINED; in CreateScFormats()
|
| H A D | xestyle.cxx | 1318 short nType = NUMBERFORMAT_DEFINED; in GetFormatCode()
|
| /trunk/main/sc/source/core/data/ |
| H A D | column3.cxx | 1372 short nOldType = pOldFormat->GetType() & ~NUMBERFORMAT_DEFINED; in SetString()
|