animation id resolving implemented

This commit is contained in:
Kamil Kerimov
2023-07-20 00:45:25 +05:00
parent 9a242f16b7
commit 9920a53007
10 changed files with 359 additions and 311 deletions

View File

@ -124,6 +124,7 @@ public:
_CP_OPT(odf_types::smil_transition_type) smil_type_;
_CP_OPT(std::wstring) smil_mode_;
_CP_OPT(odf_types::color) smil_fadeColor_;
_CP_OPT(std::wstring) smil_target_element_;
};
class anim_transitionFilter : public office_element_impl<anim_transitionFilter>
{