Lines Matching refs:mpAnchoredDrawObj

61         SwAnchoredDrawObject* mpAnchoredDrawObj;  member in SwPosNotify
74 mpAnchoredDrawObj( _pAnchoredDrawObj ) in SwPosNotify()
76 maOldObjRect = mpAnchoredDrawObj->GetObjRect(); in SwPosNotify()
78 mpOldPageFrm = mpAnchoredDrawObj->GetPageFrm(); in SwPosNotify()
84 if ( maOldObjRect != mpAnchoredDrawObj->GetObjRect() ) in ~SwPosNotify()
88 mpAnchoredDrawObj->NotifyBackground( mpOldPageFrm, maOldObjRect, in ~SwPosNotify()
91 SwRect aNewObjRect( mpAnchoredDrawObj->GetObjRect() ); in ~SwPosNotify()
95 SwPageFrm* pNewPageFrm = mpAnchoredDrawObj->GetPageFrm(); in ~SwPosNotify()
98 mpAnchoredDrawObj->NotifyBackground( pNewPageFrm, aNewObjRect, in ~SwPosNotify()
102 ::ClrContourCache( mpAnchoredDrawObj->GetDrawObj() ); in ~SwPosNotify()
109 if ( mpAnchoredDrawObj->GetAnchorFrm()->IsTxtFrm() && in ~SwPosNotify()
110 mpOldPageFrm == mpAnchoredDrawObj->GetAnchorFrm()->FindPageFrm() ) in ~SwPosNotify()
112 mpAnchoredDrawObj->AnchorFrm()->Prepare( PREP_FLY_LEAVE ); in ~SwPosNotify()
117 mpAnchoredDrawObj->SetRestartLayoutProcess( true ); in ~SwPosNotify()
122 mpAnchoredDrawObj->LockPosition(); in ~SwPosNotify()
124 if ( !mpAnchoredDrawObj->ConsiderForTextWrap() ) in ~SwPosNotify()
127 mpAnchoredDrawObj->SetConsiderForTextWrap( true ); in ~SwPosNotify()
130 mpAnchoredDrawObj->NotifyBackground( mpAnchoredDrawObj->GetPageFrm(), in ~SwPosNotify()
131 mpAnchoredDrawObj->GetObjRectWithSpaces(), in ~SwPosNotify()
136 mpAnchoredDrawObj->AnchorFrm()->InvalidatePos(); in ~SwPosNotify()
157 const SwAnchoredDrawObject* mpAnchoredDrawObj; member in SwObjPosOscillationControl
171 mpAnchoredDrawObj( &_rAnchoredDrawObj ) in SwObjPosOscillationControl()
197 Point* pNewObjPos = new Point( mpAnchoredDrawObj->GetObjRect().Pos() ); in OscillationDetected()