Home
last modified time | relevance | path

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

/aoo4110/main/svtools/source/uno/
H A Dunocontroltablemodel.cxx765 Sequence< ::com::sun::star::util::Color > aAPIColors; in setRowBackgroundColors() local
766 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()
H A Dsvtxgridcontrol.cxx531 Sequence< UnoColor > aAPIColors( aColors->size() ); in getProperty() local
534 aAPIColors[i] = aColors->at(i).GetColor(); in getProperty()
536 aPropertyValue <<= aAPIColors; in getProperty()

Completed in 23 milliseconds