LibreOffice Module sc (master) 1
|
#include <document.hxx>
#include <basegfx/polygon/b2dpolygon.hxx>
#include <basegfx/polygon/b2dpolygontools.hxx>
#include <basegfx/matrix/b2dhommatrix.hxx>
#include <comphelper/scopeguard.hxx>
#include <Sparkline.hxx>
#include <SparklineGroup.hxx>
#include <SparklineAttributes.hxx>
Go to the source code of this file.
Classes | |
struct | sc::SparklineMarker |
Contains the marker polygon and the color of a marker. More... | |
struct | sc::SparklineValue |
Sparkline value and action that needs to me performed on the value. More... | |
class | sc::SparklineValues |
Contains and manages the values of the sparkline. More... | |
class | sc::RangeTraverser |
Iterator to traverse the addresses in a range if the range is one dimensional. More... | |
class | sc::SparklineRenderer |
Render a provided sparkline into the input rectangle. More... | |
Namespaces | |
namespace | sc |
CAUTION! The following defines must be in the same namespace as the respective type. | |