diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2022-08-29 09:23:22 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2022-08-29 10:40:41 +0200 |
commit | cbc6e67d3c88fb6ae39c304604a98eaa504f19cc (patch) | |
tree | 55e366d8db3c238634c1c4f63e954073c0172639 /include | |
parent | 690458889fd875a7885b692d3204c45c5016b925 (diff) |
avmedia: implement video crop support in the ODP filter
And also import/export the video preview as well. The naming follows the
style used for table shape previews.
The preview is important, since the cropping is relative to the bitmap's
preferred logic size.
Change-Id: I6115284c1f4cf342b3296cd0ac3beb70a809fd1b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/138959
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Tested-by: Jenkins
Diffstat (limited to 'include')
-rw-r--r-- | include/svx/unoshape.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/svx/unoshape.hxx b/include/svx/unoshape.hxx index 923636d3b9c7..51b65e23ade9 100644 --- a/include/svx/unoshape.hxx +++ b/include/svx/unoshape.hxx @@ -858,6 +858,8 @@ private: // override these for special property handling in subcasses. Return true if property is handled virtual bool setPropertyValueImpl( const OUString& rName, const SfxItemPropertyMapEntry* pProperty, const css::uno::Any& rValue ) override; virtual bool getPropertyValueImpl( const OUString& rName, const SfxItemPropertyMapEntry* pProperty, css::uno::Any& rValue ) override; + bool getPropertyStateImpl(const SfxItemPropertyMapEntry* pProperty, + css::beans::PropertyState& rState) override; OUString referer_; }; |