Searched refs:pSdrShape (Results 1 – 2 of 2) sorted by relevance
227 if( pSdrShape == NULL ) in add()230 if( pSdrShape->IsInserted() ) in add()231 pSdrShape->GetObjList()->RemoveObject( pSdrShape->GetOrdNum() ); 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()271 if( !mpObj.is() || pSdrShape == NULL || pSdrShape->GetObjList()->GetOwnerObj() != mpObj.get() ) in remove()274 SdrObjList& rList = *pSdrShape->GetObjList(); in remove()280 if(rList.GetObj( nObjNum ) == pSdrShape ) 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()
Completed in 25 milliseconds