Lines Matching refs:aNodes
573 PathExpression::NodeVector_t aNodes = maBindingExpression.getNodeList(); in _getMIPEvaluationContexts() local
576 for( PathExpression::NodeVector_t::iterator aIter = aNodes.begin(); in _getMIPEvaluationContexts()
577 aIter != aNodes.end(); in _getMIPEvaluationContexts()
585 nCount, aNodes.size() ) ); in _getMIPEvaluationContexts()
625 PathExpression::NodeVector_t aNodes = maBindingExpression.getNodeList(); in bind() local
636 for( PathExpression::NodeVector_t::iterator aIter = aNodes.begin(); in bind()
637 aIter != aNodes.end(); in bind()
1165 PathExpression::NodeVector_t aNodes = maBindingExpression.getNodeList(); in getListEntry() local
1166 if( nPosition < 0 || nPosition >= static_cast<sal_Int32>( aNodes.size() ) ) in getListEntry()
1168 return lcl_getString( aNodes[ nPosition ] ); in getListEntry()
1178 PathExpression::NodeVector_t aNodes = maBindingExpression.getNodeList(); in getAllListEntries() local
1179 Sequence<OUString> aSequence( aNodes.size() ); in getAllListEntries()
1183 pSequence[n] = lcl_getString( aNodes[n] ); in getAllListEntries()