Home
last modified time | relevance | path

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

/aoo42x/main/oox/source/ppt/
H A Dslidetransition.cxx138 sal_Int16 SlideTransition::ooxToOdpEightDirections( ::sal_Int32 nOoxType ) in ooxToOdpEightDirections() argument
141 nOdpDirection = ooxToOdpBorderDirections( nOoxType ); in ooxToOdpEightDirections()
144 nOdpDirection = ooxToOdpCornerDirections( nOoxType ); in ooxToOdpEightDirections()
150 sal_Int16 SlideTransition::ooxToOdpBorderDirections( ::sal_Int32 nOoxType ) in ooxToOdpBorderDirections() argument
153 switch( nOoxType ) in ooxToOdpBorderDirections()
174 sal_Int16 SlideTransition::ooxToOdpSideDirections( ::sal_Int32 nOoxType ) in ooxToOdpSideDirections() argument
177 switch( nOoxType ) in ooxToOdpSideDirections()
197 switch( nOoxType ) in ooxToOdpSideDirectionsDirectionNormal()
210 switch( nOoxType ) in ooxToOdpCornerDirections()
232 sal_Int16 SlideTransition::ooxToOdpDirection( ::sal_Int32 nOoxType ) in ooxToOdpDirection() argument
[all …]
/aoo42x/main/oox/inc/oox/ppt/
H A Dslidetransition.hxx51 static sal_Int16 ooxToOdpDirection( ::sal_Int32 nOoxType );
52 static sal_Int16 ooxToOdpEightDirections( ::sal_Int32 nOoxType );
53 static sal_Int16 ooxToOdpCornerDirections( ::sal_Int32 nOoxType );
54 static sal_Int16 ooxToOdpBorderDirections( ::sal_Int32 nOoxType );
55 static sal_Int16 ooxToOdpSideDirections( ::sal_Int32 nOoxType );
56 static sal_Bool ooxToOdpSideDirectionsDirectionNormal( ::sal_Int32 nOoxType );

Completed in 17 milliseconds