Searched refs:FOUND_SPEED (Results 1 – 2 of 2) sorted by relevance
1195 #define FOUND_SPEED 0x0040 macro1289 else if( ( ( nFound & FOUND_SPEED ) == 0 ) && pProperties->Name == maStrSpeed ) in replaceByName()1293 nFound |= FOUND_SPEED; in replaceByName()1413 pInfo->meSecondSpeed = nFound & FOUND_SPEED ? eSpeed : presentation::AnimationSpeed_MEDIUM; in replaceByName()
286 const sal_Int32 FOUND_SPEED = 0x00000040; variable360 else if( ( ( nFound & FOUND_SPEED ) == 0 ) && pProperty->Name == msSpeed )363 nFound |= FOUND_SPEED;477 if( nFound & FOUND_SPEED && eEffect != presentation::AnimationEffect_NONE )
Completed in 32 milliseconds