Lines Matching refs:sal_Int32

47 sal_Int32 lcl_calcTickLengthForDepth(sal_Int32 nDepth,sal_Int32 nTickmarkStyle)  in lcl_calcTickLengthForDepth()
49sal_Int32 nWidth = AXIS2D_TICKLENGTH; //@maybefuturetodo this length could be offered by the model in lcl_calcTickLengthForDepth()
68 return static_cast<sal_Int32>(nWidth*fPercent); in lcl_calcTickLengthForDepth()
71 double lcl_getTickOffset(sal_Int32 nLength,sal_Int32 nTickmarkStyle) in lcl_getTickOffset()
99 VLineProperties AxisProperties::makeLinePropertiesForDepth( sal_Int32 /* nDepth */ ) const in makeLinePropertiesForDepth()
107 sal_Int32 nDepth ) const in makeTickmarkProperties()
115 sal_Int32 nTickmarkStyle = 1; in makeTickmarkProperties()
139 …aTickmarkProperties.RelativePos = static_cast<sal_Int32>(lcl_getTickOffset(aTickmarkProperties.Len… in makeTickmarkProperties()
145 sal_Int32 nTickLength, sal_Int32 nTickStartDistanceToAxis, sal_Int32 /*nTextLevel*/ ) const in makeTickmarkPropertiesForComplexCategories()
147sal_Int32 nTickmarkStyle = (m_fLabelDirectionSign==m_fInnerDirectionSign) ? 2/*outside*/ : 1/*insi… in makeTickmarkPropertiesForComplexCategories()
151 …aTickmarkProperties.RelativePos = static_cast<sal_Int32>(lcl_getTickOffset(aTickmarkProperties.Len… in makeTickmarkPropertiesForComplexCategories()
159 sal_Int32 nDepth = 0; in getBiggestTickmarkProperties()
160 sal_Int32 nTickmarkStyle = 3;//inner and outer tickmarks in getBiggestTickmarkProperties()
162 …aTickmarkProperties.RelativePos = static_cast<sal_Int32>( lcl_getTickOffset( aTickmarkProperties.L… in getBiggestTickmarkProperties()
366 sal_Int32 nMaxDepth = 0; in init()
373 for( sal_Int32 nDepth=0; nDepth<nMaxDepth; nDepth++ ) in init()