Home
last modified time | relevance | path

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

/AOO41X/main/slideshow/source/engine/transitions/ !
H A Dshapetransitionfactory.cxx223 xTransition->getSubtype() ); in createShapeTransition()
393 xTransition->getSubtype() ); in createShapeTransition()
/AOO41X/main/sd/inc/ !
H A DTransitionPreset.hxx63 sal_Int16 getSubtype() const { return mnSubtype; } in getSubtype() function in sd::TransitionPreset
/AOO41X/main/sd/source/core/ !
H A DTransitionPreset.cxx96 mnSubtype = xTransition->getSubtype(); in TransitionPreset()
H A DEffectMigration.cxx189 pPage->setTransitionSubtype( (*aIt)->getSubtype() ); in SetFadeEffect()
213 ( (*aIt)->getSubtype() == pPage->getTransitionSubtype() ) && in GetFadeEffect()
/AOO41X/main/sd/source/ui/animations/ !
H A DSlideTransitionPane.cxx96 mnSubType( rPreset.getSubtype()), in TransitionEffect()
159 (mnSubType == rPreset.getSubtype()) && in operator ==()
/AOO41X/main/animations/source/animcore/ !
H A Danimcore.cxx239 virtual sal_Int16 SAL_CALL getSubtype() throw (RuntimeException);
1658 sal_Int16 SAL_CALL AnimationNode::getSubtype() throw (RuntimeException) in getSubtype() function in animcore::AnimationNode
/AOO41X/main/xmloff/source/draw/ !
H A Danimationimport.cxx1429 …UString( RTL_CONSTASCII_USTRINGPARAM( "TransitionSubtype" ) ), Any( xTransFilter->getSubtype() ) ); in postProcessRootNode()
H A Danimationexport.cxx1314 sal_Int16 nSubtype = xTransitionFilter->getSubtype(); in exportAnimate()
/AOO41X/main/sd/source/filter/eppt/ !
H A Dpptexanimations.cxx1927 …const sal_Char* pFilter = transition::find( xFilter->getTransition(), xFilter->getSubtype(), xFilt… in exportTransitionFilter()