Home
last modified time | relevance | path

Searched refs:aGraphAttrs (Results 1 – 1 of 1) sorted by relevance

/aoo4110/main/slideshow/source/engine/shapes/
H A Dshapeimporter.cxx405 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()
414 aGraphAttrs.SetRotation( static_cast<sal_uInt16>(nRotation*10) ); in createShape()
419 aGraphAttrs.SetCrop( aGraphCrop.Left, in createShape()
[all …]

Completed in 17 milliseconds