Searched refs:aNodes (Results 1 – 8 of 8) sorted by relevance
80 Object[] aNodes = maXAccessibleToNode.values().toArray(); in ForEach() local81 for (int i=0; i<aNodes.length; i++) in ForEach()83 if (aNodes[i] != null && (aNodes[i] instanceof AccTreeNode)) in ForEach()87 aFunctor.Apply ((AccTreeNode)aNodes[i]); in ForEach()92 + i + "th node " + aNodes[i] + " : " + e); in ForEach()
573 PathExpression::NodeVector_t aNodes = maBindingExpression.getNodeList(); in _getMIPEvaluationContexts() local576 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() local637 aIter != aNodes.end(); in bind()1165 PathExpression::NodeVector_t aNodes = maBindingExpression.getNodeList(); in getListEntry() local1168 return lcl_getString( aNodes[ nPosition ] ); in getListEntry()1178 PathExpression::NodeVector_t aNodes = maBindingExpression.getNodeList(); in getAllListEntries() local1179 Sequence<OUString> aSequence( aNodes.size() ); in getAllListEntries()[all …]
111 Sequence<OUString> aNodes = GetNodeNames(sPropPrefix); in Load() local113 Sequence<OUString> aPropNames(aNodes.getLength() * 2); in Load()118 const OUString* pNodes = aNodes.getConstArray(); in Load()119 for(nNode = 0; nNode < aNodes.getLength(); nNode++) in Load()130 for(nNode = 0; nNode < aNodes.getLength(); nNode++) in Load()
181 Sequence< OUString > aNodes = GetNodeNames( sNodes ); in ReadNode() local182 if ( aNodes.getLength() > 0 ) in ReadNode()184 for ( sal_uInt32 n = 0; n < (sal_uInt32)aNodes.getLength(); ++n ) in ReadNode()186 OUString sSubNodeName( sNodes + m_sPathDelimiter + aNodes[n] ); in ReadNode()
580 Sequence< OUString > aNodes( ((SmMathConfig*) this)->GetNodeNames( A2OU( SYMBOL_LIST ) ) ); in GetSymbols() local581 const OUString *pNode = aNodes.getConstArray(); in GetSymbols()582 sal_Int32 nNodes = aNodes.getLength(); in GetSymbols()672 Sequence< OUString > aNodes( GetNodeNames( A2OU( FONT_FORMAT_LIST ) ) ); in LoadFontFormatList() local673 const OUString *pNode = aNodes.getConstArray(); in LoadFontFormatList()674 sal_Int32 nNodes = aNodes.getLength(); in LoadFontFormatList()
2100 SmNodeArray aNodes; in Bracebody() local2144 aNodes.resize(nNum); in Bracebody()2146 aNodes[nNum - 1 - i] = m_aNodeStack.Pop(); in Bracebody()2148 pBody->SetSubNodes(aNodes); in Bracebody()
175 const Sequence< Reference< XTreeNode > > aNodes( pNodes, nNodes ); in broadcast() local176 TreeDataModelEvent aEvent( xSource, aNodes, xParentNode ); in broadcast()
3321 SwNodes & aNodes = GetDoc()->GetNodes(); in ClearUpCrsrs() local3324 SwNode * pNode = aNodes.GoPrevious(&aIdx); in ClearUpCrsrs()3326 aNodes.GoNext( &aIdx ); in ClearUpCrsrs()3334 aIdx = (*(aNodes.GetEndOfContent().StartOfSectionNode())); in ClearUpCrsrs()3335 pNode = aNodes.GoNext( &aIdx ); in ClearUpCrsrs()
Completed in 109 milliseconds