Searched refs:aNewTxt (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/editeng/source/editeng/ |
H A D | textconv.cxx | 383 OUString aNewTxt( rReplaceWith ); in ReplaceUnit() local 390 (((aNewTxt = aOrigTxt) += aBracketedStart) += rReplaceWith) += aBracketedEnd; in ReplaceUnit() 393 (((aNewTxt = rReplaceWith) += aBracketedStart) += aOrigTxt) += aBracketedEnd; in ReplaceUnit() 405 nUnitOffset + nUnitStart + aNewTxt.getLength()); in ReplaceUnit() 423 ChangeText( aNewTxt, rOrigText, &rOffsets, &_aOldSel ); in ReplaceUnit() 425 ChangeText( aNewTxt, rOrigText, NULL, NULL ); in ReplaceUnit() 436 aNewSel.nStartPos - aNewTxt.getLength()); in ReplaceUnit() 453 sal_Int32 nDelta = aNewTxt.getLength() - aOrigTxt.getLength(); in ReplaceUnit()
|
/aoo41x/main/sw/source/ui/lingu/ |
H A D | hhcwrp.cxx | 437 OUString aNewTxt( rReplaceWith ); in ReplaceUnit() local 448 (((aNewTxt = aOrigTxt) += aBracketedStart) += rReplaceWith) += aBracketedEnd; in ReplaceUnit() 453 (((aNewTxt = rReplaceWith) += aBracketedStart) += aOrigTxt) += aBracketedEnd; in ReplaceUnit() 483 nUnitOffset += nUnitStart + aNewTxt.getLength(); in ReplaceUnit() 528 ChangeText( aNewTxt, rOrigText, &rOffsets, rWrtShell.GetCrsr() ); in ReplaceUnit() 530 ChangeText( aNewTxt, rOrigText, NULL, NULL ); in ReplaceUnit() 536 rWrtShell.GetCrsr()->GetMark()->nContent -= (xub_StrLen) aNewTxt.getLength(); in ReplaceUnit()
|
/aoo41x/main/toolkit/workben/layout/ |
H A D | zoom.hxx | 110 void SetButtonText( USHORT nBtnId, const String& aNewTxt );
|
Completed in 29 milliseconds