Lines Matching refs:pRight
1829 OSQLParseNode* pRight = pSearchCondition->getChild(2); in disjunctiveNormalForm() local
1830 disjunctiveNormalForm(pRight); in disjunctiveNormalForm()
1838 OSQLParseNode* pRight = pSearchCondition->getChild(2); in disjunctiveNormalForm() local
1839 disjunctiveNormalForm(pRight); in disjunctiveNormalForm()
1853 pNewRight = MakeANDNode(pOr->removeAt(2) ,pRight); in disjunctiveNormalForm()
1854 pNewLeft = MakeANDNode(pOr->removeAt((sal_uInt32)0) ,new OSQLParseNode(*pRight)); in disjunctiveNormalForm()
1861 …else if(pRight->count() == 3 && SQL_ISRULE(pRight,boolean_primary) && SQL_ISRULE(pRight->getChild(… in disjunctiveNormalForm()
1865 OSQLParseNode* pOr = pRight->getChild(1); in disjunctiveNormalForm()
1882 …else if(SQL_ISRULE(pRight,boolean_primary) && (!SQL_ISRULE(pRight->getChild(1),search_condition) |… in disjunctiveNormalForm()
1883 pSearchCondition->replace(pRight, pRight->removeAt(1)); in disjunctiveNormalForm()
1895 OSQLParseNode* pRight = pSearchCondition->getChild(1); in negateSearchCondition() local
1896 negateSearchCondition(pRight,bNegate); in negateSearchCondition()
1902 OSQLParseNode* pRight = pSearchCondition->getChild(2); in negateSearchCondition() local
1912 pRight = pNewNode->getChild(2); in negateSearchCondition()
1916 negateSearchCondition(pRight,bNegate); in negateSearchCondition()
1922 OSQLParseNode* pRight = pSearchCondition->getChild(2); in negateSearchCondition() local
1932 pRight = pNewNode->getChild(2); in negateSearchCondition()
1936 negateSearchCondition(pRight,bNegate); in negateSearchCondition()
2024 OSQLParseNode* pRight = pSearchCondition->getChild(1); in eraseBraces() local
2025 absorptions(pRight); in eraseBraces()
2049 OSQLParseNode* pRight = pSearchCondition->getChild(2); in absorptions() local
2050 absorptions(pRight); in absorptions()
2154 OSQLParseNode* pRight = pSearchCondition->getChild(2); in compress() local
2155 compress(pRight); in compress()
2160 OSQLParseNode* pRight = pSearchCondition->getChild(1); in compress() local
2161 compress(pRight); in compress()
2178 OSQLParseNode* pRight = pSearchCondition->getChild(2)->removeAt(2); in compress() local
2179 OSQLParseNode* pNode = MakeORNode(pLeft,pRight); in compress()
2187 OSQLParseNode::eraseBraces(pRight); in compress()
2195 OSQLParseNode* pRight = pSearchCondition->getChild(2)->removeAt(2); in compress() local
2196 OSQLParseNode* pNode = MakeORNode(pLeft,pRight); in compress()
2204 OSQLParseNode::eraseBraces(pRight); in compress()
2212 OSQLParseNode* pRight = pSearchCondition->getChild(2)->removeAt((sal_uInt32)0); in compress() local
2213 OSQLParseNode* pNode = MakeORNode(pLeft,pRight); in compress()
2221 OSQLParseNode::eraseBraces(pRight); in compress()
2229 OSQLParseNode* pRight = pSearchCondition->getChild(2)->removeAt((sal_uInt32)0); in compress() local
2230 OSQLParseNode* pNode = MakeORNode(pLeft,pRight); in compress()
2238 OSQLParseNode::eraseBraces(pRight); in compress()