Searched refs:nRefDepth (Results 1 – 4 of 4) sorted by relevance
603 sal_uInt16 nRefDepth = GetDepth( pParent ); in GetChildCount() local604 sal_uInt16 nActDepth = nRefDepth; in GetChildCount()609 } while( pParent && nRefDepth < nActDepth ); in GetChildCount()632 sal_uInt16 nRefDepth = GetDepth( pParent ); in GetVisibleChildCount() local633 sal_uInt16 nActDepth = nRefDepth; in GetVisibleChildCount()638 } while( pParent && nRefDepth < nActDepth ); in GetVisibleChildCount()651 sal_uInt16 nRefDepth = GetDepth( pParent ); in GetChildSelectionCount() local652 sal_uInt16 nActDepth = nRefDepth; in GetChildSelectionCount()658 } while( pParent && nRefDepth < nActDepth ); in GetChildSelectionCount()1514 sal_uInt16 nDepth = nRefDepth; in SelectChilds()[all …]
1376 sal_uInt16 nRefDepth; in EnableSelectionAsDropTarget() local1387 nRefDepth = pModel->GetDepth( pSelEntry ); in EnableSelectionAsDropTarget()1389 while( pTemp && pModel->GetDepth( pTemp ) > nRefDepth ) in EnableSelectionAsDropTarget()1401 nRefDepth = pModel->GetDepth( pSelEntry ); in EnableSelectionAsDropTarget()1403 while( pTemp && pModel->GetDepth( pTemp ) > nRefDepth ) in EnableSelectionAsDropTarget()
2558 sal_uInt16 nRefDepth = pTree->GetDepth( pCursor ); in KeyInput() local2560 while( pCur && pTree->GetDepth(pCur) > nRefDepth ) in KeyInput()2590 sal_uInt16 nRefDepth; in KeyInput() local2596 nRefDepth = 1; in KeyInput()2605 nRefDepth = 0; in KeyInput()2610 while( pCur && pTree->GetDepth(pCur) > nRefDepth ) in KeyInput()
1184 sal_uInt16 nRefDepth = pModel->GetDepth( pParent ); in SelectChilds() local1190 } while( pChild && pModel->GetDepth( pChild ) > nRefDepth ); in SelectChilds()1206 sal_uInt16 nRefDepth = pModel->GetDepth( (SvLBoxEntry*)pEntry ); in ModelHasInsertedTree() local1212 } while( pTmp && nRefDepth < pModel->GetDepth( pTmp ) ); in ModelHasInsertedTree()
Completed in 88 milliseconds