Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/linguistic/source/
H A Dmisc.cxx517 OUString aRplc; in RebuildHyphensAndControlChars() local
518 bool bAltSpelling = GetAltSpelling( nChgPos, nChgLen, aRplc, rxHyphWord ); in RebuildHyphensAndControlChars()
545 aOrigHyphenatedWord = aLeft + aRplc + aRight; in RebuildHyphensAndControlChars()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/linguistic/source/
H A Dmisc.cxx512 OUString aRplc; in RebuildHyphensAndControlChars() local
513 bool bAltSpelling = GetAltSpelling( nChgPos, nChgLen, aRplc, rxHyphWord ); in RebuildHyphensAndControlChars()
540 aOrigHyphenatedWord = aLeft + aRplc + aRight; in RebuildHyphensAndControlChars()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/unocore/
H A Dunochart.cxx1994 OUString aRplc; in generateLabel() local
1998 aRplc = "%COLUMNLETTER"; in generateLabel()
2003 aRplc = "%ROWNUMBER"; in generateLabel()
2006 aText = aText.replaceFirst( aRplc, aNew ); in generateLabel()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/unocore/
H A Dunochart.cxx1999 OUString aRplc; in generateLabel() local
2003 aRplc = "%COLUMNLETTER"; in generateLabel()
2008 aRplc = "%ROWNUMBER"; in generateLabel()
2011 aText = aText.replaceFirst( aRplc, aNew ); in generateLabel()