LibreOffice Module sc (master) 1
|
#include "global.hxx"
#include "attrib.hxx"
#include "document.hxx"
#include "patattr.hxx"
#include <algorithm>
#include <memory>
#include <optional>
#include <svl/itemset.hxx>
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 |
#define DEBUG_SC_TESTATTRARRAY 0 |
Definition at line 52 of file attarray.hxx.
#define SC_ATTRARRAY_DELTA 4 |
Definition at line 50 of file attarray.hxx.
#define SC_LINE_DONTCARE 2 |
Definition at line 48 of file attarray.hxx.
#define SC_LINE_EMPTY 0 |
Definition at line 46 of file attarray.hxx.
#define SC_LINE_SET 1 |
Definition at line 47 of file attarray.hxx.