Lines Matching refs:SwDrawContact
215 SwDrawContact* SwDoc::GroupSelection( SdrView& rDrawView ) in GroupSelection()
225 SwDrawContact* pNewContact = 0; in GroupSelection()
229 SwDrawContact *pMyContact = (SwDrawContact*)GetUserCall(pObj); in GroupSelection()
248 SwDrawContact *pContact = (SwDrawContact*)GetUserCall(pObj); in GroupSelection()
291 pNewContact = new SwDrawContact( pFmt, pNewGroupObj ); in GroupSelection()
358 SwDrawContact *pContact = (SwDrawContact*)GetUserCall(pObj); in UnGroupSelection()
420 SwDrawContact* pContact = new SwDrawContact( pFmt, pObj ); in UnGroupSelection()
474 SwDrawContact *pC = (SwDrawContact*)GetUserCall(pObj); in DeleteSelection()
501 SwDrawContact *pContact = (SwDrawContact*)pObj->GetUserCall(); in DeleteSelection()
576 SwDrawContact* pContact = SwIterator<SwDrawContact,SwFmt>::FirstElement( *pFrmFmt ); in _ZSortFly()
1012 SwDrawContact* pDrawContact = in AllDrawObjsOnPage()
1013 dynamic_cast<SwDrawContact*>(::GetUserCall( pObj )); in AllDrawObjsOnPage()