Home
last modified time | relevance | path

Searched refs:getChild (Results 1 – 25 of 50) sorted by relevance

12

/trunk/main/connectivity/source/drivers/file/
H A Dfcomp.cxx106 OSQLParseNode *pColumnRef = pSelection->getChild(i)->getChild(0); in start()
158 execute(pPredicateNode->getChild(1)); in execute()
181 execute(pPredicateNode->getChild(1)); in execute()
277 execute(pPredicateNode->getChild(0)); in execute_COMPARE()
278 execute(pPredicateNode->getChild(2)); in execute_COMPARE()
324 execute(pPredicateNode->getChild(0)); in execute_LIKE()
450 aColumnName = pPredicateNode->getChild(2)->getChild(0)->getTokenValue(); in execute_Operand()
815 execute(pList->getChild(i)); in executeFunction()
887 execute(pList->getChild(i)); in executeFunction()
893 execute(pPredicateNode->getChild(5)->getChild(1)); in executeFunction()
[all …]
H A DFStatement.cxx408 OSQLParseNode * pColumnRef = pOrderingSpec->getChild(0); in anylizeSQL()
425 aColumnName = pColumnRef->getChild(0)->getTokenValue(); in setOrderbyColumn()
603 OSQLParseNode * pOptColumnCommalist = m_pParseTree->getChild(3); in GetAssignValues()
626 OSQLParseNode * pCol = pColumnCommalist->getChild(i); in GetAssignValues()
635 OSQLParseNode * pValuesOrQuerySpec = m_pParseTree->getChild(4); in GetAssignValues()
641 if (! SQL_ISTOKEN(pValuesOrQuerySpec->getChild(0),VALUES)) in GetAssignValues()
689 OSQLParseNode * pAssignmentCommalist = m_pParseTree->getChild(3); in GetAssignValues()
698 OSQLParseNode * pAssignment = pAssignmentCommalist->getChild(i); in GetAssignValues()
703 OSQLParseNode * pCol = pAssignment->getChild(0); in GetAssignValues()
706 OSQLParseNode * pComp = pAssignment->getChild(1); in GetAssignValues()
[all …]
H A Dfanalyzer.cxx74 OSQLParseNode* pSelection = pSQLParseNode->getChild(2); in start()
79 OSQLParseNode *pColumnRef = pSelection->getChild(i)->getChild(0); in start()
106 && ( pColumnRef->getChild(0)->getNodeType() == SQL_NODE_NAME ) in start()
107 && SQL_ISPUNCTUATION( pColumnRef->getChild(1), "." ) in start()
108 && SQL_ISRULE( pColumnRef->getChild(2), column_val ) in start()
109 && SQL_ISPUNCTUATION( pColumnRef->getChild(2)->getChild(0), "*" ) in start()
H A DFResultSet.cxx129 SQL_ISRULE(m_pParseTree->getChild(2),scalar_exp_commalist) && in DBG_NAME()
130 SQL_ISRULE(m_pParseTree->getChild(2)->getChild(0),derived_column) && in DBG_NAME()
131 SQL_ISRULE(m_pParseTree->getChild(2)->getChild(0)->getChild(0),general_set_fct) && in DBG_NAME()
132 m_pParseTree->getChild(2)->getChild(0)->getChild(0)->count() == 4 in DBG_NAME()
1466 OSQLParseNode *pDistinct = m_pParseTree->getChild(1); in OpenImpl()
H A DFNoException.cxx91 …DBG_ASSERT(pParseNode->getChild(0)->getNodeType() == SQL_NODE_PUNCTUATION,"OResultSet: Parse Tree … in scanParameter()
100 scanParameter(pParseNode->getChild(i),_rParaNodes); in scanParameter()
H A Dfcode.cxx137 OSQLParseNode *pMark = pNode->getChild(0); in OOperandParam()
143 aParameterName = pNode->getChild(1)->getTokenValue(); in OOperandParam()
/trunk/main/connectivity/source/parse/
H A Dsqliterator.cxx627 OSQLParseNode * pTableRefCommalist = pSelect->getChild(3)->getChild(0)->getChild(1); in getSelect_statement()
716 sColumnAlias = _pDerivedColumn->getChild(1)->getChild(1)->getTokenValue(); in getColumnAlias()
941 …if (pSelectNode->getChild(2)->isRule() && SQL_ISPUNCTUATION(pSelectNode->getChild(2)->getChild(0),… in traverseSelectColumnNames()
959 SQL_ISPUNCTUATION(pColumnRef->getChild(0)->getChild(2),"*")) in traverseSelectColumnNames()
1298 SQL_ISTOKEN(pSearchCondition->getChild(0)->getChild(1),OR)) in traverseORCriteria()
1364 traverseOnePredicate(pSearchCondition->getChild(0),aValue,pSearchCondition->getChild(2)); in traverseANDCriteria()
1417 traverseSelectionCriteria(pChild->getChild(0)->getChild(1)); in traverseANDCriteria()
1421 pChild = pChild->getChild(1); in traverseANDCriteria()
1443 traverseOnePredicate(pSearchCondition->getChild(0),aString,pSearchCondition->getChild(0)); in traverseANDCriteria()
1444 traverseOnePredicate(pSearchCondition->getChild(2),aString,pSearchCondition->getChild(2)); in traverseANDCriteria()
[all …]
H A Dsqlnode.cxx1673 bResult = *getChild(i) == *rParseNode.getChild(i); in operator ==()
2004 OSQLParseNode* pNot = pSearchCondition->getChild( 1 )->getChild( 0 ); in negateSearchCondition()
2054 && *pSearchCondition->getChild(0) == *pSearchCondition->getChild(2)) in absorptions()
2110 if(*pSearchCondition->getChild(2)->getChild(0) == *pSearchCondition->getChild(0)) in absorptions()
2115 else if(*pSearchCondition->getChild(2)->getChild(2) == *pSearchCondition->getChild(0)) in absorptions()
2124 if(*pSearchCondition->getChild(0)->getChild(0) == *pSearchCondition->getChild(2)) in absorptions()
2129 else if(*pSearchCondition->getChild(0)->getChild(2) == *pSearchCondition->getChild(2)) in absorptions()
2172 … if(*pSearchCondition->getChild(0)->getChild(0) == *pSearchCondition->getChild(2)->getChild(0)) in compress()
2189 …else if(*pSearchCondition->getChild(0)->getChild(2) == *pSearchCondition->getChild(2)->getChild(0)) in compress()
2206 …else if(*pSearchCondition->getChild(0)->getChild(0) == *pSearchCondition->getChild(2)->getChild(2)) in compress()
[all …]
/trunk/main/connectivity/source/drivers/evoab2/
H A DNStatement.cxx295 SQL_ISPUNCTUATION( parseTree->getChild( 0 ), "(" ) && in whereAnalysis()
296 SQL_ISPUNCTUATION( parseTree->getChild( 2 ), ")" ) ) in whereAnalysis()
298 pResult = whereAnalysis( parseTree->getChild( 1 ) ); in whereAnalysis()
311 pArgs[0] = whereAnalysis( parseTree->getChild( 0 ) ); in whereAnalysis()
312 pArgs[1] = whereAnalysis( parseTree->getChild( 2 ) ); in whereAnalysis()
326 OSQLParseNode* pLHS = parseTree->getChild( 0 ); in whereAnalysis()
327 OSQLParseNode* pRHS = parseTree->getChild( 2 ); in whereAnalysis()
394 ( pAtom->getChild( 0 ) && pAtom->getChild( 0 )->getNodeType() == SQL_NODE_NAME ) || in whereAnalysis()
395 ( pAtom->getChild( 0 ) && pAtom->getChild( 0 )->getNodeType() == SQL_NODE_STRING ) ) ) in whereAnalysis()
459 const OSQLParseNode *pAllTableNames = pSelectStmnt->getChild( 3 )->getChild( 0 )->getChild( 1 ); in getTableName()
[all …]
/trunk/main/dbaccess/source/ui/querydesign/
H A DQueryDesignView.cxx1306 pNode = pNode ? pNode->getChild(3)->getChild(1) : NULL; in GetSelectionCriteria()
1974 …if ( InsertJoinConnection(_pView,pNode->getChild(4)->getChild(1), eJoinType,pNode->getChild(0),pRi… in InsertJoin()
2061 …if ( pTableExp->getChild(6)->count() > 0 || pTableExp->getChild(7)->count() > 0 || pTableExp->getC… in InitFromParseNodeImpl()
2148 if ( eOk == (eErrorCode = FillOuterJoins(_pView,pTableExp->getChild(0)->getChild(1))) ) in InitFromParseNodeImpl()
2403 if (!pParseRoot->getChild(3)->getChild(ORDER_BY_CHILD_POS)->isLeaf()) in GetOrderCriteria()
2405 …::connectivity::OSQLParseNode* pNode = pParseRoot->getChild(3)->getChild(ORDER_BY_CHILD_POS)->getC… in GetOrderCriteria()
2481 if (!pSelectRoot->getChild(3)->getChild(3)->isLeaf()) in GetHavingCriteria()
2482 …eErrorCode = GetORCriteria(_pView,_pSelectionBrw,pSelectRoot->getChild(3)->getChild(3)->getChild(1… in GetHavingCriteria()
2491 if (!pSelectRoot->getChild(3)->getChild(2)->isLeaf()) // opt_group_by_clause in GetGroupCriteria()
2494 ::connectivity::OSQLParseNode* pGroupBy = pSelectRoot->getChild(3)->getChild(2)->getChild(2); in GetGroupCriteria()
[all …]
H A Dquerycontroller.cxx167 insertParseTree(_pBox,_pNode->getChild(i),_pParent); in insertParseTree()
761 ::connectivity::OSQLParseNode* pTemp = pNode ? pNode->getChild(3)->getChild(1) : NULL; in Execute()
765 ::connectivity::OSQLParseNode * pCondition = pTemp->getChild(1); in Execute()
769 ::connectivity::OSQLParseNode *pNodeTmp = pTemp->getChild(1); in Execute()
772 pNodeTmp = pTemp->getChild(1); in Execute()
774 pNodeTmp = pTemp->getChild(1); in Execute()
776 pNodeTmp = pTemp->getChild(1); in Execute()
H A DSelectionBrowseBox.cxx791 ::connectivity::OSQLParseNode* pSelection = pParseNode->getChild(2); in saveField()
820 ::connectivity::OSQLParseNode* pChild = pSelection->getChild( i ); in saveField()
834 ::connectivity::OSQLParseNode* pColumnRef = pChild->getChild(0); in saveField()
837 SQL_ISPUNCTUATION(pColumnRef->getChild(0),"(") && in saveField()
838 SQL_ISPUNCTUATION(pColumnRef->getChild(2),")") in saveField()
840 pColumnRef = pColumnRef->getChild(1); in saveField()
857 … if ( GetFunctionName(pColumnRef->getChild(0)->getTokenID(),sLocalizedFunctionName) ) in saveField()
865 if ( nFunCount == 4 && SQL_ISRULE(pColumnRef->getChild(3),column_ref) ) in saveField()
866 … bError = fillColumnRef( pColumnRef->getChild(3), xConnection, aSelEntry, _bListAction ); in saveField()
880 …pColumnRef->getChild(function)->parseNodeToStr( sParameters, xConnection, &rParser.getContext(), s… in saveField()
[all …]
/trunk/main/dbaccess/source/core/api/
H A DSingleSelectQueryComposer.cxx176 _pRootNode->getChild(3)->getChild(0)->getChild(1)->parseNodeToStr( sSQL, _rxConnection ); in getPureSelectStatement()
1000 SQL_ISPUNCTUATION(pCondition->getChild(0),"(") && in setORCriteria()
1001 SQL_ISPUNCTUATION(pCondition->getChild(2),")")) in setORCriteria()
1081 if ( SQL_ISTOKEN(pCondition->getChild(1)->getChild(0),NOT) ) in setANDCriteria()
1088 if (SQL_ISTOKEN(pCondition->getChild(1)->getChild(1),NOT) ) in setANDCriteria()
1185 switch (pCondition->getChild(i)->getNodeType()) in setComparsionPredicate()
1256 OSQLParseNode *pLhs = pCondition->getChild(0); in setComparsionPredicate()
1257 OSQLParseNode *pRhs = pCondition->getChild(2); in setComparsionPredicate()
1808 pCondition = pWhereNode->getChild(1); in getStructuredCondition()
1815 pCondition = pWhereNode->getChild(1); in getStructuredCondition()
[all …]
H A DRowSetCache.cxx1508 SQL_ISPUNCTUATION(pNode->getChild(0),"(") && in checkInnerJoin()
1509 SQL_ISPUNCTUATION(pNode->getChild(2),")")) in checkInnerJoin()
1517 if ( SQL_ISTOKEN(pNode->getChild(1),AND) ) in checkInnerJoin()
1525 if (!(SQL_ISRULE(pNode->getChild(0),column_ref) && in checkInnerJoin()
1526 SQL_ISRULE(pNode->getChild(2),column_ref) && in checkInnerJoin()
1527 pNode->getChild(1)->getNodeType() == SQL_NODE_EQUAL)) in checkInnerJoin()
1562 OSQLParseNode* pJoinType = pJoin->getChild(1); in checkJoin()
1565 pOuterType = pJoinType->getChild(0); in checkJoin()
1581 pTableRef = pJoin->getChild(0); in checkJoin()
1583 pTableRef = pJoin->getChild(3); in checkJoin()
[all …]
/trunk/main/connectivity/source/drivers/macab/
H A DMacabStatement.cxx106 const OSQLParseNode *pLeft = pParseNode->getChild(0), in analyseWhereClause()
107 *pMiddle = pParseNode->getChild(1), in analyseWhereClause()
108 *pRight = pParseNode->getChild(2); in analyseWhereClause()
189 const OSQLParseNode *pLeft = pParseNode->getChild(0); in analyseWhereClause()
193 *pRight = pPart2->getChild(2); in analyseWhereClause()
258 (analyseOrderByClause(pParseNode->getChild(i))); in analyseOrderByClause()
267 OSQLParseNode* pColumnRef = pParseNode->getChild(0); in analyseOrderByClause()
273 pColumnRef = pColumnRef->getChild(2); in analyseOrderByClause()
278 pColumnRef->getChild(0)->getTokenValue(); in analyseOrderByClause()
340 pParseNode = pParseNode->getChild(1); in selectRecords()
[all …]
/trunk/main/toolkit/source/awt/
H A Dvclxsplitter.cxx93 VCLXSplitter::getChild( int i ) in getChild() function in layoutimpl::VCLXSplitter
163 if ( getChild( 0 ) && getChild( 0 )->mxChild.is() ) in allocateArea()
171 allocateChildAt( getChild( 0 )->mxChild, childRect ); in allocateArea()
173 if ( getChild( 0 ) && getChild( 0 )->mxChild.is() ) in allocateArea()
187 allocateChildAt( getChild( 1 )->mxChild, childRect ); in allocateArea()
199 if ( getChild( i ) && getChild( i )->mxChild.is() ) in getMinimumSize()
201 awt::Size childSize = getChild( i )->mxChild->getMinimumSize(); in getMinimumSize()
/trunk/main/configmgr/source/
H A Dchildaccess.cxx239 rtl::Reference< ChildAccess > child(getChild(locale)); in setProperty()
287 child = getChild(locale); in asValue()
301 child = getChild( in asValue()
304 child = getChild( in asValue()
307 child = getChild(rtl::OUString()); in asValue()
H A Daccess.cxx482 rtl::Reference< ChildAccess > child(getChild(i->first)); in initBroadcasterAndChanges()
1090 rtl::Reference< ChildAccess > child(getChild(aName)); in getByName()
1121 return getChild(aName).is(); in hasByName()
1214 rtl::Reference< ChildAccess > child(getChild(aName)); in getPropertyByName()
1227 return getChild(Name).is(); in hasPropertyByName()
1300 parent->getChild(aName)); in setName()
1799 rtl::Reference< ChildAccess > child(getChild(aName)); in replaceByName()
1844 if (getChild(aName).is()) { in insertByName()
1893 rtl::Reference< ChildAccess > child(getChild(aName)); in removeByName()
2076 rtl::Reference< ChildAccess > child(getChild(name)); in setChildProperty()
[all …]
/trunk/main/toolkit/test/accessibility/
H A DAccessibilityTreeModelBase.java53 public synchronized Object getChild (Object aParent, int nIndex) in getChild() method in AccessibilityTreeModelBase
59 aChild = ((AccessibleTreeNode)aParent).getChild(nIndex); in getChild()
99 if (aChildNode.equals (aParentNode.getChild (i))) in getIndexOfChild()
H A DAccessibilityTreeModel.java134 public Object getChild (Object aParent, int nIndex) in getChild() method in AccessibilityTreeModel
136 AccessibleTreeNode aChild = (AccessibleTreeNode)super.getChild (aParent, nIndex); in getChild()
416 aChildObjects[i] = aNode.getChild (nIndex); in createChangeEvent()
H A DAccTreeNode.java175 public AccessibleTreeNode getChild (int nIndex) in getChild() method in AccTreeNode
186 return aDescriptor.maHandler.getChild (this, nIndex); in getChild()
/trunk/main/svx/source/form/
H A Dfmpgeimp.cxx103 FormComponent getChild( const FormComponent& _component, size_t _index ) const in getChild() function in __anon9dccdd370111::FormComponentInfo
128 FormComponentPair getChild( const FormComponentPair& _components, size_t _index ) const in getChild() function in __anon9dccdd370111::FormHierarchyComparator
131 m_aComponentInfo.getChild( _components.first, _index ), in getChild()
132 m_aComponentInfo.getChild( _components.second, _index ) in getChild()
/trunk/main/svx/source/inc/
H A Dtreevisitor.hxx78 m_current = m_nodeInfo.getChild( m_current, 0 ); in do_step()
94 m_current = m_nodeInfo.getChild( currentParent, currentChildPos ); in do_step()
/trunk/main/connectivity/inc/connectivity/
H A Dsqlnode.hxx271 inline OSQLParseNode* getChild(sal_uInt32 nPos) const;
457 inline OSQLParseNode* OSQLParseNode::getChild(sal_uInt32 nPos) const in getChild() function in connectivity::OSQLParseNode
/trunk/main/connectivity/source/commontools/
H A Dpredicateinput.cxx405 OSQLParseNode* pValueNode = pOdbcSpec->getChild(1); in implParseNode()
417 OSQLParseNode* pValueNode = pParseNode->getChild(2); in implParseNode()

Completed in 248 milliseconds

12