Searched refs:aPresetId (Results 1 – 5 of 5) sorted by relevance
| /AOO41X/main/sd/source/core/ |
| H A D | EffectMigration.cxx | 178 const OUString aPresetId( OUString::createFromAscii( pEntry->mpPresetId ) ); in SetFadeEffect() local 186 if( (*aIt)->getPresetId() == aPresetId) in SetFadeEffect() 217 const OUString& aPresetId = (*aIt)->getPresetId(); in GetFadeEffect() local 220 …while( (pEntry->meFadeEffect != FadeEffect_NONE) && (!aPresetId.equalsAscii( pEntry->mpPresetId ) … in GetFadeEffect() 452 OUString aPresetId; in SetAnimationEffect() local 455 if( !ConvertAnimationEffect( eEffect, aPresetId, aPresetSubType ) ) in SetAnimationEffect() 463 CustomAnimationPresetPtr pPreset( rPresets.getEffectDescriptor( aPresetId ) ); in SetAnimationEffect() 497 if( ((*aIter)->getPresetId() != aPresetId) || in SetAnimationEffect() 551 if( (pEffect->getPresetId() != aPresetId) || in SetAnimationEffect() 565 OUString aPresetId; in GetAnimationEffect() local [all …]
|
| H A D | TransitionPreset.cxx | 123 OUString aPresetId( pPreset->getPresetId() ); in importTransitionsFile() local 124 if( aPresetId.getLength() ) in importTransitionsFile() 126 UStringMap::const_iterator aIter( rTransitionNameMape.find( aPresetId ) ); in importTransitionsFile()
|
| H A D | CustomAnimationPreset.cxx | 393 const OUString aPresetId( pEffect->getPresetId() ); in importEffects() local 394 CustomAnimationPresetPtr pDescriptor = getEffectDescriptor( aPresetId ); in importEffects() 401 maEffectDiscriptorMap[aPresetId] = pDescriptor; in importEffects()
|
| /AOO41X/main/sd/source/ui/animations/ |
| H A D | CustomAnimationDialog.cxx | 123 …Int32 nControlType, Window* pParent, const Any& rValue, const OUString& aPresetId, const Link& rMo… 137 …Int32 nControlType, Window* pParent, const Any& rValue, const OUString& aPresetId, const Link& rMo… in PresetPropertyBox() argument 145 setValue( rValue, aPresetId ); in PresetPropertyBox() 338 OUString aPresetId; in FontPropertyBox() local 339 setValue( rValue, aPresetId ); in FontPropertyBox() 497 OUString aPresetId; in CharHeightPropertyBox() local 498 setValue( rValue, aPresetId ); in CharHeightPropertyBox() 602 OUString aPresetId; in TransparencyPropertyBox() local 603 setValue( rValue, aPresetId ); in TransparencyPropertyBox() 718 OUString aPresetId; in RotationPropertyBox() local [all …]
|
| /AOO41X/main/xmloff/source/draw/ |
| H A D | animationexport.cxx | 889 OUString aPresetId; in exportNode() local 908 if( pValue->Value >>= aPresetId ) in exportNode() 910 … mrExport.AddAttribute( XML_NAMESPACE_PRESENTATION, XML_PRESET_ID, aPresetId ); in exportNode()
|