Home
last modified time | relevance | path

Searched refs:removeAt (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/connectivity/source/parse/
H A Dsqlnode.cxx1486 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()
[all …]
H A Dsqlbison.y1150 $$ = pTemp->removeAt((sal_uInt32)0);
1249 $$ = pTemp->removeAt((sal_uInt32)0);
1283 $$ = pTemp->removeAt((sal_uInt32)0);
1284 OSQLParseNode* pColumnRef = $$->removeAt((sal_uInt32)0);
1362 OSQLParseNode* p2nd = $1->removeAt(2);
1363 OSQLParseNode* p3rd = $1->removeAt(2);
1384 OSQLParseNode* p2nd = $1->removeAt(2);
1385 OSQLParseNode* p3rd = $1->removeAt(2);
/AOO41X/main/connectivity/inc/connectivity/
H A Dsqlnode.hxx279 OSQLParseNode* removeAt(sal_uInt32 nPos);