1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: pptfilterhelpers.cxx,v $
12 * This file is part of OpenOffice.org.
14 * OpenOffice.org is free software: you can redistribute it and/or modify
15 * it under the terms of the GNU Lesser General Public License version 3
16 * only, as published by the Free Software Foundation.
18 * OpenOffice.org is distributed in the hope that it will be useful,
19 * but WITHOUT ANY WARRANTY; without even the implied warranty of
20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 * GNU Lesser General Public License version 3 for more details
22 * (a copy is included in the LICENSE file that accompanied this code).
24 * You should have received a copy of the GNU Lesser General Public License
25 * version 3 along with OpenOffice.org. If not, see
26 * <http://www.openoffice.org/license.html>
27 * for a copy of the LGPLv3 License.
29 ************************************************************************/
32 #include <com/sun/star/animations/TransitionType.hpp>
33 #include <com/sun/star/animations/TransitionSubType.hpp>
35 #include "pptfilterhelpers.hxx"
40 #include "pptfilterhelpers.hxx"
42 namespace oox
{ namespace ppt
{
44 // BEGIN CUT&PASTE from sd pptanimations.hxx
47 static const transition gTransitions
[] =
49 { "wipe(up)", ::com::sun::star::animations::TransitionType::BARWIPE
, ::com::sun::star::animations::TransitionSubType::TOPTOBOTTOM
, sal_True
},
50 { "wipe(right)", ::com::sun::star::animations::TransitionType::BARWIPE
, ::com::sun::star::animations::TransitionSubType::LEFTTORIGHT
, sal_False
},
51 { "wipe(left)", ::com::sun::star::animations::TransitionType::BARWIPE
, ::com::sun::star::animations::TransitionSubType::LEFTTORIGHT
, sal_True
},
52 { "wipe(down)", ::com::sun::star::animations::TransitionType::BARWIPE
, ::com::sun::star::animations::TransitionSubType::TOPTOBOTTOM
, sal_False
},
53 { "wheel(1)", ::com::sun::star::animations::TransitionType::PINWHEELWIPE
, ::com::sun::star::animations::TransitionSubType::ONEBLADE
, sal_True
},
54 { "wheel(2)", ::com::sun::star::animations::TransitionType::PINWHEELWIPE
, ::com::sun::star::animations::TransitionSubType::TWOBLADEVERTICAL
, sal_True
},
55 { "wheel(3)", ::com::sun::star::animations::TransitionType::PINWHEELWIPE
, ::com::sun::star::animations::TransitionSubType::THREEBLADE
, sal_True
},
56 { "wheel(4)", ::com::sun::star::animations::TransitionType::PINWHEELWIPE
, ::com::sun::star::animations::TransitionSubType::FOURBLADE
, sal_True
},
57 { "wheel(8)", ::com::sun::star::animations::TransitionType::PINWHEELWIPE
, ::com::sun::star::animations::TransitionSubType::EIGHTBLADE
, sal_True
},
58 { "strips(downLeft)", ::com::sun::star::animations::TransitionType::WATERFALLWIPE
, ::com::sun::star::animations::TransitionSubType::HORIZONTALRIGHT
, sal_True
},
59 { "strips(upLeft)", ::com::sun::star::animations::TransitionType::WATERFALLWIPE
, ::com::sun::star::animations::TransitionSubType::HORIZONTALLEFT
, sal_False
},
60 { "strips(downRight)", ::com::sun::star::animations::TransitionType::WATERFALLWIPE
, ::com::sun::star::animations::TransitionSubType::HORIZONTALLEFT
, sal_True
},
61 { "strips(upRight)", ::com::sun::star::animations::TransitionType::WATERFALLWIPE
, ::com::sun::star::animations::TransitionSubType::HORIZONTALRIGHT
, sal_False
},
62 { "barn(inVertical)", ::com::sun::star::animations::TransitionType::BARNDOORWIPE
, ::com::sun::star::animations::TransitionSubType::VERTICAL
, sal_False
},
63 { "barn(outVertical)", ::com::sun::star::animations::TransitionType::BARNDOORWIPE
, ::com::sun::star::animations::TransitionSubType::VERTICAL
, sal_True
},
64 { "barn(inHorizontal)", ::com::sun::star::animations::TransitionType::BARNDOORWIPE
, ::com::sun::star::animations::TransitionSubType::HORIZONTAL
, sal_False
},
65 { "barn(outHorizontal)", ::com::sun::star::animations::TransitionType::BARNDOORWIPE
, ::com::sun::star::animations::TransitionSubType::HORIZONTAL
, sal_True
},
66 { "randombar(vertical)", ::com::sun::star::animations::TransitionType::RANDOMBARWIPE
, ::com::sun::star::animations::TransitionSubType::VERTICAL
, sal_True
},
67 { "randombar(horizontal)", ::com::sun::star::animations::TransitionType::RANDOMBARWIPE
, ::com::sun::star::animations::TransitionSubType::HORIZONTAL
, sal_True
},
68 { "checkerboard(down)", ::com::sun::star::animations::TransitionType::CHECKERBOARDWIPE
, ::com::sun::star::animations::TransitionSubType::DOWN
, sal_True
},
69 { "checkerboard(across)", ::com::sun::star::animations::TransitionType::CHECKERBOARDWIPE
, ::com::sun::star::animations::TransitionSubType::ACROSS
, sal_True
},
70 { "plus(out)", ::com::sun::star::animations::TransitionType::FOURBOXWIPE
, ::com::sun::star::animations::TransitionSubType::CORNERSIN
, sal_False
},
71 { "plus(in)", ::com::sun::star::animations::TransitionType::FOURBOXWIPE
, ::com::sun::star::animations::TransitionSubType::CORNERSIN
, sal_True
},
72 { "diamond(out)", ::com::sun::star::animations::TransitionType::IRISWIPE
, ::com::sun::star::animations::TransitionSubType::DIAMOND
, sal_True
},
73 { "diamond(in)", ::com::sun::star::animations::TransitionType::IRISWIPE
, ::com::sun::star::animations::TransitionSubType::DIAMOND
, sal_False
},
74 { "circle(out)", ::com::sun::star::animations::TransitionType::ELLIPSEWIPE
, ::com::sun::star::animations::TransitionSubType::HORIZONTAL
, sal_True
},
75 { "circle(in)", ::com::sun::star::animations::TransitionType::ELLIPSEWIPE
, ::com::sun::star::animations::TransitionSubType::HORIZONTAL
, sal_False
},
76 { "box(out)", ::com::sun::star::animations::TransitionType::IRISWIPE
, ::com::sun::star::animations::TransitionSubType::RECTANGLE
, sal_True
},
77 { "box(in)", ::com::sun::star::animations::TransitionType::IRISWIPE
, ::com::sun::star::animations::TransitionSubType::RECTANGLE
, sal_False
},
78 { "wedge", ::com::sun::star::animations::TransitionType::FANWIPE
, ::com::sun::star::animations::TransitionSubType::CENTERTOP
, sal_True
},
79 { "blinds(vertical)", ::com::sun::star::animations::TransitionType::BLINDSWIPE
, ::com::sun::star::animations::TransitionSubType::VERTICAL
, sal_True
},
80 { "blinds(horizontal)", ::com::sun::star::animations::TransitionType::BLINDSWIPE
, ::com::sun::star::animations::TransitionSubType::HORIZONTAL
, sal_True
},
81 { "fade", ::com::sun::star::animations::TransitionType::FADE
, ::com::sun::star::animations::TransitionSubType::CROSSFADE
, sal_True
},
82 { "slide(fromTop)", ::com::sun::star::animations::TransitionType::SLIDEWIPE
, ::com::sun::star::animations::TransitionSubType::FROMTOP
, sal_True
},
83 { "slide(fromRight)", ::com::sun::star::animations::TransitionType::SLIDEWIPE
, ::com::sun::star::animations::TransitionSubType::FROMRIGHT
, sal_True
},
84 { "slide(fromLeft)", ::com::sun::star::animations::TransitionType::SLIDEWIPE
, ::com::sun::star::animations::TransitionSubType::FROMLEFT
, sal_True
},
85 { "slide(fromBottom)", ::com::sun::star::animations::TransitionType::SLIDEWIPE
, ::com::sun::star::animations::TransitionSubType::FROMBOTTOM
, sal_True
},
86 { "dissolve", ::com::sun::star::animations::TransitionType::DISSOLVE
, ::com::sun::star::animations::TransitionSubType::DEFAULT
, sal_True
},
87 { "image", ::com::sun::star::animations::TransitionType::DISSOLVE
, ::com::sun::star::animations::TransitionSubType::DEFAULT
, sal_True
}, // TODO
88 { NULL
, 0, 0, sal_False
}
91 const transition
* transition::find( const OUString
& rName
)
93 const transition
* p
= gTransitions
;
97 if( rName
.compareToAscii( p
->mpName
) == 0 )
107 bool convertMeasure( OUString
& rString
)
111 const sal_Char
* pSource
[] = { "ppt_x", "ppt_y", "ppt_w", "ppt_h", NULL
};
112 const sal_Char
* pDest
[] = { "x", "y", "width", "height", NULL
};
113 sal_Int32 nIndex
= 0;
115 const sal_Char
** ps
= pSource
;
116 const sal_Char
** pd
= pDest
;
120 const OUString
aSearch( OUString::createFromAscii( *ps
) );
121 while( (nIndex
= rString
.indexOf( aSearch
, nIndex
)) != -1 )
123 sal_Int32 nLength
= aSearch
.getLength();
124 if( nIndex
&& (rString
.getStr()[nIndex
-1] == '#' ) )
130 const OUString
aNew( OUString::createFromAscii( *pd
) );
131 rString
= rString
.replaceAt( nIndex
, nLength
, aNew
);
132 nIndex
+= aNew
.getLength();