Home
last modified time | relevance | path

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

/trunk/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" },
104 { ::com::sun::star::presentation::EffectPresetClass::ENTRANCE, 4 ,"ooo-entrance-box" },
106 { ::com::sun::star::presentation::EffectPresetClass::ENTRANCE, 6 ,"ooo-entrance-circle" },
113 { ::com::sun::star::presentation::EffectPresetClass::ENTRANCE, 13 ,"ooo-entrance-plus" },
116 { ::com::sun::star::presentation::EffectPresetClass::ENTRANCE, 16 ,"ooo-entrance-split" },
120 { ::com::sun::star::presentation::EffectPresetClass::ENTRANCE, 20 ,"ooo-entrance-wedge" },
122 { ::com::sun::star::presentation::EffectPresetClass::ENTRANCE, 22 ,"ooo-entrance-wipe" },
123 { ::com::sun::star::presentation::EffectPresetClass::ENTRANCE, 23 ,"ooo-entrance-zoom" },
138 { ::com::sun::star::presentation::EffectPresetClass::ENTRANCE, 41 ,"ooo-entrance-whip" },
[all …]
/trunk/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" },
348 { ::com::sun::star::presentation::EffectPresetClass::ENTRANCE, 4 ,"ooo-entrance-box" },
350 { ::com::sun::star::presentation::EffectPresetClass::ENTRANCE, 6 ,"ooo-entrance-circle" },
357 { ::com::sun::star::presentation::EffectPresetClass::ENTRANCE, 13 ,"ooo-entrance-plus" },
360 { ::com::sun::star::presentation::EffectPresetClass::ENTRANCE, 16 ,"ooo-entrance-split" },
366 { ::com::sun::star::presentation::EffectPresetClass::ENTRANCE, 22 ,"ooo-entrance-wipe" },
367 { ::com::sun::star::presentation::EffectPresetClass::ENTRANCE, 23 ,"ooo-entrance-zoom" },
382 { ::com::sun::star::presentation::EffectPresetClass::ENTRANCE, 41 ,"ooo-entrance-whip" },
395 { ::com::sun::star::presentation::EffectPresetClass::ENTRANCE, 56 ,"ooo-entrance-flip" },
[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()
/trunk/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()
/trunk/main/offapi/com/sun/star/presentation/
H A DEffectPresetClass.idl50 const short ENTRANCE = 1;
/trunk/main/sd/source/core/
H A DCustomAnimationPreset.cxx631 case EffectPresetClass::ENTRANCE: pCategoryList = &maEntrancePresets; break; in getRandomPreset()
/trunk/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()
/trunk/main/xmloff/source/draw/
H A Danimationimport.cxx727 nPresetClass = EffectPresetClass::ENTRANCE; in AnimationNodeContext()
H A Danimationexport.cxx410 { XML_ENTRANCE, EffectPresetClass::ENTRANCE }, in getAnimationsEnumMap()

Completed in 86 milliseconds