Home
last modified time | relevance | path

Searched refs:pSdrShape (Results 1 – 2 of 2) sorted by relevance

/trunk/main/svx/source/unodraw/
H A Dunoshap2.cxx227 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() local
269 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 …]
H A Dunoshap3.cxx156 SdrObject* pSdrShape = mxPage->_CreateSdrObject( xShape ); in add() local
157 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() local
186 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 28 milliseconds