Home
last modified time | relevance | path

Searched refs:MOTIONPATH (Results 1 – 11 of 11) sorted by relevance

/AOO42X/main/oox/source/ppt/
H A Dcommontimenodecontext.cxx240 …{ ::com::sun::star::presentation::EffectPresetClass::MOTIONPATH, 16 ,"ooo-motionpath-4-point-s…
241 …{ ::com::sun::star::presentation::EffectPresetClass::MOTIONPATH, 5 ,"ooo-motionpath-5-point-s…
242 …{ ::com::sun::star::presentation::EffectPresetClass::MOTIONPATH, 11 ,"ooo-motionpath-6-point-s…
243 …{ ::com::sun::star::presentation::EffectPresetClass::MOTIONPATH, 17 ,"ooo-motionpath-8-point-s…
244 …{ ::com::sun::star::presentation::EffectPresetClass::MOTIONPATH, 1 ,"ooo-motionpath-circle" },
245 …{ ::com::sun::star::presentation::EffectPresetClass::MOTIONPATH, 6 ,"ooo-motionpath-crescent-…
246 …{ ::com::sun::star::presentation::EffectPresetClass::MOTIONPATH, 3 ,"ooo-motionpath-diamond" …
247 …{ ::com::sun::star::presentation::EffectPresetClass::MOTIONPATH, 13 ,"ooo-motionpath-equal-tri…
248 … { ::com::sun::star::presentation::EffectPresetClass::MOTIONPATH, 12 ,"ooo-motionpath-oval" },
249 … { ::com::sun::star::presentation::EffectPresetClass::MOTIONPATH, 9 ,"ooo-motionpath-heart" },
[all …]
/AOO42X/main/sd/source/filter/ppt/
H A Dpptanimations.hxx484 …{ ::com::sun::star::presentation::EffectPresetClass::MOTIONPATH, 16 ,"ooo-motionpath-4-point-s…
485 …{ ::com::sun::star::presentation::EffectPresetClass::MOTIONPATH, 5 ,"ooo-motionpath-5-point-s…
486 …{ ::com::sun::star::presentation::EffectPresetClass::MOTIONPATH, 11 ,"ooo-motionpath-6-point-s…
487 …{ ::com::sun::star::presentation::EffectPresetClass::MOTIONPATH, 17 ,"ooo-motionpath-8-point-s…
488 …{ ::com::sun::star::presentation::EffectPresetClass::MOTIONPATH, 1 ,"ooo-motionpath-circle" },
489 …{ ::com::sun::star::presentation::EffectPresetClass::MOTIONPATH, 6 ,"ooo-motionpath-crescent-…
490 …{ ::com::sun::star::presentation::EffectPresetClass::MOTIONPATH, 3 ,"ooo-motionpath-diamond" …
491 …{ ::com::sun::star::presentation::EffectPresetClass::MOTIONPATH, 13 ,"ooo-motionpath-equal-tri…
492 … { ::com::sun::star::presentation::EffectPresetClass::MOTIONPATH, 12 ,"ooo-motionpath-oval" },
493 … { ::com::sun::star::presentation::EffectPresetClass::MOTIONPATH, 9 ,"ooo-motionpath-heart" },
[all …]
H A Dpptinanimations.cxx1223 … case DFF_ANIM_PRESS_CLASS_MOTIONPATH: nEffectPresetClass = EffectPresetClass::MOTIONPATH; break; in fillNode()
1259 case EffectPresetClass::MOTIONPATH: sBuffer.appendAscii( "motionpath_" ); break; in fillNode()
/AOO42X/main/sd/source/ui/animations/
H A DCustomAnimationCreateDialog.cxx81 const int MOTIONPATH = 3; variable
271 if( nTabId == MOTIONPATH ) in CustomAnimationCreateTabPage()
542 …mpTabPages[MOTIONPATH] = new CustomAnimationCreateTabPage( mpTabControl, this, MOTIONPATH, rPreset… in CustomAnimationCreateDialog()
543 mpTabPages[MOTIONPATH]->SetHelpId( HID_SD_CUSTOMANIMATIONDIALOG_MOTIONPATH ); in CustomAnimationCreateDialog()
544 mpTabControl->SetTabPage( RID_TP_CUSTOMANIMATION_MOTIONPATH, mpTabPages[MOTIONPATH] ); in CustomAnimationCreateDialog()
560 for( sal_uInt16 i = ENTRANCE; i <= MOTIONPATH; i++ ) in CustomAnimationCreateDialog()
581 delete mpTabPages[MOTIONPATH]; in ~CustomAnimationCreateDialog()
600 return mpTabPages[MOTIONPATH]; in getCurrentPage()
H A DCustomAnimationList.cxx284 case EffectPresetClass::MOTIONPATH: nImage = IMG_CUSTOMANIMATION_MOTION_PATH; break; in Paint()
H A DCustomAnimationPane.cxx953 …t() && pEffect->getPresetClass() == ::com::sun::star::presentation::EffectPresetClass::MOTIONPATH ) in updateMotionPathImpl()
/AOO42X/main/offapi/com/sun/star/presentation/
H A DEffectPresetClass.idl62 const short MOTIONPATH = 4;
/AOO42X/main/sd/source/core/
H A DCustomAnimationPreset.cxx634 case EffectPresetClass::MOTIONPATH: pCategoryList = &maMotionPathsPresets; break; in getRandomPreset()
H A DCustomAnimationEffect.cxx1924 pEffect->setPresetClass( ::com::sun::star::presentation::EffectPresetClass::MOTIONPATH ); in append()
/AOO42X/main/xmloff/source/draw/
H A Danimationexport.cxx413 { XML_MOTION_PATH, EffectPresetClass::MOTIONPATH }, in getAnimationsEnumMap()
/AOO42X/main/sd/source/filter/eppt/
H A Dpptexanimations.cxx1014 … case EffectPresetClass::MOTIONPATH : nPPTPresetClass = DFF_ANIM_PRESS_CLASS_MOTIONPATH; break; in exportAnimPropertySet()