Home
last modified time | relevance | path

Searched refs:ReplaceRange (Results 1 – 16 of 16) sorted by relevance

/trunk/main/sw/source/core/edit/
H A Dacorrect.cxx156 return ReplaceRange( nPos, rTxt.Len(), rTxt ); in Replace()
158 sal_Bool SwAutoCorrDoc::ReplaceRange( xub_StrLen nPos, xub_StrLen nSourceLength, const String& rTxt… in ReplaceRange() function in SwAutoCorrDoc
208 pDoc->ReplaceRange( *pPam, rTxt, false ); in ReplaceRange()
220 pDoc->ReplaceRange( *pPam, rTxt, false ); in ReplaceRange()
358 pDoc->ReplaceRange( aPam, pFnd->GetLong(), false); in ChgAutoCorrWord()
H A Deddel.cxx321 bRet = GetDoc()->ReplaceRange( *PCURCRSR, rNewStr, bRegExpRplc ) in Replace()
H A Dautofmt.cxx1959 pDoc->ReplaceRange( aDelPam, sReplace, false ); in AutoCorrect()
2011 pDoc->ReplaceRange( aDelPam, sReplace, false ); in AutoCorrect()
/trunk/main/editeng/source/editeng/
H A Dedtspell.cxx583 return ReplaceRange( nPos, rTxt.Len(), rTxt ); in Replace()
586 sal_Bool EdtAutoCorrDoc::ReplaceRange( xub_StrLen nPos, xub_StrLen nSourceLength, const String& rTx… in ReplaceRange() function in EdtAutoCorrDoc
H A Dedtspell.hxx157 virtual sal_Bool ReplaceRange( xub_StrLen nPos, xub_StrLen nLen, const String& rTxt );
/trunk/main/sw/source/core/inc/
H A Dacorrect.hxx67 virtual sal_Bool ReplaceRange( xub_StrLen nPos, xub_StrLen nLen, const String& rTxt );
/trunk/main/sw/inc/
H A DIDocumentContentOperations.hxx166 virtual bool ReplaceRange(SwPaM& rPam, const String& rNewStr,
H A Ddoc.hxx916 virtual bool ReplaceRange(SwPaM& rPam, const String& rNewStr,
/trunk/main/sw/source/core/doc/
H A Ddocruby.cxx153 ReplaceRange( aPam, pEntry->GetText(), false ); in SetRubyList()
H A Ddocedt.cxx2232 bool SwDoc::ReplaceRange( SwPaM& rPam, const String& rStr, in ReplaceRange() function in SwDoc
/trunk/main/editeng/source/misc/
H A Dsvxacorr.cxx490 if( sChar.GetChar(0) != cSave && rDoc.ReplaceRange( nSttPos, 1, sChar )) in FnCptlSttWrd()
922 rDoc.ReplaceRange( xub_StrLen( pWordStt - pStart ), 1, sChar ); in FnCptlSttSntnc()
1102 sal_Bool bRet = sChar.GetChar(0) != cSave && rDoc.ReplaceRange( nSttPos, 1, sChar ); in FnCptlSttSntnc()
/trunk/main/editeng/inc/editeng/
H A Dsvxacorr.hxx78 virtual sal_Bool ReplaceRange( xub_StrLen nPos, xub_StrLen nLen, const String& rTxt ) = 0;
/trunk/main/sw/source/core/unocore/
H A Dunoflatpara.cxx239 pIDCO->ReplaceRange( aPaM, aNewText, false ); in changeText()
/trunk/main/sw/source/core/crsr/
H A Dfindtxt.cxx602 rCursor.GetDoc()->ReplaceRange( *pCrsr, in Find()
H A Dfindattr.cxx1225 rCursor.GetDoc()->ReplaceRange( *pCrsr, in Find()
/trunk/main/sw/source/core/undo/
H A Dunins.cxx768 rDoc.ReplaceRange( rPam, m_sIns, m_bRegExp ); in RedoImpl()

Completed in 99 milliseconds