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
 
namespace  model
 

Enumerations

enum class  ScAutoFontColorMode {
  Raw ,
  Print ,
  Display ,
  IgnoreFont ,
  IgnoreBack ,
  IgnoreAll
}
 how to treat COL_AUTO in GetFont: More...
 

Enumeration Type Documentation

◆ ScAutoFontColorMode

enum class ScAutoFontColorMode
strong

how to treat COL_AUTO in GetFont:

Enumerator
Raw 

COL_AUTO is returned.

Print 

black or white, depending on background

Display 

from style settings, or black/white if needed

IgnoreFont 

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

IgnoreBack 

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

IgnoreAll 

like DISPLAY, but ignore stored font and background colors

Definition at line 43 of file patattr.hxx.