Searched refs:eOp2 (Results  1 – 5 of 5) sorted by relevance
| /aoo41x/main/svl/inc/svl/ | 
| H A D | zformat.hxx | 315             ( (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()
 474     SvNumberformatLimitOps eOp2;    // Operator for second condition  member in SvNumberformat
 
 | 
| /aoo41x/main/xmloff/source/style/ | 
| H A D | xmlnumfe.cxx | 1610 		SvNumberformatLimitOps eOp1, eOp2;  in ExportPart_Impl()  local1612 		rFormat.GetConditions( eOp1, fLimit1, eOp2, fLimit2 );  in ExportPart_Impl()
 1615 		WriteMapElement_Impl( eOp2, fLimit2, nKey, 1 );  in ExportPart_Impl()
 1624 			switch ( eOp2 )  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()
 1673 	if ( eOp2 != NUMBERFORMAT_OP_NO && nUsedParts < 3 )  in ExportFormat_Impl()
 
 | 
| /aoo41x/main/svl/source/numbers/ | 
| H A D | zformat.cxx | 535     eOp2          = rFormat.eOp2;  in ImpCopyNumberformat()640     eOp2 = NUMBERFORMAT_OP_NO;  in SvNumberformat()
 673                     eOp2 = (SvNumberformatLimitOps) eSymbolType;  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()
 1485     eOp2 = (SvNumberformatLimitOps) nOp2;  in Load()
 2153             nCheck = ImpCheckCondition(fNumber, fLimit2, eOp2);  in GetOutputString()
 4142     rOper2 = eOp2;  in GetConditions()
 4205         eOp2 == NUMBERFORMAT_OP_NO && fLimit2 == 0.0 );  in GetMappedFormatstring()
 [all …]
 
 | 
| /aoo41x/main/basic/source/comp/ | 
| H A D | dim.cxx | 356 			SbiOpcode eOp2;  in DefVar()  local359 				case SbGLOBAL:	eOp2 = bPersistantGlobal ? _GLOBAL_P : _GLOBAL;   in DefVar()
 361 				case SbPUBLIC:	eOp2 = bPersistantGlobal ? _PUBLIC_P : _PUBLIC;  in DefVar()
 365 									eOp2 = _STATIC;  in DefVar()
 372 				default:		eOp2 = _LOCAL;  in DefVar()
 388 			aGen.Gen( eOp2, pDef->GetId(), nOpnd2 );  in DefVar()
 
 | 
| /aoo41x/main/sc/source/core/tool/ | 
| H A D | compiler.cxx | 4001             OpCode eOp2 = (p2 ? p2->GetOpCode() : static_cast<OpCode>( ocSep ) );  in HandleRange()  local4003             sal_Bool bBorder2 = (eOp2 == ocSep || eOp2 == ocClose);  in HandleRange()
 5380             OpCode eOp2 = p2 ? p2->GetOpCode() : static_cast<OpCode>( ocAdd );  in HandleSingleRef()  local
 5382                 && eOp2 != ocColRowName && eOp2 != ocIntersect )  in HandleSingleRef()
 5385                         (SC_OPCODE_START_BIN_OP <= eOp2 && eOp2 < SC_OPCODE_STOP_BIN_OP))  in HandleSingleRef()
 
 | 
        Completed in 89 milliseconds