Searched refs:nTransitionType (Results 1 – 11 of 11) sorted by relevance
/trunk/main/slideshow/source/engine/transitions/ |
H A D | slidetransitionfactory.cxx | 147 mnTransitionType( nTransitionType ), in PluginSlideChange() 814 sal_Int16 nTransitionType, in createPluginTransition() argument 827 nTransitionType, in createPluginTransition() 862 if (nTransitionType == 0 && nTransitionSubType == 0) { in createSlideTransition() 882 nTransitionType, in createSlideTransition() 908 nTransitionType, in createSlideTransition() 918 nTransitionType, nTransitionSubType ) ); in createSlideTransition() 934 switch( nTransitionType ) in createSlideTransition() 986 nTransitionType, in createSlideTransition() 1000 nTransitionType, in createSlideTransition() [all …]
|
H A D | parametricpolypolygonfactory.hxx | 39 static ParametricPolyPolygonSharedPtr createClipPolyPolygon( sal_Int16 nTransitionType,
|
H A D | transitionfactorytab.cxx | 2104 sal_Int16 nTransitionType, sal_Int16 nTransitionSubType ) in getTransitionInfo() argument 2112 TransitionInfo::Comparator( nTransitionType, in getTransitionInfo()
|
/trunk/main/sd/source/filter/eppt/ |
H A D | eppt.cxx | 1300 sal_uInt8 nTransitionType = 0; in ImplCreateSlide() local 1330 nTransitionType = PPT_TRANSITION_TYPE_COMB; in ImplCreateSlide() 1337 nTransitionType = PPT_TRANSITION_TYPE_PUSH; in ImplCreateSlide() 1372 nTransitionType = PPT_TRANSITION_TYPE_PLUS; in ImplCreateSlide() 1383 if ( !nTransitionType ) in ImplCreateSlide() 1419 nTransitionType = PPT_TRANSITION_TYPE_COVER; in ImplCreateSlide() 1468 nTransitionType = PPT_TRANSITION_TYPE_PULL; in ImplCreateSlide() 1478 nTransitionType = PPT_TRANSITION_TYPE_WIPE; in ImplCreateSlide() 1488 nTransitionType = PPT_TRANSITION_TYPE_WIPE; in ImplCreateSlide() 1494 nTransitionType = PPT_TRANSITION_TYPE_ZOOM; in ImplCreateSlide() [all …]
|
/trunk/main/slideshow/source/inc/ |
H A D | transitionfactory.hxx | 116 sal_Int16 nTransitionType, 124 sal_Int16 nTransitionType, sal_Int16 nTransitionSubType ); 134 sal_Int16 nTransitionType,
|
H A D | transitioninfo.hxx | 142 Comparator( sal_Int16 nTransitionType, in Comparator() argument 144 : mnTransitionType( nTransitionType ), in Comparator()
|
/trunk/main/sd/source/core/ |
H A D | sdpage2.cxx | 521 void SdPage::setTransitionType( sal_Int16 nTransitionType ) in setTransitionType() argument 523 mnTransitionType = nTransitionType; in setTransitionType()
|
/trunk/main/xmloff/source/draw/ |
H A D | sdpropls.cxx | 1607 sal_Int16 nTransitionType = 0; in ContextFilter() local 1640 (((*property).maValue >>= nTransitionType) && (nTransitionType == 0)) ) in ContextFilter() 1710 if( pTransitionFadeColor && nTransitionType != ::com::sun::star::animations::TransitionType::FADE ) in ContextFilter()
|
/trunk/main/slideshow/source/engine/ |
H A D | slideshowimpl.cxx | 786 sal_Int16 nTransitionType(0); in createSlideTransition() local 787 if( !getPropertyValue( nTransitionType, in createSlideTransition() 843 nTransitionType, in createSlideTransition()
|
/trunk/main/sd/inc/ |
H A D | sdpage.hxx | 263 void setTransitionType( sal_Int16 nTransitionType );
|
/trunk/main/sd/source/filter/ppt/ |
H A D | pptin.cxx | 1575 sal_Int8 nDirection, nTransitionType, nByteDummy, nSpeed; in ImportPageEffect() local 1581 >> nTransitionType // Ueberblendeffekt in ImportPageEffect() 1586 switch ( nTransitionType ) in ImportPageEffect()
|
Completed in 85 milliseconds