Home
last modified time | relevance | path

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

/aoo41x/main/unotools/source/config/
H A Dconfigpathes.cxx262 …rtl::OUStringBuffer aNormalized(_sType.getLength() + _sContent.getLength() + 4); // reserve approx… in lcl_wrapName() local
265 aNormalized.append( _sType ).appendAscii( RTL_CONSTASCII_STRINGPARAM("['") ); in lcl_wrapName()
273 … case sal_Unicode('&') : aNormalized.appendAscii( RTL_CONSTASCII_STRINGPARAM("&") ); break; in lcl_wrapName()
274 … case sal_Unicode('\''): aNormalized.appendAscii( RTL_CONSTASCII_STRINGPARAM("'") ); break; in lcl_wrapName()
275 … case sal_Unicode('\"'): aNormalized.appendAscii( RTL_CONSTASCII_STRINGPARAM(""") ); break; in lcl_wrapName()
277 default: aNormalized.append( *pCur ); in lcl_wrapName()
282 aNormalized.appendAscii( RTL_CONSTASCII_STRINGPARAM("']") ); in lcl_wrapName()
284 return aNormalized.makeStringAndClear(); in lcl_wrapName()

Completed in 9 milliseconds