/aoo42x/main/formula/source/core/api/ |
H A D | FormulaCompiler.cxx | 490 if (0 < eOp && sal_uInt16(eOp) < mnSymbols) in putOpCode() 492 DBG_ASSERT( (mpTable[eOp].Len() == 0) || (mpTable[eOp] == rStr) || (eOp == ocCurrency), in putOpCode() 881 if( eOp == ocPush || eOp == ocColRowNameAuto || eOp == ocMatRef || in Factor() 884 || (eOp == ocColRowName) || (eOp == ocBad))) in Factor() 993 else if( eOp == ocNot || eOp == ocNeg in Factor() 1070 else if (eOp == ocIf || eOp == ocChose) in Factor() 1508 if( eOp >= ocAnd && eOp <= ocOr ) in CreateStringFromToken() 1546 else if( eOp >= ocInternalBegin && eOp <= ocInternalEnd ) in CreateStringFromToken() 1684 if ( (eOp == ocPush || eOp == ocColRowNameAuto) && in NextToken() 1696 if ( eOp != ocAnd && eOp != ocOr && in NextToken() [all …]
|
H A D | token.cxx | 92 return (eOp != ocPush && eOp != ocBad && eOp != ocColRowName && in IsFunction() 93 eOp != ocColRowNameAuto && eOp != ocName && eOp != ocDBArea && in IsFunction() 111 if ( eOp < SC_OPCODE_STOP_DIV && eOp != ocExternal && eOp != ocMacro && in GetParamCount() 112 eOp != ocIf && eOp != ocChose && eOp != ocPercentSign ) in GetParamCount() 125 else if (SC_OPCODE_START_1_PAR <= eOp && eOp < SC_OPCODE_STOP_1_PAR) in GetParamCount() 127 else if ( eOp == ocIf || eOp == ocChose ) in GetParamCount() 845 else if ( eOp == ocIf || eOp == ocChose ) in HasMatrixDoubleRefOps() 887 switch (eOp) in isRewriteNeeded() 1011 switch (eOp) in AddMissing() 1173 eOp == SC_OPCODE_OPEN || eOp == SC_OPCODE_SEP ) in MayReferenceFollow() [all …]
|
/aoo42x/main/sc/source/core/tool/ |
H A D | parclass.cxx | 295 OpCode eOp = pToken->GetOpCode(); in GetParameterType() local 296 switch ( eOp ) in GetParameterType() 309 if ( 0 <= (short)eOp && eOp <= SC_OPCODE_LAST_OPCODE_ID ) in GetParameterType() 320 (pData[eOp].nMinParams - in GetParameterType() 322 pData[eOp].nMinParams); in GetParameterType() 478 OpCode eOp = OpCode(i); in GenerateDocumentation() local 479 if ( xMap->getSymbol(eOp).Len() ) in GenerateDocumentation() 488 if ( eOp < SC_OPCODE_STOP_DIV ) in GenerateDocumentation() 490 switch ( eOp ) in GenerateDocumentation() 508 switch ( eOp ) in GenerateDocumentation() [all …]
|
H A D | token.cxx | 152 eOp = e; in SetOpCode() 153 switch (eOp) in SetOpCode() 185 eOp = ocPush; in SetString() 202 eOp = ocPush; in SetSingleReference() 211 eOp = ocPush; in SetDoubleReference() 219 eOp = ocPush; in SetDouble() 227 eOp = ocName; in SetName() 235 eOp = ocExternalRef; in SetExternalSingleRef() 250 eOp = ocExternalRef; in SetExternalDoubleRef() 307 eOp = ocExternal; in SetExternal() [all …]
|
H A D | queryparam.cxx | 111 rEntry.eOp = SC_NOT_EQUAL; in FillInExcelSyntax() 116 rEntry.eOp = SC_LESS_EQUAL; in FillInExcelSyntax() 121 rEntry.eOp = SC_LESS; in FillInExcelSyntax() 129 rEntry.eOp = SC_GREATER_EQUAL; in FillInExcelSyntax() 134 rEntry.eOp = SC_GREATER; in FillInExcelSyntax() 143 rEntry.eOp = SC_EQUAL; in FillInExcelSyntax()
|
H A D | compiler.cxx | 302 if ( eOp != ocNone ) in IsEnglishSymbol() 2505 aToken.SetOpCode(eOp); in IsOpCode() 2588 OpCode eOp; in IsOpCode() local 2589 if (bFound && ((eOp = pRawToken->GetOpCode()) == ocSub || eOp == ocNegSub)) in IsOpCode() 2956 aToken.eOp = ocMacro; in IsMacro() 3033 aToken.eOp = ocDBArea; in IsDBRange() 3781 OpCode eOp; in CompileString() member 3799 switch (eOp) in CompileString() 3845 pFunctionStack[ nFunction ].eOp = eOp; in CompileString() 3875 (eOp == ocSep || in CompileString() [all …]
|
H A D | doubleref.cxx | 121 rEntry.eOp = SC_NOT_EQUAL; in lcl_createStarQuery() 123 rEntry.eOp = SC_LESS_EQUAL; in lcl_createStarQuery() 125 rEntry.eOp = SC_LESS; in lcl_createStarQuery() 130 rEntry.eOp = SC_GREATER_EQUAL; in lcl_createStarQuery() 132 rEntry.eOp = SC_GREATER; in lcl_createStarQuery() 135 rEntry.eOp = SC_EQUAL; in lcl_createStarQuery()
|
/aoo42x/main/basic/source/comp/ |
H A D | exprgen.cxx | 34 SbiOpcode eOp; // Opcode member 87 SbiOpcode eOp; in Gen() local 90 eOp = _PARAM; in Gen() 110 eOp = _ELEM; // .-Ausdruck in WITH in Gen() 118 if( eOp == _FIND ) in Gen() 123 eOp = _FIND_CM; in Gen() 126 eOp = _FIND_STATIC; in Gen() 133 p->GenElement( eOp ); in Gen() 134 eOp = _ELEM; in Gen() 155 pGen->Gen( p->eOp ); break; in Gen() [all …]
|
H A D | codegen.cxx | 390 SbiOpcode eOp = (SbiOpcode)(*pCode++); in visitBuffer() local 392 if ( eOp <= SbOP0_END ) in visitBuffer() 393 visitor.processOpCode0( eOp ); in visitBuffer() 394 else if( eOp >= SbOP1_START && eOp <= SbOP1_END ) in visitBuffer() 400 visitor.processOpCode1( eOp, nOp1 ); in visitBuffer() 402 else if( eOp >= SbOP2_START && eOp <= SbOP2_END ) in visitBuffer() 458 m_ConvertedBuf += (sal_uInt8)eOp; in processOpCode0() 462 m_ConvertedBuf += (sal_uInt8)eOp; in processOpCode1() 463 switch( eOp ) in processOpCode1() 487 m_ConvertedBuf += (sal_uInt8)eOp; in processOpCode2() [all …]
|
H A D | dim.cxx | 285 if( eOp == _REDIM ) in DefVar() 286 eOp = _REDIMP; in DefVar() 317 if( pOld && !(eOp == _REDIM || eOp == _REDIMP) ) in DefVar() 326 if( !bRtlSym && (eOp == _REDIM || eOp == _REDIMP) ) in DefVar() 352 if( !bDefined && !(eOp == _REDIM || eOp == _REDIMP) in DefVar() 410 if( eOp == _REDIMP ) in DefVar() 472 if( eOp == _REDIM ) in DefVar() 485 else if( eOp == _REDIMP ) in DefVar() 497 aGen.Gen( (eOp == _STATIC) ? _DIM : eOp ); in DefVar() 775 SbiOpcode eOp = _GLOBAL; in DefEnum() local [all …]
|
/aoo42x/main/sc/source/core/data/ |
H A D | table3.cxx | 1014 switch (rEntry.eOp) in ValidQuery() 1044 else if ( (rEntry.eOp == SC_EQUAL || rEntry.eOp == SC_NOT_EQUAL) || in ValidQuery() 1046 rEntry.eOp == SC_BEGINS_WITH || rEntry.eOp == SC_ENDS_WITH || in ValidQuery() 1054 if( rEntry.eOp == SC_CONTAINS || rEntry.eOp == SC_DOES_NOT_CONTAIN in ValidQuery() 1055 || rEntry.eOp == SC_BEGINS_WITH || rEntry.eOp == SC_ENDS_WITH in ValidQuery() 1070 || (rEntry.eOp == SC_NOT_EQUAL) || (rEntry.eOp == SC_CONTAINS) in ValidQuery() 1132 if ( rEntry.eOp == SC_EQUAL || rEntry.eOp == SC_NOT_EQUAL in ValidQuery() 1134 || rEntry.eOp == SC_BEGINS_WITH || rEntry.eOp == SC_ENDS_WITH in ValidQuery() 1196 switch (rEntry.eOp) in ValidQuery() 1225 (rEntry.eOp == SC_LESS || rEntry.eOp == SC_LESS_EQUAL) && in ValidQuery() [all …]
|
H A D | conditio.cxx | 120 eOp(r.eOp), in ScConditionEntry() 154 eOp(r.eOp), in ScConditionEntry() 192 eOp(eOper), in ScConditionEntry() 220 eOp(eOper), in ScConditionEntry() 592 sal_Bool bEq = (eOp == r.eOp && nOptions == r.nOptions && in operator ==() 706 if ( eOp == SC_COND_BETWEEN || eOp == SC_COND_NOTBETWEEN ) in IsValid() 713 if ( eOp == SC_COND_BETWEEN || eOp == SC_COND_NOTBETWEEN ) in IsValid() 723 switch (eOp) in IsValid() 774 if ( eOp == SC_COND_BETWEEN || eOp == SC_COND_NOTBETWEEN ) in IsValidStr() 781 if ( eOp == SC_COND_BETWEEN || eOp == SC_COND_NOTBETWEEN ) in IsValidStr() [all …]
|
H A D | global2.cxx | 144 eOp(SC_EQUAL), in ScQueryEntry() 158 eOp(r.eOp), in ScQueryEntry() 182 eOp = r.eOp; in operator =() 203 eOp = SC_EQUAL; in Clear() 222 && eOp == r.eOp in operator ==()
|
H A D | dptablecache.cxx | 684 switch (rEntry.eOp) in ValidQuery() 709 else if ( (rEntry.eOp == SC_EQUAL || rEntry.eOp == SC_NOT_EQUAL) in ValidQuery() 716 sal_Bool bRealRegExp = (rParam.bRegExp && ((rEntry.eOp == SC_EQUAL) in ValidQuery() 717 || (rEntry.eOp == SC_NOT_EQUAL))); in ValidQuery() 730 bOk = ((rEntry.eOp == SC_NOT_EQUAL) ? !bMatch : bMatch); in ValidQuery() 736 if ( rEntry.eOp == SC_EQUAL || rEntry.eOp == SC_NOT_EQUAL ) in ValidQuery() 777 if ( rEntry.eOp == SC_NOT_EQUAL ) in ValidQuery() 784 switch (rEntry.eOp) in ValidQuery()
|
/aoo42x/main/sc/source/core/inc/ |
H A D | parclass.hxx | 91 static inline bool HasForceArray( OpCode eOp) in HasForceArray() argument 93 return 0 <= (short)eOp && in HasForceArray() 94 eOp <= SC_OPCODE_LAST_OPCODE_ID && in HasForceArray() 95 pData[eOp].bHasForceArray; in HasForceArray() 114 OpCode eOp; member 157 static inline sal_uInt8 GetMinimumParameters( OpCode eOp) in GetMinimumParameters() argument 159 if ( eOp <= SC_OPCODE_LAST_OPCODE_ID ) in GetMinimumParameters() 160 return pData[eOp].aData.nParam[0] in GetMinimumParameters() 162 pData[eOp].nMinParams; in GetMinimumParameters() 167 static inline bool HasRepeatParameters( OpCode eOp) in HasRepeatParameters() argument [all …]
|
/aoo42x/main/basic/source/sbx/ |
H A D | sbxvalue.cxx | 1158 ( eOp == SbxMUL || eOp == SbxDIV || eOp == SbxPLUS || eOp == SbxMINUS ) ) in Compute() 1164 if( eOp == SbxCAT || eOp == SbxPLUS ) in Compute() 1193 else if( ( eOp >= SbxIDIV && eOp <= SbxNOT ) || eOp == SbxMOD ) in Compute() 1299 ( eOp == SbxMUL || eOp == SbxDIV || eOp == SbxPLUS || eOp == SbxMINUS || eOp == SbxNEG ) ) in Compute() 1315 switch( eOp ) in Compute() 1419 switch( eOp ) in Compute() 1488 bRes = sal_Bool( eOp == SbxLT || eOp == SbxLE || eOp == SbxNE ); in Compare() 1493 bRes = sal_Bool( eOp == SbxGT || eOp == SbxGE || eOp == SbxNE ); in Compare() 1526 switch( eOp ) in Compare() 1552 switch( eOp ) in Compare() [all …]
|
/aoo42x/main/sc/source/filter/excel/ |
H A D | excimp8.cxx | 442 if( ( rEntry.eOp != SC_EQUAL && rEntry.eOp != SC_NOT_EQUAL ) || rEntry.pStr == NULL ) in ExcelQueryToOooQuery() 453 rEntry.eOp = ( rEntry.eOp == SC_EQUAL ) ? SC_CONTAINS : SC_DOES_NOT_CONTAIN; in ExcelQueryToOooQuery() 458 rEntry.eOp = ( rEntry.eOp == SC_EQUAL ) ? SC_ENDS_WITH : SC_DOES_NOT_END_WITH; in ExcelQueryToOooQuery() 463 rEntry.eOp = ( rEntry.eOp == SC_EQUAL ) ? SC_BEGINS_WITH : SC_DOES_NOT_BEGIN_WITH; in ExcelQueryToOooQuery() 492 aEntry.eOp = bTopOfTop10 ? in ReadAutoFilter() 523 aEntry.eOp = SC_LESS; in ReadAutoFilter() 526 aEntry.eOp = SC_EQUAL; in ReadAutoFilter() 532 aEntry.eOp = SC_GREATER; in ReadAutoFilter() 541 aEntry.eOp = SC_EQUAL; in ReadAutoFilter() 570 aEntry.eOp = SC_EQUAL; in ReadAutoFilter() [all …]
|
/aoo42x/main/basegfx/source/tools/ |
H A D | b2dclipstate.cxx | 120 void addRange(const B2DRange& rRange, Operation eOp) in addRange() 126 if( mePendingOps != eOp ) in addRange() 129 mePendingOps = eOp; in addRange() 135 void addPolygon(B2DPolygon aPoly, Operation eOp) in addPolygon() 138 if( mePendingOps != eOp ) in addPolygon() 141 mePendingOps = eOp; in addPolygon() 145 void addPolyPolygon(B2DPolyPolygon aPoly, Operation eOp) in addPolyPolygon() 148 if( mePendingOps != eOp ) in addPolyPolygon() 151 mePendingOps = eOp; in addPolyPolygon() 155 void addClipState(const ImplB2DClipState& rOther, Operation eOp) in addClipState() [all …]
|
/aoo42x/main/basic/source/classes/ |
H A D | disas.cxx | 253 eOp = _NOP; in SbiDisas() 258 switch( eOp ) in SbiDisas() 295 eOp = (SbiOpcode) ( *p++ & 0xFF ); in Fetch() 296 if( eOp <= SbOP0_END ) in Fetch() 303 else if( eOp <= SbOP1_END ) in Fetch() 312 else if( eOp <= SbOP2_END ) in Fetch() 367 if( eOp == _STMNT && nOp1 != nLine ) in DisasLine() 441 snprintf( cBuf, sizeof(cBuf), pMask[ nParts ], nPC, (sal_uInt16) eOp, nOp1, nOp2 ); in DisasLine() 445 int n = eOp; in DisasLine() 446 if( eOp >= SbOP2_START ) in DisasLine() [all …]
|
/aoo42x/main/sc/source/ui/unoobj/ |
H A D | datauno.cxx | 1137 switch (rEntry.eOp) // ScQueryOp in getFilterFields() 1205 switch (rEntry.eOp) // ScQueryOp in getFilterFields2() 1284 case sheet::FilterOperator_EQUAL: rEntry.eOp = SC_EQUAL; break; in setFilterFields() 1285 case sheet::FilterOperator_LESS: rEntry.eOp = SC_LESS; break; in setFilterFields() 1286 case sheet::FilterOperator_GREATER: rEntry.eOp = SC_GREATER; break; in setFilterFields() 1296 rEntry.eOp = SC_EQUAL; in setFilterFields() 1304 rEntry.eOp = SC_EQUAL; in setFilterFields() 1312 rEntry.eOp = SC_EQUAL; in setFilterFields() 1376 rEntry.eOp = SC_EQUAL; in setFilterFields2() 1384 rEntry.eOp = SC_EQUAL; in setFilterFields2() [all …]
|
/aoo42x/main/framework/source/services/ |
H A D | pathsettings.cxx | 189 PathSettings::EChangeOp eOp = impl_updatePath(sPath, sal_True); in changesOccurred() local 191 (eOp == PathSettings::E_ADDED ) || in changesOccurred() 192 (eOp == PathSettings::E_REMOVED) in changesOccurred() 399 PathSettings::EChangeOp eOp = PathSettings::E_UNDEFINED; in impl_updatePath() local 415 { eOp = PathSettings::E_REMOVED; } in impl_updatePath() 443 if (eOp == PathSettings::E_UNDEFINED) in impl_updatePath() 446 eOp = PathSettings::E_CHANGED; in impl_updatePath() 448 eOp = PathSettings::E_ADDED; in impl_updatePath() 451 switch(eOp) in impl_updatePath() 459 impl_notifyPropListener(eOp, sPath, pPathOld, pPathNew); in impl_updatePath() [all …]
|
/aoo42x/main/sccomp/source/solver/ |
H A D | solver.cxx | 426 sheet::SolverConstraintOperator eOp = maConstraints[nConstrPos].Operator; in solve() local 427 if ( eOp == sheet::SolverConstraintOperator_LESS_EQUAL || in solve() 428 eOp == sheet::SolverConstraintOperator_GREATER_EQUAL || in solve() 429 eOp == sheet::SolverConstraintOperator_EQUAL ) in solve() 462 switch ( eOp ) in solve() 521 sheet::SolverConstraintOperator eOp = maConstraints[nConstrPos].Operator; in solve() local 522 if ( eOp == sheet::SolverConstraintOperator_INTEGER || in solve() 523 eOp == sheet::SolverConstraintOperator_BINARY ) in solve() 530 if ( eOp == sheet::SolverConstraintOperator_INTEGER ) in solve()
|
/aoo42x/main/formula/inc/formula/ |
H A D | FormulaCompiler.hxx | 132 inline const String& getSymbol( const OpCode eOp ) const in getSymbol() 134 DBG_ASSERT( sal_uInt16(eOp) < mnSymbols, "OpCodeMap::getSymbol: OpCode out of range"); in getSymbol() 135 if (sal_uInt16(eOp) < mnSymbols) in getSymbol() 136 return mpTable[ eOp ]; in getSymbol() 164 void putOpCode( const String & rStr, const OpCode eOp ); 220 static const String& GetNativeSymbol( OpCode eOp );
|
H A D | token.hxx | 93 OpCode eOp; member in formula::FormulaToken 104 eOp(e), eType( eTypeP ), nRefCnt(0) {} in FormulaToken() 106 eOp(r.eOp), eType( r.eType ), nRefCnt(0) {} in FormulaToken() 122 inline OpCode GetOpCode() const { return eOp; } in GetOpCode() 172 inline void NewOpCode( OpCode e, const PrivateAccess& ) { eOp = e; } in NewOpCode()
|
/aoo42x/main/basic/source/runtime/ |
H A D | runtime.cxx | 732 SbiOpcode eOp = (SbiOpcode ) ( *pCode++ ); in Step() local 734 if (eOp < SbOP0_END) in Step() 736 (this->*( aStep0[ eOp ] ) )(); in Step() 738 else if (eOp >= SbOP1_START && eOp < SbOP1_END) in Step() 742 (this->*( aStep1[ eOp - SbOP1_START ] ) )( nOp1 ); in Step() 744 else if (eOp >= SbOP2_START && eOp < SbOP2_END) in Step() 748 (this->*( aStep2[ eOp - SbOP2_START ] ) )( nOp1, nOp2 ); in Step()
|