LibreOffice Module oox (master) 1
Classes | Namespaces | Typedefs | Enumerations | Functions
clrscheme.hxx File Reference
#include <cstddef>
#include <map>
#include <memory>
#include <utility>
#include <vector>
#include <oox/dllapi.h>
#include <sal/types.h>
#include <rtl/ustring.hxx>
#include <tools/color.hxx>
#include <docmodel/theme/ColorSet.hxx>
Include dependency graph for clrscheme.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  oox::drawingml::ClrMap
 
class  oox::drawingml::ClrScheme
 

Namespaces

namespace  oox
 
namespace  oox::drawingml
 

Typedefs

typedef std::shared_ptr< ClrMap > oox::drawingml::ClrMapPtr
 

Enumerations

enum  oox::drawingml::PredefinedClrSchemeId {
  oox::drawingml::dk1 = 0 ,
  oox::drawingml::lt1 ,
  oox::drawingml::dk2 ,
  oox::drawingml::lt2 ,
  oox::drawingml::accent1 ,
  oox::drawingml::accent2 ,
  oox::drawingml::accent3 ,
  oox::drawingml::accent4 ,
  oox::drawingml::accent5 ,
  oox::drawingml::accent6 ,
  oox::drawingml::hlink ,
  oox::drawingml::folHlink ,
  oox::drawingml::Count
}
 

Functions

std::u16string_view oox::drawingml::getPredefinedClrNames (PredefinedClrSchemeId eID)