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.cxx95 OSQLParseNode * pTableExp = pSQLParseNode->getChild(3); in start()
101 OSQLParseNode* pSelection = pSQLParseNode->getChild(2); in start()
106 OSQLParseNode *pColumnRef = pSelection->getChild(i)->getChild(0); in start()
115 pWhereClause = pTableExp->getChild(1); in start()
116 pOrderbyClause = pTableExp->getChild(ORDER_BY_CHILD_POS); in start()
121 pWhereClause = pSQLParseNode->getChild(4); in start()
126 pWhereClause = pSQLParseNode->getChild(3); in start()
137 OSQLParseNode * pComparisonPredicate = pWhereClause->getChild(1); in start()
155 SQL_ISPUNCTUATION(pPredicateNode->getChild(0),"(") && in execute()
156 SQL_ISPUNCTUATION(pPredicateNode->getChild(2),")")) in execute()
[all …]
H A DFStatement.cxx399 OSQLParseNode * pOrderingSpecCommalist = pOrderbyClause->getChild(2); in anylizeSQL()
404 OSQLParseNode * pOrderingSpec = pOrderingSpecCommalist->getChild(m); in anylizeSQL()
408 OSQLParseNode * pColumnRef = pOrderingSpec->getChild(0); in anylizeSQL()
413 OSQLParseNode * pAscendingDescending = pOrderingSpec->getChild(1); in anylizeSQL()
425 aColumnName = pColumnRef->getChild(0)->getTokenValue(); in setOrderbyColumn()
437 …pColumnRef->getChild(2)->parseNodeToStr( aColumnName, getOwnConnection(), NULL, sal_False, sal_Fal… in setOrderbyColumn()
603 OSQLParseNode * pOptColumnCommalist = m_pParseTree->getChild(3); in GetAssignValues()
618 OSQLParseNode * pColumnCommalist = pOptColumnCommalist->getChild(1); in GetAssignValues()
626 OSQLParseNode * pCol = pColumnCommalist->getChild(i); in GetAssignValues()
635 OSQLParseNode * pValuesOrQuerySpec = m_pParseTree->getChild(4); 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.cxx244 else if (m_pParseTree->count() == 3 && SQL_ISRULE(m_pParseTree->getChild(1),odbc_call_spec)) in setParseTree()
248 else if (SQL_ISRULE(m_pParseTree->getChild(0),base_table_def)) in setParseTree()
251 m_pParseTree = m_pParseTree->getChild(0); in setParseTree()
484 SQL_ISPUNCTUATION(i_pJoinCondition->getChild(0),"(") && in impl_fillJoinConditions()
485 SQL_ISPUNCTUATION(i_pJoinCondition->getChild(2),")")) in impl_fillJoinConditions()
487 impl_fillJoinConditions(i_pJoinCondition->getChild(1)); in impl_fillJoinConditions()
493 if ( SQL_ISTOKEN(i_pJoinCondition->getChild(1),AND) ) in impl_fillJoinConditions()
495 impl_fillJoinConditions(i_pJoinCondition->getChild(0)); in impl_fillJoinConditions()
496 impl_fillJoinConditions(i_pJoinCondition->getChild(1)); in impl_fillJoinConditions()
503 if (SQL_ISRULE(i_pJoinCondition->getChild(0),column_ref) && in impl_fillJoinConditions()
[all …]
H A Dsqlnode.cxx507 && pCol->getChild(0)->getTokenValue().equalsIgnoreAsciiCase(aFieldName) in impl_parseNodeToString_throw()
578 ::rtl::OUString sTableOrQueryName( getChild(0)->getTokenValue() ); in impl_parseTableNameNodeToString_throw()
700 const OSQLParseNode* pCol = m_aChildren[0]->getChild(m_aChildren[0]->count()-1); in impl_parseLikeNodeToString_throw()
701 …if ((SQL_ISRULE(pCol,column_val) && pCol->getChild(0)->getTokenValue().equalsIgnoreAsciiCase(aFiel… in impl_parseLikeNodeToString_throw()
711 pPart2->getChild(0)->impl_parseNodeToString_throw( rString, aNewParam ); in impl_parseLikeNodeToString_throw()
712 pPart2->getChild(1)->impl_parseNodeToString_throw( rString, aNewParam ); in impl_parseLikeNodeToString_throw()
713 pParaNode = pPart2->getChild(2); in impl_parseLikeNodeToString_throw()
714 pEscNode = pPart2->getChild(3); in impl_parseLikeNodeToString_throw()
749 … OSL_ENSURE(pTableNode->getChild(0) && pTableNode->getChild(0)->isToken(),"Invalid parsenode!"); in getTableComponents()
750 _rCatalog <<= pTableNode->getChild(0)->getTokenValue(); in getTableComponents()
[all …]
/trunk/main/connectivity/source/drivers/evoab2/
H A DNStatement.cxx221 const OSQLParseNode* pPunct = _rColumnRef.getChild( 1 ); in impl_getColumnRefColumnName_throw()
222 const OSQLParseNode* pColVal = _rColumnRef.getChild( 2 ); in impl_getColumnRefColumnName_throw()
227 sColumnName = pColVal->getChild( 0 )->getTokenValue(); in impl_getColumnRefColumnName_throw()
234 sColumnName = _rColumnRef.getChild( 0 )->getTokenValue(); in impl_getColumnRefColumnName_throw()
258 const OSQLParseNode* pOrderBy = pOrderList->getChild(i); in orderByAnalysis()
261 const OSQLParseNode* pColumnRef = pOrderBy->count() == 2 ? pOrderBy->getChild(0) : NULL; in orderByAnalysis()
262 const OSQLParseNode* pAscDesc = pOrderBy->count() == 2 ? pOrderBy->getChild(1) : NULL; in orderByAnalysis()
278 && SQL_ISTOKEN( pAscDesc->getChild( 0 ), DESC ) in orderByAnalysis()
295 SQL_ISPUNCTUATION( parseTree->getChild( 0 ), "(" ) && in whereAnalysis()
296 SQL_ISPUNCTUATION( parseTree->getChild( 2 ), ")" ) ) in whereAnalysis()
[all …]
/trunk/main/dbaccess/source/ui/querydesign/
H A DQueryDesignView.cxx282 pCondition->getChild(i)->parseNodeToPredicateStr(aCondition, in ParseCondition()
300 const ::connectivity::OSQLParseNode* pParseNode = pTableRefList->getChild(i); in FillOuterJoins()
307 pJoinNode = pParseNode->getChild(2); in FillOuterJoins()
612 SQL_ISPUNCTUATION(pNode->getChild(0),"(") && in InsertJoinConnection()
613 SQL_ISPUNCTUATION(pNode->getChild(2),")")) in InsertJoinConnection()
615 … eErrorCode = InsertJoinConnection(_pView,pNode->getChild(1), _eJoinType,pLeftTable,pRightTable); in InsertJoinConnection()
621 if (!SQL_ISTOKEN(pNode->getChild(1),AND)) in InsertJoinConnection()
623 …else if ( eOk == (eErrorCode = InsertJoinConnection(_pView,pNode->getChild(0), _eJoinType,pLeftTab… in InsertJoinConnection()
624 … eErrorCode = InsertJoinConnection(_pView,pNode->getChild(2), _eJoinType,pLeftTable,pRightTable); in InsertJoinConnection()
630 if (!(SQL_ISRULE(pNode->getChild(0),column_ref) && in InsertJoinConnection()
[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.cxx173 _pRootNode->getChild(1)->parseNodeToStr( sSQL, _rxConnection ); in getPureSelectStatement()
174 _pRootNode->getChild(2)->parseNodeToStr( sSQL, _rxConnection ); in getPureSelectStatement()
176 _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()
1003 return setORCriteria(pCondition->getChild(1), _rIterator, rFilters, xFormatter); in setORCriteria()
1015 if (SQL_ISRULE(pCondition->getChild(i),search_condition)) in setORCriteria()
1016 bResult = setORCriteria(pCondition->getChild(i), _rIterator, rFilters, xFormatter); in setORCriteria()
1020 …bResult = setANDCriteria(pCondition->getChild(i), _rIterator, rFilters[rFilters.size() - 1], xForm… in setORCriteria()
1047 return setANDCriteria(pCondition->getChild(0), _rIterator, rFilter, xFormatter) && in setANDCriteria()
[all …]
H A DRowSetCache.cxx1508 SQL_ISPUNCTUATION(pNode->getChild(0),"(") && in checkInnerJoin()
1509 SQL_ISPUNCTUATION(pNode->getChild(2),")")) in checkInnerJoin()
1511 bOk = checkInnerJoin(pNode->getChild(1),_xConnection,_sUpdateTableName); in checkInnerJoin()
1517 if ( SQL_ISTOKEN(pNode->getChild(1),AND) ) in checkInnerJoin()
1518 bOk = checkInnerJoin(pNode->getChild(0),_xConnection,_sUpdateTableName) in checkInnerJoin()
1519 && checkInnerJoin(pNode->getChild(2),_xConnection,_sUpdateTableName); 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()
1532 …OSQLParseTreeIterator::getColumnRange( pNode->getChild(0), _xConnection, sColumnName, sTableRange … in checkInnerJoin()
[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()
190 const OSQLParseNode* pPart2 = pParseNode->getChild(1); in analyseWhereClause()
191 const OSQLParseNode *pMiddleLeft = pPart2->getChild(0), in analyseWhereClause()
192 *pMiddleRight = pPart2->getChild(1), in analyseWhereClause()
193 *pRight = pPart2->getChild(2); in analyseWhereClause()
258 (analyseOrderByClause(pParseNode->getChild(i))); in analyseOrderByClause()
267 OSQLParseNode* pColumnRef = pParseNode->getChild(0); in analyseOrderByClause()
[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.cxx322 rtl::Reference< ChildAccess > Access::getChild(rtl::OUString const & name) { in getChild() function in configmgr::Access
482 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()
1398 rtl::Reference< ChildAccess > child(getChild(PropertyName)); in getPropertyValue()
1561 rtl::Reference< ChildAccess > child(getChild(aPropertyNames[i])); in getPropertyValues()
1799 rtl::Reference< ChildAccess > child(getChild(aName)); in replaceByName()
[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 __anonf94106ff0111::FormComponentInfo
128 FormComponentPair getChild( const FormComponentPair& _components, size_t _index ) const in getChild() function in __anonf94106ff0111::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()

12