LibreOffice Module sc (master) 1
Classes | Namespaces | Typedefs | Enumerations
colorscale.hxx File Reference
#include <formula/grammar.hxx>
#include <tools/color.hxx>
#include "conditio.hxx"
#include "document.hxx"
#include <memory>
#include <vector>
#include <optional>
Include dependency graph for colorscale.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ScColorScaleEntry
 
struct  ScDataBarFormatData
 
struct  ScIconSetMap
 
class  ScColorFormat
 
struct  ScColorFormat::ScColorFormatCache
 
class  ScColorScaleFormat
 
class  ScDataBarFormat
 
struct  ScIconSetFormatData
 
class  ScIconSetFormat
 

Namespaces

namespace  databar
 

Typedefs

typedef std::vector< std::unique_ptr< ScColorScaleEntry, o3tl::default_delete< ScColorScaleEntry > > > ScColorScaleEntries
 

Enumerations

enum  ScColorScaleEntryType {
  COLORSCALE_AUTO ,
  COLORSCALE_MIN ,
  COLORSCALE_MAX ,
  COLORSCALE_PERCENTILE ,
  COLORSCALE_VALUE ,
  COLORSCALE_PERCENT ,
  COLORSCALE_FORMULA
}
 
enum  databar::ScAxisPosition {
  databar::NONE ,
  databar::AUTOMATIC ,
  databar::MIDDLE
}
 
enum  ScIconSetType {
  IconSet_3Arrows ,
  IconSet_3ArrowsGray ,
  IconSet_3Flags ,
  IconSet_3TrafficLights1 ,
  IconSet_3TrafficLights2 ,
  IconSet_3Signs ,
  IconSet_3Symbols ,
  IconSet_3Symbols2 ,
  IconSet_3Smilies ,
  IconSet_3Stars ,
  IconSet_3Triangles ,
  IconSet_3ColorSmilies ,
  IconSet_4Arrows ,
  IconSet_4ArrowsGray ,
  IconSet_4RedToBlack ,
  IconSet_4Rating ,
  IconSet_4TrafficLights ,
  IconSet_5Arrows ,
  IconSet_5ArrowsGray ,
  IconSet_5Ratings ,
  IconSet_5Quarters ,
  IconSet_5Boxes
}
 

Typedef Documentation

◆ ScColorScaleEntries

Definition at line 253 of file colorscale.hxx.

Enumeration Type Documentation

◆ ScColorScaleEntryType

Enumerator
COLORSCALE_AUTO 
COLORSCALE_MIN 
COLORSCALE_MAX 
COLORSCALE_PERCENTILE 
COLORSCALE_VALUE 
COLORSCALE_PERCENT 
COLORSCALE_FORMULA 

Definition at line 31 of file colorscale.hxx.

◆ ScIconSetType

Enumerator
IconSet_3Arrows 
IconSet_3ArrowsGray 
IconSet_3Flags 
IconSet_3TrafficLights1 
IconSet_3TrafficLights2 
IconSet_3Signs 
IconSet_3Symbols 
IconSet_3Symbols2 
IconSet_3Smilies 
IconSet_3Stars 
IconSet_3Triangles 
IconSet_3ColorSmilies 
IconSet_4Arrows 
IconSet_4ArrowsGray 
IconSet_4RedToBlack 
IconSet_4Rating 
IconSet_4TrafficLights 
IconSet_5Arrows 
IconSet_5ArrowsGray 
IconSet_5Ratings 
IconSet_5Quarters 
IconSet_5Boxes 

Definition at line 188 of file colorscale.hxx.