From 40da0a9d1cea08fae38c6bc478d1a69f8faaf627 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 17 Jul 2015 10:50:48 +0200 Subject: com::sun::uno->css in avmedia and animations Change-Id: Ie4365a488728c39fedacae7650b4b90260e7e44a Reviewed-on: https://gerrit.libreoffice.org/17153 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- animations/source/animcore/animcore.cxx | 70 ++++++++++++++++----------------- 1 file changed, 35 insertions(+), 35 deletions(-) mode change 100644 => 100755 animations/source/animcore/animcore.cxx (limited to 'animations/source') diff --git a/animations/source/animcore/animcore.cxx b/animations/source/animcore/animcore.cxx old mode 100644 new mode 100755 index 2d23c2b45136..ec00e386d3ac --- a/animations/source/animcore/animcore.cxx +++ b/animations/source/animcore/animcore.cxx @@ -430,7 +430,7 @@ AnimationNode::AnimationNode( sal_Int16 nNodeType ) mnFadeColor(0), mfVolume(1.0), mnCommand(0), - mnIterateType( ::com::sun::star::presentation::ShapeAnimationSubType::AS_WHOLE ), + mnIterateType( css::presentation::ShapeAnimationSubType::AS_WHOLE ), mfIterateInterval(0.0) { OSL_ENSURE((sal_uInt32)nNodeType < sizeof(mpTypes)/sizeof(Sequence*), "NodeType out of range"); @@ -2129,7 +2129,7 @@ namespace class theAnimationNodeUnoTunnelId : public rtl::Static< UnoTunnelIdInit, theAnimationNodeUnoTunnelId > {}; } -const ::com::sun::star::uno::Sequence< sal_Int8 > & AnimationNode::getUnoTunnelId() +const css::uno::Sequence< sal_Int8 > & AnimationNode::getUnoTunnelId() { return theAnimationNodeUnoTunnelId::get().getSeq(); } @@ -2168,79 +2168,79 @@ void AnimationNode::fireChangeListener() } // namespace animcore -extern "C" SAL_DLLPUBLIC_EXPORT ::com::sun::star::uno::XInterface* SAL_CALL -com_sun_star_animations_ParallelTimeContainer_get_implementation(::com::sun::star::uno::XComponentContext*, - ::com::sun::star::uno::Sequence const &) +extern "C" SAL_DLLPUBLIC_EXPORT css::uno::XInterface* SAL_CALL +com_sun_star_animations_ParallelTimeContainer_get_implementation(css::uno::XComponentContext*, + css::uno::Sequence const &) { return cppu::acquire(new animcore::AnimationNode(PAR)); } -extern "C" SAL_DLLPUBLIC_EXPORT ::com::sun::star::uno::XInterface* SAL_CALL -com_sun_star_animations_SequenceTimeContainer_get_implementation(::com::sun::star::uno::XComponentContext*, - ::com::sun::star::uno::Sequence const &) +extern "C" SAL_DLLPUBLIC_EXPORT css::uno::XInterface* SAL_CALL +com_sun_star_animations_SequenceTimeContainer_get_implementation(css::uno::XComponentContext*, + css::uno::Sequence const &) { return cppu::acquire(new animcore::AnimationNode(SEQ)); } -extern "C" SAL_DLLPUBLIC_EXPORT ::com::sun::star::uno::XInterface* SAL_CALL -com_sun_star_animations_IterateContainer_get_implementation(::com::sun::star::uno::XComponentContext*, - ::com::sun::star::uno::Sequence const &) +extern "C" SAL_DLLPUBLIC_EXPORT css::uno::XInterface* SAL_CALL +com_sun_star_animations_IterateContainer_get_implementation(css::uno::XComponentContext*, + css::uno::Sequence const &) { return cppu::acquire(new animcore::AnimationNode(ITERATE)); } -extern "C" SAL_DLLPUBLIC_EXPORT ::com::sun::star::uno::XInterface* SAL_CALL -com_sun_star_animations_Animate_get_implementation(::com::sun::star::uno::XComponentContext*, - ::com::sun::star::uno::Sequence const &) +extern "C" SAL_DLLPUBLIC_EXPORT css::uno::XInterface* SAL_CALL +com_sun_star_animations_Animate_get_implementation(css::uno::XComponentContext*, + css::uno::Sequence const &) { return cppu::acquire(new animcore::AnimationNode(ANIMATE)); } -extern "C" SAL_DLLPUBLIC_EXPORT ::com::sun::star::uno::XInterface* SAL_CALL -com_sun_star_animations_AnimateSet_get_implementation(::com::sun::star::uno::XComponentContext*, - ::com::sun::star::uno::Sequence const &) +extern "C" SAL_DLLPUBLIC_EXPORT css::uno::XInterface* SAL_CALL +com_sun_star_animations_AnimateSet_get_implementation(css::uno::XComponentContext*, + css::uno::Sequence const &) { return cppu::acquire(new animcore::AnimationNode(SET)); } -extern "C" SAL_DLLPUBLIC_EXPORT ::com::sun::star::uno::XInterface* SAL_CALL -com_sun_star_animations_AnimateColor_get_implementation(::com::sun::star::uno::XComponentContext*, - ::com::sun::star::uno::Sequence const &) +extern "C" SAL_DLLPUBLIC_EXPORT css::uno::XInterface* SAL_CALL +com_sun_star_animations_AnimateColor_get_implementation(css::uno::XComponentContext*, + css::uno::Sequence const &) { return cppu::acquire(new animcore::AnimationNode(ANIMATECOLOR)); } -extern "C" SAL_DLLPUBLIC_EXPORT ::com::sun::star::uno::XInterface* SAL_CALL -com_sun_star_animations_AnimateMotion_get_implementation(::com::sun::star::uno::XComponentContext*, - ::com::sun::star::uno::Sequence const &) +extern "C" SAL_DLLPUBLIC_EXPORT css::uno::XInterface* SAL_CALL +com_sun_star_animations_AnimateMotion_get_implementation(css::uno::XComponentContext*, + css::uno::Sequence const &) { return cppu::acquire(new animcore::AnimationNode(ANIMATEMOTION)); } -extern "C" SAL_DLLPUBLIC_EXPORT ::com::sun::star::uno::XInterface* SAL_CALL -com_sun_star_animations_AnimateTransform_get_implementation(::com::sun::star::uno::XComponentContext*, - ::com::sun::star::uno::Sequence const &) +extern "C" SAL_DLLPUBLIC_EXPORT css::uno::XInterface* SAL_CALL +com_sun_star_animations_AnimateTransform_get_implementation(css::uno::XComponentContext*, + css::uno::Sequence const &) { return cppu::acquire(new animcore::AnimationNode(ANIMATETRANSFORM)); } -extern "C" SAL_DLLPUBLIC_EXPORT ::com::sun::star::uno::XInterface* SAL_CALL -com_sun_star_animations_TransitionFilter_get_implementation(::com::sun::star::uno::XComponentContext*, - ::com::sun::star::uno::Sequence const &) +extern "C" SAL_DLLPUBLIC_EXPORT css::uno::XInterface* SAL_CALL +com_sun_star_animations_TransitionFilter_get_implementation(css::uno::XComponentContext*, + css::uno::Sequence const &) { return cppu::acquire(new animcore::AnimationNode(TRANSITIONFILTER)); } -extern "C" SAL_DLLPUBLIC_EXPORT ::com::sun::star::uno::XInterface* SAL_CALL -com_sun_star_animations_Audio_get_implementation(::com::sun::star::uno::XComponentContext*, - ::com::sun::star::uno::Sequence const &) +extern "C" SAL_DLLPUBLIC_EXPORT css::uno::XInterface* SAL_CALL +com_sun_star_animations_Audio_get_implementation(css::uno::XComponentContext*, + css::uno::Sequence const &) { return cppu::acquire(new animcore::AnimationNode(AUDIO)); } -extern "C" SAL_DLLPUBLIC_EXPORT ::com::sun::star::uno::XInterface* SAL_CALL -com_sun_star_animations_Command_get_implementation(::com::sun::star::uno::XComponentContext*, - ::com::sun::star::uno::Sequence const &) +extern "C" SAL_DLLPUBLIC_EXPORT css::uno::XInterface* SAL_CALL +com_sun_star_animations_Command_get_implementation(css::uno::XComponentContext*, + css::uno::Sequence const &) { return cppu::acquire(new animcore::AnimationNode(COMMAND)); } -- cgit