Home
last modified time | relevance | path

Searched refs:aPresetSubType (Results 1 – 3 of 3) sorted by relevance

/aoo41x/main/sd/source/core/
H A DEffectMigration.cxx453 OUString aPresetSubType; in SetAnimationEffect() local
498 ((*aIter)->getPresetSubType() != aPresetSubType) ) in SetAnimationEffect()
552 (pEffect->getPresetSubType() != aPresetSubType) ) in SetAnimationEffect()
566 OUString aPresetSubType; in GetAnimationEffect() local
588 aPresetSubType = (*aIter)->getPresetSubType(); in GetAnimationEffect()
599 if( !ConvertPreset( aPresetId, &aPresetSubType, eEffect ) ) in GetAnimationEffect()
621 OUString aPresetSubType; in SetTextAnimationEffect() local
723 ((*aIter)->getPresetSubType() != aPresetSubType) ) in SetTextAnimationEffect()
752 OUString aPresetSubType; in GetTextAnimationEffect() local
766 aPresetSubType = (*aIter)->getPresetSubType(); in GetTextAnimationEffect()
[all …]
/aoo41x/main/sd/source/ui/animations/
H A DCustomAnimationPane.cxx1232 OUString aPresetSubType; in setProperty1Value() local
1233 rValue >>= aPresetSubType; in setProperty1Value()
1234 if( aPresetSubType != pEffect->getPresetSubType() ) in setProperty1Value()
1236 getPresets().changePresetSubType( pEffect, aPresetSubType ); in setProperty1Value()
/aoo41x/main/xmloff/source/draw/
H A Danimationexport.cxx915 OUString aPresetSubType; in exportNode() local
916 if( pValue->Value >>= aPresetSubType ) in exportNode()
918 mrExport.AddAttribute( XML_NAMESPACE_PRESENTATION, XML_PRESET_SUB_TYPE, aPresetSubType ); in exportNode()

Completed in 43 milliseconds