Lines Matching refs:pLeft

1820         OSQLParseNode* pLeft    = pSearchCondition->getChild(1);  in disjunctiveNormalForm()  local
1821 disjunctiveNormalForm(pLeft); in disjunctiveNormalForm()
1826 OSQLParseNode* pLeft = pSearchCondition->getChild(0); in disjunctiveNormalForm() local
1827 disjunctiveNormalForm(pLeft); in disjunctiveNormalForm()
1835 OSQLParseNode* pLeft = pSearchCondition->getChild(0); in disjunctiveNormalForm() local
1836 disjunctiveNormalForm(pLeft); in disjunctiveNormalForm()
1843 …if(pLeft->count() == 3 && SQL_ISRULE(pLeft,boolean_primary) && SQL_ISRULE(pLeft->getChild(1),searc… in disjunctiveNormalForm()
1846 OSQLParseNode* pOr = pLeft->getChild(1); in disjunctiveNormalForm()
1872 pNewRight = MakeANDNode(pLeft,pOr->removeAt(2)); in disjunctiveNormalForm()
1873 pNewLeft = MakeANDNode(new OSQLParseNode(*pLeft),pOr->removeAt((sal_uInt32)0)); in disjunctiveNormalForm()
1880 …else if(SQL_ISRULE(pLeft,boolean_primary) && (!SQL_ISRULE(pLeft->getChild(1),search_condition) || … in disjunctiveNormalForm()
1881 pSearchCondition->replace(pLeft, pLeft->removeAt(1)); in disjunctiveNormalForm()
1901 OSQLParseNode* pLeft = pSearchCondition->getChild(0); in negateSearchCondition() local
1911 pLeft = pNewNode->getChild(0); in negateSearchCondition()
1915 negateSearchCondition(pLeft,bNegate); in negateSearchCondition()
1921 OSQLParseNode* pLeft = pSearchCondition->getChild(0); in negateSearchCondition() local
1931 pLeft = pNewNode->getChild(0); in negateSearchCondition()
1935 negateSearchCondition(pLeft,bNegate); in negateSearchCondition()
2047 OSQLParseNode* pLeft = pSearchCondition->getChild(0); in absorptions() local
2048 absorptions(pLeft); in absorptions()
2151 OSQLParseNode* pLeft = pSearchCondition->getChild(0); in compress() local
2152 compress(pLeft); in compress()
2177 OSQLParseNode* pLeft = pSearchCondition->getChild(0)->removeAt(2); in compress() local
2179 OSQLParseNode* pNode = MakeORNode(pLeft,pRight); in compress()
2186 OSQLParseNode::eraseBraces(pLeft); in compress()
2194 OSQLParseNode* pLeft = pSearchCondition->getChild(0)->removeAt((sal_uInt32)0); in compress() local
2196 OSQLParseNode* pNode = MakeORNode(pLeft,pRight); in compress()
2203 OSQLParseNode::eraseBraces(pLeft); in compress()
2211 OSQLParseNode* pLeft = pSearchCondition->getChild(0)->removeAt(2); in compress() local
2213 OSQLParseNode* pNode = MakeORNode(pLeft,pRight); in compress()
2220 OSQLParseNode::eraseBraces(pLeft); in compress()
2228 OSQLParseNode* pLeft = pSearchCondition->getChild(0)->removeAt((sal_uInt32)0); in compress() local
2230 OSQLParseNode* pNode = MakeORNode(pLeft,pRight); in compress()
2237 OSQLParseNode::eraseBraces(pLeft); in compress()