Home
last modified time | relevance | path

Searched refs:WrongList (Results 1 – 9 of 9) sorted by relevance

/trunk/main/editeng/source/editeng/
H A Dedtspell.cxx213 WrongList::WrongList() in WrongList() function in WrongList
219 WrongList::~WrongList() in ~WrongList()
223 void WrongList::MarkInvalid( sal_uInt16 nS, sal_uInt16 nE ) in MarkInvalid()
297 void WrongList::TextDeleted( sal_uInt16 nPos, sal_uInt16 nDeleted ) in TextDeleted()
409 void WrongList::ClearWrongs( sal_uInt16 nStart, sal_uInt16 nEnd, in ClearWrongs()
439 void WrongList::InsertWrong( sal_uInt16 nStart, sal_uInt16 nEnd, in InsertWrong()
469 void WrongList::MarkWrongsInvalid() in MarkWrongsInvalid()
475 WrongList* WrongList::Clone() const in Clone()
477 WrongList* pNew = new WrongList; in Clone()
488 bool WrongList::operator==(const WrongList& rCompare) const in operator ==()
[all …]
H A Dedtspell.hxx82 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 Deditobj2.hxx152 WrongList* pWrongs;
176 WrongList* GetWrongList() const { return pWrongs; } in GetWrongList()
177 void SetWrongList( WrongList* p ) { pWrongs = p; } in SetWrongList()
H A Deditdoc.hxx254 WrongList* pWrongList;
275 WrongList* GetWrongList() { return pWrongList; } in GetWrongList()
276 void SetWrongList( WrongList* p );
H A Deditdoc.cxx1105 pWrongList = new WrongList; in CreateWrongList()
1109 void ContentNode::SetWrongList( WrongList* p ) in SetWrongList()
H A Dimpedit2.cxx2853 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 Dimpedit3.cxx163 WrongList* pWrongs, in lcl_DrawRedLines()
3247 WrongList* pWrongs = pPortion->GetNode()->GetWrongList(); in Paint()
H A Dimpedit4.cxx2376 WrongList* pWrongList = pNode->GetWrongList(); in DoOnlineSpelling()
/trunk/main/sc/util/
H A Dsc.flt108 WrongList

Completed in 97 milliseconds