Searched refs:WrongList (Results 1 – 9 of 9) sorted by relevance
| /trunk/main/editeng/source/editeng/ |
| H A D | edtspell.cxx | 213 WrongList::WrongList() in WrongList() function in WrongList 219 WrongList::~WrongList() in ~WrongList() 223 void WrongList::MarkInvalid( sal_uInt16 nS, sal_uInt16 nE ) in MarkInvalid() 231 void WrongList::TextInserted( sal_uInt16 nPos, sal_uInt16 nNew, sal_Bool bPosIsSep ) in TextInserted() 297 void WrongList::TextDeleted( sal_uInt16 nPos, sal_uInt16 nDeleted ) in TextDeleted() 364 sal_Bool WrongList::NextWrong( sal_uInt16& rnStart, sal_uInt16& rnEnd ) const in NextWrong() 383 sal_Bool WrongList::HasWrong( sal_uInt16 nStart, sal_uInt16 nEnd ) const in HasWrong() 396 sal_Bool WrongList::HasAnyWrong( sal_uInt16 nStart, sal_uInt16 nEnd ) const in HasAnyWrong() 409 void WrongList::ClearWrongs( sal_uInt16 nStart, sal_uInt16 nEnd, in ClearWrongs() 439 void WrongList::InsertWrong( sal_uInt16 nStart, sal_uInt16 nEnd, in InsertWrong() [all …]
|
| H A D | edtspell.hxx | 82 class WrongList : private WrongRanges class 91 WrongList(); 92 ~WrongList(); 122 WrongList* Clone() const; 125 bool operator==(const WrongList& rCompare) const; 128 inline void WrongList::InsertWrong( const WrongRange& rWrong, sal_uInt16 nPos ) in InsertWrong()
|
| H A D | editobj2.hxx | 152 WrongList* pWrongs; 176 WrongList* GetWrongList() const { return pWrongs; } in GetWrongList() 177 void SetWrongList( WrongList* p ) { pWrongs = p; } in SetWrongList()
|
| H A D | editdoc.hxx | 254 WrongList* pWrongList; 275 WrongList* GetWrongList() { return pWrongList; } in GetWrongList() 276 void SetWrongList( WrongList* p );
|
| H A D | editdoc.cxx | 1105 pWrongList = new WrongList; in CreateWrongList() 1109 void ContentNode::SetWrongList( WrongList* p ) in SetWrongList()
|
| H A D | impedit2.cxx | 2853 WrongList *pWrongs = aCurPaM.GetNode()->GetWrongList(); in ImpInsertText() 2955 WrongList* pLWrongs = rPaM.GetNode()->GetWrongList(); in ImpInsertParaBreak() 2956 WrongList* pRWrongs = aPaM.GetNode()->GetWrongList(); in ImpInsertParaBreak()
|
| H A D | impedit3.cxx | 163 WrongList* pWrongs, in lcl_DrawRedLines() 3247 WrongList* pWrongs = pPortion->GetNode()->GetWrongList(); in Paint()
|
| H A D | impedit4.cxx | 2376 WrongList* pWrongList = pNode->GetWrongList(); in DoOnlineSpelling()
|
| /trunk/main/sc/util/ |
| H A D | sc.flt | 108 WrongList
|