LibreOffice Module sc (master) 1
Classes | Namespaces | Enumerations
SparklineAttributes.hxx File Reference
#include "scdllapi.h"
#include <sal/types.h>
#include <tools/color.hxx>
#include <optional>
#include <o3tl/cow_wrapper.hxx>
Include dependency graph for SparklineAttributes.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  sc::SparklineAttributes
 Common properties for a group of sparklines. More...
 

Namespaces

namespace  sc
 CAUTION! The following defines must be in the same namespace as the respective type.
 

Enumerations

enum class  sc::SparklineType {
  sc::Line ,
  sc::Column ,
  sc::Stacked
}
 Supported sparkline types. More...
 
enum class  sc::AxisType {
  sc::Individual ,
  sc::Group ,
  sc::Custom
}
 The method of calculating the axis min or max value. More...
 
enum class  sc::DisplayEmptyCellsAs {
  sc::Span ,
  sc::Gap ,
  sc::Zero
}
 Determines how to display the empty cells. More...