Home
last modified time | relevance | path

Searched refs:aNodes (Results 1 – 13 of 13) sorted by relevance

/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/iterator/
H A DDereferencingNodeIterator.java64 final Vector<INode> aNodes = new Vector<>(); in CollectNodes() local
65 AddNodes(aNodes, aRoot, bIncludeReferencingNodes); in CollectNodes()
66 return aNodes; in CollectNodes()
73 final Vector<INode> aNodes, in AddNodes() argument
89 aNodes.add(aNode); in AddNodes()
95 aNodes.add(aChild); in AddNodes()
100 aNodes.add(aNode); in AddNodes()
/trunk/main/toolkit/test/accessibility/
H A DNodeMap.java80 Object[] aNodes = maXAccessibleToNode.values().toArray(); in ForEach() local
81 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()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/complex/
H A DExtension.java99 final Vector<INode> aNodes = new Vector<>(); in GetTypeNodes() local
101 AddNodes(aSchemaBase.GetTypeForName(maBaseTypeName), aNodes, aSchemaBase); in GetTypeNodes() local
103 AddNodes(aChild, aNodes, aSchemaBase); in GetTypeNodes()
105 return aNodes; in GetTypeNodes()
122 final Vector<INode> aNodes, in AddNodes() argument
150 aNodes.add(aNode); in AddNodes()
/trunk/main/forms/source/xforms/
H A Dbinding.cxx573 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
637 aIter != aNodes.end(); in bind()
1165 PathExpression::NodeVector_t aNodes = maBindingExpression.getNodeList(); in getListEntry() local
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()
[all …]
/trunk/main/svl/source/config/
H A Dasiancfg.cxx111 Sequence<OUString> aNodes = GetNodeNames(sPropPrefix); in Load() local
113 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()
/trunk/main/unotools/source/config/
H A Doptionsdlg.cxx181 Sequence< OUString > aNodes = GetNodeNames( sNodes ); in ReadNode() local
182 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()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/automaton/
H A DValidatingCreator.java359 final Vector<INode> aNodes = aExtension.GetTypeNodes(maSchemaBase); in Visit() local
370 for (final INode aChild : aNodes) in Visit()
737 final INode[] aNodes = new INode[aAll.GetChildCount()]; in GetAllReplacement() local
740 aNodes[nIndex] = aChildren.next(); in GetAllReplacement()
748 …for (final PermutationIterator<INode> aIterator = new PermutationIterator<>(aNodes); aIterator.Has… in GetAllReplacement()
755 for (final INode aNode : aNodes) in GetAllReplacement()
/trunk/main/ooxml/source/framework/OOXMLViewer/src/org/apache/openoffice/ooxml/viewer/
H A DStreamView.java191 final Object aNodes[] = aPath.getPath(); in GetPackagePathForTreePath() local
192 for (int nIndex=1; nIndex<aNodes.length; ++nIndex) in GetPackagePathForTreePath()
195 sPath.append(aNodes[nIndex].toString()); in GetPackagePathForTreePath()
/trunk/main/starmath/source/
H A Dcfgitem.cxx580 Sequence< OUString > aNodes( ((SmMathConfig*) this)->GetNodeNames( A2OU( SYMBOL_LIST ) ) ); in GetSymbols() local
581 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() local
673 const OUString *pNode = aNodes.getConstArray(); in LoadFontFormatList()
674 sal_Int32 nNodes = aNodes.getLength(); in LoadFontFormatList()
H A Dparse.cxx2110 SmNodeArray aNodes; in Bracebody() local
2154 aNodes.resize(nNum); in Bracebody()
2156 aNodes[nNum - 1 - i] = m_aNodeStack.Pop(); in Bracebody()
2158 pBody->SetSubNodes(aNodes); in Bracebody()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/generator/html/
H A DHtmlGenerator.java178 private void WriteTopLevelNodes (final Iterable<? extends INode> aNodes) in WriteTopLevelNodes() argument
180 for (final INode aNode : aNodes) in WriteTopLevelNodes()
/trunk/main/toolkit/source/controls/tree/
H A Dtreedatamodel.cxx175 const Sequence< Reference< XTreeNode > > aNodes( pNodes, nNodes ); in broadcast() local
176 TreeDataModelEvent aEvent( xSource, aNodes, xParentNode ); in broadcast()
/trunk/main/sw/source/core/crsr/
H A Dcrsrsh.cxx3329 SwNodes & aNodes = GetDoc()->GetNodes(); in ClearUpCrsrs() local
3332 SwNode * pNode = aNodes.GoPrevious(&aIdx); in ClearUpCrsrs()
3334 aNodes.GoNext( &aIdx ); in ClearUpCrsrs()
3342 aIdx = (*(aNodes.GetEndOfContent().StartOfSectionNode())); in ClearUpCrsrs()
3343 pNode = aNodes.GoNext( &aIdx ); in ClearUpCrsrs()

Completed in 65 milliseconds