Lines Matching refs:pNewObj
1665 SdrObject* SdPage::NbcReplaceObject(SdrObject* pNewObj, sal_uLong nObjNum) in NbcReplaceObject() argument
1668 return FmFormPage::NbcReplaceObject(pNewObj, nObjNum); in NbcReplaceObject()
1673 SdrObject* SdPage::ReplaceObject(SdrObject* pNewObj, sal_uLong nObjNum) in ReplaceObject() argument
1676 return FmFormPage::ReplaceObject(pNewObj, nObjNum); in ReplaceObject()
2084 SdrObject* pNewObj = pSourceObj; in convertPresentationObjectImpl() local
2087 pNewObj = rPage.CreatePresObj(PRESOBJ_OUTLINE, bVertical, aRect); in convertPresentationObjectImpl()
2099 pNewObj->SetOutlinerParaObject( pOutlParaObj ); in convertPresentationObjectImpl()
2101 pNewObj->SetEmptyPresObj(sal_False); in convertPresentationObjectImpl()
2121 pNewObj->StartListening(*pSheet); in convertPresentationObjectImpl()
2128 aSet.Put(pNewObj->GetMergedItemSet()); in convertPresentationObjectImpl()
2132 pNewObj->SetMergedItemSet(aSet); in convertPresentationObjectImpl()
2147 pNewObj = rPage.CreatePresObj(PRESOBJ_TEXT, bVertical, aRect); in convertPresentationObjectImpl()
2159 pNewObj->SetOutlinerParaObject( pOutlParaObj ); in convertPresentationObjectImpl()
2161 pNewObj->SetEmptyPresObj(sal_False); in convertPresentationObjectImpl()
2166 aSet.Put(pNewObj->GetMergedItemSet()); in convertPresentationObjectImpl()
2173 pNewObj->SetMergedItemSet(aSet); in convertPresentationObjectImpl()
2177 pNewObj->SetStyleSheet(pSheet, sal_True); in convertPresentationObjectImpl()
2200 return pNewObj; in convertPresentationObjectImpl()