Home
last modified time | relevance | path

Searched refs:nNodeCount (Results 1 – 6 of 6) sorted by relevance

/aoo4110/main/odk/examples/DevelopersGuide/Accessibility/
H A DRegistrationThread.java76 long nNodeCount = traverseTree (mxRoot); in run() local
82 MessageArea.println ("registered at " + nNodeCount in run()
97 long nNodeCount = 0; in traverseTree() local
111 nNodeCount += 1; in traverseTree()
122 nNodeCount += traverseTree (xChild.getAccessibleContext()); in traverseTree()
138 return nNodeCount; in traverseTree()
/aoo4110/main/sc/source/core/tool/
H A Dunitconv.cxx113 long nNodeCount = aNodeNames.getLength(); in ScUnitConverter() local
114 if ( nNodeCount ) in ScUnitConverter()
117 Sequence<OUString> aValNames( nNodeCount * 3 ); in ScUnitConverter()
122 for (long i=0; i<nNodeCount; i++) in ScUnitConverter()
146 for (long i=0; i<nNodeCount; i++) in ScUnitConverter()
/aoo4110/main/basegfx/source/polygon/
H A Db2dpolypolygoncutter.cxx474 const sal_uInt32 nNodeCount(maSNV.size()); in impSolve() local
478 if(nNodeCount) in impSolve()
482 for(a = 1; a < nNodeCount; a++) in impSolve()
507 for(a = 0; a < nNodeCount - 1; a++) in impSolve()
512 … for(sal_uInt32 b(a + 1); b < nNodeCount && rPNb.maPoint.equal(maSNV[b].mpPN->maPoint); b++) in impSolve()
/aoo4110/main/sd/source/core/
H A DCustomAnimationCloner.cxx335 sal_Int32 nNode, nNodeCount = maSourceNodeVector.size(); in getClonedNode() local
337 for( nNode = 0; nNode < nNodeCount; nNode++ ) in getClonedNode()
/aoo4110/main/unotools/source/config/
H A Dmoduleoptions.cxx1019 sal_Int32 nNodeCount = lFactories.getLength(); in impl_Read() local
1023 for( sal_Int32 nSetNode=0; nSetNode<nNodeCount; ++nSetNode ) in impl_Read()
/aoo4110/main/svx/source/form/
H A Ddatanavi.cxx384 sal_Int32 i, nNodeCount = xNodeList->getLength(); in AddChildren() local
385 for ( i = 0; i < nNodeCount; ++i ) in AddChildren()

Completed in 171 milliseconds