Lines Matching refs:pNewObj
1687 SdrObject* SdPage::NbcReplaceObject(SdrObject* pNewObj, sal_uLong nObjNum) in NbcReplaceObject() argument
1690 return FmFormPage::NbcReplaceObject(pNewObj, nObjNum); in NbcReplaceObject()
1695 SdrObject* SdPage::ReplaceObject(SdrObject* pNewObj, sal_uLong nObjNum) in ReplaceObject() argument
1698 return FmFormPage::ReplaceObject(pNewObj, nObjNum); in ReplaceObject()
2122 SdrObject* pNewObj = pSourceObj; in convertPresentationObjectImpl() local
2125 pNewObj = rPage.CreatePresObj(PRESOBJ_OUTLINE, bVertical, aRect); in convertPresentationObjectImpl()
2137 pNewObj->SetOutlinerParaObject( pOutlParaObj ); in convertPresentationObjectImpl()
2139 pNewObj->SetEmptyPresObj(sal_False); in convertPresentationObjectImpl()
2159 pNewObj->StartListening(*pSheet); in convertPresentationObjectImpl()
2166 aSet.Put(pNewObj->GetMergedItemSet()); in convertPresentationObjectImpl()
2170 pNewObj->SetMergedItemSet(aSet); in convertPresentationObjectImpl()
2185 pNewObj = rPage.CreatePresObj(PRESOBJ_TEXT, bVertical, aRect); in convertPresentationObjectImpl()
2197 pNewObj->SetOutlinerParaObject( pOutlParaObj ); in convertPresentationObjectImpl()
2199 pNewObj->SetEmptyPresObj(sal_False); in convertPresentationObjectImpl()
2204 aSet.Put(pNewObj->GetMergedItemSet()); in convertPresentationObjectImpl()
2211 pNewObj->SetMergedItemSet(aSet); in convertPresentationObjectImpl()
2215 pNewObj->SetStyleSheet(pSheet, sal_True); in convertPresentationObjectImpl()
2238 return pNewObj; in convertPresentationObjectImpl()