Home
last modified time | relevance | path

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

/AOO42X/main/sd/source/filter/eppt/
H A Deppt.cxx1307 ::com::sun::star::presentation::AnimationSpeed aAs; in ImplCreateSlide()
1308 aAny >>= aAs; in ImplCreateSlide()
1309 nSpeed = (sal_uInt8)aAs; in ImplCreateSlide()
/AOO42X/main/sd/source/ui/unoidl/
H A Dunomodel.cxx2048 presentation::AnimationSpeed aAs; in render() local
2050 if ( aAny >>= aAs ) in render()
2052 switch( aAs ) in render()