LibreOffice Module sc (master) 1
Classes | Namespaces | Enumerations
patattr.hxx File Reference
#include <optional>
#include <svl/setitem.hxx>
#include <svl/itemset.hxx>
#include <svl/languageoptions.hxx>
#include <tools/degree.hxx>
#include <editeng/svxenum.hxx>
#include "scdllapi.h"
#include "fonthelper.hxx"
Include dependency graph for patattr.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ScPatternAttr
 

Namespaces

namespace  vcl
 

Enumerations

enum  ScAutoFontColorMode {
  SC_AUTOCOL_RAW ,
  SC_AUTOCOL_BLACK ,
  SC_AUTOCOL_PRINT ,
  SC_AUTOCOL_DISPLAY ,
  SC_AUTOCOL_IGNOREFONT ,
  SC_AUTOCOL_IGNOREBACK ,
  SC_AUTOCOL_IGNOREALL
}
 how to treat COL_AUTO in GetFont: More...
 

Enumeration Type Documentation

◆ ScAutoFontColorMode

how to treat COL_AUTO in GetFont:

Enumerator
SC_AUTOCOL_RAW 

COL_AUTO is returned.

SC_AUTOCOL_BLACK 

always use black

SC_AUTOCOL_PRINT 

black or white, depending on background

SC_AUTOCOL_DISPLAY 

from style settings, or black/white if needed

SC_AUTOCOL_IGNOREFONT 

like DISPLAY, but ignore stored font color (assume COL_AUTO)

SC_AUTOCOL_IGNOREBACK 

like DISPLAY, but ignore stored background color (use configured color)

SC_AUTOCOL_IGNOREALL 

like DISPLAY, but ignore stored font and background colors

Definition at line 42 of file patattr.hxx.