Lines Matching refs:pObj
61 SdrObject* pObj; member
229 SdrObject* pObj = pDrawContact->GetMaster(); in UndoImpl() local
230 pObjArr->pObj = pObj; in UndoImpl()
233 pDrawContact->Changed( *pObj, SDRUSERCALL_DELETE, pObj->GetLastBoundRect() ); in UndoImpl()
234 pObj->SetUserCall( 0 ); in UndoImpl()
253 pObj = rSave.pObj; in UndoImpl()
255 SwDrawContact *pContact = new SwDrawContact( rSave.pFmt, pObj ); in UndoImpl()
258 pContact->MoveObjToVisibleLayer( pObj ); in UndoImpl()
276 SdrObject* pObj; in RedoImpl() local
282 pObj = rSave.pObj; in RedoImpl()
284 SwDrawContact *pContact = (SwDrawContact*)GetUserCall(pObj); in RedoImpl()
287 pContact->Changed( *pObj, SDRUSERCALL_DELETE, pObj->GetLastBoundRect() ); in RedoImpl()
288 pObj->SetUserCall( 0 ); in RedoImpl()
302 SwDrawContact *pContact = new SwDrawContact( pObjArr->pFmt, pObjArr->pObj ); in RedoImpl()
306 pContact->MoveObjToVisibleLayer( pObjArr->pObj ); in RedoImpl()
316 void SwUndoDrawGroup::AddObj( sal_uInt16 nPos, SwDrawFrmFmt* pFmt, SdrObject* pObj ) in AddObj() argument
319 rSave.pObj = pObj; in AddObj()
333 pObjArr->pObj = 0; in SetGroupFmt()
340 SwUndoDrawUnGroup::SwUndoDrawUnGroup( SdrObjGroup* pObj ) in SwUndoDrawUnGroup() argument
343 nSize = (sal_uInt16)pObj->GetSubList()->GetObjCount() + 1; in SwUndoDrawUnGroup()
346 SwDrawContact *pContact = (SwDrawContact*)GetUserCall(pObj); in SwUndoDrawUnGroup()
349 pObjArr->pObj = pObj; in SwUndoDrawUnGroup()
353 pContact->Changed( *pObj, SDRUSERCALL_DELETE, pObj->GetLastBoundRect() ); in SwUndoDrawUnGroup()
354 pObj->SetUserCall( 0 ); in SwUndoDrawUnGroup()
404 SwDrawContact *pContact = new SwDrawContact( pObjArr->pFmt, pObjArr->pObj ); in UndoImpl()
407 pContact->MoveObjToVisibleLayer( pObjArr->pObj ); in UndoImpl()
426 pContact->Changed( *pObjArr->pObj, SDRUSERCALL_DELETE, in RedoImpl()
427 pObjArr->pObj->GetLastBoundRect() ); in RedoImpl()
428 pObjArr->pObj->SetUserCall( 0 ); in RedoImpl()
461 rSave.pObj = 0; in AddObj()
479 SdrObject* pObj( aDrawFmtsAndObjs[i].second ); in UndoImpl() local
480 SwDrawContact* pDrawContact( dynamic_cast<SwDrawContact*>(pObj->GetUserCall()) ); in UndoImpl()
487 pDrawContact->Changed( *pObj, SDRUSERCALL_DELETE, pObj->GetLastBoundRect() ); in UndoImpl()
488 pObj->SetUserCall( 0 ); in UndoImpl()
500 SdrObject* pObj( aDrawFmtsAndObjs[i].second ); in RedoImpl() local
501 SwDrawContact *pContact = new SwDrawContact( pFmt, pObj ); in RedoImpl()
503 pContact->MoveObjToVisibleLayer( pObj ); in RedoImpl()
544 SdrObject *pObj = rSave.pObj; in UndoImpl() local
545 SwDrawContact *pContact = new SwDrawContact( rSave.pFmt, pObj ); in UndoImpl()
546 pContact->_Changed( *pObj, SDRUSERCALL_INSERTED, NULL ); in UndoImpl()
548 pContact->MoveObjToVisibleLayer( pObj ); in UndoImpl()
568 SdrObject *pObj = rSave.pObj; in RedoImpl() local
569 SwDrawContact *pContact = (SwDrawContact*)GetUserCall(pObj); in RedoImpl()
573 pContact->Changed( *pObj, SDRUSERCALL_DELETE, pObj->GetLastBoundRect() ); in RedoImpl()
574 pObj->SetUserCall( 0 ); in RedoImpl()
588 rSave.pObj = rMark.GetMarkedSdrObj(); in AddObj()