Lines Matching refs:EmbeddedObjectRef
72 EmbeddedObjectRef* pObject;
75 EmbedEventListener_Impl( EmbeddedObjectRef* p ) : in EmbedEventListener_Impl()
80 static EmbedEventListener_Impl* Create( EmbeddedObjectRef* );
94 EmbedEventListener_Impl* EmbedEventListener_Impl::Create( EmbeddedObjectRef* p ) in Create()
257 void EmbeddedObjectRef::Construct_Impl() in Construct_Impl()
270 EmbeddedObjectRef::EmbeddedObjectRef() in EmbeddedObjectRef() function in svt::EmbeddedObjectRef
275 EmbeddedObjectRef::EmbeddedObjectRef( const NS_UNO::Reference < NS_EMBED::XEmbeddedObject >& xObj, … in EmbeddedObjectRef() function in svt::EmbeddedObjectRef
283 EmbeddedObjectRef::EmbeddedObjectRef( const EmbeddedObjectRef& rObj ) in EmbeddedObjectRef() function in svt::EmbeddedObjectRef
305 EmbeddedObjectRef::~EmbeddedObjectRef() in ~EmbeddedObjectRef()
338 void EmbeddedObjectRef::Assign( const NS_UNO::Reference < NS_EMBED::XEmbeddedObject >& xObj, sal_In… in Assign()
357 void EmbeddedObjectRef::Clear() in Clear()
407 void EmbeddedObjectRef::AssignToContainer( comphelper::EmbeddedObjectContainer* pContainer, const :… in AssignToContainer()
416 comphelper::EmbeddedObjectContainer* EmbeddedObjectRef::GetContainer() const in GetContainer()
421 ::rtl::OUString EmbeddedObjectRef::GetPersistName() const in GetPersistName()
426 MapUnit EmbeddedObjectRef::GetMapUnit() const in GetMapUnit()
435 sal_Int64 EmbeddedObjectRef::GetViewAspect() const in GetViewAspect()
440 void EmbeddedObjectRef::SetViewAspect( sal_Int64 nAspect ) in SetViewAspect()
445 void EmbeddedObjectRef::Lock( sal_Bool bLock ) in Lock()
450 sal_Bool EmbeddedObjectRef::IsLocked() const in IsLocked()
455 void EmbeddedObjectRef::GetReplacement( sal_Bool bUpdate ) in GetReplacement()
488 Graphic* EmbeddedObjectRef::GetGraphic( ::rtl::OUString* pMediaType ) const in GetGraphic()
494 const_cast < EmbeddedObjectRef* >(this)->GetReplacement( sal_True ); in GetGraphic()
496 const_cast < EmbeddedObjectRef* >(this)->GetReplacement( sal_False ); in GetGraphic()
508 Size EmbeddedObjectRef::GetSize( MapMode* pTargetMapMode ) const in GetSize()
567 Graphic* EmbeddedObjectRef::GetHCGraphic() const in GetHCGraphic()
632 void EmbeddedObjectRef::SetGraphicStream( const uno::Reference< io::XInputStream >& xInGrStream, in SetGraphicStream()
666 void EmbeddedObjectRef::SetGraphic( const Graphic& rGraphic, const ::rtl::OUString& rMediaType ) in SetGraphic()
682 SvStream* EmbeddedObjectRef::GetGraphicStream( sal_Bool bUpdate ) const in GetGraphicStream()
742 void EmbeddedObjectRef::DrawPaintReplacement( const Rectangle &rRect, const String &rText, OutputDe… in DrawPaintReplacement()
815 void EmbeddedObjectRef::DrawShading( const Rectangle &rRect, OutputDevice *pOut ) in DrawShading()
848 sal_Bool EmbeddedObjectRef::TryRunningState() in TryRunningState()
853 sal_Bool EmbeddedObjectRef::TryRunningState( const uno::Reference < embed::XEmbeddedObject >& xEmbO… in TryRunningState()
871 void EmbeddedObjectRef::SetGraphicToContainer( const Graphic& rGraphic, in SetGraphicToContainer()
889 sal_Bool EmbeddedObjectRef::ObjectIsModified( const uno::Reference< embed::XEmbeddedObject >& xObj ) in ObjectIsModified()
907 uno::Reference< io::XInputStream > EmbeddedObjectRef::GetGraphicReplacementStream( in GetGraphicReplacementStream()
916 void EmbeddedObjectRef::UpdateReplacementOnDemand() in UpdateReplacementOnDemand()
931 sal_Bool EmbeddedObjectRef::IsChart() const in IsChart()
957 rtl::OUString EmbeddedObjectRef::GetChartType() in GetChartType()
964 if ( svt::EmbeddedObjectRef::TryRunningState( mxObj ) ) in GetChartType()
1051 sal_uInt32 EmbeddedObjectRef::getGraphicVersion() const in getGraphicVersion()
1056 void EmbeddedObjectRef::SetDefaultSizeForChart( const Size& rSizeIn_100TH_MM ) in SetDefaultSizeForChart()