Home
last modified time | relevance | path

Searched refs:ENTRANCE (Results 1 – 10 of 10) sorted by relevance

/AOO42X/main/oox/source/ppt/
H A Dcommontimenodecontext.cxx101 { ::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" },
110 { ::com::sun::star::presentation::EffectPresetClass::ENTRANCE, 10 ,"ooo-entrance-fade-in" },
[all …]
/AOO42X/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 Dpptinanimations.cxx365 case DFF_ANIM_PRESS_CLASS_ENTRANCE: rPresetClass = EffectPresetClass::ENTRANCE; return true; in is_random()
1059 if( (nPresetClass == EffectPresetClass::ENTRANCE) || (nPresetClass == EffectPresetClass::EXIT) ) in getConvertedSubType()
1220 … case DFF_ANIM_PRESS_CLASS_ENTRANCE: nEffectPresetClass = EffectPresetClass::ENTRANCE; break; in fillNode()
1256 case EffectPresetClass::ENTRANCE: sBuffer.appendAscii( "entrance_" ); break; in fillNode()
/AOO42X/main/sd/source/ui/animations/
H A DCustomAnimationCreateDialog.cxx78 const int ENTRANCE = 0; variable
533 …mpTabPages[ENTRANCE] = new CustomAnimationCreateTabPage( mpTabControl, this, ENTRANCE, rPresets.ge… in CustomAnimationCreateDialog()
534 mpTabPages[ENTRANCE]->SetHelpId( HID_SD_CUSTOMANIMATIONDIALOG_ENTRANCE ); in CustomAnimationCreateDialog()
535 mpTabControl->SetTabPage( RID_TP_CUSTOMANIMATION_ENTRANCE, mpTabPages[ENTRANCE] ); in CustomAnimationCreateDialog()
560 for( sal_uInt16 i = ENTRANCE; i <= MOTIONPATH; i++ ) in CustomAnimationCreateDialog()
578 delete mpTabPages[ENTRANCE]; in ~CustomAnimationCreateDialog()
594 case RID_TP_CUSTOMANIMATION_ENTRANCE: return mpTabPages[ENTRANCE]; in getCurrentPage()
H A DCustomAnimationList.cxx281 case EffectPresetClass::ENTRANCE: nImage = IMG_CUSTOMANIMATION_ENTRANCE_EFFECT; break; in Paint()
/AOO42X/main/offapi/com/sun/star/presentation/
H A DEffectPresetClass.idl50 const short ENTRANCE = 1;
/AOO42X/main/sd/source/core/
H A DCustomAnimationPreset.cxx631 case EffectPresetClass::ENTRANCE: pCategoryList = &maEntrancePresets; break; in getRandomPreset()
/AOO42X/main/sd/source/filter/eppt/
H A Dpptexanimations.cxx165 …if ( ( nPresetClass == (sal_uInt32)EffectPresetClass::ENTRANCE ) || ( nPresetClass == (sal_uInt32)… in ImplTranslatePresetSubType()
1011 … case EffectPresetClass::ENTRANCE : nPPTPresetClass = DFF_ANIM_PRESS_CLASS_ENTRANCE; break; in exportAnimPropertySet()
/AOO42X/main/xmloff/source/draw/
H A Danimationimport.cxx727 nPresetClass = EffectPresetClass::ENTRANCE; in AnimationNodeContext()
H A Danimationexport.cxx410 { XML_ENTRANCE, EffectPresetClass::ENTRANCE }, in getAnimationsEnumMap()