Lines Matching refs:removeAt

1483 				delete pChildNode->removeAt(1);  in substituteParameterNames()
1764 OSQLParseNode * pCol = removeAt((sal_uInt32)0); in replaceNodeValue()
1848 pSearchCondition->removeAt(2); in disjunctiveNormalForm()
1850 pNewRight = MakeANDNode(pOr->removeAt(2) ,pRight); in disjunctiveNormalForm()
1851 pNewLeft = MakeANDNode(pOr->removeAt((sal_uInt32)0) ,new OSQLParseNode(*pRight)); in disjunctiveNormalForm()
1867 pSearchCondition->removeAt((sal_uInt32)0); in disjunctiveNormalForm()
1869 pNewRight = MakeANDNode(pLeft,pOr->removeAt(2)); in disjunctiveNormalForm()
1870 pNewLeft = MakeANDNode(new OSQLParseNode(*pLeft),pOr->removeAt((sal_uInt32)0)); in disjunctiveNormalForm()
1878 pSearchCondition->replace(pLeft, pLeft->removeAt(1)); in disjunctiveNormalForm()
1880 pSearchCondition->replace(pRight, pRight->removeAt(1)); in disjunctiveNormalForm()
1903 pNewNode->append(pSearchCondition->removeAt((sal_uInt32)0)); in negateSearchCondition()
1905 pNewNode->append(pSearchCondition->removeAt((sal_uInt32)1)); in negateSearchCondition()
1923 pNewNode->append(pSearchCondition->removeAt((sal_uInt32)0)); in negateSearchCondition()
1925 pNewNode->append(pSearchCondition->removeAt((sal_uInt32)1)); in negateSearchCondition()
1938 OSQLParseNode *pNot = pSearchCondition->removeAt((sal_uInt32)0); in negateSearchCondition()
1940 OSQLParseNode *pBooleanTest = pSearchCondition->removeAt((sal_uInt32)0); in negateSearchCondition()
2028 OSQLParseNode* pNode = pSearchCondition->removeAt(1); in eraseBraces()
2056 pNewNode = pSearchCondition->removeAt((sal_uInt32)0); in absorptions()
2078 pNewNode = pSearchCondition->removeAt((sal_uInt32)0); in absorptions()
2084 pNewNode = pSearchCondition->removeAt((sal_uInt32)2); in absorptions()
2091 OSQLParseNode* pC = p2ndSearch->removeAt((sal_uInt32)2); in absorptions()
2092 OSQLParseNode* pB = p2ndSearch->removeAt((sal_uInt32)0); in absorptions()
2093 OSQLParseNode* pA = pSearchCondition->removeAt((sal_uInt32)2-nPos); in absorptions()
2112 pNewNode = pSearchCondition->removeAt((sal_uInt32)0); in absorptions()
2117 pNewNode = pSearchCondition->removeAt((sal_uInt32)0); in absorptions()
2126 pNewNode = pSearchCondition->removeAt((sal_uInt32)2); in absorptions()
2131 pNewNode = pSearchCondition->removeAt((sal_uInt32)2); in absorptions()
2164 OSQLParseNode* pNode = pSearchCondition->removeAt(1); in compress()
2174 OSQLParseNode* pLeft = pSearchCondition->getChild(0)->removeAt(2); in compress()
2175 OSQLParseNode* pRight = pSearchCondition->getChild(2)->removeAt(2); in compress()
2186 pNode = MakeANDNode(pSearchCondition->getChild(0)->removeAt((sal_uInt32)0),pNewRule); in compress()
2191 OSQLParseNode* pLeft = pSearchCondition->getChild(0)->removeAt((sal_uInt32)0); in compress()
2192 OSQLParseNode* pRight = pSearchCondition->getChild(2)->removeAt(2); in compress()
2203 pNode = MakeANDNode(pSearchCondition->getChild(0)->removeAt(1),pNewRule); in compress()
2208 OSQLParseNode* pLeft = pSearchCondition->getChild(0)->removeAt(2); in compress()
2209 OSQLParseNode* pRight = pSearchCondition->getChild(2)->removeAt((sal_uInt32)0); in compress()
2220 pNode = MakeANDNode(pSearchCondition->getChild(0)->removeAt((sal_uInt32)0),pNewRule); in compress()
2225 OSQLParseNode* pLeft = pSearchCondition->getChild(0)->removeAt((sal_uInt32)0); in compress()
2226 OSQLParseNode* pRight = pSearchCondition->getChild(2)->removeAt((sal_uInt32)0); in compress()
2237 pNode = MakeANDNode(pSearchCondition->getChild(0)->removeAt(1),pNewRule); in compress()
2384 OSQLParseNode* OSQLParseNode::removeAt(sal_uInt32 nPos) in removeAt() function in connectivity::OSQLParseNode