Lines Matching refs:removeAt
1486 delete pChildNode->removeAt(1); in substituteParameterNames()
1767 OSQLParseNode * pCol = removeAt((sal_uInt32)0); in replaceNodeValue()
1851 pSearchCondition->removeAt(2); in disjunctiveNormalForm()
1853 pNewRight = MakeANDNode(pOr->removeAt(2) ,pRight); in disjunctiveNormalForm()
1854 pNewLeft = MakeANDNode(pOr->removeAt((sal_uInt32)0) ,new OSQLParseNode(*pRight)); in disjunctiveNormalForm()
1870 pSearchCondition->removeAt((sal_uInt32)0); in disjunctiveNormalForm()
1872 pNewRight = MakeANDNode(pLeft,pOr->removeAt(2)); in disjunctiveNormalForm()
1873 pNewLeft = MakeANDNode(new OSQLParseNode(*pLeft),pOr->removeAt((sal_uInt32)0)); in disjunctiveNormalForm()
1881 pSearchCondition->replace(pLeft, pLeft->removeAt(1)); in disjunctiveNormalForm()
1883 pSearchCondition->replace(pRight, pRight->removeAt(1)); in disjunctiveNormalForm()
1906 pNewNode->append(pSearchCondition->removeAt((sal_uInt32)0)); in negateSearchCondition()
1908 pNewNode->append(pSearchCondition->removeAt((sal_uInt32)1)); in negateSearchCondition()
1926 pNewNode->append(pSearchCondition->removeAt((sal_uInt32)0)); in negateSearchCondition()
1928 pNewNode->append(pSearchCondition->removeAt((sal_uInt32)1)); in negateSearchCondition()
1941 OSQLParseNode *pNot = pSearchCondition->removeAt((sal_uInt32)0); in negateSearchCondition()
1943 OSQLParseNode *pBooleanTest = pSearchCondition->removeAt((sal_uInt32)0); in negateSearchCondition()
2031 OSQLParseNode* pNode = pSearchCondition->removeAt(1); in eraseBraces()
2059 pNewNode = pSearchCondition->removeAt((sal_uInt32)0); in absorptions()
2081 pNewNode = pSearchCondition->removeAt((sal_uInt32)0); in absorptions()
2087 pNewNode = pSearchCondition->removeAt((sal_uInt32)2); in absorptions()
2094 OSQLParseNode* pC = p2ndSearch->removeAt((sal_uInt32)2); in absorptions()
2095 OSQLParseNode* pB = p2ndSearch->removeAt((sal_uInt32)0); in absorptions()
2096 OSQLParseNode* pA = pSearchCondition->removeAt((sal_uInt32)2-nPos); in absorptions()
2115 pNewNode = pSearchCondition->removeAt((sal_uInt32)0); in absorptions()
2120 pNewNode = pSearchCondition->removeAt((sal_uInt32)0); in absorptions()
2129 pNewNode = pSearchCondition->removeAt((sal_uInt32)2); in absorptions()
2134 pNewNode = pSearchCondition->removeAt((sal_uInt32)2); in absorptions()
2167 OSQLParseNode* pNode = pSearchCondition->removeAt(1); in compress()
2177 OSQLParseNode* pLeft = pSearchCondition->getChild(0)->removeAt(2); in compress()
2178 OSQLParseNode* pRight = pSearchCondition->getChild(2)->removeAt(2); in compress()
2189 pNode = MakeANDNode(pSearchCondition->getChild(0)->removeAt((sal_uInt32)0),pNewRule); in compress()
2194 OSQLParseNode* pLeft = pSearchCondition->getChild(0)->removeAt((sal_uInt32)0); in compress()
2195 OSQLParseNode* pRight = pSearchCondition->getChild(2)->removeAt(2); in compress()
2206 pNode = MakeANDNode(pSearchCondition->getChild(0)->removeAt(1),pNewRule); in compress()
2211 OSQLParseNode* pLeft = pSearchCondition->getChild(0)->removeAt(2); in compress()
2212 OSQLParseNode* pRight = pSearchCondition->getChild(2)->removeAt((sal_uInt32)0); in compress()
2223 pNode = MakeANDNode(pSearchCondition->getChild(0)->removeAt((sal_uInt32)0),pNewRule); in compress()
2228 OSQLParseNode* pLeft = pSearchCondition->getChild(0)->removeAt((sal_uInt32)0); in compress()
2229 OSQLParseNode* pRight = pSearchCondition->getChild(2)->removeAt((sal_uInt32)0); in compress()
2240 pNode = MakeANDNode(pSearchCondition->getChild(0)->removeAt(1),pNewRule); in compress()
2387 OSQLParseNode* OSQLParseNode::removeAt(sal_uInt32 nPos) in removeAt() function in connectivity::OSQLParseNode