Searched refs:GetWrongListType (Results 1 – 3 of 3) sorted by relevance
59 mColor = getWrongAreaColor(pSubList->GetWrongListType(), xPropertyBag); in SwWrongArea()60 mLineType = getWrongAreaLineType(pSubList->GetWrongListType(), xPropertyBag); in SwWrongArea()462 if( WRONGLIST_GRAMMAR == GetWrongListType() ) in SplitList()465 pRet = new SwWrongList( GetWrongListType() ); in SplitList()492 … DBG_ASSERT( GetWrongListType() == pNext->GetWrongListType(), "type mismatch with next list" ); in JoinList()528 … DBG_ASSERT( GetWrongListType() == pSubList->GetWrongListType(), "type mismatch with sub list" ); in InsertSubList()599 if( WRONGLIST_GRAMMAR == GetWrongListType() ) in RemoveEntry()
218 inline WrongListType GetWrongListType() const { return meType; } in GetWrongListType() function in SwWrongList
207 pSubList = new SwWrongList( pWList->GetWrongListType() ); in commitStringMarkup()
Completed in 11 milliseconds