Lines Matching refs:GetDepth

522 	if(0 == pBox->GetModel()->GetDepth(pEntry))  in GetIndices_Impl()
541 if(GetModel()->GetDepth(pEntry)+nLevel<3) in Select()
615 if(pSourceBox->GetModel()->GetDepth(pSource) == GetModel()->GetDepth(pTarget)) in MoveOrCopyTemplates()
733 while(GetModel()->GetDepth(pParentIter) != nTLevel) in MoveOrCopyContents()
848 if ( pSourceBox->GetModel()->GetDepth( pSource ) <= GetDocLevel() && in NotifyMoving()
849 GetModel()->GetDepth( pTarget ) <= GetDocLevel() ) in NotifyMoving()
906 if ( pSourceBox->GetModel()->GetDepth( pSource ) <= GetDocLevel() && in NotifyCopying()
907 GetModel()->GetDepth( pTarget ) <= GetDocLevel() ) in NotifyCopying()
930 GetModel()->GetDepth(pEntry) < 2 ) in EditingEntry()
1004 sal_uInt16 nSourceLevel = GetModel()->GetDepth( pEntry ); in NotifyStartDrag()
1025 sal_uInt16 nSourceLevel = pSource->GetModel()->GetDepth(pSourceEntry); in NotifyAcceptDrop()
1028 sal_uInt16 nTargetLevel = GetModel()->GetDepth(pEntry); in NotifyAcceptDrop()
1203 if(VIEW_TEMPLATES == GetViewType() && 0 == GetModel()->GetDepth(pEntry)) in RequestingChilds()
1266 const sal_uInt16 nLevel = GetModel()->GetDepth(pEntry); in ExpandingHdl()
1735 sal_uInt16 nDepth = pFocusBox->GetModel()->GetDepth(pEntry); in DontDelete_Impl()
1837 if(0 == pFocusBox->GetModel()->GetDepth(pEntry)) in Dispatch_Impl()
1859 const sal_uInt16 nDepth = pFocusBox->GetModel()->GetDepth(pEntry); in Dispatch_Impl()
1973 while ( pFocusBox->GetModel()->GetDepth( pDocEntry ) > nDocLevel ) in Dispatch_Impl()
2096 ( bEnable && pFocusBox->GetSelectionCount() ) ? pFocusBox->GetModel()->GetDepth( pEntry ) : 0; in IMPL_LINK()