LibreOffice Module sc (master)
1
|
#include <sal/config.h>
#include <algorithm>
#include <memory>
#include <condformatuno.hxx>
#include <document.hxx>
#include <conditio.hxx>
#include <colorscale.hxx>
#include <docsh.hxx>
#include <compiler.hxx>
#include <tokenarray.hxx>
#include <cellsuno.hxx>
#include <convuno.hxx>
#include <o3tl/safeint.hxx>
#include <vcl/svapp.hxx>
#include <rtl/ustring.hxx>
#include <sal/log.hxx>
#include <com/sun/star/sheet/DataBarAxis.hpp>
#include <com/sun/star/sheet/IconSetType.hpp>
#include <com/sun/star/sheet/ConditionFormatOperator.hpp>
#include <com/sun/star/sheet/DataBarEntryType.hpp>
#include <com/sun/star/sheet/ColorScaleEntryType.hpp>
#include <com/sun/star/sheet/IconSetFormatEntry.hpp>
#include <com/sun/star/sheet/ConditionEntryType.hpp>
#include <com/sun/star/sheet/DateType.hpp>
Go to the source code of this file.
Enumerations | |
enum | CondFormatProperties |
enum | ConditionEntryProperties |
enum | ColorScaleProperties |
enum | DataBarProperties |
enum | IconSetProperties |
enum | DateProperties |
enum ColorScaleProperties |
Definition at line 116 of file condformatuno.cxx.
enum CondFormatProperties |
Definition at line 42 of file condformatuno.cxx.
Definition at line 59 of file condformatuno.cxx.
enum DataBarProperties |
Definition at line 147 of file condformatuno.cxx.
enum DateProperties |
Definition at line 275 of file condformatuno.cxx.
enum IconSetProperties |
Definition at line 210 of file condformatuno.cxx.