Searched refs:rPresets (Results 1 – 5 of 5) sorted by relevance
/trunk/main/sd/source/ui/animations/ |
H A D | CustomAnimationCreateDialog.cxx | 532 const CustomAnimationPresets& rPresets = CustomAnimationPresets::getCustomAnimationPresets(); in CustomAnimationCreateDialog() local 533 …mpTabPages[ENTRANCE] = new CustomAnimationCreateTabPage( mpTabControl, this, ENTRANCE, rPresets.ge… in CustomAnimationCreateDialog() 536 …mpTabPages[EMPHASIS] = new CustomAnimationCreateTabPage( mpTabControl, this, EMPHASIS, rPresets.ge… in CustomAnimationCreateDialog() 539 …mpTabPages[EXIT] = new CustomAnimationCreateTabPage( mpTabControl, this, EXIT, rPresets.getExitPre… in CustomAnimationCreateDialog() 542 …TH] = new CustomAnimationCreateTabPage( mpTabControl, this, MOTIONPATH, rPresets.getMotionPathsPre… in CustomAnimationCreateDialog() 545 …S] = new CustomAnimationCreateTabPage( mpTabControl, this, MISCEFFECTS, rPresets.getMiscPresets(),… in CustomAnimationCreateDialog()
|
H A D | CustomAnimationDialog.cxx | 155 const CustomAnimationPresets& rPresets = CustomAnimationPresets::getCustomAnimationPresets(); in setValue() local 156 CustomAnimationPresetPtr pDescriptor = rPresets.getEffectDescriptor( rPresetId ); in setValue() 171 sal_uInt16 nPos = mpControl->InsertEntry( rPresets.getUINameForProperty( (*aIter) ) ); in setValue()
|
H A D | CustomAnimationPane.cxx | 1340 const CustomAnimationPresets& rPresets (getPresets()); in createSelectionSet() local 1414 CustomAnimationPresetPtr pDescriptor = rPresets.getEffectDescriptor( pEffect->getPresetId() ); in createSelectionSet()
|
/trunk/main/sd/source/core/ |
H A D | EffectMigration.cxx | 461 const CustomAnimationPresets& rPresets = CustomAnimationPresets::getCustomAnimationPresets(); in SetAnimationEffect() local 463 CustomAnimationPresetPtr pPreset( rPresets.getEffectDescriptor( aPresetId ) ); in SetAnimationEffect() 635 const CustomAnimationPresets& rPresets = CustomAnimationPresets::getCustomAnimationPresets(); in SetTextAnimationEffect() local 638 CustomAnimationPresetPtr pPreset( rPresets.getEffectDescriptor( aPresetId ) ); in SetTextAnimationEffect() 679 …CustomAnimationPresetPtr pShapePreset( rPresets.getEffectDescriptor( OUString( RTL_CONSTASCII_USTR… in SetTextAnimationEffect()
|
/trunk/main/sd/source/filter/ppt/ |
H A D | ppt97animations.cxx | 676 …const ::sd::CustomAnimationPresets& rPresets( ::sd::CustomAnimationPresets::getCustomAnimationPres… in createAndSetCustomAnimationEffect() local 677 ::sd::CustomAnimationPresetPtr pPreset( rPresets.getEffectDescriptor( this->GetPresetId() ) ); in createAndSetCustomAnimationEffect()
|
Completed in 42 milliseconds