Searched refs:listType (Results 1 – 3 of 3) sorted by relevance
76 WrongListType listType,150 Color getWrongAreaColor(WrongListType listType, in getWrongAreaColor() argument153 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() argument172 if (WRONGLIST_SPELL == listType) in getWrongAreaLineType()176 else if (WRONGLIST_GRAMMAR == listType) in getWrongAreaLineType()180 else if (WRONGLIST_SMARTTAG == listType) in getWrongAreaLineType()
114 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() local472 rtl::OUString sFullTypeName = listType.getTypeName(); in getEventListeners()474 comphelper::getEventMethodsForType( listType ); in getEventListeners()
40 SwWrongArea::SwWrongArea( const rtl::OUString& rType, WrongListType listType, in SwWrongArea() argument46 mColor = getWrongAreaColor(listType, xPropertyBag); in SwWrongArea()47 mLineType = getWrongAreaLineType(listType, xPropertyBag); in SwWrongArea()
Completed in 34 milliseconds