Lines Matching refs:pSourceObj
2074 SdrObject* convertPresentationObjectImpl( SdPage& rPage, SdrObject* pSourceObj, PresObjKind& eObjKi… in convertPresentationObjectImpl() argument
2078 if( !pModel || !pSourceObj ) in convertPresentationObjectImpl()
2079 return pSourceObj; in convertPresentationObjectImpl()
2084 SdrObject* pNewObj = pSourceObj; in convertPresentationObjectImpl()
2085 if((eObjKind == PRESOBJ_OUTLINE) && (pSourceObj->GetObjIdentifier() == OBJ_TEXT) ) in convertPresentationObjectImpl()
2090 OutlinerParaObject* pOutlParaObj = pSourceObj->GetOutlinerParaObject(); in convertPresentationObjectImpl()
2135 pUndoManager->AddUndoAction( pModel->GetSdrUndoFactory().CreateUndoDeleteObject(*pSourceObj) ); in convertPresentationObjectImpl()
2138 rPage.RemoveObject( pSourceObj->GetOrdNum() ); in convertPresentationObjectImpl()
2141 SdrObject::Free( pSourceObj ); in convertPresentationObjectImpl()
2144 else if((eObjKind == PRESOBJ_TEXT) && (pSourceObj->GetObjIdentifier() == OBJ_OUTLINETEXT) ) in convertPresentationObjectImpl()
2150 OutlinerParaObject* pOutlParaObj = pSourceObj->GetOutlinerParaObject(); in convertPresentationObjectImpl()
2181 pUndoManager->AddUndoAction(pModel->GetSdrUndoFactory().CreateUndoDeleteObject(*pSourceObj)); in convertPresentationObjectImpl()
2183 rPage.RemoveObject( pSourceObj->GetOrdNum() ); in convertPresentationObjectImpl()
2186 SdrObject::Free( pSourceObj ); in convertPresentationObjectImpl()
2189 else if((eObjKind == PRESOBJ_OUTLINE) && (pSourceObj->GetObjIdentifier() != OBJ_OUTLINETEXT) ) in convertPresentationObjectImpl()
2191 switch( pSourceObj->GetObjIdentifier() ) in convertPresentationObjectImpl()