Home
last modified time | relevance | path

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

/aoo42x/main/xmloff/source/core/
H A DRDFaImportHelper.cxx170 sal_Int32 idxstt(0); in splitAtWS() local
171 while ((idxstt < len) && ( isWS(io_rString[idxstt]))) in splitAtWS()
172 ++idxstt; // skip leading ws in splitAtWS()
173 sal_Int32 idxend(idxstt); in splitAtWS()
176 const ::rtl::OUString ret(io_rString.copy(idxstt, idxend - idxstt)); in splitAtWS()

Completed in 13 milliseconds