LibreOffice Module sc (master) 1
Classes | Namespaces | Macros
attarray.hxx File Reference
#include "global.hxx"
#include "attrib.hxx"
#include "document.hxx"
#include "patattr.hxx"
#include <algorithm>
#include <memory>
#include <optional>
#include <svl/itemset.hxx>
Include dependency graph for attarray.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  ScLineFlags
 
struct  ScMergePatternState
 
struct  ScAttrEntry
 
class  ScAttrArray
 
class  ScAttrIterator
 

Namespaces

namespace  editeng
 

Macros

#define SC_LINE_EMPTY   0
 
#define SC_LINE_SET   1
 
#define SC_LINE_DONTCARE   2
 
#define SC_ATTRARRAY_DELTA   4
 
#define DEBUG_SC_TESTATTRARRAY   0
 

Macro Definition Documentation

◆ DEBUG_SC_TESTATTRARRAY

#define DEBUG_SC_TESTATTRARRAY   0

Definition at line 52 of file attarray.hxx.

◆ SC_ATTRARRAY_DELTA

#define SC_ATTRARRAY_DELTA   4

Definition at line 50 of file attarray.hxx.

◆ SC_LINE_DONTCARE

#define SC_LINE_DONTCARE   2

Definition at line 48 of file attarray.hxx.

◆ SC_LINE_EMPTY

#define SC_LINE_EMPTY   0

Definition at line 46 of file attarray.hxx.

◆ SC_LINE_SET

#define SC_LINE_SET   1

Definition at line 47 of file attarray.hxx.