diff options
author | Tor Lillqvist <tml@collabora.com> | 2015-10-29 19:30:35 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2015-10-29 19:42:07 +0200 |
commit | 3a88f8de3cc6175907c584b848dd06391ee9d8fa (patch) | |
tree | 71b580d775c3bc419fa39a6e5a6237b70b9732f7 /offapi | |
parent | e428786dbf73d49af611762cf08d64602c3276c9 (diff) |
Revert "Nothing "new" with these"
Actually the "new" comment means "non-standard", as the "new" ones are
not in SMIL 2.0, which is what ODF references. Yay for standards.
Added clarifying comments.
This reverts commit 11c7da74d5633d55c11d1ec04dd0096cb96f88f0.
Change-Id: I0696b731c1a055eaf35c68066dfa6f92e1af06f2
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/animations/TransitionSubType.idl | 8 | ||||
-rw-r--r-- | offapi/com/sun/star/animations/TransitionType.idl | 2 |
2 files changed, 7 insertions, 3 deletions
diff --git a/offapi/com/sun/star/animations/TransitionSubType.idl b/offapi/com/sun/star/animations/TransitionSubType.idl index 668ac2ea231d..a9234faed5cd 100644 --- a/offapi/com/sun/star/animations/TransitionSubType.idl +++ b/offapi/com/sun/star/animations/TransitionSubType.idl @@ -128,15 +128,17 @@ constants TransitionSubType const short FADETOCOLOR = 102; const short FADEFROMCOLOR = 103; const short FADEOVERCOLOR = 104; + + // Most of those below are non-standard, not in SMIL 2.0 const short THREEBLADE = 105; const short EIGHTBLADE = 106; const short ONEBLADE = 107; const short ACROSS = 108; - const short TOPLEFTVERTICAL = 109; + const short TOPLEFTVERTICAL = 109; // Is in SMIL const short COMBHORIZONTAL = 110; const short COMBVERTICAL = 111; - const short IN = 112; - const short OUT = 113; + const short IN = 112; // Not actually a subtype, and apparently unused + const short OUT = 113; // Ditto const short ROTATEIN = 114; const short ROTATEOUT = 115; const short FROMTOPLEFT = 116; diff --git a/offapi/com/sun/star/animations/TransitionType.idl b/offapi/com/sun/star/animations/TransitionType.idl index f395a4526572..9052bd1197a7 100644 --- a/offapi/com/sun/star/animations/TransitionType.idl +++ b/offapi/com/sun/star/animations/TransitionType.idl @@ -64,6 +64,8 @@ constants TransitionType const short PUSHWIPE = 35; const short SLIDEWIPE = 36; const short FADE = 37; + + // Non-standard, not in SMIL 2.0: const short RANDOMBARWIPE = 38; const short CHECKERBOARDWIPE = 39; const short DISSOLVE = 40; |