Lines Matching refs:pModel

708 	pModel->SetCloneLink( LINK(this, SvLBox, CloneHdl_Impl ));  in SvLBox()
709 pModel->InsertView( this ); in SvLBox()
730 pModel->InsertView( this ); in SvLBox()
733 pModel->SetCloneLink( LINK(this, SvLBox, CloneHdl_Impl )); in SvLBox()
742 pModel->RemoveView( this ); in ~SvLBox()
743 if ( pModel->GetRefCount() == 0 ) in ~SvLBox()
745 pModel->Clear(); in ~SvLBox()
746 delete pModel; in ~SvLBox()
747 pModel = NULL; in ~SvLBox()
764 pModel->SetCloneLink( LINK(this, SvLBox, CloneHdl_Impl )); in SetModel()
784 pModel->Clear(); // Model ruft SvLBox::ModelHasCleared() auf in Clear()
817 sal_uLong nInsPos = pModel->Insert( pEntry, pParent, nPos ); in IMPL_LINK_INLINE_END()
824 sal_uLong nInsPos = pModel->Insert( pEntry, nRootPos ); in Insert()
946 rNewChildPos = pModel->GetRelPos( pTarget ) + 1; in NotifyMoving()
1015 Link aCloneLink( pModel->GetCloneLink() ); in CopySelection()
1016 pModel->SetCloneLink( LINK(this, SvLBox, CloneHdl_Impl )); in CopySelection()
1042 pModel->Clone( (SvListEntry*)pSourceEntry, nCloneCount ); in CopySelection()
1043 pModel->InsertTree( (SvListEntry*)pSourceEntry, in CopySelection()
1048 sal_uLong nListPos = pModel->Copy( (SvListEntry*)pSourceEntry, in CopySelection()
1061 pModel->SetCloneLink( aCloneLink ); in CopySelection()
1078 Link aCloneLink( pModel->GetCloneLink() ); in MoveSelectionCopyFallbackPossible()
1080 pModel->SetCloneLink( LINK(this, SvLBox, CloneHdl_Impl )); in MoveSelectionCopyFallbackPossible()
1110 pModel->Clone( (SvListEntry*)pSourceEntry, nCloneCount ); in MoveSelectionCopyFallbackPossible()
1111 pModel->InsertTree( (SvListEntry*)pSourceEntry, in MoveSelectionCopyFallbackPossible()
1117 pModel->Move( (SvListEntry*)pSourceEntry, in MoveSelectionCopyFallbackPossible()
1120 pModel->Copy( (SvListEntry*)pSourceEntry, in MoveSelectionCopyFallbackPossible()
1132 pModel->SetCloneLink( aCloneLink ); in MoveSelectionCopyFallbackPossible()
1154 pModel->Remove( pEntry ); in RemoveSelection()
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()
1668 pModel->InvalidateEntry( pEntry ); in SetInUseEmphasis()
1676 pModel->InvalidateEntry( pEntry ); in SetInUseEmphasis()