Home
last modified time | relevance | path

Searched refs:SC_EQUAL (Results 1 – 15 of 15) sorted by relevance

/trunk/main/sc/source/filter/excel/
H A Dexcimp8.cxx442 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()
526 aEntry.eOp = SC_EQUAL; in ReadAutoFilter()
541 aEntry.eOp = SC_EQUAL; in ReadAutoFilter()
570 aEntry.eOp = SC_EQUAL; in ReadAutoFilter()
575 aEntry.eOp = SC_EQUAL; in ReadAutoFilter()
H A Dexcrecds.cxx763 case SC_EQUAL: nOper = EXC_AFOPER_EQUAL; break; in AddEntry()
/trunk/main/sc/source/ui/unoobj/
H A Ddatauno.cxx1139 case SC_EQUAL: in getFilterFields()
1207 case SC_EQUAL: in getFilterFields2()
1284 case sheet::FilterOperator_EQUAL: rEntry.eOp = SC_EQUAL; break; in setFilterFields()
1296 rEntry.eOp = SC_EQUAL; in setFilterFields()
1304 rEntry.eOp = SC_EQUAL; in setFilterFields()
1312 rEntry.eOp = SC_EQUAL; in setFilterFields()
1358 case sheet::FilterOperator2::EQUAL: rEntry.eOp = SC_EQUAL; break; in setFilterFields2()
1376 rEntry.eOp = SC_EQUAL; in setFilterFields2()
1384 rEntry.eOp = SC_EQUAL; in setFilterFields2()
1392 rEntry.eOp = SC_EQUAL; in setFilterFields2()
/trunk/main/sc/source/core/data/
H A Ddociter.cxx757 case SC_EQUAL: in lcl_isQueryByString()
795 case SC_EQUAL: in isValidQuery()
817 case SC_EQUAL: in isValidQuery()
856 case SC_EQUAL: in isValidQuery()
1333 rEntry.eOp = SC_EQUAL; in FindEqualOrSortedLastInRange()
1374 rEntry.eOp = SC_EQUAL; in FindEqualOrSortedLastInRange()
1442 (rEntry.eOp == SC_EQUAL && nTmp != 0)) in BinarySearch()
H A Dtable3.cxx1016 case SC_EQUAL : in ValidQuery()
1044 else if ( (rEntry.eOp == SC_EQUAL || rEntry.eOp == SC_NOT_EQUAL) || in ValidQuery()
1069 sal_Bool bRealRegExp = (rParam.bRegExp && ((rEntry.eOp == SC_EQUAL) in ValidQuery()
1102 case SC_EQUAL: in ValidQuery()
1132 if ( rEntry.eOp == SC_EQUAL || rEntry.eOp == SC_NOT_EQUAL in ValidQuery()
1165 case SC_EQUAL: in ValidQuery()
1811 rEntry.eOp = SC_EQUAL; in CreateStarQuery()
H A Ddptablecache.cxx686 case SC_EQUAL : 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()
736 if ( rEntry.eOp == SC_EQUAL || rEntry.eOp == SC_NOT_EQUAL ) in ValidQuery()
H A Dglobal2.cxx144 eOp(SC_EQUAL), in ScQueryEntry()
203 eOp = SC_EQUAL; in Clear()
/trunk/main/sc/source/filter/xml/
H A Dxmlfilti.cxx714 aFilterOperator = SC_EQUAL; in getOperatorXML()
722 aFilterOperator = SC_EQUAL; in getOperatorXML()
H A DXMLExportDataPilot.cxx81 case SC_EQUAL : in getDPOperatorXML()
/trunk/main/sc/inc/
H A Dlookupcache.hxx93 case SC_EQUAL : in QueryCriteria()
H A Dglobal.hxx735 SC_EQUAL, enumerator
/trunk/main/sc/source/core/tool/
H A Dinterpr1.cxx641 bRegEx = (bRegEx && (aQueryEntry.eOp == SC_EQUAL || aQueryEntry.eOp == SC_NOT_EQUAL)); in ScCompareOptions()
746 else if (rEntry.eOp == SC_EQUAL || rEntry.eOp == SC_NOT_EQUAL) in CompareFunc()
784 (rEntry.eOp == SC_EQUAL || rEntry.eOp == SC_NOT_EQUAL)) in CompareFunc()
1005 case SC_EQUAL: in QueryMat()
4479 if (rEntry.eOp == SC_EQUAL) in ScMatch()
4877 rEntry.eOp = SC_EQUAL; in IterateParametersIf()
5172 rEntry.eOp = SC_EQUAL; in ScCountIf()
5403 rEntry.eOp = SC_EQUAL; in IterateParametersIfs()
8332 if (rEntry.eOp != SC_EQUAL) in lcl_LookupQuery()
H A Dqueryparam.cxx143 rEntry.eOp = SC_EQUAL; in FillInExcelSyntax()
H A Ddoubleref.cxx135 rEntry.eOp = SC_EQUAL; in lcl_createStarQuery()
/trunk/main/sc/source/ui/view/
H A Dgridwin.cxx1081 if (rEntry.eOp == SC_EQUAL) in DoAutoFilterMenue()
1319 rNewEntry.eOp = SC_EQUAL; in ExecFilter()
1326 rNewEntry.eOp = SC_EQUAL; in ExecFilter()
1331 rNewEntry.eOp = SC_EQUAL; in ExecFilter()

Completed in 533 milliseconds