Home
last modified time | relevance | path

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

/trunk/main/scripting/source/provider/
H A DBrowseNodeFactoryImpl.cxx100 sal_Int32 numChildren = 0; in getChildNodes() local
109 numChildren += childs.getLength(); in getChildNodes()
121 Sequence< Reference < browse::XBrowseNode > > result( numChildren ); in getChildNodes()
122 for ( sal_Int32 index = 0; it != it_end && index < numChildren ; ++it ) in getChildNodes()

Completed in 14 milliseconds