Lines Matching refs:aGraphAttrs
405 GraphicAttr aGraphAttrs; in createShape() local
406 aGraphAttrs.SetDrawMode( (GraphicDrawMode)eColorMode ); in createShape()
407 aGraphAttrs.SetLuminance( nLuminance ); in createShape()
408 aGraphAttrs.SetContrast( nContrast ); in createShape()
409 aGraphAttrs.SetChannelR( nRed ); in createShape()
410 aGraphAttrs.SetChannelG( nGreen ); in createShape()
411 aGraphAttrs.SetChannelB( nBlue ); in createShape()
412 aGraphAttrs.SetGamma( nGamma ); in createShape()
413 aGraphAttrs.SetTransparency( static_cast<sal_uInt8>(nTransparency) ); in createShape()
414 aGraphAttrs.SetRotation( static_cast<sal_uInt16>(nRotation*10) ); in createShape()
419 aGraphAttrs.SetCrop( aGraphCrop.Left, in createShape()
433 aGraphAttrs ) ); in createShape()