Searched refs:WrongList (Results 1 – 10 of 10) sorted by relevance
| /AOO41X/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 | 151 WrongList* pWrongs; 175 WrongList* GetWrongList() const { return pWrongs; } in GetWrongList() 176 void SetWrongList( WrongList* p ) { pWrongs = p; } in SetWrongList()
|
| H A D | editdoc.hxx | 253 WrongList* pWrongList; 274 WrongList* GetWrongList() { return pWrongList; } in GetWrongList() 275 void SetWrongList( WrongList* p );
|
| H A D | editdoc.cxx | 1107 pWrongList = new WrongList; in CreateWrongList() 1111 void ContentNode::SetWrongList( WrongList* p ) in SetWrongList()
|
| H A D | impedit2.cxx | 2850 WrongList *pWrongs = aCurPaM.GetNode()->GetWrongList(); in ImpInsertText() 2952 WrongList* pLWrongs = rPaM.GetNode()->GetWrongList(); in ImpInsertParaBreak() 2953 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()
|
| /AOO41X/main/sd/util/ |
| H A D | sd.flt | 108 WrongList
|
| /AOO41X/main/sc/util/ |
| H A D | sc.flt | 108 WrongList
|