Home
last modified time | relevance | path

Searched refs:pWrongs (Results 1 – 4 of 4) sorted by relevance

/trunk/main/editeng/source/editeng/
H A Deditobj.cxx184 pWrongs = NULL; in ContentInfo()
194 pWrongs = NULL; in ContentInfo()
199 pWrongs = rCopyFrom.GetWrongList()->Clone(); in ContentInfo()
215 if (pWrongs != NULL) in ContentInfo()
216 delete pWrongs; in ContentInfo()
219 pWrongs = NULL; in ContentInfo()
222 pWrongs = rCopyFrom.GetWrongList()->Clone(); in ContentInfo()
237 delete pWrongs; in ~ContentInfo()
H A Deditobj2.hxx152 WrongList* pWrongs; member in ContentInfo
176 WrongList* GetWrongList() const { return pWrongs; } in GetWrongList()
177 void SetWrongList( WrongList* p ) { pWrongs = p; } in SetWrongList()
H A Dimpedit3.cxx163 WrongList* pWrongs, in lcl_DrawRedLines() argument
183 sal_Bool bWrong = pWrongs->NextWrong( nStart, nEnd ); in lcl_DrawRedLines()
236 bWrong = pWrongs->NextWrong( nStart, nEnd ); in lcl_DrawRedLines()
3247 WrongList* pWrongs = pPortion->GetNode()->GetWrongList(); in Paint() local
3249 if(pWrongs && pWrongs->HasWrongs()) in Paint()
3253 sal_Bool bWrong(pWrongs->NextWrong(nStart, nEnd)); in Paint()
3281 bWrong = pWrongs->NextWrong(nStart, nEnd); in Paint()
H A Dimpedit2.cxx2853 WrongList *pWrongs = aCurPaM.GetNode()->GetWrongList(); in ImpInsertText() local
2854 if (pWrongs && pWrongs->HasWrongs()) in ImpInsertText()
2855pWrongs->ClearWrongs( aCurWord.Min().GetIndex(), aPaM.GetIndex(), aPaM.GetNode() ); in ImpInsertText()

Completed in 62 milliseconds