Home
last modified time | relevance | path

Searched refs:eOp1 (Results 1 – 4 of 4) sorted by relevance

/trunk/main/svl/inc/svl/
H A Dzformat.hxx315 ( (eOp1 == NUMBERFORMAT_OP_GE && eOp2 == NUMBERFORMAT_OP_NO) || in IsNegativeRealNegative()
316 (eOp1 == NUMBERFORMAT_OP_GT && eOp2 == NUMBERFORMAT_OP_LT) || in IsNegativeRealNegative()
317 (eOp1 == NUMBERFORMAT_OP_NO && eOp2 == NUMBERFORMAT_OP_NO) ); in IsNegativeRealNegative()
324 ( (eOp2 == NUMBERFORMAT_OP_GT && eOp1 == NUMBERFORMAT_OP_LT) || in IsNegativeRealNegative2()
325 (eOp2 == NUMBERFORMAT_OP_EQ && eOp1 == NUMBERFORMAT_OP_LT) || in IsNegativeRealNegative2()
326 (eOp2 == NUMBERFORMAT_OP_GE && eOp1 == NUMBERFORMAT_OP_LT) || in IsNegativeRealNegative2()
327 (eOp2 == NUMBERFORMAT_OP_NO && eOp1 == NUMBERFORMAT_OP_LT) || in IsNegativeRealNegative2()
328 (eOp2 == NUMBERFORMAT_OP_NO && eOp1 == NUMBERFORMAT_OP_LE) || in IsNegativeRealNegative2()
329 (eOp2 == NUMBERFORMAT_OP_GT && eOp1 == NUMBERFORMAT_OP_LE)); in IsNegativeRealNegative2()
473 SvNumberformatLimitOps eOp1; // Operator for first condition member in SvNumberformat
/trunk/main/xmloff/source/style/
H A Dxmlnumfe.cxx1610 SvNumberformatLimitOps eOp1, eOp2; in ExportPart_Impl() local
1612 rFormat.GetConditions( eOp1, fLimit1, eOp2, fLimit2 ); in ExportPart_Impl()
1614 WriteMapElement_Impl( eOp1, fLimit1, nKey, 0 ); in ExportPart_Impl()
1637 ( ( eOp1 == NUMBERFORMAT_OP_LT && eOp2 == NUMBERFORMAT_OP_GT ) || in ExportPart_Impl()
1638 ( eOp1 == NUMBERFORMAT_OP_GT && eOp2 == NUMBERFORMAT_OP_LT ) ) ) in ExportPart_Impl()
1665 SvNumberformatLimitOps eOp1, eOp2; in ExportFormat_Impl() local
1667 rFormat.GetConditions( eOp1, fLimit1, eOp2, fLimit2 ); in ExportFormat_Impl()
1671 if ( eOp1 != NUMBERFORMAT_OP_NO && nUsedParts < 2 ) in ExportFormat_Impl()
/trunk/main/svl/source/numbers/
H A Dzformat.cxx534 eOp1 = rFormat.eOp1; in ImpCopyNumberformat()
639 eOp1 = NUMBERFORMAT_OP_NO; in SvNumberformat()
670 eOp1 = (SvNumberformatLimitOps) eSymbolType; in SvNumberformat()
844 if (nIndex == 1 && eOp1 == NUMBERFORMAT_OP_NO) in SvNumberformat()
1021 eOp1 == NUMBERFORMAT_OP_GT && eOp2 == NUMBERFORMAT_OP_NO && in SvNumberformat()
1484 eOp1 = (SvNumberformatLimitOps) nOp1; in Load()
2148 short nCheck = ImpCheckCondition(fNumber, fLimit1, eOp1); in GetOutputString()
4141 rOper1 = eOp1; in GetConditions()
4204 eOp1 == NUMBERFORMAT_OP_GE && fLimit1 == 0.0 && in GetMappedFormatstring()
4209 eOp1 == NUMBERFORMAT_OP_GT && fLimit1 == 0.0 && in GetMappedFormatstring()
[all …]
/trunk/main/sc/source/core/tool/
H A Dcompiler.cxx4000 OpCode eOp1 = (p1 ? p1->GetOpCode() : static_cast<OpCode>( ocSep ) ); in HandleRange() local
4002 sal_Bool bBorder1 = (eOp1 == ocSep || eOp1 == ocOpen); in HandleRange()
5379 OpCode eOp1 = p1 ? p1->GetOpCode() : static_cast<OpCode>( ocAdd ); in HandleSingleRef() local
5381 if ( eOp1 != ocColRowName && eOp1 != ocIntersect in HandleSingleRef()
5384 if ( (SC_OPCODE_START_BIN_OP <= eOp1 && eOp1 < SC_OPCODE_STOP_BIN_OP) || in HandleSingleRef()

Completed in 62 milliseconds