Lines Matching refs:SfxBoolItem
366 aSet.Put( SfxBoolItem( ATTR_ANIMATION_ACTIVE, bActive)); in DoExecute()
370 aSet.Put(SfxBoolItem(ATTR_ANIMATION_ACTIVE, sal_False)); in DoExecute()
392 aSet.Put(SfxBoolItem(ATTR_ANIMATION_FADEOUT, bFadeOut)); in DoExecute()
396 aSet.Put(SfxBoolItem(ATTR_ANIMATION_FADEOUT, sal_False)); in DoExecute()
406 aSet.Put(SfxBoolItem(ATTR_ANIMATION_INVISIBLE, bInvisible)); in DoExecute()
410 aSet.Put(SfxBoolItem(ATTR_ANIMATION_INVISIBLE, sal_False)); in DoExecute()
413 aSet.Put(SfxBoolItem(ATTR_ANIMATION_SOUNDON, bSoundOn)); in DoExecute()
417 aSet.Put(SfxBoolItem(ATTR_ANIMATION_SOUNDON, sal_False)); in DoExecute()
425 aSet.Put(SfxBoolItem(ATTR_ANIMATION_PLAYFULL, bPlayFull)); in DoExecute()
429 aSet.Put(SfxBoolItem(ATTR_ANIMATION_PLAYFULL, sal_False)); in DoExecute()
456 aSet.Put(SfxBoolItem(ATTR_ACTION_SOUNDON, bSecondSoundOn)); in DoExecute()
460 aSet.Put(SfxBoolItem(ATTR_ACTION_SOUNDON, sal_False)); in DoExecute()
463 aSet.Put(SfxBoolItem(ATTR_ACTION_PLAYFULL, bSecondPlayFull)); in DoExecute()
467 aSet.Put(SfxBoolItem(ATTR_ACTION_PLAYFULL, sal_False)); in DoExecute()
489 bActive = ((SfxBoolItem&)pArgs->Get(ATTR_ANIMATION_ACTIVE)).GetValue(); in DoExecute()
524 bFadeOut = ((SfxBoolItem&)pArgs->Get(ATTR_ANIMATION_FADEOUT)).GetValue(); in DoExecute()
532 bInvisible = ((SfxBoolItem&)pArgs->Get(ATTR_ANIMATION_INVISIBLE)).GetValue(); in DoExecute()
540 bSoundOn = ((SfxBoolItem&)pArgs->Get(ATTR_ANIMATION_SOUNDON)).GetValue(); in DoExecute()
564 bPlayFull = ((SfxBoolItem&)pArgs->Get(ATTR_ANIMATION_PLAYFULL)).GetValue(); in DoExecute()
608 bSecondSoundOn = ((SfxBoolItem&)pArgs->Get(ATTR_ACTION_SOUNDON)).GetValue(); in DoExecute()
616 bSecondPlayFull = ((SfxBoolItem&)pArgs->Get(ATTR_ACTION_PLAYFULL)).GetValue(); in DoExecute()