Searched refs:SwAutoCorrDoc (Results 1 – 4 of 4) sorted by relevance
| /AOO41X/main/sw/source/core/edit/ |
| H A D | acorrect.cxx | 91 SwAutoCorrDoc::SwAutoCorrDoc( SwEditShell& rEditShell, SwPaM& rPam, in SwAutoCorrDoc() function in SwAutoCorrDoc 100 SwAutoCorrDoc::~SwAutoCorrDoc() in ~SwAutoCorrDoc() 109 void SwAutoCorrDoc::DeleteSel( SwPaM& rDelPam ) in DeleteSel() 125 sal_Bool SwAutoCorrDoc::Delete( xub_StrLen nStt, xub_StrLen nEnd ) in Delete() 137 sal_Bool SwAutoCorrDoc::Insert( xub_StrLen nPos, const String& rTxt ) in Insert() 154 sal_Bool SwAutoCorrDoc::Replace( xub_StrLen nPos, const String& rTxt ) in Replace() 158 sal_Bool SwAutoCorrDoc::ReplaceRange( xub_StrLen nPos, xub_StrLen nSourceLength, const String& rTxt… in ReplaceRange() 248 sal_Bool SwAutoCorrDoc::SetAttr( xub_StrLen nStt, xub_StrLen nEnd, sal_uInt16 nSlotId, in SetAttr() 273 sal_Bool SwAutoCorrDoc::SetINetAttr( xub_StrLen nStt, xub_StrLen nEnd, const String& rURL ) in SetINetAttr() 294 const String* SwAutoCorrDoc::GetPrevPara( sal_Bool bAtNormalPos ) in GetPrevPara() [all …]
|
| H A D | edws.cxx | 320 SwAutoCorrDoc aSwAutoCorrDoc( *this, *pCrsr, cChar ); in AutoCorrect() 346 SwAutoCorrDoc aSwAutoCorrDoc( *this, *pCrsr, 0 ); in GetPrevAutoCorrWord()
|
| H A D | autofmt.cxx | 1918 SwAutoCorrDoc aACorrDoc( *pEditShell, aDelPam ); in AutoCorrect()
|
| /AOO41X/main/sw/source/core/inc/ |
| H A D | acorrect.hxx | 50 class SwAutoCorrDoc : public SvxAutoCorrDoc class 61 SwAutoCorrDoc( SwEditShell& rEditShell, SwPaM& rPam, sal_Unicode cIns = 0 ); 62 ~SwAutoCorrDoc();
|