Searched refs:MakeANDNode (Results 1 – 1 of 1) sorted by relevance
/aoo4110/main/connectivity/source/parse/ |
H A D | sqlnode.cxx | 1792 OSQLParseNode* MakeANDNode(OSQLParseNode *pLeftLeaf,OSQLParseNode *pRightLeaf) in MakeANDNode() function 1853 pNewRight = MakeANDNode(pOr->removeAt(2) ,pRight); in disjunctiveNormalForm() 1854 pNewLeft = MakeANDNode(pOr->removeAt((sal_uInt32)0) ,new OSQLParseNode(*pRight)); in disjunctiveNormalForm() 1872 pNewRight = MakeANDNode(pLeft,pOr->removeAt(2)); in disjunctiveNormalForm() 1873 pNewLeft = MakeANDNode(new OSQLParseNode(*pLeft),pOr->removeAt((sal_uInt32)0)); in disjunctiveNormalForm() 2098 OSQLParseNode* p1stAnd = MakeANDNode(pA,pB); in absorptions() 2099 OSQLParseNode* p2ndAnd = MakeANDNode(new OSQLParseNode(*pA),pC); in absorptions() 2189 pNode = MakeANDNode(pSearchCondition->getChild(0)->removeAt((sal_uInt32)0),pNewRule); in compress() 2206 pNode = MakeANDNode(pSearchCondition->getChild(0)->removeAt(1),pNewRule); in compress() 2223 pNode = MakeANDNode(pSearchCondition->getChild(0)->removeAt((sal_uInt32)0),pNewRule); in compress() [all …]
|
Completed in 24 milliseconds