Lines Matching refs:SfxInPlaceClient
111 SfxInPlaceClient* m_pClient;
646 SfxInPlaceClient::SfxInPlaceClient( SfxViewShell* pViewShell, Window *pDraw, sal_Int64 nAspect ) : in SfxInPlaceClient() function in SfxInPlaceClient
663 SfxInPlaceClient::~SfxInPlaceClient() in ~SfxInPlaceClient()
684 void SfxInPlaceClient::SetObjectState( sal_Int32 nState ) in SetObjectState()
705 sal_Int64 SfxInPlaceClient::GetObjectMiscStatus() const in GetObjectMiscStatus()
713 uno::Reference < embed::XEmbeddedObject > SfxInPlaceClient::GetObject() const in GetObject()
719 void SfxInPlaceClient::SetObject( const uno::Reference < embed::XEmbeddedObject >& rObject ) in SetObject()
770 sal_Bool SfxInPlaceClient::SetObjArea( const Rectangle& rArea ) in SetObjArea()
785 Rectangle SfxInPlaceClient::GetObjArea() const in GetObjArea()
790 Rectangle SfxInPlaceClient::GetScaledObjArea() const in GetScaledObjArea()
799 void SfxInPlaceClient::SetSizeScale( const Fraction & rScaleWidth, const Fraction & rScaleHeight ) in SetSizeScale()
815 sal_Bool SfxInPlaceClient::SetObjAreaAndScale( const Rectangle& rArea, const Fraction& rScaleWidth,… in SetObjAreaAndScale()
833 const Fraction& SfxInPlaceClient::GetScaleWidth() const in GetScaleWidth()
839 const Fraction& SfxInPlaceClient::GetScaleHeight() const in GetScaleHeight()
845 void SfxInPlaceClient::Invalidate() in Invalidate()
859 sal_Bool SfxInPlaceClient::IsObjectUIActive() const in IsObjectUIActive()
871 sal_Bool SfxInPlaceClient::IsObjectInPlaceActive() const in IsObjectInPlaceActive()
892 sal_Bool SfxInPlaceClient::IsObjectActive() const in IsObjectActive()
904 Window* SfxInPlaceClient::GetActiveWindow( SfxObjectShell* pDoc, const com::sun::star::uno::Referen… in GetActiveWindow()
906 SfxInPlaceClient* pClient = GetClient( pDoc, xObject ); in GetActiveWindow()
913 SfxInPlaceClient* SfxInPlaceClient::GetClient( SfxObjectShell* pDoc, const com::sun::star::uno::Ref… in GetClient()
919 SfxInPlaceClient* pClient = pFrame->GetViewShell()->FindIPClient( xObject, NULL ); in GetClient()
928 sal_Int64 SfxInPlaceClient::GetAspect() const in GetAspect()
933 ErrCode SfxInPlaceClient::DoVerb( long nVerb ) in DoVerb()
1054 void SfxInPlaceClient::VisAreaChanged() in VisAreaChanged()
1062 void SfxInPlaceClient::ObjectAreaChanged() in ObjectAreaChanged()
1067 void SfxInPlaceClient::RequestNewObjectArea( Rectangle& ) in RequestNewObjectArea()
1072 void SfxInPlaceClient::ViewChanged() in ViewChanged()
1077 void SfxInPlaceClient::MakeVisible() in MakeVisible()
1082 void SfxInPlaceClient::FormatChanged() in FormatChanged()
1087 void SfxInPlaceClient::DeactivateObject() in DeactivateObject()
1138 void SfxInPlaceClient::ResetObject() in ResetObject()
1162 sal_Bool SfxInPlaceClient::IsUIActive() in IsUIActive()