Searched refs:nOoxType (Results 1 – 2 of 2) sorted by relevance
138 sal_Int16 SlideTransition::ooxToOdpEightDirections( ::sal_Int32 nOoxType ) in ooxToOdpEightDirections() argument141 nOdpDirection = ooxToOdpBorderDirections( nOoxType ); in ooxToOdpEightDirections()144 nOdpDirection = ooxToOdpCornerDirections( nOoxType ); in ooxToOdpEightDirections()150 sal_Int16 SlideTransition::ooxToOdpBorderDirections( ::sal_Int32 nOoxType ) in ooxToOdpBorderDirections() argument153 switch( nOoxType ) in ooxToOdpBorderDirections()174 sal_Int16 SlideTransition::ooxToOdpSideDirections( ::sal_Int32 nOoxType ) in ooxToOdpSideDirections() argument177 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 …]
51 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 12 milliseconds