LibreOffice Module sc (master) 1
Classes | Typedefs | Enumerations
chartpos.hxx File Reference
#include "rangelst.hxx"
#include <tools/solar.h>
#include <memory>
#include <map>
Include dependency graph for chartpos.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ScChartPositionMap
 
class  ScChartPositioner
 

Typedefs

typedef std::map< SCROW, std::unique_ptr< ScAddress > > RowMap
 
typedef std::map< SCCOL, RowMapColumnMap
 

Enumerations

enum class  ScChartGlue {
  NA ,
  NONE ,
  Cols ,
  Rows ,
  Both
}
 

Typedef Documentation

◆ ColumnMap

Definition at line 30 of file chartpos.hxx.

◆ RowMap

typedef std::map<SCROW, std::unique_ptr<ScAddress> > RowMap

Definition at line 28 of file chartpos.hxx.

Enumeration Type Documentation

◆ ScChartGlue

enum class ScChartGlue
strong
Enumerator
NA 
NONE 
Cols 
Rows 
Both 

Definition at line 92 of file chartpos.hxx.