Lines Matching refs:nDepth
82 sal_uInt16 nDepth = GetModel()->GetDepth( pEntry ); in EditingEntry() local
83 if ( nDepth >= 2 ) in EditingEntry()
160 sal_uInt16 nDepth = GetModel()->GetDepth( pEntry ); in NotifyStartDrag() local
161 if ( nDepth >= 2 ) in NotifyStartDrag()
197 sal_uInt16 nDepth = pEntry ? GetModel()->GetDepth( pEntry ) : 0; in NotifyAcceptDrop() local
198 sal_Bool bValid = nDepth ? sal_True : sal_False; in NotifyAcceptDrop()
202 if ( ( nDepth == 1 ) && ( pEntry == GetParent( pSelected ) ) ) in NotifyAcceptDrop()
204 else if ( ( nDepth == 2 ) && ( GetParent( pEntry ) == GetParent( pSelected ) ) ) in NotifyAcceptDrop()
209 if ( bValid && ( nDepth > 0 ) ) in NotifyAcceptDrop()
339 sal_uInt16 nDepth = GetModel()->GetDepth( pTarget ); in NotifyCopyingMoving() local
340 DBG_ASSERT( nDepth, "Tiefe?" ); in NotifyCopyingMoving()
341 if ( nDepth == 1 ) in NotifyCopyingMoving()
347 else if ( nDepth >= 2 ) in NotifyCopyingMoving()
630 sal_uInt16 nDepth = pCurEntry ? aBasicBox.GetModel()->GetDepth( pCurEntry ) : 0; in CheckButtons() local
631 if ( nDepth >= 2 ) in CheckButtons()
633 if( bVBAEnabled && ( nMode & BROWSEMODE_MODULES ) && ( nDepth == 2 ) ) in CheckButtons()
644 if ( nDepth > 0 ) in CheckButtons()
666 if ( nDepth >= 2 && !bReadOnly && eLocation != LIBRARY_LOCATION_SHARE ) in CheckButtons()
668 …if( bVBAEnabled && ( nMode & BROWSEMODE_MODULES ) && ( ( nDepth == 2 ) || aLibSubName.Equals( Stri… in CheckButtons()