Lines Matching refs:GetDocLevel
540 sal_uInt16 nLevel = GetDocLevel(); in Select()
700 ((SfxOrganizeListBox_Impl *)pSourceBox)->GetDocLevel(); in MoveOrCopyContents()
701 const sal_uInt16 nTLevel = GetDocLevel(); 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()
1033 const sal_uInt16 SL = ((SfxOrganizeListBox_Impl *)pSource)->GetDocLevel(); in NotifyAcceptDrop()
1034 const sal_uInt16 TL = GetDocLevel(); in NotifyAcceptDrop()
1118 inline sal_uInt16 SfxOrganizeListBox_Impl::GetDocLevel() const in GetDocLevel() function in SfxOrganizeListBox_Impl
1212 const sal_uInt16 nDocLevel = GetDocLevel(); in RequestingChilds()
1889 else if(nDepth + pFocusBox->GetDocLevel() >= 2) in Dispatch_Impl()
1899 aRef->Remove(aPath[1+pFocusBox->GetDocLevel()], in Dispatch_Impl()
1900 aPath[2+pFocusBox->GetDocLevel()], in Dispatch_Impl()
1901 aPath[3+pFocusBox->GetDocLevel()])) in Dispatch_Impl()
1969 const sal_uInt16 nDocLevel = pFocusBox->GetDocLevel(); in Dispatch_Impl()
2097 const sal_uInt16 nDocLevel = bEnable ? pFocusBox->GetDocLevel() : 0; in IMPL_LINK()
2118 sal_Bool bPrint = bEnable && nDepth > pFocusBox->GetDocLevel(); in IMPL_LINK()