LibreOffice Module sw (master) 1
|
#include <wrong.hxx>
Public Member Functions | |
SwWrongArea (OUString aType, WrongListType listType, css::uno::Reference< css::container::XStringKeyMap > const &xPropertyBag, sal_Int32 nPos, sal_Int32 nLen) | |
SwWrongArea (OUString aType, css::uno::Reference< css::container::XStringKeyMap > const &xPropertyBag, sal_Int32 nPos, sal_Int32 nLen, SwWrongList *pSubList) | |
Public Attributes | |
OUString | maType |
css::uno::Reference< css::container::XStringKeyMap > | mxPropertyBag |
sal_Int32 | mnPos |
sal_Int32 | mnLen |
SwWrongList * | mpSubList |
Color | mColor |
WrongAreaLineType | mLineType |
Static Private Member Functions | |
static Color | getGrammarColor (css::uno::Reference< css::container::XStringKeyMap > const &xPropertyBag) |
static WrongAreaLineType | getGrammarLineType (css::uno::Reference< css::container::XStringKeyMap > const &xPropertyBag) |
static Color | getSmartColor (css::uno::Reference< css::container::XStringKeyMap > const &xPropertyBag) |
static WrongAreaLineType | getSmartLineType (css::uno::Reference< css::container::XStringKeyMap > const &xPropertyBag) |
static Color | getWrongAreaColor (WrongListType listType, css::uno::Reference< css::container::XStringKeyMap > const &xPropertyBag) |
static WrongAreaLineType | getWrongAreaLineType (WrongListType listType, css::uno::Reference< css::container::XStringKeyMap > const &xPropertyBag) |
SwWrongArea::SwWrongArea | ( | OUString | aType, |
WrongListType | listType, | ||
css::uno::Reference< css::container::XStringKeyMap > const & | xPropertyBag, | ||
sal_Int32 | nPos, | ||
sal_Int32 | nLen | ||
) |
Definition at line 29 of file wrong.cxx.
References getWrongAreaColor(), getWrongAreaLineType(), maType, mColor, mLineType, and nPos.
SwWrongArea::SwWrongArea | ( | OUString | aType, |
css::uno::Reference< css::container::XStringKeyMap > const & | xPropertyBag, | ||
sal_Int32 | nPos, | ||
sal_Int32 | nLen, | ||
SwWrongList * | pSubList | ||
) |
Definition at line 39 of file wrong.cxx.
References getWrongAreaColor(), getWrongAreaLineType(), SwWrongList::GetWrongListType(), maType, mColor, mLineType, and nPos.
|
inlinestaticprivate |
Definition at line 90 of file wrong.hxx.
References SwViewOption::GetCurrentViewOptions(), and SwViewOption::GetGrammarColor().
Referenced by getWrongAreaColor().
|
inlinestaticprivate |
Definition at line 115 of file wrong.hxx.
References WRONGAREA_BOLD, WRONGAREA_BOLDWAVE, WRONGAREA_DASHED, and WRONGAREA_WAVE.
Referenced by getWrongAreaLineType().
|
inlinestaticprivate |
Definition at line 156 of file wrong.hxx.
References SwViewOption::GetCurrentViewOptions(), and SwViewOption::GetSmarttagColor().
Referenced by getWrongAreaColor().
|
inlinestaticprivate |
Definition at line 181 of file wrong.hxx.
References WRONGAREA_BOLD, WRONGAREA_BOLDWAVE, WRONGAREA_DASHED, and WRONGAREA_WAVE.
Referenced by getWrongAreaLineType().
|
inlinestaticprivate |
Definition at line 222 of file wrong.hxx.
References SwViewOption::GetCurrentViewOptions(), getGrammarColor(), getSmartColor(), SwViewOption::GetSpellColor(), WRONGLIST_GRAMMAR, WRONGLIST_SMARTTAG, and WRONGLIST_SPELL.
Referenced by SwWrongArea().
|
inlinestaticprivate |
Definition at line 241 of file wrong.hxx.
References getGrammarLineType(), getSmartLineType(), WRONGAREA_WAVE, WRONGLIST_GRAMMAR, WRONGLIST_SMARTTAG, and WRONGLIST_SPELL.
Referenced by SwWrongArea().
OUString SwWrongArea::maType |
Definition at line 68 of file wrong.hxx.
Referenced by lcl_FillRecognizerData().
Color SwWrongArea::mColor |
Definition at line 74 of file wrong.hxx.
Referenced by lcl_DrawLineForWrongListData(), and SwWrongArea().
WrongAreaLineType SwWrongArea::mLineType |
Definition at line 75 of file wrong.hxx.
Referenced by lcl_DrawLineForWrongListData(), and SwWrongArea().
sal_Int32 SwWrongArea::mnLen |
Definition at line 71 of file wrong.hxx.
Referenced by sw::WrongListIteratorCounter::GetElementAt(), sw::WrongListIteratorCounter::GetElementCount(), and SwWrongList::RemoveEntry().
sal_Int32 SwWrongArea::mnPos |
Definition at line 70 of file wrong.hxx.
Referenced by sw::WrongListIteratorCounter::GetElementAt(), sw::WrongListIteratorCounter::GetElementCount(), and SwWrongList::RemoveEntry().
SwWrongList* SwWrongArea::mpSubList |
css::uno::Reference< css::container::XStringKeyMap > SwWrongArea::mxPropertyBag |
Definition at line 69 of file wrong.hxx.
Referenced by lcl_FillRecognizerData().