Home
last modified time | relevance | path

Searched refs:DrawingMLColorScheme (Results 1 – 3 of 3) sorted by relevance

/dports/editors/calligra/calligra-3.2.1/filters/libmsooxml/
H A DMsooXmlTheme.h78 class KOMSOOXML_EXPORT DrawingMLColorScheme : public DrawingMLColorSchemeItemHash
81 DrawingMLColorScheme();
82 ~DrawingMLColorScheme();
93 DrawingMLColorScheme(const DrawingMLColorScheme& scheme);
94 DrawingMLColorScheme& operator=(const DrawingMLColorScheme& scheme);
206 DrawingMLColorScheme colorScheme;
H A DMsooXmlThemesReader.cpp182 DrawingMLColorScheme::DrawingMLColorScheme() in DrawingMLColorScheme() function in DrawingMLColorScheme
186 DrawingMLColorScheme::~DrawingMLColorScheme() in ~DrawingMLColorScheme()
192 DrawingMLColorScheme& DrawingMLColorScheme::operator=(const DrawingMLColorScheme& scheme) in operator =()
203 DrawingMLColorScheme::DrawingMLColorScheme(const DrawingMLColorScheme& scheme) : QHash<QString, Dra… in DrawingMLColorScheme() function in DrawingMLColorScheme
212 DrawingMLColorSchemeItemBase* DrawingMLColorScheme::value(int index) const in value()
/dports/editors/calligra/calligra-3.2.1/filters/sheets/xlsx/
H A DXlsxChartOdfWriter.cpp81 const MSOOXML::DrawingMLColorScheme& colorScheme = m_theme->colorScheme; in labelFontColor()
125 const MSOOXML::DrawingMLColorScheme& colorScheme = m_theme->colorScheme; in genChartAreaStyle()
197 const MSOOXML::DrawingMLColorScheme& colorScheme = m_theme->colorScheme; in genPlotAreaStyle()
284 const MSOOXML::DrawingMLColorScheme& colorScheme = m_theme->colorScheme; in addDataThemeToStyle()