Lines Matching refs:SdrGrafObj

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 …star::awt::XBitmap > xBitmap( VCLUnoHelper::CreateBitmap(static_cast< SdrGrafObj*>( mpObj.get() )… 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()