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()1984 …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 24 milliseconds