Home
last modified time | relevance | path

Searched refs:listType (Results 1 – 3 of 3) sorted by relevance

/aoo4110/main/sw/source/core/inc/
H A Dwrong.hxx76 WrongListType listType,
150 Color getWrongAreaColor(WrongListType listType, in getWrongAreaColor() argument
153 if (WRONGLIST_SPELL == listType) in getWrongAreaColor()
157 else if (WRONGLIST_GRAMMAR == listType) in getWrongAreaColor()
161 else if (WRONGLIST_SMARTTAG == listType) in getWrongAreaColor()
169 WrongAreaLineType getWrongAreaLineType(WrongListType listType, in getWrongAreaLineType() argument
172 if (WRONGLIST_SPELL == listType) in getWrongAreaLineType()
176 else if (WRONGLIST_GRAMMAR == listType) in getWrongAreaLineType()
180 else if (WRONGLIST_SMARTTAG == listType) in getWrongAreaLineType()
/aoo4110/main/scripting/source/vbaevents/
H A Deventhelper.cxx114 Type& listType = aControlListeners[ i ];
115 rtl::OUString sFullTypeName = listType.getTypeName();
116 rtl::OUString sTypeName = listType.getTypeName();
122 Sequence< ::rtl::OUString > sMeths = comphelper::getEventMethodsForType( listType );
471 Type& listType = aControlListeners[ i ]; in getEventListeners() local
472 rtl::OUString sFullTypeName = listType.getTypeName(); in getEventListeners()
474 comphelper::getEventMethodsForType( listType ); in getEventListeners()
/aoo4110/main/sw/source/core/text/
H A Dwrong.cxx40 SwWrongArea::SwWrongArea( const rtl::OUString& rType, WrongListType listType, in SwWrongArea() argument
46 mColor = getWrongAreaColor(listType, xPropertyBag); in SwWrongArea()
47 mLineType = getWrongAreaLineType(listType, xPropertyBag); in SwWrongArea()

Completed in 28 milliseconds