Lines Matching refs:nY

729 											sal_Int32 nX = 0, nY = 0;  in SolveSolver()  local
730 if ( ( rPara.First.Value >>= nX ) && ( rPara.Second.Value >>= nY ) ) in SolveSolver()
740 … EnhancedCustomShape2d::SetEnhancedCustomShapeParameter( aGluePoints[ nGluePoints ].Second, nY ); in SolveSolver()
1160 sal_Int32 nX, nY; in ApplyRectangularGradientAsBitmap() local
1161 for ( nY = 0; nY < aBitmapSizePixel.Height(); nY++ ) in ApplyRectangularGradientAsBitmap()
1166 double fY = static_cast< double >( nY ) / aBitmapSizePixel.Height(); in ApplyRectangularGradientAsBitmap()
1277 …pAcc->SetPixel( nY, nX, BitmapColor( static_cast< sal_Int8 >( nRed ), static_cast< sal_Int8 >( nGr… in ApplyRectangularGradientAsBitmap()
2274 sal_Int32 nX, nY; in ApplyCustomShapeGeometryAttributes() local
2282 >> nY; in ApplyCustomShapeGeometryAttributes()
2290 nY = nTmpB; in ApplyCustomShapeGeometryAttributes()
2293 EnhancedCustomShape2d::SetEnhancedCustomShapeParameter( aCoordinates[ i ].Second, nY ); in ApplyCustomShapeGeometryAttributes()
2474 sal_Int32 nX, nY; in ApplyCustomShapeGeometryAttributes() local
2482 >> nY; in ApplyCustomShapeGeometryAttributes()
2490 nY = nTmpB; in ApplyCustomShapeGeometryAttributes()
2493 EnhancedCustomShape2d::SetEnhancedCustomShapeParameter( aGluePoints[ i ].Second, nY ); in ApplyCustomShapeGeometryAttributes()
4631 sal_Int32 nX = 0, nY = 0; in ImportShape() local
4633 seqCoordinates[ nPtNum ].Second.Value >>= nY; in ImportShape()
4635 aP.Y() = nY; in ImportShape()
5527 sal_Int32 nX, nY; in ProcessObj() local
5529 rSt >> nX >> nY; in ProcessObj()
5535 nY = nSmallY; in ProcessObj()
5538 (*(pTextImpRec->pWrapPolygon))[i].Y() = nY; in ProcessObj()