native-code: animcore_component_getFactory -> ctors
Change-Id: Ife39c5114f946244691c72c9defa8854fdf8a1b6
This commit is contained in:
@@ -20,7 +20,7 @@
|
|||||||
<component loader="com.sun.star.loader.SharedLibrary" environment="@CPPU_ENV@"
|
<component loader="com.sun.star.loader.SharedLibrary" environment="@CPPU_ENV@"
|
||||||
xmlns="http://openoffice.org/2010/uno-components">
|
xmlns="http://openoffice.org/2010/uno-components">
|
||||||
<implementation name="animcore::Animate"
|
<implementation name="animcore::Animate"
|
||||||
constructor="com_sun_star_animations_Animate_get_implementation">>
|
constructor="com_sun_star_animations_Animate_get_implementation">
|
||||||
<service name="com.sun.star.animations.Animate"/>
|
<service name="com.sun.star.animations.Animate"/>
|
||||||
</implementation>
|
</implementation>
|
||||||
<implementation name="animcore::AnimateColor"
|
<implementation name="animcore::AnimateColor"
|
||||||
|
@@ -213,10 +213,21 @@ draw_factory_list = [
|
|||||||
("libsvgfilterlo.a", "svgfilter_component_getFactory"),
|
("libsvgfilterlo.a", "svgfilter_component_getFactory"),
|
||||||
("libdeployment.a", "deployment_component_getFactory"),
|
("libdeployment.a", "deployment_component_getFactory"),
|
||||||
("libemboleobj.a", "emboleobj_component_getFactory"),
|
("libemboleobj.a", "emboleobj_component_getFactory"),
|
||||||
("libanimcorelo.a", "animcore_component_getFactory"),
|
|
||||||
]
|
]
|
||||||
|
|
||||||
draw_constructor_list = [
|
draw_constructor_list = [
|
||||||
|
# animations/source/animcore/animcore.component -- TODO check if all of these are necessary
|
||||||
|
"com_sun_star_animations_Animate_get_implementation",
|
||||||
|
"com_sun_star_animations_AnimateColor_get_implementation",
|
||||||
|
"com_sun_star_animations_AnimateMotion_get_implementation",
|
||||||
|
"com_sun_star_animations_AnimateSet_get_implementation",
|
||||||
|
"com_sun_star_animations_AnimateTransform_get_implementation",
|
||||||
|
"com_sun_star_animations_Audio_get_implementation",
|
||||||
|
"com_sun_star_animations_Command_get_implementation",
|
||||||
|
"com_sun_star_animations_IterateContainer_get_implementation",
|
||||||
|
"com_sun_star_animations_ParallelTimeContainer_get_implementation",
|
||||||
|
"com_sun_star_animations_SequenceTimeContainer_get_implementation",
|
||||||
|
"com_sun_star_animations_TransitionFilter_get_implementation",
|
||||||
]
|
]
|
||||||
|
|
||||||
writer_factory_list = [
|
writer_factory_list = [
|
||||||
|
Reference in New Issue
Block a user