Searched refs:ENTRANCE (Results 1 – 10 of 10) sorted by relevance
/aoo42x/main/oox/source/ppt/ |
H A D | commontimenodecontext.cxx | 101 { ::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 …]
|
/aoo42x/main/sd/source/filter/ppt/ |
H A D | pptanimations.hxx | 345 { ::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 D | pptinanimations.cxx | 365 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 D | CustomAnimationCreateDialog.cxx | 78 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 D | CustomAnimationList.cxx | 281 case EffectPresetClass::ENTRANCE: nImage = IMG_CUSTOMANIMATION_ENTRANCE_EFFECT; break; in Paint()
|
/aoo42x/main/offapi/com/sun/star/presentation/ |
H A D | EffectPresetClass.idl | 50 const short ENTRANCE = 1;
|
/aoo42x/main/sd/source/core/ |
H A D | CustomAnimationPreset.cxx | 631 case EffectPresetClass::ENTRANCE: pCategoryList = &maEntrancePresets; break; in getRandomPreset()
|
/aoo42x/main/sd/source/filter/eppt/ |
H A D | pptexanimations.cxx | 165 …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 D | animationimport.cxx | 727 nPresetClass = EffectPresetClass::ENTRANCE; in AnimationNodeContext()
|
H A D | animationexport.cxx | 410 { XML_ENTRANCE, EffectPresetClass::ENTRANCE }, in getAnimationsEnumMap()
|
Completed in 62 milliseconds