Home
last modified time | relevance | path

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

/trunk/main/unotools/source/config/
H A Dconfigpathes.cxx253 const sal_Unicode * const pBeginContent = _sContent.getStr(); in lcl_wrapName() local
254 const sal_Unicode * const pEndContent = pBeginContent + _sContent.getLength(); in lcl_wrapName()
257 OSL_PRECOND(pBeginContent <= pEndContent, "Invalid config name: empty"); in lcl_wrapName()
259 if (pBeginContent == pEndContent) in lcl_wrapName()
268 for(const sal_Unicode* pCur = pBeginContent; pCur != pEndContent; ++pCur) in lcl_wrapName()

Completed in 9 milliseconds