Lines Matching refs:j

200 	sal_Int32 j, i, nLen = rString.getLength() * 2 + 2;  in AddOpt()  local
202 for ( j = i = 0; i < rString.getLength(); i++ ) in AddOpt()
205 pBuf[ j++ ] = (sal_uInt8)nChar; in AddOpt()
206 pBuf[ j++ ] = (sal_uInt8)( nChar >> 8 ); in AddOpt()
208 pBuf[ j++ ] = 0; in AddOpt()
209 pBuf[ j++ ] = 0; in AddOpt()
2008 sal_uInt16 i, j, k, nPoints, nBezPoints, nPolyCount = aPolyPolygon.Count(); in CreatePolygonProperties() local
2016 for ( j = 0; j < k; j++ ) in CreatePolygonProperties()
2018 if ( aPolyPolygon[ i ].GetFlags( j ) != POLY_CONTROL ) in CreatePolygonProperties()
2039 for ( j = 0; j < nPolyCount; j++ ) in CreatePolygonProperties()
2041 aPolygon = aPolyPolygon[ j ]; in CreatePolygonProperties()
2064 for ( j = 0; j < nPolyCount; j++ ) in CreatePolygonProperties()
2068 aPolygon = aPolyPolygon[ j ]; in CreatePolygonProperties()
3189 sal_uInt16 j, nElementSize = 8; in CreateCustomShapeProperties() local
3195 for( j = 0; j < nElements; j++ ) in CreateCustomShapeProperties()
3197 … sal_Int32 X = GetValueForEnhancedCustomShapeParameter( aGluePoints[ j ].First, aEquationOrder ); in CreateCustomShapeProperties()
3198 … sal_Int32 Y = GetValueForEnhancedCustomShapeParameter( aGluePoints[ j ].Second, aEquationOrder ); in CreateCustomShapeProperties()
3230 sal_uInt16 j, nElements = (sal_uInt16)aSegments.getLength(); in CreateCustomShapeProperties() local
3237 for ( j = 0; j < nElements; j++ ) in CreateCustomShapeProperties()
3239 sal_uInt16 nVal = (sal_uInt16)aSegments[ j ].Count; in CreateCustomShapeProperties()
3240 switch( aSegments[ j ].Command ) in CreateCustomShapeProperties()
3362 sal_uInt16 j, nElements = (sal_uInt16)aPathTextFrames.getLength(); in CreateCustomShapeProperties() local
3369 for ( j = 0; j < nElements; j++ ) in CreateCustomShapeProperties()
3371 …sal_Int32 nLeft = GetValueForEnhancedCustomShapeParameter( aPathTextFrames[ j ].TopLeft.First, aEq… in CreateCustomShapeProperties()
3372 …sal_Int32 nTop = GetValueForEnhancedCustomShapeParameter( aPathTextFrames[ j ].TopLeft.Second, aE… in CreateCustomShapeProperties()
3373 …sal_Int32 nRight = GetValueForEnhancedCustomShapeParameter( aPathTextFrames[ j ].BottomRight.First… in CreateCustomShapeProperties()
3374 …sal_Int32 nBottom = GetValueForEnhancedCustomShapeParameter( aPathTextFrames[ j ].BottomRight.Seco… in CreateCustomShapeProperties()
3609 sal_uInt16 k, j, nElementSize = 36; in CreateCustomShapeProperties() local
3629 for ( j = 0; j < rPropSeq.getLength(); j++ ) in CreateCustomShapeProperties()
3631 const beans::PropertyValue& rPropVal = rPropSeq[ j ]; in CreateCustomShapeProperties()
3830 sal_uInt16 j, nElements = (sal_uInt16)aCoordinates.getLength(); in CreateCustomShapeProperties() local
3837 for( j = 0; j < nElements; j++ ) in CreateCustomShapeProperties()
3839 …sal_Int32 X = GetValueForEnhancedCustomShapeParameter( aCoordinates[ j ].First, aEquationOrder, sa… in CreateCustomShapeProperties()
3840 …sal_Int32 Y = GetValueForEnhancedCustomShapeParameter( aCoordinates[ j ].Second, aEquationOrder, s… in CreateCustomShapeProperties()