11 #ifndef INCLUDED_SVX_COLORSETS_HXX
12 #define INCLUDED_SVX_COLORSETS_HXX
16 #include <rtl/ustring.hxx>
31 void add(sal_uInt32 nIndex, sal_uInt32 aColorData)
33 maColors[nIndex] =
Color(aColorData);
42 return maColors[nIndex];
61 return maColorSets[nIndex];
64 const ColorSet& getColorSet(std::u16string_view rName);
69 #endif // INCLUDED_SVX_COLORSETS_HXX
void add(sal_uInt32 nIndex, sal_uInt32 aColorData)
const ColorSet & getColorSet(sal_uInt32 nIndex)
std::vector< ColorSet > maColorSets
const OUString & getName() const
ColorSet(OUString const &aName)
const std::vector< ColorSet > & getColorSets() const
std::vector< Color > maColors
#define SVXCORE_DLLPUBLIC
const Color & getColor(sal_uInt32 nIndex) const
FILE * init(int, char **)