Home
last modified time | relevance | path

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

/trunk/main/oox/source/ppt/
H A Dslidetransition.cxx140 sal_Int16 nOdpDirection; in ooxToOdpEightDirections() local
141 nOdpDirection = ooxToOdpBorderDirections( nOoxType ); in ooxToOdpEightDirections()
142 if( nOdpDirection == 0 ) in ooxToOdpEightDirections()
144 nOdpDirection = ooxToOdpCornerDirections( nOoxType ); in ooxToOdpEightDirections()
146 return nOdpDirection; in ooxToOdpEightDirections()
152 sal_Int16 nOdpDirection; in ooxToOdpBorderDirections() local
156 nOdpDirection = TransitionSubType::FROMTOP; in ooxToOdpBorderDirections()
159 nOdpDirection = TransitionSubType::FROMLEFT; in ooxToOdpBorderDirections()
162 nOdpDirection = TransitionSubType::FROMRIGHT; in ooxToOdpBorderDirections()
165 nOdpDirection = TransitionSubType::FROMBOTTOM; in ooxToOdpBorderDirections()
[all …]