LibreOffice Module sw (master) 1
|
#include <viewopt.hxx>
Public Member Functions | |
SwViewColors () | |
SwViewColors (const svtools::ColorConfig &rConfig) | |
bool | operator== (const SwViewColors &rOther) const |
Definition at line 196 of file viewopt.hxx.
SwViewColors::SwViewColors | ( | ) |
Definition at line 49 of file viewopt.cxx.
References COL_BLACK(), COL_BLUE(), COL_GRAY(), COL_GREEN(), COL_LIGHTBLUE(), COL_LIGHTGRAY(), COL_LIGHTMAGENTA(), COL_LIGHTRED(), and COL_RED().
SwViewColors::SwViewColors | ( | const svtools::ColorConfig & | rConfig | ) |
Definition at line 72 of file viewopt.cxx.
References svtools::APPBACKGROUND, svtools::ColorConfigValue::bIsVisible, svtools::DOCBOUNDARIES, DocBoundaries, svtools::DOCCOLOR, FieldShadings, svtools::FONTCOLOR, svtools::ColorConfig::GetColorValue(), svtools::GRAMMAR, IndexShadings, comphelper::LibreOfficeKit::isActive(), svtools::LINKS, Links, svtools::LINKSVISITED, m_aAppBackgroundColor, m_aDocBoundColor, m_aDocColor, m_aFieldShadingsColor, m_aFontColor, m_aGrammarColor, m_aHeaderFooterMarkColor, m_aIndexShadingsColor, m_aLinksColor, m_aObjectBoundColor, m_aPageBreakColor, m_aScriptIndicatorColor, m_aSectionBoundColor, m_aShadowColor, m_aSmarttagColor, m_aSpellColor, m_aTableBoundColor, m_aTextGridColor, m_aVisitedLinksColor, m_nAppearanceFlags, svtools::ColorConfigValue::nColor, NONE, svtools::OBJECTBOUNDARIES, ObjectBoundaries, SectionBoundaries, Shadow, svtools::SHADOWCOLOR, svtools::SMARTTAGS, svtools::SPELL, svtools::TABLEBOUNDARIES, TableBoundaries, VisitedLinks, svtools::WRITERFIELDSHADINGS, svtools::WRITERHEADERFOOTERMARK, svtools::WRITERIDXSHADINGS, svtools::WRITERPAGEBREAKS, svtools::WRITERSCRIPTINDICATOR, svtools::WRITERSECTIONBOUNDARIES, and svtools::WRITERTEXTGRID.
|
inline |
Definition at line 200 of file viewopt.hxx.
References m_aAppBackgroundColor, m_aDocBoundColor, m_aDocColor, m_aFieldShadingsColor, m_aFontColor, m_aGrammarColor, m_aHeaderFooterMarkColor, m_aIndexShadingsColor, m_aLinksColor, m_aObjectBoundColor, m_aPageBreakColor, m_aScriptIndicatorColor, m_aSectionBoundColor, m_aShadowColor, m_aSmarttagColor, m_aSpellColor, m_aTableBoundColor, m_aTextGridColor, m_aVisitedLinksColor, and m_nAppearanceFlags.
Color SwViewColors::m_aAppBackgroundColor |
Definition at line 226 of file viewopt.hxx.
Referenced by SwModule::ConfigurationChanged(), SwViewOption::GetAppBackgroundColor(), operator==(), SwViewColors(), and SwViewOption::SwViewOption().
Color SwViewColors::m_aDocBoundColor |
Definition at line 224 of file viewopt.hxx.
Referenced by SwViewOption::GetDocBoundariesColor(), operator==(), and SwViewColors().
Color SwViewColors::m_aDocColor |
Definition at line 223 of file viewopt.hxx.
Referenced by SwViewOption::GetDocColor(), operator==(), and SwViewColors().
Color SwViewColors::m_aFieldShadingsColor |
Definition at line 236 of file viewopt.hxx.
Referenced by SwViewOption::GetFieldShadingsColor(), operator==(), and SwViewColors().
Color SwViewColors::m_aFontColor |
Definition at line 228 of file viewopt.hxx.
Referenced by SwViewOption::GetFontColor(), operator==(), and SwViewColors().
Color SwViewColors::m_aGrammarColor |
Definition at line 234 of file viewopt.hxx.
Referenced by SwViewOption::GetGrammarColor(), operator==(), and SwViewColors().
Color SwViewColors::m_aHeaderFooterMarkColor |
Definition at line 241 of file viewopt.hxx.
Referenced by SwViewOption::GetHeaderFooterMarkColor(), operator==(), and SwViewColors().
Color SwViewColors::m_aIndexShadingsColor |
Definition at line 229 of file viewopt.hxx.
Referenced by SwViewOption::GetIndexShadingsColor(), operator==(), and SwViewColors().
Color SwViewColors::m_aLinksColor |
Definition at line 230 of file viewopt.hxx.
Referenced by SwViewOption::GetLinksColor(), operator==(), and SwViewColors().
Color SwViewColors::m_aObjectBoundColor |
Definition at line 225 of file viewopt.hxx.
Referenced by SwViewOption::GetObjectBoundariesColor(), operator==(), and SwViewColors().
Color SwViewColors::m_aPageBreakColor |
Definition at line 238 of file viewopt.hxx.
Referenced by SwViewOption::GetPageBreakColor(), operator==(), and SwViewColors().
Color SwViewColors::m_aScriptIndicatorColor |
Definition at line 239 of file viewopt.hxx.
Referenced by operator==(), SwViewOption::PaintPostIts(), and SwViewColors().
Color SwViewColors::m_aSectionBoundColor |
Definition at line 237 of file viewopt.hxx.
Referenced by SwViewOption::GetSectionBoundColor(), operator==(), and SwViewColors().
Color SwViewColors::m_aShadowColor |
Definition at line 240 of file viewopt.hxx.
Referenced by SwViewOption::GetShadowColor(), operator==(), and SwViewColors().
Color SwViewColors::m_aSmarttagColor |
Definition at line 235 of file viewopt.hxx.
Referenced by SwViewOption::GetSmarttagColor(), operator==(), and SwViewColors().
Color SwViewColors::m_aSpellColor |
Definition at line 233 of file viewopt.hxx.
Referenced by SwViewOption::GetSpellColor(), operator==(), and SwViewColors().
Color SwViewColors::m_aTableBoundColor |
Definition at line 227 of file viewopt.hxx.
Referenced by SwViewOption::GetTableBoundariesColor(), operator==(), and SwViewColors().
Color SwViewColors::m_aTextGridColor |
Definition at line 232 of file viewopt.hxx.
Referenced by SwViewOption::GetTextGridColor(), operator==(), and SwViewColors().
Color SwViewColors::m_aVisitedLinksColor |
Definition at line 231 of file viewopt.hxx.
Referenced by SwViewOption::GetVisitedLinksColor(), operator==(), and SwViewColors().
ViewOptFlags SwViewColors::m_nAppearanceFlags |
Definition at line 242 of file viewopt.hxx.
Referenced by SwViewOption::IsAppearanceFlag(), operator==(), SwViewOption::SetAppearanceFlag(), and SwViewColors().