Lines Matching refs:GetModel

470 		pData->aUS.Insert((sal_uInt16)pBox->GetModel()->GetRelPos(pEntry), 0);  in Path()
522 if(0 == pBox->GetModel()->GetDepth(pEntry)) in GetIndices_Impl()
524 rRegion = (sal_uInt16)pBox->GetModel()->GetRelPos(pEntry); in GetIndices_Impl()
529 rRegion = (sal_uInt16)pBox->GetModel()->GetRelPos(pParent); in GetIndices_Impl()
530 rOffset = (sal_uInt16)pBox->GetModel()->GetRelPos(pEntry); in GetIndices_Impl()
541 if(GetModel()->GetDepth(pEntry)+nLevel<3) in Select()
615 if(pSourceBox->GetModel()->GetDepth(pSource) == GetModel()->GetDepth(pTarget)) in MoveOrCopyTemplates()
618 rIdx = GetModel()->GetRelPos(pTarget)+1; in MoveOrCopyTemplates()
733 while(GetModel()->GetDepth(pParentIter) != nTLevel) in MoveOrCopyContents()
736 !GetModel()->HasChilds(pParentIter)) in MoveOrCopyContents()
751 !GetModel()->HasChilds(pChildIter)) in MoveOrCopyContents()
759 !GetModel()->HasChilds(pNewParent)) in MoveOrCopyContents()
763 pSourceBox->GetModel()->Remove(pSource); in MoveOrCopyContents()
775 GetModel()->Remove(pChildIter); 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()
1193 if ( !GetModel()->HasChilds( pEntry ) ) in RequestingChilds()
1203 if(VIEW_TEMPLATES == GetViewType() && 0 == GetModel()->GetDepth(pEntry)) in RequestingChilds()
1205 sal_uInt16 i = (sal_uInt16)GetModel()->GetRelPos(pEntry); in RequestingChilds()
1266 const sal_uInt16 nLevel = GetModel()->GetDepth(pEntry); in ExpandingHdl()
1280 GetModel()->Remove(pToDel); in ExpandingHdl()
1397 GetModel()->SetSortMode( SortNone ); in SfxOrganizeListBox_Impl()
1735 sal_uInt16 nDepth = pFocusBox->GetModel()->GetDepth(pEntry); in DontDelete_Impl()
1837 if(0 == pFocusBox->GetModel()->GetDepth(pEntry)) in Dispatch_Impl()
1849 (sal_uInt16)pFocusBox->GetModel()->GetRelPos(pEntry)+1); in Dispatch_Impl()
1859 const sal_uInt16 nDepth = pFocusBox->GetModel()->GetDepth(pEntry); in Dispatch_Impl()
1902 pFocusBox->GetModel()->Remove(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()
2216 aLeftLb.SetModel(aRightLb.GetModel()); in IMPL_LINK()
2251 aRightLb.SetModel(aLeftLb.GetModel()); in IMPL_LINK()