Home
last modified time | relevance | path

Searched refs:presentation (Results 1 – 25 of 380) sorted by relevance

12345678910>>...16

/AOO41X/main/oox/source/ppt/
H A Dcommontimenodecontext.cxx50 using namespace ::com::sun::star::presentation;
101 { ::com::sun::star::presentation::EffectPresetClass::ENTRANCE, 1 ,"ooo-entrance-appear" },
102 { ::com::sun::star::presentation::EffectPresetClass::ENTRANCE, 2 ,"ooo-entrance-fly-in" },
103 …{ ::com::sun::star::presentation::EffectPresetClass::ENTRANCE, 3 ,"ooo-entrance-venetian-blinds…
104 { ::com::sun::star::presentation::EffectPresetClass::ENTRANCE, 4 ,"ooo-entrance-box" },
105 …{ ::com::sun::star::presentation::EffectPresetClass::ENTRANCE, 5 ,"ooo-entrance-checkerboard" },
106 { ::com::sun::star::presentation::EffectPresetClass::ENTRANCE, 6 ,"ooo-entrance-circle" },
107 … { ::com::sun::star::presentation::EffectPresetClass::ENTRANCE, 7 ,"ooo-entrance-fly-in-slow" },
108 { ::com::sun::star::presentation::EffectPresetClass::ENTRANCE, 8 ,"ooo-entrance-diamond" },
109 … { ::com::sun::star::presentation::EffectPresetClass::ENTRANCE, 9 ,"ooo-entrance-dissolve-in" },
[all …]
/AOO41X/main/sd/source/filter/ppt/
H A Dpptanimations.hxx345 { ::com::sun::star::presentation::EffectPresetClass::ENTRANCE, 1 ,"ooo-entrance-appear" },
346 { ::com::sun::star::presentation::EffectPresetClass::ENTRANCE, 2 ,"ooo-entrance-fly-in" },
347 …{ ::com::sun::star::presentation::EffectPresetClass::ENTRANCE, 3 ,"ooo-entrance-venetian-blinds…
348 { ::com::sun::star::presentation::EffectPresetClass::ENTRANCE, 4 ,"ooo-entrance-box" },
349 …{ ::com::sun::star::presentation::EffectPresetClass::ENTRANCE, 5 ,"ooo-entrance-checkerboard" },
350 { ::com::sun::star::presentation::EffectPresetClass::ENTRANCE, 6 ,"ooo-entrance-circle" },
351 … { ::com::sun::star::presentation::EffectPresetClass::ENTRANCE, 7 ,"ooo-entrance-fly-in-slow" },
352 { ::com::sun::star::presentation::EffectPresetClass::ENTRANCE, 8 ,"ooo-entrance-diamond" },
353 … { ::com::sun::star::presentation::EffectPresetClass::ENTRANCE, 9 ,"ooo-entrance-dissolve-in" },
354 { ::com::sun::star::presentation::EffectPresetClass::ENTRANCE, 10 ,"ooo-entrance-fade-in" },
[all …]
H A Dpptin.cxx1591 …pPage->SetFadeEffect( ::com::sun::star::presentation::FadeEffect_VERTICAL_STRIPES );// Vertikal bl… in ImportPageEffect()
1593 …pPage->SetFadeEffect( ::com::sun::star::presentation::FadeEffect_HORIZONTAL_STRIPES );// Horizonta… in ImportPageEffect()
1599 …pPage->SetFadeEffect( ::com::sun::star::presentation::FadeEffect_HORIZONTAL_CHECKERBOARD );// Vert… in ImportPageEffect()
1601 …pPage->SetFadeEffect( ::com::sun::star::presentation::FadeEffect_VERTICAL_CHECKERBOARD );// Horizo… in ImportPageEffect()
1607 …pPage->SetFadeEffect( ::com::sun::star::presentation::FadeEffect_MOVE_FROM_RIGHT ); // Von … in ImportPageEffect()
1609 …pPage->SetFadeEffect( ::com::sun::star::presentation::FadeEffect_MOVE_FROM_BOTTOM ); // Von unt… in ImportPageEffect()
1611 …pPage->SetFadeEffect( ::com::sun::star::presentation::FadeEffect_MOVE_FROM_LEFT ); // Von l… in ImportPageEffect()
1613 …pPage->SetFadeEffect( ::com::sun::star::presentation::FadeEffect_MOVE_FROM_TOP ); // Von ob… in ImportPageEffect()
1615 …pPage->SetFadeEffect( ::com::sun::star::presentation::FadeEffect_MOVE_FROM_LOWERRIGHT );// Von rec… in ImportPageEffect()
1617 …pPage->SetFadeEffect( ::com::sun::star::presentation::FadeEffect_MOVE_FROM_LOWERLEFT ); // Von … in ImportPageEffect()
[all …]
/AOO41X/main/sd/source/ui/dlg/
H A Dtpaction.cxx273 pCurrentActions->Insert((void*)(sal_uIntPtr)presentation::ClickAction_NONE, LIST_APPEND); in Construct()
274 pCurrentActions->Insert((void*)(sal_uIntPtr)presentation::ClickAction_PREVPAGE, LIST_APPEND); in Construct()
275 pCurrentActions->Insert((void*)(sal_uIntPtr)presentation::ClickAction_NEXTPAGE, LIST_APPEND); in Construct()
276 pCurrentActions->Insert((void*)(sal_uIntPtr)presentation::ClickAction_FIRSTPAGE, LIST_APPEND); in Construct()
277 pCurrentActions->Insert((void*)(sal_uIntPtr)presentation::ClickAction_LASTPAGE, LIST_APPEND); in Construct()
278 pCurrentActions->Insert((void*)(sal_uIntPtr)presentation::ClickAction_BOOKMARK, LIST_APPEND); in Construct()
279 pCurrentActions->Insert((void*)(sal_uIntPtr)presentation::ClickAction_DOCUMENT, LIST_APPEND); in Construct()
280 pCurrentActions->Insert((void*)(sal_uIntPtr)presentation::ClickAction_SOUND, LIST_APPEND); in Construct()
282 pCurrentActions->Insert((void*)(sal_uIntPtr)presentation::ClickAction_VERB, LIST_APPEND ); in Construct()
283 pCurrentActions->Insert((void*)(sal_uIntPtr)presentation::ClickAction_PROGRAM, LIST_APPEND); in Construct()
[all …]
/AOO41X/main/offapi/com/sun/star/presentation/
H A DAnimationEffect.idl29 module com { module sun { module star { module presentation {
33 // DocMerge from xml: enum com::sun::star::presentation::AnimationEffect
42 // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::NONE
50 // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::FADE_FROM_LEFT
58 // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::FADE_FROM_TOP
66 // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::FADE_FROM_RIGHT
74 // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::FADE_FROM_BOTTOM
82 // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::FADE_TO_CENTER
90 // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::FADE_FROM_CENTER
98 // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_FROM_LEFT
[all …]
H A DPresentation.idl27 #include <com/sun/star/presentation/XPresentation.idl>
37 module com { module sun { module star { module presentation {
41 /** This service is a presentation that is available from a
47 /** lets you start and stop a presentation.
52 interface com::sun::star::presentation::XPresentation;
70 show that is used for the presentation.
77 the presentation is started.
83 /** If this property is set to <TRUE/>, the window of the presentation is
98 /** If this property is set to <TRUE/>, the presentation is repeated
105 /** If this property is set to <TRUE/>, the presentation runs in
[all …]
H A DShape.idl31 #include <com/sun/star/presentation/AnimationEffect.idl>
35 #include <com/sun/star/presentation/ClickAction.idl>
39 #include <com/sun/star/presentation/AnimationSpeed.idl>
45 module com { module sun { module star { module presentation {
53 presentation properties.
91 [property] com::sun::star::presentation::AnimationEffect Effect;
95 /** If this is a default presentation object and if it is empty,
102 /** If this is a presentation object, this property is <TRUE/>.
113 [property] com::sun::star::presentation::ClickAction OnClick;
155 [property] com::sun::star::presentation::AnimationSpeed Speed;
[all …]
/AOO41X/main/sd/source/ui/unoidl/
H A Dunoobj.cxx96 using namespace ::com::sun::star::presentation;
154 …O_NAME_OBJ_EFFECT), WID_EFFECT, &::getCppuType((const presentation::AnimationEffec…
158 …O_NAME_OBJ_CLICKACTION), WID_CLICKACTION, &::getCppuType((const presentation::ClickAction*)0…
164 …O_NAME_OBJ_SPEED), WID_SPEED, &::getCppuType((const presentation::AnimationSpeed…
165 …O_NAME_OBJ_TEXTEFFECT), WID_TEXTEFFECT, &::getCppuType((const presentation::AnimationEffec…
196 …NO_NAME_OBJ_CLICKACTION), WID_CLICKACTION, &::getCppuType((const presentation::ClickAction*)0…
589 ::cppu::any2enum< presentation::ClickAction >( pInfo->meClickAction, aValue); in setPropertyValue()
815 …aRet = ::cppu::enum2any< presentation::ClickAction >( pInfo?pInfo->meClickAction:presentation::Cli… in getPropertyValue()
1206 pInfo->meClickAction = presentation::ClickAction_NONE; in clearEventsInAnimationInfo()
1207 pInfo->meSecondEffect = presentation::AnimationEffect_NONE; in clearEventsInAnimationInfo()
[all …]
H A Dunomodel.cxx305 else QUERYINT(presentation::XHandoutMasterSupplier); in queryInterface()
311 else if( mbImpressDoc && rType == ITYPE(presentation::XPresentationSupplier) ) in queryInterface()
312 aAny <<= uno::Reference< presentation::XPresentationSupplier >(this); in queryInterface()
313 else if( mbImpressDoc && rType == ITYPE(presentation::XCustomPresentationSupplier) ) in queryInterface()
314 aAny <<= uno::Reference< presentation::XCustomPresentationSupplier >(this); in queryInterface()
420 *pTypes++ = ITYPE(presentation::XPresentationSupplier); in getTypes()
421 *pTypes++ = ITYPE(presentation::XCustomPresentationSupplier); in getTypes()
422 *pTypes++ = ITYPE(presentation::XHandoutMasterSupplier); in getTypes()
851 extern uno::Reference< presentation::XPresentation > createPresentation( SdXImpressDocument& rModel…
854 uno::Reference< presentation::XPresentation > SAL_CALL SdXImpressDocument::getPresentation() in getPresentation()
[all …]
/AOO41X/main/sd/source/ui/inc/
H A Dunoaprms.hxx56 ::com::sun::star::presentation::AnimationEffect eOldEffect;
57 ::com::sun::star::presentation::AnimationEffect eNewEffect;
58 ::com::sun::star::presentation::AnimationEffect eOldTextEffect;
59 ::com::sun::star::presentation::AnimationEffect eNewTextEffect;
60 ::com::sun::star::presentation::AnimationSpeed eOldSpeed;
61 ::com::sun::star::presentation::AnimationSpeed eNewSpeed;
62 ::com::sun::star::presentation::AnimationEffect eOldSecondEffect;
63 ::com::sun::star::presentation::AnimationEffect eNewSecondEffect;
64 ::com::sun::star::presentation::AnimationSpeed eOldSecondSpeed;
65 ::com::sun::star::presentation::AnimationSpeed eNewSecondSpeed;
[all …]
/AOO41X/main/xmloff/source/draw/
H A Dsdpropls.cxx425 { XML_FAST, presentation::AnimationSpeed_FAST },
426 { XML_MEDIUM, presentation::AnimationSpeed_MEDIUM },
427 { XML_SLOW, presentation::AnimationSpeed_SLOW },
433 { XML_NONE, presentation::FadeEffect_NONE },
434 { XML_FADE_FROM_LEFT, presentation::FadeEffect_FADE_FROM_LEFT },
435 { XML_FADE_FROM_TOP, presentation::FadeEffect_FADE_FROM_TOP },
436 { XML_FADE_FROM_RIGHT, presentation::FadeEffect_FADE_FROM_RIGHT },
437 { XML_FADE_FROM_BOTTOM, presentation::FadeEffect_FADE_FROM_BOTTOM },
438 { XML_FADE_TO_CENTER, presentation::FadeEffect_FADE_TO_CENTER },
439 { XML_FADE_FROM_CENTER, presentation::FadeEffect_FADE_FROM_CENTER },
[all …]
/AOO41X/main/qadevOOo/objdsc/sd/
H A Dcom.sun.star.comp.office.SdXPresentation.csv1 "SdXPresentation";"com::sun::star::presentation::Presentation";"AllowAnimations"
2 "SdXPresentation";"com::sun::star::presentation::Presentation";"CustomShow"
3 "SdXPresentation";"com::sun::star::presentation::Presentation";"FirstPage"
4 "SdXPresentation";"com::sun::star::presentation::Presentation";"IsAlwaysOnTop"
5 "SdXPresentation";"com::sun::star::presentation::Presentation";"IsAutomatic"
6 "SdXPresentation";"com::sun::star::presentation::Presentation";"IsEndless"
7 "SdXPresentation";"com::sun::star::presentation::Presentation";"IsFullScreen"
8 "SdXPresentation";"com::sun::star::presentation::Presentation";"IsLivePresentation"
9 "SdXPresentation";"com::sun::star::presentation::Presentation";"IsMouseVisible"
10 "SdXPresentation";"com::sun::star::presentation::Presentation";"Pause"
[all …]
/AOO41X/main/sd/source/ui/func/
H A Dfuoaprms.cxx122 presentation::AnimationEffect eEffect = presentation::AnimationEffect_NONE; in DoExecute()
123 presentation::AnimationEffect eTextEffect = presentation::AnimationEffect_NONE; in DoExecute()
124 presentation::AnimationSpeed eSpeed = presentation::AnimationSpeed_MEDIUM; in DoExecute()
132 presentation::ClickAction eClickAction = presentation::ClickAction_NONE; in DoExecute()
135 presentation::AnimationEffect eSecondEffect = presentation::AnimationEffect_NONE; in DoExecute()
136 presentation::AnimationSpeed eSecondSpeed = presentation::AnimationSpeed_MEDIUM; in DoExecute()
259 if (nEffectSet == ATTR_SET && eEffect != presentation::AnimationEffect_NONE) in DoExecute()
262 if (nTextEffectSet == ATTR_SET && eTextEffect != presentation::AnimationEffect_NONE) in DoExecute()
286 if (nClickActionSet == ATTR_SET && eClickAction != presentation::ClickAction_NONE) in DoExecute()
292 if (nSecondEffectSet == ATTR_SET && eSecondEffect != presentation::AnimationEffect_NONE) in DoExecute()
[all …]
H A Dfudraw.cxx776 (pInfo->meClickAction == presentation::ClickAction_BOOKMARK || in SetPointer()
777 pInfo->meClickAction == presentation::ClickAction_DOCUMENT || in SetPointer()
778 pInfo->meClickAction == presentation::ClickAction_PREVPAGE || in SetPointer()
779 pInfo->meClickAction == presentation::ClickAction_NEXTPAGE || in SetPointer()
780 pInfo->meClickAction == presentation::ClickAction_FIRSTPAGE || in SetPointer()
781 pInfo->meClickAction == presentation::ClickAction_LASTPAGE || in SetPointer()
782 pInfo->meClickAction == presentation::ClickAction_VERB || in SetPointer()
783 pInfo->meClickAction == presentation::ClickAction_PROGRAM || in SetPointer()
784 pInfo->meClickAction == presentation::ClickAction_MACRO || in SetPointer()
785 pInfo->meClickAction == presentation::ClickAction_SOUND)) in SetPointer()
[all …]
/AOO41X/main/sd/source/filter/eppt/
H A Depptso.cxx1055 ::com::sun::star::uno::Reference< ::com::sun::star::presentation::XPresentationPage > in ImplGetPageByIndex()
3477 ::com::sun::star::presentation::AnimationEffect eAe, in ImplWriteObjectEffect()
3478 ::com::sun::star::presentation::AnimationEffect eTe, in ImplWriteObjectEffect()
3495 if ( eAe == ::com::sun::star::presentation::AnimationEffect_NONE ) in ImplWriteObjectEffect()
3502 case ::com::sun::star::presentation::AnimationEffect_NONE : in ImplWriteObjectEffect()
3504 case ::com::sun::star::presentation::AnimationEffect_FADE_FROM_LEFT : in ImplWriteObjectEffect()
3510 case ::com::sun::star::presentation::AnimationEffect_FADE_FROM_TOP : in ImplWriteObjectEffect()
3516 case ::com::sun::star::presentation::AnimationEffect_FADE_FROM_RIGHT : in ImplWriteObjectEffect()
3522 case ::com::sun::star::presentation::AnimationEffect_FADE_FROM_BOTTOM : in ImplWriteObjectEffect()
3528 case ::com::sun::star::presentation::AnimationEffect_FADE_TO_CENTER : in ImplWriteObjectEffect()
[all …]
H A Deppt.cxx611 ::com::sun::star::uno::Reference< ::com::sun::star::presentation::XPresentationSupplier > in ImplCreateDocument()
615 ::com::sun::star::uno::Reference< ::com::sun::star::presentation::XPresentation > in ImplCreateDocument()
725 … ::com::sun::star::uno::Reference< ::com::sun::star::presentation::XCustomPresentationSupplier > in ImplCreateDocument()
1252 … ::com::sun::star::presentation::FadeEffect eFe = ::com::sun::star::presentation::FadeEffect_NONE; in ImplCreateSlide()
1296 || ( eFe != ::com::sun::star::presentation::FadeEffect_NONE ); in ImplCreateSlide()
1307 ::com::sun::star::presentation::AnimationSpeed aAs; in ImplCreateSlide()
1388 case ::com::sun::star::presentation::FadeEffect_RANDOM : in ImplCreateSlide()
1392 case ::com::sun::star::presentation::FadeEffect_HORIZONTAL_STRIPES : in ImplCreateSlide()
1394 case ::com::sun::star::presentation::FadeEffect_VERTICAL_STRIPES : in ImplCreateSlide()
1398 case ::com::sun::star::presentation::FadeEffect_VERTICAL_CHECKERBOARD : in ImplCreateSlide()
[all …]
/AOO41X/main/odk/examples/DevelopersGuide/Drawing/
H A DPresentationDemo.java42 import com.sun.star.presentation.XPresentation;
43 import com.sun.star.presentation.XPresentationSupplier;
97 com.sun.star.presentation.FadeEffect.FADE_FROM_RIGHT, in main()
98 com.sun.star.presentation.AnimationSpeed.FAST, in main()
106 com.sun.star.presentation.AnimationEffect.WAVYLINE_FROM_BOTTOM ); in main()
121 com.sun.star.presentation.FadeEffect.FADE_FROM_RIGHT, in main()
122 com.sun.star.presentation.AnimationSpeed.SLOW, in main()
130 "Effect", com.sun.star.presentation.AnimationEffect.HIDE ); in main()
142 com.sun.star.presentation.FadeEffect.ROLL_FROM_LEFT, in main()
143 com.sun.star.presentation.AnimationSpeed.MEDIUM, in main()
[all …]
/AOO41X/main/sd/inc/
H A DEffectMigration.hxx46 static ::com::sun::star::presentation::AnimationSpeed ConvertDuration( double fDuration );
47 static double ConvertAnimationSpeed( ::com::sun::star::presentation::AnimationSpeed eSpeed );
49 …& rPresetId, const ::rtl::OUString* pPresetSubType, ::com::sun::star::presentation::AnimationEffec…
50 …static bool ConvertAnimationEffect( const ::com::sun::star::presentation::AnimationEffect& rEffect…
56 … static void SetFadeEffect( SdPage* pPage, ::com::sun::star::presentation::FadeEffect eNewEffect);
57 static ::com::sun::star::presentation::FadeEffect GetFadeEffect( const SdPage* pPage );
60 …static void SetAnimationEffect( SvxShape* pShape, ::com::sun::star::presentation::AnimationEffect …
61 static ::com::sun::star::presentation::AnimationEffect GetAnimationEffect( SvxShape* pShape );
62 …static void SetTextAnimationEffect( SvxShape* pShape, ::com::sun::star::presentation::AnimationEff…
63 … static ::com::sun::star::presentation::AnimationEffect GetTextAnimationEffect( SvxShape* pShape );
[all …]
/AOO41X/main/sd/source/ui/slideshow/
H A Dslideshowimpl.hxx123 css::presentation::ClickAction meClickAction;
126 WrappedShapeEventImpl() : meClickAction( css::presentation::ClickAction_NONE ), mnVerb( 0 ) {}; in WrappedShapeEventImpl()
135 …public ::cppu::WeakImplHelper2< css::presentation::XSlideShowListener, css::presentation::XShapeEv…
138 …erence< SlideshowImpl >& xController, const css::uno::Reference< css::presentation::XSlideShow >& …
144 …void addSlideShowListener( const css::uno::Reference< css::presentation::XSlideShowListener >& Lis…
145 …void removeSlideShowListener( const css::uno::Reference< css::presentation::XSlideShowListener >& …
173 css::uno::Reference< css::presentation::XSlideShow > mxSlideShow;
178 typedef ::cppu::WeakComponentImplHelper2< css::presentation::XSlideShowController, css::container::…
186 …explicit SlideshowImpl( const css::uno::Reference< css::presentation::XPresentation2 >& xPresentat…
207 …virtual void SAL_CALL addSlideShowListener( const css::uno::Reference< css::presentation::XSlideSh…
[all …]
/AOO41X/main/sd/source/core/
H A Danminfo.cxx47 meEffect (presentation::AnimationEffect_NONE), in SdAnimationInfo()
48 meTextEffect (presentation::AnimationEffect_NONE), in SdAnimationInfo()
49 meSpeed (presentation::AnimationSpeed_SLOW), in SdAnimationInfo()
57 meClickAction (presentation::ClickAction_NONE), in SdAnimationInfo()
58 meSecondEffect (presentation::AnimationEffect_NONE), in SdAnimationInfo()
59 meSecondSpeed (presentation::AnimationSpeed_SLOW), in SdAnimationInfo()
98 if(meEffect == presentation::AnimationEffect_PATH) in SdAnimationInfo()
99 meEffect = presentation::AnimationEffect_NONE; in SdAnimationInfo()
118 if( meClickAction == ::com::sun::star::presentation::ClickAction_BOOKMARK ) in SetBookmark()
144 …if( (meClickAction == ::com::sun::star::presentation::ClickAction_BOOKMARK) && sBookmark.Len() && … in GetBookmark()
/AOO41X/main/slideshow/source/engine/
H A Dslideshowimpl.cxx221 typedef cppu::WeakComponentImplHelper1<presentation::XSlideShow> SlideShowImplBase;
318 uno::Reference<presentation::XSlideShowView> const& xView )
321 uno::Reference<presentation::XSlideShowView> const& xView )
326 uno::Reference<presentation::XSlideShowListener> const& xListener )
329 uno::Reference<presentation::XSlideShowListener> const& xListener )
332 uno::Reference<presentation::XShapeEventListener> const& xListener,
336 uno::Reference<presentation::XShapeEventListener> const& xListener,
484 presentation::XTransitionFactory> mxOptionalTransitionFactory;
1216 maListenerContainer.forEach<presentation::XSlideShowListener>( in displaySlide()
1217 boost::mem_fn( &presentation::XSlideShowListener::slideTransitionStarted ) ); in displaySlide()
[all …]
H A Deventmultiplexer.cxx264 presentation::XSlideShowView>& xView) const;
447 uno::Reference<presentation::XSlideShowView> xView ((*aIter)->getUnoView()); in forEachView()
461 const uno::Reference<presentation::XSlideShowView>& xView) const in findUnoView()
469 std::equal_to<uno::Reference<presentation::XSlideShowView> >(), in findUnoView()
608 uno::Reference<presentation::XSlideShowView> xView( in notifyMouseHandlers()
622 presentation::XSlideShowView > >(), in notifyMouseHandlers()
949 : &presentation::XSlideShowView::addMouseListener ); in addClickHandler()
961 mpImpl->forEachView( &presentation::XSlideShowView::removeMouseListener ); in removeClickHandler()
974 : &presentation::XSlideShowView::addMouseListener ); in addDoubleClickHandler()
986 mpImpl->forEachView( &presentation::XSlideShowView::removeMouseListener ); in removeDoubleClickHandler()
[all …]
/AOO41X/main/sdext/source/minimizer/
H A Dminimizer.src82 "file size of the current presentation. Images will be compressed and "
85 "to the current presentation or to create an optimized new version of"
86 " the presentation.";
188 "The current presentation contains OLE objects.";
195 "The current presentation contains no OLE objects.";
255 Text[ en-US ] = "~Apply changes to current presentation";
260 Text[ en-US ] = "~Open newly created presentation";
270 Text[ en-US ] = "~Duplicate presentation before applying changes";
332 "presentation '%TITLE'. The file size has changed "
339 "presentation '%TITLE'. The file size has changed "
[all …]
/AOO41X/main/sysui/desktop/share/
H A Dmakefile.mk63 presentation \
64 presentation-template \
73 oasis-presentation \
74 oasis-presentation-template \
82 ms-powerpoint-presentation-12 \
83 ms-powerpoint-presentation \
89 openxmlformats-officedocument-presentationml-presentation \
105 oasis-presentation \
106 oasis-presentation-template \
117 presentation \
[all …]
/AOO41X/main/filter/source/flash/
H A Dswfexporter.hxx73 ::com::sun::star::presentation::AnimationEffect meEffect;
74 ::com::sun::star::presentation::AnimationEffect meTextEffect;
75 ::com::sun::star::presentation::AnimationSpeed meEffectSpeed;
79 ::com::sun::star::presentation::ClickAction meClickAction;
94 meEffect( ::com::sun::star::presentation::AnimationEffect_NONE ), in ShapeInfo()
95 meTextEffect( ::com::sun::star::presentation::AnimationEffect_NONE ), in ShapeInfo()
96 meEffectSpeed( ::com::sun::star::presentation::AnimationSpeed_MEDIUM ), in ShapeInfo()
98 meClickAction( ::com::sun::star::presentation::ClickAction_NONE ), in ShapeInfo()
125 ::com::sun::star::presentation::FadeEffect meFadeEffect;
126 ::com::sun::star::presentation::AnimationSpeed meFadeSpeed;

12345678910>>...16