Home
last modified time | relevance | path

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

/aoo42x/main/sd/source/ui/unoidl/
H A Dunoobj.cxx1195 #define FOUND_SPEED 0x0040 macro
1289 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()
/aoo42x/main/xmloff/source/draw/
H A Dshapeexport2.cxx286 const sal_Int32 FOUND_SPEED = 0x00000040; variable
360 else if( ( ( nFound & FOUND_SPEED ) == 0 ) && pProperty->Name == msSpeed )
363 nFound |= FOUND_SPEED;
477 if( nFound & FOUND_SPEED && eEffect != presentation::AnimationEffect_NONE )

Completed in 30 milliseconds