Lines Matching refs:pSourceObj

2112 SdrObject* convertPresentationObjectImpl( SdPage& rPage, SdrObject* pSourceObj, PresObjKind& eObjKi…  in convertPresentationObjectImpl()  argument
2116 if( !pModel || !pSourceObj ) in convertPresentationObjectImpl()
2117 return pSourceObj; in convertPresentationObjectImpl()
2122 SdrObject* pNewObj = pSourceObj; in convertPresentationObjectImpl()
2123 if((eObjKind == PRESOBJ_OUTLINE) && (pSourceObj->GetObjIdentifier() == OBJ_TEXT) ) in convertPresentationObjectImpl()
2128 OutlinerParaObject* pOutlParaObj = pSourceObj->GetOutlinerParaObject(); in convertPresentationObjectImpl()
2173 pUndoManager->AddUndoAction( pModel->GetSdrUndoFactory().CreateUndoDeleteObject(*pSourceObj) ); in convertPresentationObjectImpl()
2176 rPage.RemoveObject( pSourceObj->GetOrdNum() ); in convertPresentationObjectImpl()
2179 SdrObject::Free( pSourceObj ); in convertPresentationObjectImpl()
2182 else if((eObjKind == PRESOBJ_TEXT) && (pSourceObj->GetObjIdentifier() == OBJ_OUTLINETEXT) ) in convertPresentationObjectImpl()
2188 OutlinerParaObject* pOutlParaObj = pSourceObj->GetOutlinerParaObject(); in convertPresentationObjectImpl()
2219 pUndoManager->AddUndoAction(pModel->GetSdrUndoFactory().CreateUndoDeleteObject(*pSourceObj)); in convertPresentationObjectImpl()
2221 rPage.RemoveObject( pSourceObj->GetOrdNum() ); in convertPresentationObjectImpl()
2224 SdrObject::Free( pSourceObj ); in convertPresentationObjectImpl()
2227 else if((eObjKind == PRESOBJ_OUTLINE) && (pSourceObj->GetObjIdentifier() != OBJ_OUTLINETEXT) ) in convertPresentationObjectImpl()
2229 switch( pSourceObj->GetObjIdentifier() ) in convertPresentationObjectImpl()