Home
last modified time | relevance | path

Searched refs:aPresetId (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sd/source/core/
H A DEffectMigration.cxx186 if( (*aIt)->getPresetId() == aPresetId) in SetFadeEffect()
452 OUString aPresetId; in SetAnimationEffect() local
551 if( (pEffect->getPresetId() != aPresetId) || in SetAnimationEffect()
565 OUString aPresetId; in GetAnimationEffect() local
587 aPresetId = (*aIter)->getPresetId(); in GetAnimationEffect()
600 ConvertPreset( aPresetId, 0, eEffect ); in GetAnimationEffect()
620 OUString aPresetId; in SetTextAnimationEffect() local
722 if( ((*aIter)->getPresetId() != aPresetId) || in SetTextAnimationEffect()
751 OUString aPresetId; in GetTextAnimationEffect() local
765 aPresetId = (*aIter)->getPresetId(); in GetTextAnimationEffect()
[all …]
H A DTransitionPreset.cxx123 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 DCustomAnimationPreset.cxx393 const OUString aPresetId( pEffect->getPresetId() ); in importEffects() local
394 CustomAnimationPresetPtr pDescriptor = getEffectDescriptor( aPresetId ); in importEffects()
401 maEffectDiscriptorMap[aPresetId] = pDescriptor; in importEffects()
/trunk/main/sd/source/ui/animations/
H A DCustomAnimationDialog.cxx145 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
718 OUString aPresetId; in RotationPropertyBox() local
719 setValue( rValue, aPresetId ); in RotationPropertyBox()
859 OUString aPresetId; in ScalePropertyBox() local
1035 OUString aPresetId; in FontStylePropertyBox() local
[all …]
/trunk/main/xmloff/source/draw/
H A Danimationexport.cxx889 OUString aPresetId; in exportNode() local
908 if( pValue->Value >>= aPresetId ) in exportNode()
910 mrExport.AddAttribute( XML_NAMESPACE_PRESENTATION, XML_PRESET_ID, aPresetId ); in exportNode()

Completed in 46 milliseconds