Lines Matching refs:mpObj

153 	if(!mpObj.is() || !mxPage.is() || pShape == NULL || NULL != pShape->GetSdrObject() )  in add()
159 mpObj->GetSubList()->NbcInsertObject( pSdrShape ); in add()
182 if(!mpObj.is() || pShape == NULL) in remove()
186 if(pSdrShape == NULL || pSdrShape->GetObjList()->GetOwnerObj() != mpObj.get()) in remove()
223 if(mpObj.is() && mpObj->ISA(E3dPolyScene) && mpObj->GetSubList()) in getCount()
224 nRetval = mpObj->GetSubList()->GetObjCount(); in getCount()
235 if( !mpObj.is() || mpObj->GetSubList() == NULL ) in getByIndex()
238 if( mpObj->GetSubList()->GetObjCount() <= (sal_uInt32)Index ) in getByIndex()
241 SdrObject* pDestObj = mpObj->GetSubList()->GetObj( Index ); in getByIndex()
266 return mpObj.is() && mpObj->GetSubList() && (mpObj->GetSubList()->GetObjCount() > 0); in hasElements()
338 if( ConvertHomogenMatrixToObject( static_cast< E3dObject* >( mpObj.get() ), rValue ) ) in setPropertyValueImpl()
345 E3dScene* pScene = static_cast< E3dScene* >( mpObj.get() ); in setPropertyValueImpl()
450 ConvertObjectToHomogenMatric( static_cast< E3dObject* >( mpObj.get() ), rValue ); in getPropertyValueImpl()
456 E3dScene* pScene = static_cast< E3dScene* >( mpObj.get() ); in getPropertyValueImpl()
520 if( ConvertHomogenMatrixToObject( static_cast< E3dObject* >( mpObj.get() ), rValue ) ) in setPropertyValueImpl()
531 static_cast< E3dCubeObj* >( mpObj.get() )->SetCubePos(aPos); in setPropertyValueImpl()
543 static_cast< E3dCubeObj* >( mpObj.get() )->SetCubeSize(aSize); in setPropertyValueImpl()
554 static_cast< E3dCubeObj* >( mpObj.get() )->SetPosIsCenter(bNew); in setPropertyValueImpl()
575 ConvertObjectToHomogenMatric( static_cast< E3dObject* >( mpObj.get() ), rValue ); in getPropertyValueImpl()
581 const basegfx::B3DPoint& rPos = ((E3dCubeObj*)mpObj.get())->GetCubePos(); in getPropertyValueImpl()
594 const basegfx::B3DVector& rSize = static_cast<E3dCubeObj*>(mpObj.get())->GetCubeSize(); in getPropertyValueImpl()
606 rValue <<= static_cast<E3dCubeObj*>(mpObj.get())->GetPosIsCenter(); in getPropertyValueImpl()
650 if( ConvertHomogenMatrixToObject( static_cast< E3dObject* >( mpObj.get() ), rValue ) ) in setPropertyValueImpl()
662 static_cast<E3dSphereObj*>(mpObj.get())->SetCenter(aPos); in setPropertyValueImpl()
675 static_cast<E3dSphereObj*>(mpObj.get())->SetSize(aPos); in setPropertyValueImpl()
696 ConvertObjectToHomogenMatric( static_cast< E3dObject* >( mpObj.get() ), rValue ); in getPropertyValueImpl()
702 const basegfx::B3DPoint& rPos = ((E3dSphereObj*)mpObj.get())->Center(); in getPropertyValueImpl()
715 const basegfx::B3DVector& rSize = ((E3dSphereObj*)mpObj.get())->Size(); in getPropertyValueImpl()
854 if( ConvertHomogenMatrixToObject( static_cast< E3dObject* >( mpObj.get() ), rValue ) ) in setPropertyValueImpl()
869 … const sal_uInt32 nPrevVerticalSegs(static_cast<E3dLatheObj*>(mpObj.get())->GetVerticalSegments()); in setPropertyValueImpl()
874 static_cast<E3dLatheObj*>(mpObj.get())->SetPolyPoly2D(aB2DPolyPolygon); in setPropertyValueImpl()
875 … const sal_uInt32 nPostVerticalSegs(static_cast<E3dLatheObj*>(mpObj.get())->GetVerticalSegments()); in setPropertyValueImpl()
880 …static_cast<E3dLatheObj*>(mpObj.get())->SetMergedItem(Svx3DVerticalSegmentsItem(nPrevVerticalSegs)… in setPropertyValueImpl()
902 basegfx::B3DHomMatrix aMat = static_cast<E3dObject*>(mpObj.get())->GetTransform(); in getPropertyValueImpl()
927 …const basegfx::B2DPolyPolygon& rPolyPoly = static_cast<E3dLatheObj*>(mpObj.get())->GetPolyPoly2D(); in getPropertyValueImpl()
973 if( ConvertHomogenMatrixToObject( static_cast< E3dObject* >( mpObj.get() ), rValue ) ) in setPropertyValueImpl()
989 static_cast<E3dExtrudeObj*>(mpObj.get())->SetExtrudePolygon(aB2DPolyPolygon); in setPropertyValueImpl()
1011 basegfx::B3DHomMatrix aMat = ((E3dObject*)mpObj.get())->GetTransform(); in getPropertyValueImpl()
1038 …const basegfx::B2DPolyPolygon& rPolyPoly = static_cast<E3dExtrudeObj*>(mpObj.get())->GetExtrudePol… in getPropertyValueImpl()
1084 if( ConvertHomogenMatrixToObject( static_cast< E3dObject* >( mpObj.get() ), rValue ) ) in setPropertyValueImpl()
1098 static_cast<E3dPolygonObj*>(mpObj.get())->SetPolyPolygon3D(aNewB3DPolyPolygon); in setPropertyValueImpl()
1112 static_cast<E3dPolygonObj*>(mpObj.get())->SetPolyNormals3D(aNewB3DPolyPolygon); in setPropertyValueImpl()
1128 static_cast<E3dPolygonObj*>(mpObj.get())->SetPolyTexture2D(aB2DPolyPolygon); in setPropertyValueImpl()
1138 static_cast<E3dPolygonObj*>(mpObj.get())->SetLineOnly(bNew); in setPropertyValueImpl()
1157 ConvertObjectToHomogenMatric( static_cast< E3dObject* >( mpObj.get() ), rValue ); in getPropertyValueImpl()
1163 …B3dPolyPolygon_to_PolyPolygonShape3D(static_cast<E3dPolygonObj*>(mpObj.get())->GetPolyPolygon3D(),… in getPropertyValueImpl()
1169 …B3dPolyPolygon_to_PolyPolygonShape3D(static_cast<E3dPolygonObj*>(mpObj.get())->GetPolyNormals3D(),… in getPropertyValueImpl()
1176 …const basegfx::B2DPolyPolygon& rPolyPoly = static_cast<E3dPolygonObj*>(mpObj.get())->GetPolyTextur… in getPropertyValueImpl()
1185 rValue <<= (sal_Bool)static_cast<E3dPolygonObj*>(mpObj.get())->GetLineOnly(); in getPropertyValueImpl()