Lines Matching refs:nOdpDirection

140     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()
168 nOdpDirection= 0; in ooxToOdpBorderDirections()
171 return nOdpDirection; in ooxToOdpBorderDirections()
176 sal_Int16 nOdpDirection; in ooxToOdpSideDirections() local
181 nOdpDirection = TransitionSubType::TOPTOBOTTOM; in ooxToOdpSideDirections()
185 nOdpDirection = TransitionSubType::LEFTTORIGHT; in ooxToOdpSideDirections()
188 nOdpDirection= 0; in ooxToOdpSideDirections()
191 return nOdpDirection; in ooxToOdpSideDirections()
196 sal_Bool nOdpDirection = true; in ooxToOdpSideDirectionsDirectionNormal() local
201 nOdpDirection = false; in ooxToOdpSideDirectionsDirectionNormal()
204 return nOdpDirection; in ooxToOdpSideDirectionsDirectionNormal()
209 sal_Int16 nOdpDirection; in ooxToOdpCornerDirections() local
213 nOdpDirection = TransitionSubType::FROMBOTTOMRIGHT; in ooxToOdpCornerDirections()
216 nOdpDirection = TransitionSubType::FROMBOTTOMLEFT; in ooxToOdpCornerDirections()
219 nOdpDirection = TransitionSubType::FROMTOPRIGHT; in ooxToOdpCornerDirections()
222 nOdpDirection = TransitionSubType::FROMTOPLEFT; in ooxToOdpCornerDirections()
225 nOdpDirection = 0; in ooxToOdpCornerDirections()
228 return nOdpDirection; in ooxToOdpCornerDirections()