Searched refs:aGraphAttrs (Results 1 – 1 of 1) sorted by relevance
405 GraphicAttr aGraphAttrs; in createShape() local406 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()414 aGraphAttrs.SetRotation( static_cast<sal_uInt16>(nRotation*10) ); in createShape()419 aGraphAttrs.SetCrop( aGraphCrop.Left, in createShape()[all …]
Completed in 19 milliseconds