Home
last modified time | relevance | path

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

/aoo42x/main/rsc/source/tools/
H A Drsctree.cxx315 sal_Bool NameNode::Insert( NameNode * pTN, sal_uInt32* pnDepth ){ in Insert() argument
323 *pnDepth += 1; in Insert()
326 bRet = ((NameNode *)Left())->Insert( pTN, pnDepth ); in Insert()
332 bRet = ((NameNode *)Right())->Insert( pTN, pnDepth ); in Insert()

Completed in 5 milliseconds