Lines Matching refs:pLeft

1817         OSQLParseNode* pLeft    = pSearchCondition->getChild(1);  in disjunctiveNormalForm()  local
1818 disjunctiveNormalForm(pLeft); in disjunctiveNormalForm()
1823 OSQLParseNode* pLeft = pSearchCondition->getChild(0); in disjunctiveNormalForm() local
1824 disjunctiveNormalForm(pLeft); in disjunctiveNormalForm()
1832 OSQLParseNode* pLeft = pSearchCondition->getChild(0); in disjunctiveNormalForm() local
1833 disjunctiveNormalForm(pLeft); in disjunctiveNormalForm()
1840 …if(pLeft->count() == 3 && SQL_ISRULE(pLeft,boolean_primary) && SQL_ISRULE(pLeft->getChild(1),searc… in disjunctiveNormalForm()
1843 OSQLParseNode* pOr = pLeft->getChild(1); in disjunctiveNormalForm()
1869 pNewRight = MakeANDNode(pLeft,pOr->removeAt(2)); in disjunctiveNormalForm()
1870 pNewLeft = MakeANDNode(new OSQLParseNode(*pLeft),pOr->removeAt((sal_uInt32)0)); in disjunctiveNormalForm()
1877 …else if(SQL_ISRULE(pLeft,boolean_primary) && (!SQL_ISRULE(pLeft->getChild(1),search_condition) || … in disjunctiveNormalForm()
1878 pSearchCondition->replace(pLeft, pLeft->removeAt(1)); in disjunctiveNormalForm()
1898 OSQLParseNode* pLeft = pSearchCondition->getChild(0); in negateSearchCondition() local
1908 pLeft = pNewNode->getChild(0); in negateSearchCondition()
1912 negateSearchCondition(pLeft,bNegate); in negateSearchCondition()
1918 OSQLParseNode* pLeft = pSearchCondition->getChild(0); in negateSearchCondition() local
1928 pLeft = pNewNode->getChild(0); in negateSearchCondition()
1932 negateSearchCondition(pLeft,bNegate); in negateSearchCondition()
2044 OSQLParseNode* pLeft = pSearchCondition->getChild(0); in absorptions() local
2045 absorptions(pLeft); in absorptions()
2148 OSQLParseNode* pLeft = pSearchCondition->getChild(0); in compress() local
2149 compress(pLeft); in compress()
2174 OSQLParseNode* pLeft = pSearchCondition->getChild(0)->removeAt(2); in compress() local
2176 OSQLParseNode* pNode = MakeORNode(pLeft,pRight); in compress()
2183 OSQLParseNode::eraseBraces(pLeft); in compress()
2191 OSQLParseNode* pLeft = pSearchCondition->getChild(0)->removeAt((sal_uInt32)0); in compress() local
2193 OSQLParseNode* pNode = MakeORNode(pLeft,pRight); in compress()
2200 OSQLParseNode::eraseBraces(pLeft); in compress()
2208 OSQLParseNode* pLeft = pSearchCondition->getChild(0)->removeAt(2); in compress() local
2210 OSQLParseNode* pNode = MakeORNode(pLeft,pRight); in compress()
2217 OSQLParseNode::eraseBraces(pLeft); in compress()
2225 OSQLParseNode* pLeft = pSearchCondition->getChild(0)->removeAt((sal_uInt32)0); in compress() local
2227 OSQLParseNode* pNode = MakeORNode(pLeft,pRight); in compress()
2234 OSQLParseNode::eraseBraces(pLeft); in compress()