Searched refs:rgbColor (Results 1 – 9 of 9) sorted by relevance
922 const sal_Size nLen( rgbColor.getLength() ); in convertFromRGB()946 pColors[m_nRedIndex] = rgbColor[i].Red; in convertFromRGB()962 const sal_Size nLen( rgbColor.getLength() ); in convertFromARGB()986 pColors[m_nRedIndex] = rgbColor[i].Red; in convertFromARGB()1002 const sal_Size nLen( rgbColor.getLength() ); in convertFromPARGB()1012 const double nAlpha( rgbColor[i].Alpha ); in convertFromPARGB()1027 const double nAlpha( rgbColor[i].Alpha ); in convertFromPARGB()1307 const sal_Size nLen( rgbColor.getLength() ); in convertIntegerFromRGB()1356 const sal_Size nLen( rgbColor.getLength() ); in convertIntegerFromARGB()1405 const sal_Size nLen( rgbColor.getLength() ); in convertIntegerFromPARGB()[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()
349 const rendering::RGBColor* pIn( rgbColor.getConstArray() ); in convertFromRGB()350 const sal_Size nLen( rgbColor.getLength() ); in convertFromRGB()366 const rendering::ARGBColor* pIn( rgbColor.getConstArray() ); in convertFromARGB()367 const sal_Size nLen( rgbColor.getLength() ); in convertFromARGB()383 const rendering::ARGBColor* pIn( rgbColor.getConstArray() ); in convertFromPARGB()384 const sal_Size nLen( rgbColor.getLength() ); in convertFromPARGB()530 const rendering::RGBColor* pIn( rgbColor.getConstArray() ); in convertIntegerFromRGB()531 const sal_Size nLen( rgbColor.getLength() ); in convertIntegerFromRGB()548 const rendering::ARGBColor* pIn( rgbColor.getConstArray() ); in convertIntegerFromARGB()549 const sal_Size nLen( rgbColor.getLength() ); in convertIntegerFromARGB()[all …]
1666 const rendering::RGBColor* pIn( rgbColor.getConstArray() ); in convertFromRGB()1667 const sal_Size nLen( rgbColor.getLength() ); in convertFromRGB()1683 const rendering::ARGBColor* pIn( rgbColor.getConstArray() ); in convertFromARGB()1684 const sal_Size nLen( rgbColor.getLength() ); in convertFromARGB()1700 const rendering::ARGBColor* pIn( rgbColor.getConstArray() ); in convertFromPARGB()1701 const sal_Size nLen( rgbColor.getLength() ); in convertFromPARGB()1853 const rendering::RGBColor* pIn( rgbColor.getConstArray() ); in convertIntegerFromRGB()1854 const sal_Size nLen( rgbColor.getLength() ); in convertIntegerFromRGB()1871 const rendering::ARGBColor* pIn( rgbColor.getConstArray() ); in convertIntegerFromARGB()1872 const sal_Size nLen( rgbColor.getLength() ); in convertIntegerFromARGB()[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…
214 sequence<ColorComponent> convertFromRGB( [in] sequence<RGBColor> rgbColor )222 @param rgbColor Sequence of sRGB color components. Is232 sequence<ColorComponent> convertFromARGB( [in] sequence<ARGBColor> rgbColor )241 @param rgbColor Sequence of sRGB color components. Is253 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()
4216 rgbColor
Completed in 85 milliseconds