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()
1665 static_cast<SdrGrafObj*>(mpObj.get())->SetGraphic(aGraphic); in setPropertyValueImpl()
1675 ((SdrGrafObj*)mpObj.get())->SetGraphic(Graphic(xGraphic)); in setPropertyValueImpl()
1686 ((SdrGrafObj*)mpObj.get())->SetGraphic(aGraphic); in setPropertyValueImpl()
1709 if( mpObj.is() ) in setPropertyValueImpl()
1711 static_cast<SdrGrafObj*>(mpObj.get())->ReleaseGraphicLink(); in setPropertyValueImpl()
1712 static_cast<SdrGrafObj*>(mpObj.get())->SetGraphicObject( aGrafObj ); in setPropertyValueImpl()
1755 if( mpObj.is() ) in setPropertyValueImpl()
1756 static_cast<SdrGrafObj*>(mpObj.get())->SetGraphicLink( aURL, aFilterName ); in setPropertyValueImpl()
1773 if( mpObj.is() ) in setPropertyValueImpl()
1775 static_cast<SdrGrafObj*>(mpObj.get())->SetGrafStreamURL( aStreamURL ); in setPropertyValueImpl()
1776 static_cast<SdrGrafObj*>(mpObj.get())->ForceSwapOut(); in setPropertyValueImpl()
1788 static_cast< SdrGrafObj*>( mpObj.get() )->SetGraphic( xGraphic ); in setPropertyValueImpl()
1814 sal_Bool bSwapped = static_cast< SdrGrafObj* >( mpObj.get() )->IsSwappedOut(); in getPropertyValueImpl()
1815 const Graphic& rGraphic = static_cast< SdrGrafObj*>( mpObj.get() )->GetGraphic(); in getPropertyValueImpl()
1820 …XBitmap > xBitmap( VCLUnoHelper::CreateBitmap(static_cast< SdrGrafObj*>( mpObj.get() )->GetGraphi… in getPropertyValueImpl()
1834 static_cast< SdrGrafObj* >( mpObj.get() )->ForceSwapOut(); in getPropertyValueImpl()
1840 if( static_cast< SdrGrafObj*>( mpObj.get() )->IsLinkedGraphic() ) in getPropertyValueImpl()
1842 rValue <<= OUString( static_cast< SdrGrafObj*>( mpObj.get() )->GetFileName() ); in getPropertyValueImpl()
1846 sal_Bool bSwapped = static_cast< SdrGrafObj* >( mpObj.get() )->IsSwappedOut(); in getPropertyValueImpl()
1847 const GraphicObject& rGrafObj = static_cast< SdrGrafObj*>( mpObj.get() )->GetGraphicObject(true); in getPropertyValueImpl()
1852 static_cast< SdrGrafObj* >( mpObj.get() )->ForceSwapOut(); in getPropertyValueImpl()
1859 …const GraphicObject* pGrafObj = static_cast< SdrGrafObj* >(mpObj.get())->GetReplacementGraphicObje… in getPropertyValueImpl()
1873 const OUString aStreamURL( ( (SdrGrafObj*) mpObj.get() )->GetGrafStreamURL() ); in getPropertyValueImpl()
1881 sal_Bool bSwapped = static_cast< SdrGrafObj* >( mpObj.get() )->IsSwappedOut(); in getPropertyValueImpl()
1882 …Reference< graphic::XGraphic > xGraphic( static_cast< SdrGrafObj* >( mpObj.get() )->GetGraphic().G… in getPropertyValueImpl()
1885 static_cast< SdrGrafObj* >( mpObj.get() )->ForceSwapOut(); in getPropertyValueImpl()
1891 rValue <<= static_cast< SdrGrafObj* >( mpObj.get() )->getInputStream(); in getPropertyValueImpl()
1993 if ( mpModel && mpObj.is() ) in getPosition()
1996 ((SdrObjCustomShape*)mpObj.get())->SaveGeoData( aCustomShapeGeoData ); in getPosition()
2001 if ( mpObj.is() ) in getPosition()
2003 bMirroredX = ( ((SdrObjCustomShape*)mpObj.get())->IsMirroredX() ); in getPosition()
2004 bMirroredY = ( ((SdrObjCustomShape*)mpObj.get())->IsMirroredY() ); in getPosition()
2007 Rectangle aRect(((SdrObjCustomShape*)mpObj.get())->GetLogicRect()); in getPosition()
2062 aPt -= mpObj->GetAnchorPos(); in getPosition()
2098 SdrObject* pObject = mpObj.get(); in setPropertyValue()
2164 double fAngle = static_cast<SdrObjCustomShape*>(mpObj.get())->GetObjectRotation(); in getPropertyValueImpl()
2177 ((SdrObjCustomShape*)mpObj.get())->MergeDefaultAttributes( &rValueType ); in createCustomShapeDefaults()