LibreOffice Module sc (master) 1
|
#include <vector>
#include "address.hxx"
#include <editeng/colritem.hxx>
#include <com/sun/star/lang/Locale.hpp>
#include "scdllapi.h"
Go to the source code of this file.
Classes | |
struct | ScSortKeyState |
struct | ScDataAreaExtras |
Struct to hold non-data extended area, used with ScDocument::ShrinkToUsedDataArea(). More... | |
struct | ScSortParam |
struct | sc::ReorderParam |
Namespaces | |
namespace | sc |
CAUTION! The following defines must be in the same namespace as the respective type. | |
Macros | |
#define | DEFSORT 3 |
Enumerations | |
enum class | ScColorSortMode { None , TextColor , BackgroundColor } |
#define DEFSORT 3 |
Definition at line 22 of file sortparam.hxx.
|
strong |
Enumerator | |
---|---|
None | |
TextColor | |
BackgroundColor |
Definition at line 34 of file sortparam.hxx.