Lines Matching refs:maSubList
202 : maSubList(), in E3dObject()
210 maSubList.SetOwnerObj(this); in E3dObject()
211 maSubList.SetListKind(SDROBJLIST_GROUPOBJ); in E3dObject()
238 for(sal_uInt32 a(0); a < maSubList.GetObjCount(); a++) in SetSelected()
240 E3dObject* pCandidate = dynamic_cast< E3dObject* >(maSubList.GetObj(a)); in SetSelected()
276 for(sal_uInt32 a(0); a < maSubList.GetObjCount(); a++) in SetRectsDirty()
278 E3dObject* pCandidate = dynamic_cast< E3dObject* >(maSubList.GetObj(a)); in SetRectsDirty()
359 for(sal_uInt32 a(0); a < maSubList.GetObjCount(); a++) in NbcSetLayer()
361 E3dObject* pCandidate = dynamic_cast< E3dObject* >(maSubList.GetObj(a)); in NbcSetLayer()
379 maSubList.SetUpList(pNewObjList); in SetObjList()
391 maSubList.SetPage(pNewPage); in SetPage()
403 maSubList.SetModel(pNewModel); in SetModel()
522 return &(const_cast< E3dObjList& >(maSubList)); in GetSubList()
535 for(sal_uInt32 a(0); a < maSubList.GetObjCount(); a++) in RecalcSnapRect()
537 E3dObject* pCandidate = dynamic_cast< E3dObject* >(maSubList.GetObj(a)); in RecalcSnapRect()
587 maSubList.InsertObject(p3DObj); in Insert3DObj()
601 maSubList.RemoveObject(p3DObj->GetOrdNum()); in Remove3DObj()
648 const sal_uInt32 nObjCnt(maSubList.GetObjCount()); in RecalcBoundVolume()
654 const E3dObject* p3DObject = dynamic_cast< const E3dObject* >(maSubList.GetObj(a)); in RecalcBoundVolume()
719 for(sal_uInt32 a(0); a < maSubList.GetObjCount(); a++) in SetBoundVolInvalid()
721 E3dObject* pCandidate = dynamic_cast< E3dObject* >(maSubList.GetObj(a)); in SetBoundVolInvalid()
741 for(sal_uInt32 a(0); a < maSubList.GetObjCount(); a++) in SetTransformChanged()
743 E3dObject* pCandidate = dynamic_cast< E3dObject* >(maSubList.GetObj(a)); in SetTransformChanged()
879 maSubList.CopyObjects(*r3DObj.GetSubList()); in operator =()