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()1981 …else if(bNegate && (SQL_ISRULE(pSearchCondition,test_for_null) || SQL_ISRULE(pSearchCondition,in_p… in negateSearchCondition()[all …]
389 static void negateSearchCondition(OSQLParseNode*& pSearchCondition,sal_Bool bNegate=sal_False);
Completed in 25 milliseconds