Home
last modified time | relevance | path

Searched refs:pMyContact (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/sw/source/core/doc/
H A Ddocdraw.cxx229 SwDrawContact *pMyContact = (SwDrawContact*)GetUserCall(pObj); in GroupSelection() local
230 const SwFmtAnchor aAnch( pMyContact->GetFmt()->GetAnchor() ); in GroupSelection()
240 static_cast<SwAnchoredDrawObject*>(pMyContact->GetAnchoredObj( pObj )); in GroupSelection()
/AOO41X/main/sw/source/core/layout/
H A Dfly.cxx526 SwFlyDrawContact *pMyContact = 0; in FinitDrawObj() local
541 pMyContact = SwIterator<SwFlyDrawContact,SwFmt>::FirstElement( *GetFmt() ); in FinitDrawObj()
547 if ( pMyContact ) in FinitDrawObj()
549 pMyContact->GetMaster()->SetUserCall( 0 ); in FinitDrawObj()
553 if ( pMyContact ) in FinitDrawObj()
554 delete pMyContact; //zerstoert den Master selbst. in FinitDrawObj()