Lines Matching refs:nRefDepth
603 sal_uInt16 nRefDepth = GetDepth( pParent ); in GetChildCount() local
604 sal_uInt16 nActDepth = nRefDepth; in GetChildCount()
609 } while( pParent && nRefDepth < nActDepth ); in GetChildCount()
632 sal_uInt16 nRefDepth = GetDepth( pParent ); in GetVisibleChildCount() local
633 sal_uInt16 nActDepth = nRefDepth; in GetVisibleChildCount()
638 } while( pParent && nRefDepth < nActDepth ); in GetVisibleChildCount()
651 sal_uInt16 nRefDepth = GetDepth( pParent ); in GetChildSelectionCount() local
652 sal_uInt16 nActDepth = nRefDepth; in GetChildSelectionCount()
656 if( pParent && pView->IsSelected( pParent ) && nRefDepth < nActDepth) in GetChildSelectionCount()
658 } while( pParent && nRefDepth < nActDepth ); in GetChildSelectionCount()
1513 sal_uInt16 nRefDepth = GetDepth( pParent ); in SelectChilds() local
1514 sal_uInt16 nDepth = nRefDepth; in SelectChilds()
1523 while( pParent && nDepth > nRefDepth ); in SelectChilds()
1884 sal_uInt16 nRefDepth = pModel->GetDepth( pCurEntry ); in ActionInsertedTree() local
1893 if ( pCurEntry && pModel->GetDepth(pCurEntry) <= nRefDepth) in ActionInsertedTree()