Searched refs:rgbColor (Results 1 – 8 of 8) sorted by relevance
918 …CanvasBitmap::convertFromRGB( const uno::Sequence<rendering::RGBColor>& rgbColor ) throw (lang::Il… in convertFromRGB() argument922 const sal_Size nLen( rgbColor.getLength() ); in convertFromRGB()933 BitmapColor(toByteColor(rgbColor[i].Red), in convertFromRGB()934 toByteColor(rgbColor[i].Green), in convertFromRGB()935 toByteColor(rgbColor[i].Blue))); in convertFromRGB()946 pColors[m_nRedIndex] = rgbColor[i].Red; in convertFromRGB()947 pColors[m_nGreenIndex] = rgbColor[i].Green; in convertFromRGB()948 pColors[m_nBlueIndex] = rgbColor[i].Blue; in convertFromRGB()958 …nvasBitmap::convertFromARGB( const uno::Sequence<rendering::ARGBColor>& rgbColor ) throw (lang::Il… in convertFromARGB() argument962 const sal_Size nLen( rgbColor.getLength() ); in convertFromARGB()[all …]
698 … > SAL_CALL convertFromRGB( const uno::Sequence< rendering::RGBColor >& rgbColor ) throw (lang::Il… in convertFromRGB() argument700 const rendering::RGBColor* pIn( rgbColor.getConstArray() ); in convertFromRGB()701 const sal_Size nLen( rgbColor.getLength() ); in convertFromRGB()715 … SAL_CALL convertFromARGB( const uno::Sequence< rendering::ARGBColor >& rgbColor ) throw (lang::Il… in convertFromARGB() argument717 const rendering::ARGBColor* pIn( rgbColor.getConstArray() ); in convertFromARGB()718 const sal_Size nLen( rgbColor.getLength() ); in convertFromARGB()732 …SAL_CALL convertFromPARGB( const uno::Sequence< rendering::ARGBColor >& rgbColor ) throw (lang::Il… in convertFromPARGB() argument734 const rendering::ARGBColor* pIn( rgbColor.getConstArray() ); in convertFromPARGB()735 const sal_Size nLen( rgbColor.getLength() ); in convertFromPARGB()
347 … > SAL_CALL convertFromRGB( const uno::Sequence< rendering::RGBColor >& rgbColor ) throw (lang::Il… in convertFromRGB() argument349 const rendering::RGBColor* pIn( rgbColor.getConstArray() ); in convertFromRGB()350 const sal_Size nLen( rgbColor.getLength() ); in convertFromRGB()364 … SAL_CALL convertFromARGB( const uno::Sequence< rendering::ARGBColor >& rgbColor ) throw (lang::Il… in convertFromARGB() argument366 const rendering::ARGBColor* pIn( rgbColor.getConstArray() ); in convertFromARGB()367 const sal_Size nLen( rgbColor.getLength() ); in convertFromARGB()381 …SAL_CALL convertFromPARGB( const uno::Sequence< rendering::ARGBColor >& rgbColor ) throw (lang::Il… in convertFromPARGB() argument383 const rendering::ARGBColor* pIn( rgbColor.getConstArray() ); in convertFromPARGB()384 const sal_Size nLen( rgbColor.getLength() ); in convertFromPARGB()528 …CALL convertIntegerFromRGB( const uno::Sequence< rendering::RGBColor >& rgbColor ) throw (lang::Il… in convertIntegerFromRGB() argument[all …]
1664 … > SAL_CALL convertFromRGB( const uno::Sequence< rendering::RGBColor >& rgbColor ) throw (lang::Il… in convertFromRGB() argument1666 const rendering::RGBColor* pIn( rgbColor.getConstArray() ); in convertFromRGB()1667 const sal_Size nLen( rgbColor.getLength() ); in convertFromRGB()1681 … SAL_CALL convertFromARGB( const uno::Sequence< rendering::ARGBColor >& rgbColor ) throw (lang::Il… in convertFromARGB() argument1683 const rendering::ARGBColor* pIn( rgbColor.getConstArray() ); in convertFromARGB()1684 const sal_Size nLen( rgbColor.getLength() ); in convertFromARGB()1698 …SAL_CALL convertFromPARGB( const uno::Sequence< rendering::ARGBColor >& rgbColor ) throw (lang::Il… in convertFromPARGB() argument1700 const rendering::ARGBColor* pIn( rgbColor.getConstArray() ); in convertFromPARGB()1701 const sal_Size nLen( rgbColor.getLength() ); in convertFromPARGB()1851 …CALL convertIntegerFromRGB( const uno::Sequence< rendering::RGBColor >& rgbColor ) throw (lang::Il… in convertIntegerFromRGB() argument[all …]
96 …com::sun::star::uno::Sequence< ::com::sun::star::rendering::RGBColor >& rgbColor ) throw (::com::s…97 …om::sun::star::uno::Sequence< ::com::sun::star::rendering::ARGBColor >& rgbColor ) throw (::com::s…98 …om::sun::star::uno::Sequence< ::com::sun::star::rendering::ARGBColor >& rgbColor ) throw (::com::s…107 …com::sun::star::uno::Sequence< ::com::sun::star::rendering::RGBColor >& rgbColor ) throw (::com::s…108 …om::sun::star::uno::Sequence< ::com::sun::star::rendering::ARGBColor >& rgbColor ) throw (::com::s…109 …om::sun::star::uno::Sequence< ::com::sun::star::rendering::ARGBColor >& rgbColor ) throw (::com::s…
243 sequence<ColorComponent> convertFromRGB( [in] sequence<RGBColor> rgbColor )251 @param rgbColor Sequence of sRGB color components. Is261 sequence<ColorComponent> convertFromARGB( [in] sequence<ARGBColor> rgbColor )270 @param rgbColor Sequence of sRGB color components. Is282 sequence<ColorComponent> convertFromPARGB( [in] sequence<ARGBColor> rgbColor )
223 sequence<byte> convertIntegerFromRGB( [in] sequence<RGBColor> rgbColor )243 sequence<byte> convertIntegerFromARGB( [in] sequence<ARGBColor> rgbColor )266 sequence<byte> convertIntegerFromPARGB( [in] sequence<ARGBColor> rgbColor )
49 if( nElement == XLS_TOKEN( rgbColor ) ) getStyles().importPaletteColor( rAttribs ); in onCreateContext()