Home
last modified time | relevance | path

Searched refs:getBgFillStyleList (Results 1 – 4 of 4) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/include/oox/drawingml/
H A Dtheme.hxx66 FillStyleList& getBgFillStyleList() { return maBgFillStyleList; } in getBgFillStyleList() function in oox::drawingml::Theme
67 const FillStyleList& getBgFillStyleList() const { return maBgFillStyleList; } in getBgFillStyleList() function in oox::drawingml::Theme
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/oox/drawingml/
H A Dtheme.hxx70 FillStyleList& getBgFillStyleList() { return maBgFillStyleList; } in getBgFillStyleList() function in oox::drawingml::Theme
71 const FillStyleList& getBgFillStyleList() const { return maBgFillStyleList; } in getBgFillStyleList() function in oox::drawingml::Theme
/dports/editors/libreoffice/libreoffice-7.2.6.2/oox/source/drawingml/
H A Dthemeelementscontext.cxx232 return new FillStyleListContext( *this, mrTheme.getBgFillStyleList() ); in onCreateContext()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/oox/source/drawingml/
H A Dthemeelementscontext.cxx217 return new FillStyleListContext( *this, mrTheme.getBgFillStyleList() ); in onCreateContext()