Searched refs:pSdrShape (Results 1 – 2 of 2) sorted by relevance
226 SdrObject* pSdrShape = pShape->GetSdrObject(); in add() local227 if( pSdrShape == NULL ) in add()228 pSdrShape = mxPage->_CreateSdrObject( xShape ); in add()230 if( pSdrShape->IsInserted() ) in add()231 pSdrShape->GetObjList()->RemoveObject( pSdrShape->GetOrdNum() ); in add()233 mpObj->GetSubList()->InsertObject( pSdrShape ); in add()234 pSdrShape->SetModel(mpObj->GetModel()); in add()248 pShape->Create( pSdrShape, mxPage.get() ); in add()265 SdrObject* pSdrShape = NULL; in remove() local269 pSdrShape = pShape->GetSdrObject(); in remove()[all …]
156 SdrObject* pSdrShape = mxPage->_CreateSdrObject( xShape ); in add() local157 if( pSdrShape->ISA(E3dObject) ) in add()159 mpObj->GetSubList()->NbcInsertObject( pSdrShape ); in add()162 pShape->Create( pSdrShape, mxPage.get() ); in add()166 SdrObject::Free( pSdrShape ); in add()185 SdrObject* pSdrShape = pShape->GetSdrObject(); in remove() local186 if(pSdrShape == NULL || pSdrShape->GetObjList()->GetOwnerObj() != mpObj.get()) in remove()192 SdrObjList& rList = *pSdrShape->GetObjList(); in remove()198 if(rList.GetObj( nObjNum ) == pSdrShape ) in remove()