Searched refs:aAPIColors (Results 1 – 2 of 2) sorted by relevance
765 Sequence< ::com::sun::star::util::Color > aAPIColors; in setRowBackgroundColors() local766 if ( !( i_APIValue >>= aAPIColors ) ) in setRowBackgroundColors()770 ::std::vector< ::Color > aColors( aAPIColors.getLength() ); in setRowBackgroundColors()771 for ( sal_Int32 i=0; i<aAPIColors.getLength(); ++i ) in setRowBackgroundColors()773 aColors[i] = ::Color( aAPIColors[i] ); in setRowBackgroundColors()
531 Sequence< UnoColor > aAPIColors( aColors->size() ); in getProperty() local534 aAPIColors[i] = aColors->at(i).GetColor(); in getProperty()536 aPropertyValue <<= aAPIColors; in getProperty()
Completed in 28 milliseconds