Home
last modified time | relevance | path

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

/trunk/main/svtools/source/contnr/
H A Dtreelist.cxx603 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()
658 } while( pParent && nRefDepth < nActDepth ); in GetChildSelectionCount()
1514 sal_uInt16 nDepth = nRefDepth; in SelectChilds()
[all …]
H A Dsvlbox.cxx1376 sal_uInt16 nRefDepth; in EnableSelectionAsDropTarget() local
1387 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()
H A Dsvimpbox.cxx2558 sal_uInt16 nRefDepth = pTree->GetDepth( pCursor ); in KeyInput() local
2560 while( pCur && pTree->GetDepth(pCur) > nRefDepth ) in KeyInput()
2590 sal_uInt16 nRefDepth; in KeyInput() local
2596 nRefDepth = 1; in KeyInput()
2605 nRefDepth = 0; in KeyInput()
2610 while( pCur && pTree->GetDepth(pCur) > nRefDepth ) in KeyInput()
H A Dsvtreebx.cxx1184 sal_uInt16 nRefDepth = pModel->GetDepth( pParent ); in SelectChilds() local
1190 } while( pChild && pModel->GetDepth( pChild ) > nRefDepth ); in SelectChilds()
1206 sal_uInt16 nRefDepth = pModel->GetDepth( (SvLBoxEntry*)pEntry ); in ModelHasInsertedTree() local
1212 } while( pTmp && nRefDepth < pModel->GetDepth( pTmp ) ); in ModelHasInsertedTree()

Completed in 48 milliseconds