Lines Matching refs:pRight

1826         OSQLParseNode* pRight = pSearchCondition->getChild(2);  in disjunctiveNormalForm()  local
1827 disjunctiveNormalForm(pRight); in disjunctiveNormalForm()
1835 OSQLParseNode* pRight = pSearchCondition->getChild(2); in disjunctiveNormalForm() local
1836 disjunctiveNormalForm(pRight); in disjunctiveNormalForm()
1850 pNewRight = MakeANDNode(pOr->removeAt(2) ,pRight); in disjunctiveNormalForm()
1851 pNewLeft = MakeANDNode(pOr->removeAt((sal_uInt32)0) ,new OSQLParseNode(*pRight)); in disjunctiveNormalForm()
1858 …else if(pRight->count() == 3 && SQL_ISRULE(pRight,boolean_primary) && SQL_ISRULE(pRight->getChild(… in disjunctiveNormalForm()
1862 OSQLParseNode* pOr = pRight->getChild(1); in disjunctiveNormalForm()
1879 …else if(SQL_ISRULE(pRight,boolean_primary) && (!SQL_ISRULE(pRight->getChild(1),search_condition) |… in disjunctiveNormalForm()
1880 pSearchCondition->replace(pRight, pRight->removeAt(1)); in disjunctiveNormalForm()
1892 OSQLParseNode* pRight = pSearchCondition->getChild(1); in negateSearchCondition() local
1893 negateSearchCondition(pRight,bNegate); in negateSearchCondition()
1899 OSQLParseNode* pRight = pSearchCondition->getChild(2); in negateSearchCondition() local
1909 pRight = pNewNode->getChild(2); in negateSearchCondition()
1913 negateSearchCondition(pRight,bNegate); in negateSearchCondition()
1919 OSQLParseNode* pRight = pSearchCondition->getChild(2); in negateSearchCondition() local
1929 pRight = pNewNode->getChild(2); in negateSearchCondition()
1933 negateSearchCondition(pRight,bNegate); in negateSearchCondition()
2021 OSQLParseNode* pRight = pSearchCondition->getChild(1); in eraseBraces() local
2022 absorptions(pRight); in eraseBraces()
2046 OSQLParseNode* pRight = pSearchCondition->getChild(2); in absorptions() local
2047 absorptions(pRight); in absorptions()
2151 OSQLParseNode* pRight = pSearchCondition->getChild(2); in compress() local
2152 compress(pRight); in compress()
2157 OSQLParseNode* pRight = pSearchCondition->getChild(1); in compress() local
2158 compress(pRight); in compress()
2175 OSQLParseNode* pRight = pSearchCondition->getChild(2)->removeAt(2); in compress() local
2176 OSQLParseNode* pNode = MakeORNode(pLeft,pRight); in compress()
2184 OSQLParseNode::eraseBraces(pRight); in compress()
2192 OSQLParseNode* pRight = pSearchCondition->getChild(2)->removeAt(2); in compress() local
2193 OSQLParseNode* pNode = MakeORNode(pLeft,pRight); in compress()
2201 OSQLParseNode::eraseBraces(pRight); in compress()
2209 OSQLParseNode* pRight = pSearchCondition->getChild(2)->removeAt((sal_uInt32)0); in compress() local
2210 OSQLParseNode* pNode = MakeORNode(pLeft,pRight); in compress()
2218 OSQLParseNode::eraseBraces(pRight); in compress()
2226 OSQLParseNode* pRight = pSearchCondition->getChild(2)->removeAt((sal_uInt32)0); in compress() local
2227 OSQLParseNode* pNode = MakeORNode(pLeft,pRight); in compress()
2235 OSQLParseNode::eraseBraces(pRight); in compress()