/trunk/main/sw/source/core/edit/ |
H A D | acorrect.cxx | 156 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 D | eddel.cxx | 321 bRet = GetDoc()->ReplaceRange( *PCURCRSR, rNewStr, bRegExpRplc ) in Replace()
|
H A D | autofmt.cxx | 1959 pDoc->ReplaceRange( aDelPam, sReplace, false ); in AutoCorrect() 2011 pDoc->ReplaceRange( aDelPam, sReplace, false ); in AutoCorrect()
|
/trunk/main/editeng/source/editeng/ |
H A D | edtspell.cxx | 583 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 D | edtspell.hxx | 157 virtual sal_Bool ReplaceRange( xub_StrLen nPos, xub_StrLen nLen, const String& rTxt );
|
/trunk/main/sw/source/core/inc/ |
H A D | acorrect.hxx | 67 virtual sal_Bool ReplaceRange( xub_StrLen nPos, xub_StrLen nLen, const String& rTxt );
|
/trunk/main/sw/inc/ |
H A D | IDocumentContentOperations.hxx | 166 virtual bool ReplaceRange(SwPaM& rPam, const String& rNewStr,
|
H A D | doc.hxx | 916 virtual bool ReplaceRange(SwPaM& rPam, const String& rNewStr,
|
/trunk/main/sw/source/core/doc/ |
H A D | docruby.cxx | 153 ReplaceRange( aPam, pEntry->GetText(), false ); in SetRubyList()
|
H A D | docedt.cxx | 2232 bool SwDoc::ReplaceRange( SwPaM& rPam, const String& rStr, in ReplaceRange() function in SwDoc
|
/trunk/main/editeng/source/misc/ |
H A D | svxacorr.cxx | 490 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 D | svxacorr.hxx | 78 virtual sal_Bool ReplaceRange( xub_StrLen nPos, xub_StrLen nLen, const String& rTxt ) = 0;
|
/trunk/main/sw/source/core/unocore/ |
H A D | unoflatpara.cxx | 239 pIDCO->ReplaceRange( aPaM, aNewText, false ); in changeText()
|
/trunk/main/sw/source/core/crsr/ |
H A D | findtxt.cxx | 602 rCursor.GetDoc()->ReplaceRange( *pCrsr, in Find()
|
H A D | findattr.cxx | 1225 rCursor.GetDoc()->ReplaceRange( *pCrsr, in Find()
|
/trunk/main/sw/source/core/undo/ |
H A D | unins.cxx | 768 rDoc.ReplaceRange( rPam, m_sIns, m_bRegExp ); in RedoImpl()
|