Searched refs:bNegate (Results 1 – 2 of 2) sorted by relevance
1884 void OSQLParseNode::negateSearchCondition(OSQLParseNode*& pSearchCondition,sal_Bool bNegate) in negateSearchCondition() argument1893 negateSearchCondition(pRight,bNegate); in negateSearchCondition()1900 if(bNegate) in negateSearchCondition()1912 negateSearchCondition(pLeft,bNegate); in negateSearchCondition()1913 negateSearchCondition(pRight,bNegate); in negateSearchCondition()1920 if(bNegate) in negateSearchCondition()1932 negateSearchCondition(pLeft,bNegate); in negateSearchCondition()1933 negateSearchCondition(pRight,bNegate); in negateSearchCondition()1944 if (!bNegate) in negateSearchCondition()1949 …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);