Home
last modified time | relevance | path

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

/aoo41x/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()
/aoo41x/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 …]
/aoo41x/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()
/aoo41x/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()
/aoo41x/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.cxx2100 SmNodeArray aNodes; in Bracebody() local
2144 aNodes.resize(nNum); in Bracebody()
2146 aNodes[nNum - 1 - i] = m_aNodeStack.Pop(); in Bracebody()
2148 pBody->SetSubNodes(aNodes); in Bracebody()
/aoo41x/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()
/aoo41x/main/sw/source/core/crsr/
H A Dcrsrsh.cxx3321 SwNodes & aNodes = GetDoc()->GetNodes(); in ClearUpCrsrs() local
3324 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 57 milliseconds