Home
last modified time | relevance | path

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

/trunk/main/sd/source/ui/animations/
H A DSlideTransitionPane.cxx200 TransitionEffect aOtherEffect( rPage ); in compareWith() local
202 || (mnType != aOtherEffect.mnType) in compareWith()
203 || (mnSubType != aOtherEffect.mnSubType) in compareWith()
204 || (mbDirection != aOtherEffect.mbDirection) in compareWith()
205 || (mnFadeColor != aOtherEffect.mnFadeColor); in compareWith()
207 …mbDurationAmbiguous = mbDurationAmbiguous || aOtherEffect.mbDurationAmbiguous || mfDuration != aOt… in compareWith()
208 …mbTimeAmbiguous = mbTimeAmbiguous || aOtherEffect.mbTimeAmbiguous || mnTime != aOtherEffect.mnTime; in compareWith()
209 …ChangeAmbiguous = mbPresChangeAmbiguous || aOtherEffect.mbPresChangeAmbiguous || mePresChange != a… in compareWith()
210 …mbSoundAmbiguous = mbSoundAmbiguous || aOtherEffect.mbSoundAmbiguous || mbSoundOn != aOtherEffect.… in compareWith()
211 …(!mbStopSound && !aOtherEffect.mbStopSound && maSound != aOtherEffect.maSound) || (mbStopSound != in compareWith()
[all …]

Completed in 13 milliseconds