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()
1757 static_cast<SdrGrafObj*>(mpObj.get())->SetGraphicLink( aURL, aFilterName ); in setPropertyValueImpl()
1776 static_cast<SdrGrafObj*>(mpObj.get())->SetGrafStreamURL( aStreamURL ); in setPropertyValueImpl()
1777 static_cast<SdrGrafObj*>(mpObj.get())->ForceSwapOut(); in setPropertyValueImpl()
1789 static_cast< SdrGrafObj*>( mpObj.get() )->SetGraphic( xGraphic ); in setPropertyValueImpl()
1815 sal_Bool bSwapped = static_cast< SdrGrafObj* >( mpObj.get() )->IsSwappedOut(); in getPropertyValueImpl()
1816 const Graphic& rGraphic = static_cast< SdrGrafObj*>( mpObj.get() )->GetGraphic(); in getPropertyValueImpl()
1821 …star::awt::XBitmap > xBitmap( VCLUnoHelper::CreateBitmap(static_cast< SdrGrafObj*>( mpObj.get() )… in getPropertyValueImpl()
1835 static_cast< SdrGrafObj* >( mpObj.get() )->ForceSwapOut(); in getPropertyValueImpl()
1841 if( static_cast< SdrGrafObj*>( mpObj.get() )->IsLinkedGraphic() ) in getPropertyValueImpl()
1843 rValue <<= OUString( static_cast< SdrGrafObj*>( mpObj.get() )->GetFileName() ); in getPropertyValueImpl()
1847 sal_Bool bSwapped = static_cast< SdrGrafObj* >( mpObj.get() )->IsSwappedOut(); in getPropertyValueImpl()
1848 … const GraphicObject& rGrafObj = static_cast< SdrGrafObj*>( mpObj.get() )->GetGraphicObject(true); in getPropertyValueImpl()
1853 static_cast< SdrGrafObj* >( mpObj.get() )->ForceSwapOut(); in getPropertyValueImpl()
1860 …const GraphicObject* pGrafObj = static_cast< SdrGrafObj* >(mpObj.get())->GetReplacementGraphicObje… in getPropertyValueImpl()
1874 const OUString aStreamURL( ( (SdrGrafObj*) mpObj.get() )->GetGrafStreamURL() ); in getPropertyValueImpl()
1882 sal_Bool bSwapped = static_cast< SdrGrafObj* >( mpObj.get() )->IsSwappedOut(); in getPropertyValueImpl()
1883 …Reference< graphic::XGraphic > xGraphic( static_cast< SdrGrafObj* >( mpObj.get() )->GetGraphic().G… in getPropertyValueImpl()
1886 static_cast< SdrGrafObj* >( mpObj.get() )->ForceSwapOut(); in getPropertyValueImpl()
1892 rValue <<= static_cast< SdrGrafObj* >( mpObj.get() )->getInputStream(); in getPropertyValueImpl()