Home
last modified time | relevance | path

Searched refs:NUMBERFORMAT_DEFINED (Results 1 – 20 of 20) sorted by relevance

/trunk/main/svx/source/items/
H A Dnumfmtsh.cxx707 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()
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()
1232 case NUMBERFORMAT_DEFINED: rPos = CAT_USERDEFINED; break; in CategoryToPos_Impl()
1361 nMyCat=pNumEntry->GetType() & ~NUMBERFORMAT_DEFINED; in GetCategory4Entry()
[all …]
/trunk/main/sc/source/ui/view/
H A Dformatsh.cxx1028 case NUMBERFORMAT_NUMBER| NUMBERFORMAT_DEFINED: in ExecuteNumFormat()
1030 case NUMBERFORMAT_PERCENT| NUMBERFORMAT_DEFINED: in ExecuteNumFormat()
1032 case NUMBERFORMAT_CURRENCY|NUMBERFORMAT_DEFINED: in ExecuteNumFormat()
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()
2453 case NUMBERFORMAT_FRACTION| NUMBERFORMAT_DEFINED: in GetNumFormatState()
2457 case NUMBERFORMAT_LOGICAL| NUMBERFORMAT_DEFINED: in GetNumFormatState()
[all …]
/trunk/main/svl/source/numbers/
H A Dzforlist.cxx509 p_Entry->SetType(NUMBERFORMAT_DEFINED); in PutEntry()
510 nType = NUMBERFORMAT_DEFINED; in PutEntry()
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()
1245 else if (eOldType == NUMBERFORMAT_DEFINED) in IsCompatible()
1260 case NUMBERFORMAT_DEFINED: in IsCompatible()
1406 case NUMBERFORMAT_DEFINED : in GetStandardFormat()
1484 eType = NUMBERFORMAT_DEFINED; in GetInputLineString()
[all …]
H A Dnumfmuno.cxx629 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 Dzformat.cxx641 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 Dzforscan.cxx1403 eScannedType = NUMBERFORMAT_DEFINED; in ScanType()
1518 case NUMBERFORMAT_DEFINED: in FinalScan()
H A Dzforfind.cxx2650 case NUMBERFORMAT_DEFINED: // if no category detected handle as number in IsNumberFormat()
/trunk/main/sw/source/core/fields/
H A Dfldbas.cxx510 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 Dusercontrol.cxx131 switch ( i_rEntry.GetType() & ~NUMBERFORMAT_DEFINED ) in getPreviewValue()
242 switch (pEntry->GetType() & ~NUMBERFORMAT_DEFINED) in SetFormatDescription()
/trunk/main/sc/source/filter/xml/
H A DXMLChangeTrackingExportHelper.cxx285 if ((nType & NUMBERFORMAT_DEFINED) == NUMBERFORMAT_DEFINED) in SetValueAttributes()
286 nType -= NUMBERFORMAT_DEFINED; in SetValueAttributes()
/trunk/main/xmloff/source/style/
H A Dxmlnumfe.cxx979 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 Dxmlnumfi.cxx492 if (pFormat && (pFormat->GetType() & NUMBERFORMAT_DEFINED)) in RemoveVolatileFormats()
/trunk/main/svl/inc/svl/
H A Dzformat.hxx200 (eType & ~NUMBERFORMAT_DEFINED) : eType; } in GetType()
210 { nNewStandardDefined = nVer; eType |= NUMBERFORMAT_DEFINED; } in SetNewStandardDefined()
H A Dzforlist.hxx69 #define NUMBERFORMAT_DEFINED 0x001 /// Format defined by user macro
/trunk/main/basic/source/sbx/
H A Dsbxdate.cxx129 NUMBERFORMAT_TIME | NUMBERFORMAT_DEFINED ))) in ImpGetDate()
/trunk/main/sw/source/filter/ww8/
H A Dwriterwordglue.cxx819 short nType = NUMBERFORMAT_DEFINED; in MSDateTimeFormatToSwFormat()
H A Dww8par5.cxx639 sal_Int16 nType = NUMBERFORMAT_DEFINED; in GetTimeDatePara()
/trunk/main/sc/source/core/data/
H A Dcolumn3.cxx1372 short nOldType = pOldFormat->GetType() & ~NUMBERFORMAT_DEFINED; in SetString()
/trunk/main/sc/source/filter/excel/
H A Dxistyle.cxx603 short nType = NUMBERFORMAT_DEFINED; in CreateScFormats()
H A Dxestyle.cxx1318 short nType = NUMBERFORMAT_DEFINED; in GetFormatCode()

Completed in 265 milliseconds