Home
last modified time | relevance | path

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

/trunk/main/scripting/source/provider/
H A DBrowseNodeFactoryImpl.cxx185 BrowseNodeAggregatorHash* m_hBNA; member in browsenodefactory::LocationBrowseNode
195 m_hBNA = NULL; in LocationBrowseNode()
201 if (m_hBNA) in ~LocationBrowseNode()
203 delete m_hBNA; in ~LocationBrowseNode()
221 if ( m_hBNA == NULL ) in getChildNodes()
226 Sequence< Reference< browse::XBrowseNode > > children( m_hBNA->size() ); in getChildNodes()
233 children[ index ].set( m_hBNA->find( *it )->second ); in getChildNodes()
255 m_hBNA = new BrowseNodeAggregatorHash(); in loadChildNodes()
280 m_hBNA->find( grandchild->getName() ); in loadChildNodes()
282 if ( h_it != m_hBNA->end() ) in loadChildNodes()
[all …]

Completed in 8 milliseconds