Home
last modified time | relevance | path

Searched refs:NUMBERFORMAT_SCIENTIFIC (Results 1 – 14 of 14) sorted by relevance

/AOO41X/main/svl/source/numbers/
H A Dzforfind.cxx1707 eScannedType = NUMBERFORMAT_SCIENTIFIC; // !!! it IS scientific in ScanMidString()
2273 if (eScannedType == NUMBERFORMAT_SCIENTIFIC) // E only at end in IsNumberFormatMain()
2318 if (eScannedType == NUMBERFORMAT_SCIENTIFIC) // E only at end in IsNumberFormatMain()
2331 if (eScannedType == NUMBERFORMAT_SCIENTIFIC) // E only at endd in IsNumberFormatMain()
2554 case NUMBERFORMAT_SCIENTIFIC: // 1.0e-2 in IsNumberFormat()
2649 case NUMBERFORMAT_SCIENTIFIC: in IsNumberFormat()
2662 sal_uInt16 nStop = (eScannedType == NUMBERFORMAT_SCIENTIFIC ? in IsNumberFormat()
2668 if (eScannedType != NUMBERFORMAT_SCIENTIFIC) in IsNumberFormat()
H A Dzforscan.cxx1117 eNewType = NUMBERFORMAT_SCIENTIFIC; in ScanType()
1335 case NUMBERFORMAT_SCIENTIFIC: in ScanType()
1350 case NUMBERFORMAT_SCIENTIFIC: in ScanType()
1555 case NUMBERFORMAT_SCIENTIFIC: in FinalScan()
1589 if (eScannedType == NUMBERFORMAT_SCIENTIFIC && in FinalScan()
2542 if (eScannedType == NUMBERFORMAT_SCIENTIFIC && in FinalScan()
H A Dzforlist.cxx1257 case NUMBERFORMAT_SCIENTIFIC: in IsCompatible()
1327 case NUMBERFORMAT_SCIENTIFIC: in ImpGetDefaultFormat()
1370 case NUMBERFORMAT_SCIENTIFIC: in ImpGetDefaultFormat()
1399 case NUMBERFORMAT_SCIENTIFIC: in GetStandardFormat()
1489 || eType == NUMBERFORMAT_SCIENTIFIC in GetInputLineString()
H A Dzformat.cxx688 F_Type != NUMBERFORMAT_SCIENTIFIC) ) in SvNumberformat()
1676 case NUMBERFORMAT_SCIENTIFIC : in Save()
2488 case NUMBERFORMAT_SCIENTIFIC: in GetOutputString()
/AOO41X/main/sc/source/ui/view/
H A Dformatsh.cxx960 pTabViewShell->SetNumberFormat( NUMBERFORMAT_SCIENTIFIC ); in ExecuteNumFormat()
1135 pTabViewShell->SetNumberFormat( NUMBERFORMAT_SCIENTIFIC ); in ExecuteNumFormat()
2448 case NUMBERFORMAT_SCIENTIFIC: in GetNumFormatState()
2449 case NUMBERFORMAT_SCIENTIFIC| NUMBERFORMAT_DEFINED: in GetNumFormatState()
/AOO41X/main/extensions/source/propctrlr/
H A Dusercontrol.cxx246 case NUMBERFORMAT_SCIENTIFIC: in SetFormatDescription()
/AOO41X/main/sw/source/ui/utlui/
H A Dnumfmtlb.cxx210 case NUMBERFORMAT_SCIENTIFIC: in SetFormatType()
/AOO41X/main/xmloff/source/style/
H A Dxmlnumfe.cxx1003 case NUMBERFORMAT_SCIENTIFIC: in ExportPart_Impl()
1420 case NUMBERFORMAT_SCIENTIFIC: in ExportPart_Impl()
/AOO41X/main/sc/source/filter/lotus/
H A Dtool.cxx236 NUMBERFORMAT_SCIENTIFIC, eLanguage ); in NewAttr()
/AOO41X/main/svx/source/items/
H A Dnumfmtsh.cxx1216 case CAT_SCIENTIFIC: rCategory = NUMBERFORMAT_SCIENTIFIC; break; in PosToCategory_Impl()
1239 case NUMBERFORMAT_SCIENTIFIC: rPos = CAT_SCIENTIFIC; break; in CategoryToPos_Impl()
/AOO41X/main/svl/inc/svl/
H A Dzforlist.hxx74 #define NUMBERFORMAT_SCIENTIFIC 0x020 /// Number as scientific macro
/AOO41X/main/sc/source/core/data/
H A Ddocumen4.cxx520 case NUMBERFORMAT_SCIENTIFIC: // 1,23e-3 == 0,00123 in RoundValueAsShown()
/AOO41X/main/sw/source/ui/shells/
H A Dtabsh.cxx1572 case FN_NUMBER_SCIENTIFIC: nFmtType = NUMBERFORMAT_SCIENTIFIC; break; in ExecNumberFormat()
/AOO41X/main/sc/source/core/tool/
H A Dinterpr1.cxx2166 case NUMBERFORMAT_SCIENTIFIC: aFuncResult = 'S'; break; in ScCell()