Searched refs:bNegate (Results 1 – 2 of 2) sorted by relevance
1887 void OSQLParseNode::negateSearchCondition(OSQLParseNode*& pSearchCondition,sal_Bool bNegate) in negateSearchCondition() argument1896 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()[all …]
389 … static void negateSearchCondition(OSQLParseNode*& pSearchCondition,sal_Bool bNegate=sal_False);