Lines Matching refs:bNegate
1887 void OSQLParseNode::negateSearchCondition(OSQLParseNode*& pSearchCondition,sal_Bool bNegate) in negateSearchCondition() argument
1896 negateSearchCondition(pRight,bNegate); in negateSearchCondition()
1903 if(bNegate) in negateSearchCondition()
1915 negateSearchCondition(pLeft,bNegate); in negateSearchCondition()
1916 negateSearchCondition(pRight,bNegate); in negateSearchCondition()
1923 if(bNegate) in negateSearchCondition()
1935 negateSearchCondition(pLeft,bNegate); in negateSearchCondition()
1936 negateSearchCondition(pRight,bNegate); in negateSearchCondition()
1947 if (!bNegate) in negateSearchCondition()
1952 …else if(bNegate && (SQL_ISRULE(pSearchCondition,comparison_predicate) || SQL_ISRULE(pSearchConditi… in negateSearchCondition()
1984 …else if(bNegate && (SQL_ISRULE(pSearchCondition,test_for_null) || SQL_ISRULE(pSearchCondition,in_p… in negateSearchCondition()
2005 else if(bNegate && (SQL_ISRULE(pSearchCondition,like_predicate))) in negateSearchCondition()