Home
last modified time | relevance | path

Searched refs:NUMBERFORMAT_OP_NO (Results 1 – 3 of 3) sorted by relevance

/trunk/main/svl/inc/svl/
H A Dzformat.hxx56 NUMBERFORMAT_OP_NO = 0, // Undefined, no OP enumerator
315 ( (eOp1 == NUMBERFORMAT_OP_GE && eOp2 == NUMBERFORMAT_OP_NO) || in IsNegativeRealNegative()
317 (eOp1 == NUMBERFORMAT_OP_NO && eOp2 == NUMBERFORMAT_OP_NO) ); in IsNegativeRealNegative()
327 (eOp2 == NUMBERFORMAT_OP_NO && eOp1 == NUMBERFORMAT_OP_LT) || in IsNegativeRealNegative2()
328 (eOp2 == NUMBERFORMAT_OP_NO && eOp1 == NUMBERFORMAT_OP_LE) || in IsNegativeRealNegative2()
/trunk/main/svl/source/numbers/
H A Dzformat.cxx639 eOp1 = NUMBERFORMAT_OP_NO; in SvNumberformat()
640 eOp2 = NUMBERFORMAT_OP_NO; in SvNumberformat()
844 if (nIndex == 1 && eOp1 == NUMBERFORMAT_OP_NO) in SvNumberformat()
846 else if (nIndex == 2 && eOp2 == NUMBERFORMAT_OP_NO) in SvNumberformat()
997 eOp2 != NUMBERFORMAT_OP_NO ) in SvNumberformat()
1021 eOp1 == NUMBERFORMAT_OP_GT && eOp2 == NUMBERFORMAT_OP_NO && in SvNumberformat()
1900 case NUMBERFORMAT_OP_NO: return -1; in ImpCheckCondition()
4160 if ( eOp != NUMBERFORMAT_OP_NO ) in lcl_SvNumberformat_AddLimitStringImpl()
4205 eOp2 == NUMBERFORMAT_OP_NO && fLimit2 == 0.0 ); in GetMappedFormatstring()
4216 if ( eOp1 != NUMBERFORMAT_OP_NO && eOp2 == NUMBERFORMAT_OP_NO ) in GetMappedFormatstring()
[all …]
/trunk/main/xmloff/source/style/
H A Dxmlnumfe.cxx737 if ( nOp != NUMBERFORMAT_OP_NO ) in WriteMapElement_Impl()
1622 SvNumberformatLimitOps eOp3 = NUMBERFORMAT_OP_NO; in ExportPart_Impl()
1671 if ( eOp1 != NUMBERFORMAT_OP_NO && nUsedParts < 2 ) in ExportFormat_Impl()
1673 if ( eOp2 != NUMBERFORMAT_OP_NO && nUsedParts < 3 ) in ExportFormat_Impl()

Completed in 62 milliseconds