Lines Matching refs:eOp

1014             switch (rEntry.eOp)  in ValidQuery()
1044 else if ( (rEntry.eOp == SC_EQUAL || rEntry.eOp == SC_NOT_EQUAL) || in ValidQuery()
1045 (rEntry.eOp == SC_CONTAINS || rEntry.eOp == SC_DOES_NOT_CONTAIN || in ValidQuery()
1046 rEntry.eOp == SC_BEGINS_WITH || rEntry.eOp == SC_ENDS_WITH || in ValidQuery()
1047 rEntry.eOp == SC_DOES_NOT_BEGIN_WITH || rEntry.eOp == SC_DOES_NOT_END_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()
1056 || rEntry.eOp == SC_DOES_NOT_BEGIN_WITH || rEntry.eOp == SC_DOES_NOT_END_WITH ) in ValidQuery()
1069 sal_Bool bRealRegExp = (rParam.bRegExp && ((rEntry.eOp == SC_EQUAL) in ValidQuery()
1070 || (rEntry.eOp == SC_NOT_EQUAL) || (rEntry.eOp == SC_CONTAINS) in ValidQuery()
1071 || (rEntry.eOp == SC_DOES_NOT_CONTAIN) || (rEntry.eOp == SC_BEGINS_WITH) in ValidQuery()
1072 || (rEntry.eOp == SC_ENDS_WITH) || (rEntry.eOp == SC_DOES_NOT_BEGIN_WITH) in ValidQuery()
1073 || (rEntry.eOp == SC_DOES_NOT_END_WITH))); in ValidQuery()
1075 && ((rEntry.eOp == SC_LESS_EQUAL) in ValidQuery()
1076 || (rEntry.eOp == SC_GREATER_EQUAL))); in ValidQuery()
1084 if ( rEntry.eOp == SC_ENDS_WITH || rEntry.eOp == SC_DOES_NOT_END_WITH ) in ValidQuery()
1100 switch (rEntry.eOp) in ValidQuery()
1132 if ( rEntry.eOp == SC_EQUAL || rEntry.eOp == SC_NOT_EQUAL in ValidQuery()
1133 || rEntry.eOp == SC_CONTAINS || rEntry.eOp == SC_DOES_NOT_CONTAIN in ValidQuery()
1134 || rEntry.eOp == SC_BEGINS_WITH || rEntry.eOp == SC_ENDS_WITH in ValidQuery()
1135 || rEntry.eOp == SC_DOES_NOT_BEGIN_WITH || rEntry.eOp == SC_DOES_NOT_END_WITH ) in ValidQuery()
1143 if ( rEntry.eOp == SC_NOT_EQUAL ) in ValidQuery()
1149 if ( rEntry.eOp == SC_NOT_EQUAL ) in ValidQuery()
1160 xub_StrLen nIndex = (rEntry.eOp == SC_ENDS_WITH in ValidQuery()
1161 || rEntry.eOp == SC_DOES_NOT_END_WITH)? (aCell.Len()-aQuer.Len()):0; in ValidQuery()
1163 switch (rEntry.eOp) in ValidQuery()
1196 switch (rEntry.eOp) in ValidQuery()
1225 (rEntry.eOp == SC_LESS || rEntry.eOp == SC_LESS_EQUAL) && in ValidQuery()
1232 (rEntry.eOp == SC_GREATER || rEntry.eOp == SC_GREATER_EQUAL) && in ValidQuery()
1289 switch ( rEntry.eOp ) in TopTenQuery()
1325 switch ( rEntry.eOp ) in TopTenQuery()
1329 rEntry.eOp = SC_GREATER_EQUAL; in TopTenQuery()
1337 rEntry.eOp = SC_LESS_EQUAL; in TopTenQuery()
1345 rEntry.eOp = SC_GREATER_EQUAL; in TopTenQuery()
1355 rEntry.eOp = SC_LESS_EQUAL; in TopTenQuery()
1379 rEntry.eOp = SC_GREATER_EQUAL; in TopTenQuery()
1385 rEntry.eOp = SC_GREATER_EQUAL; in TopTenQuery()
1446 switch ( rEntry.eOp ) in lcl_PrepareQuery()
1797 rEntry.eOp = SC_NOT_EQUAL; in CreateStarQuery()
1799 rEntry.eOp = SC_LESS_EQUAL; in CreateStarQuery()
1801 rEntry.eOp = SC_LESS; in CreateStarQuery()
1806 rEntry.eOp = SC_GREATER_EQUAL; in CreateStarQuery()
1808 rEntry.eOp = SC_GREATER; in CreateStarQuery()
1811 rEntry.eOp = SC_EQUAL; in CreateStarQuery()