Home
last modified time | relevance | path

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

/trunk/main/linguistic/source/
H A Dmisc.cxx646 OUString aRplc; in RebuildHyphensAndControlChars() local
647 sal_Bool bAltSpelling = GetAltSpelling( nChgPos, nChgLen, aRplc, rxHyphWord ); in RebuildHyphensAndControlChars()
678 aOrigHyphenatedWord += aRplc; in RebuildHyphensAndControlChars()
/trunk/main/sw/source/core/unocore/
H A Dunochart.cxx2282 String aRplc; in generateLabel() local
2286 aRplc = String::CreateFromAscii( "%COLUMNLETTER" ); in generateLabel()
2291 aRplc = String::CreateFromAscii( "%ROWNUMBER" ); in generateLabel()
2294 xub_StrLen nPos = aTxt.Search( aRplc ); in generateLabel()
2296 aTxt = aTxt.Replace( nPos, aRplc.Len(), aNew ); in generateLabel()

Completed in 26 milliseconds