Lines Matching refs:get

248 			pShape->Create( pSdrShape, mxPage.get() );  in add()
271 if( !mpObj.is() || pSdrShape == NULL || pSdrShape->GetObjList()->GetOwnerObj() != mpObj.get() ) in remove()
485 mpObj->ConnectToNode( sal_True, pShape->mpObj.get() ); in connectStart()
501 mpObj->ConnectToNode( sal_False, pShape->mpObj.get() ); in connectEnd()
651 SdrUnoObj* pUnoObj = dynamic_cast< SdrUnoObj * >(mpObj.get()); in getControl()
664 SdrUnoObj* pUnoObj = dynamic_cast< SdrUnoObj * >(mpObj.get()); in setControl()
1295 ((SdrPathObj*)mpObj.get())->SetPathPoly(rNew); in SetPolygon()
1305 return ((SdrPathObj*)mpObj.get())->GetPathPoly(); in GetPolygon()
1561 mpObj.get()->TRGetBaseGeometry(aNewHomogenMatrix, aNewPolyPolygon); in getPropertyValueImpl()
1591 static_cast<SdrPathObj*>(mpObj.get())->SetPathPoly(rNew); in SetPolygon()
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()
1711 static_cast<SdrGrafObj*>(mpObj.get())->ReleaseGraphicLink(); in setPropertyValueImpl()
1712 static_cast<SdrGrafObj*>(mpObj.get())->SetGraphicObject( aGrafObj ); in setPropertyValueImpl()
1756 static_cast<SdrGrafObj*>(mpObj.get())->SetGraphicLink( aURL, aFilterName ); 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 …ap > xBitmap( VCLUnoHelper::CreateBitmap(static_cast< SdrGrafObj*>( mpObj.get() )->GetGraphic().G… 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()
1996 ((SdrObjCustomShape*)mpObj.get())->SaveGeoData( aCustomShapeGeoData ); 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()
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()