Lines Matching refs:sal_Int32

58 void lclSetDashData( LineDash& orLineDash, sal_Int16 nDots, sal_Int32 nDotLen,  in lclSetDashData()
59 sal_Int16 nDashes, sal_Int32 nDashLen, sal_Int32 nDistance ) in lclSetDashData()
73 void lclConvertPresetDash( LineDash& orLineDash, sal_Int32 nPresetDash ) in lclConvertPresetDash()
112 sal_Int32 nDotLen = 0; in lclConvertCustomDash()
114 sal_Int32 nDashLen = 0; in lclConvertCustomDash()
115 sal_Int32 nDistance = 0; in lclConvertCustomDash()
130 orLineDash.DotLen = (nDots > 0) ? ::std::max< sal_Int32 >( nDotLen / nDots, 1 ) : 0; in lclConvertCustomDash()
132 orLineDash.DashLen = (nDashes > 0) ? ::std::max< sal_Int32 >( nDashLen / nDashes, 1 ) : 0; in lclConvertCustomDash()
134 orLineDash.Distance = ::std::max< sal_Int32 >( nDistance / rCustomDash.size(), 1 ); in lclConvertCustomDash()
137 DashStyle lclGetDashStyle( sal_Int32 nToken ) in lclGetDashStyle()
148 LineJoint lclGetLineJoint( sal_Int32 nToken ) in lclGetLineJoint()
159 const sal_Int32 OOX_ARROWSIZE_SMALL = 0;
160 const sal_Int32 OOX_ARROWSIZE_MEDIUM = 1;
161 const sal_Int32 OOX_ARROWSIZE_LARGE = 2;
163 sal_Int32 lclGetArrowSize( sal_Int32 nToken ) in lclGetArrowSize()
177 const LineArrowProperties& rArrowProps, sal_Int32 nLineWidth, bool bLineEnd ) in lclPushMarkerProperties()
184 sal_Int32 nMarkerWidth = 0; in lclPushMarkerProperties()
186 sal_Int32 nArrowType = rArrowProps.moArrowType.get( XML_none ); in lclPushMarkerProperties()
210 sal_Int32 nLength = lclGetArrowSize( rArrowProps.moArrowLength.get( XML_med ) ); in lclPushMarkerProperties()
211 sal_Int32 nWidth = lclGetArrowSize( rArrowProps.moArrowWidth.get( XML_med ) ); in lclPushMarkerProperties()
213 sal_Int32 nNameIndex = nWidth * 3 + nLength + 1; in lclPushMarkerProperties()
233 sal_Int32 nBaseLineWidth = ::std::max< sal_Int32 >( nLineWidth, 70 ); in lclPushMarkerProperties()
234 nMarkerWidth = static_cast< sal_Int32 >( fArrowWidth * nBaseLineWidth ); in lclPushMarkerProperties()
243 …fine OOX_ARROW_POINT( x, y ) Point( static_cast< sal_Int32 >( fArrowWidth * x ), static_cast< sal_… in lclPushMarkerProperties()
365 const GraphicHelper& rGraphicHelper, sal_Int32 nPhClr ) const in pushToPropMap()
374 sal_Int32 nLineWidth = convertEmuToHmm( moLineWidth.get( 0 ) ); in pushToPropMap()
389 sal_Int32 nBaseLineWidth = ::std::max< sal_Int32 >( nLineWidth, 35 ); in pushToPropMap()