Lines Matching refs:mpObj

224 	if( mpObj.is()&& mxPage.is() && pShape )  in add()
233 mpObj->GetSubList()->InsertObject( pSdrShape ); in add()
234 pSdrShape->SetModel(mpObj->GetModel()); in add()
271 if( !mpObj.is() || pSdrShape == NULL || pSdrShape->GetObjList()->GetOwnerObj() != mpObj.get() ) in remove()
321 if(mpObj.is() && mpObj->GetSubList()) in getCount()
322 nRetval = mpObj->GetSubList()->GetObjCount(); in getCount()
335 if( !mpObj.is() || mpObj->GetSubList() == NULL ) in getByIndex()
338 if( mpObj->GetSubList()->GetObjCount() <= (sal_uInt32)Index ) in getByIndex()
341 SdrObject* pDestObj = mpObj->GetSubList()->GetObj( Index ); in getByIndex()
363 return mpObj.is() && mpObj->GetSubList() && (mpObj->GetSubList()->GetObjCount() > 0); in hasElements()
485 mpObj->ConnectToNode( sal_True, pShape->mpObj.get() ); in connectStart()
500 if( mpObj.is() && pShape ) in connectEnd()
501 mpObj->ConnectToNode( sal_False, pShape->mpObj.get() ); in connectEnd()
513 if(mpObj.is()) in disconnectBegin()
514 mpObj->DisconnectFromNode( sal_True ); in disconnectBegin()
526 if(mpObj.is()) in disconnectEnd()
527 mpObj->DisconnectFromNode( sal_False ); in disconnectEnd()
651 SdrUnoObj* pUnoObj = dynamic_cast< SdrUnoObj * >(mpObj.get()); in getControl()
664 SdrUnoObj* pUnoObj = dynamic_cast< SdrUnoObj * >(mpObj.get()); in setControl()
1121 if( mpObj.is() ) in setPropertyValueImpl()
1126 mpObj->TRGetBaseGeometry(aNewHomogenMatrix, aNewPolyPolygon); in setPropertyValueImpl()
1128 mpObj->TRSetBaseGeometry(aNewHomogenMatrix, aNewPolyPolygon); in setPropertyValueImpl()
1234 if(mpObj.is()) in getPropertyValueImpl()
1235 mpObj->TRGetBaseGeometry(aNewHomogenMatrix, aNewPolyPolygon); in getPropertyValueImpl()
1294 if(mpObj.is()) in SetPolygon()
1295 ((SdrPathObj*)mpObj.get())->SetPathPoly(rNew); in SetPolygon()
1303 if(mpObj.is()) in GetPolygon()
1305 return ((SdrPathObj*)mpObj.get())->GetPathPoly(); in GetPolygon()
1482 if( mpObj.is() ) in setPropertyValueImpl()
1487 mpObj->TRGetBaseGeometry(aNewHomogenMatrix, aNewPolyPolygon); in setPropertyValueImpl()
1489 mpObj->TRSetBaseGeometry(aNewHomogenMatrix, aNewPolyPolygon); in setPropertyValueImpl()
1561 mpObj.get()->TRGetBaseGeometry(aNewHomogenMatrix, aNewPolyPolygon); in getPropertyValueImpl()
1590 if(mpObj.is()) in SetPolygon()
1591 static_cast<SdrPathObj*>(mpObj.get())->SetPathPoly(rNew); in SetPolygon()
1599 if(mpObj.is()) in GetPolygon()
1601 return static_cast<SdrPathObj*>(mpObj.get())->GetPathPoly(); in GetPolygon()
1664 static_cast<SdrGrafObj*>(mpObj.get())->SetGraphic(aGraphic); in setPropertyValueImpl()
1674 ((SdrGrafObj*)mpObj.get())->SetGraphic(Graphic(xGraphic)); in setPropertyValueImpl()
1685 ((SdrGrafObj*)mpObj.get())->SetGraphic(aGraphic); in setPropertyValueImpl()
1708 if( mpObj.is() ) in setPropertyValueImpl()
1710 static_cast<SdrGrafObj*>(mpObj.get())->ReleaseGraphicLink(); in setPropertyValueImpl()
1711 static_cast<SdrGrafObj*>(mpObj.get())->SetGraphicObject( aGrafObj ); in setPropertyValueImpl()
1747 if( mpObj.is() ) in setPropertyValueImpl()
1748 static_cast<SdrGrafObj*>(mpObj.get())->SetGraphicLink( aURL, aFilterName ); in setPropertyValueImpl()
1765 if( mpObj.is() ) in setPropertyValueImpl()
1767 static_cast<SdrGrafObj*>(mpObj.get())->SetGrafStreamURL( aStreamURL ); in setPropertyValueImpl()
1768 static_cast<SdrGrafObj*>(mpObj.get())->ForceSwapOut(); in setPropertyValueImpl()
1780 static_cast< SdrGrafObj*>( mpObj.get() )->SetGraphic( xGraphic ); in setPropertyValueImpl()
1806 sal_Bool bSwapped = static_cast< SdrGrafObj* >( mpObj.get() )->IsSwappedOut(); in getPropertyValueImpl()
1807 const Graphic& rGraphic = static_cast< SdrGrafObj*>( mpObj.get() )->GetGraphic(); in getPropertyValueImpl()
1812 …XBitmap > xBitmap( VCLUnoHelper::CreateBitmap(static_cast< SdrGrafObj*>( mpObj.get() )->GetGraphi… in getPropertyValueImpl()
1826 static_cast< SdrGrafObj* >( mpObj.get() )->ForceSwapOut(); in getPropertyValueImpl()
1832 if( static_cast< SdrGrafObj*>( mpObj.get() )->IsLinkedGraphic() ) in getPropertyValueImpl()
1834 rValue <<= OUString( static_cast< SdrGrafObj*>( mpObj.get() )->GetFileName() ); in getPropertyValueImpl()
1838 sal_Bool bSwapped = static_cast< SdrGrafObj* >( mpObj.get() )->IsSwappedOut(); in getPropertyValueImpl()
1839 const GraphicObject& rGrafObj = static_cast< SdrGrafObj*>( mpObj.get() )->GetGraphicObject(true); in getPropertyValueImpl()
1844 static_cast< SdrGrafObj* >( mpObj.get() )->ForceSwapOut(); in getPropertyValueImpl()
1851 …const GraphicObject* pGrafObj = static_cast< SdrGrafObj* >(mpObj.get())->GetReplacementGraphicObje… in getPropertyValueImpl()
1865 const OUString aStreamURL( ( (SdrGrafObj*) mpObj.get() )->GetGrafStreamURL() ); in getPropertyValueImpl()
1873 sal_Bool bSwapped = static_cast< SdrGrafObj* >( mpObj.get() )->IsSwappedOut(); in getPropertyValueImpl()
1874 …Reference< graphic::XGraphic > xGraphic( static_cast< SdrGrafObj* >( mpObj.get() )->GetGraphic().G… in getPropertyValueImpl()
1877 static_cast< SdrGrafObj* >( mpObj.get() )->ForceSwapOut(); in getPropertyValueImpl()
1883 rValue <<= static_cast< SdrGrafObj* >( mpObj.get() )->getInputStream(); in getPropertyValueImpl()
1985 if ( mpModel && mpObj.is() ) in getPosition()
1988 ((SdrObjCustomShape*)mpObj.get())->SaveGeoData( aCustomShapeGeoData ); in getPosition()
1993 if ( mpObj.is() ) in getPosition()
1995 bMirroredX = ( ((SdrObjCustomShape*)mpObj.get())->IsMirroredX() ); in getPosition()
1996 bMirroredY = ( ((SdrObjCustomShape*)mpObj.get())->IsMirroredY() ); in getPosition()
1999 Rectangle aRect(((SdrObjCustomShape*)mpObj.get())->GetLogicRect()); in getPosition()
2054 aPt -= mpObj->GetAnchorPos(); in getPosition()
2090 SdrObject* pObject = mpObj.get(); in setPropertyValue()
2156 double fAngle = static_cast<SdrObjCustomShape*>(mpObj.get())->GetObjectRotation(); in getPropertyValueImpl()
2169 ((SdrObjCustomShape*)mpObj.get())->MergeDefaultAttributes( &rValueType ); in createCustomShapeDefaults()