Home
last modified time | relevance | path

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

/aoo41x/main/linguistic/source/
H A Dmisc.cxx571 sal_Int32 nPosL = 0, in GetAltSpelling() local
573 for (sal_Int16 i = 0 ; pWord[ nPosL ] == pAltWord[ nAltPosL ]; nPosL++, nAltPosL++, i++) in GetAltSpelling()
586 for ( ; nPosR >= nPosL && nAltPosR >= nAltPosL in GetAltSpelling()
591 rnChgPos = sal::static_int_cast< sal_Int16 >(nPosL); in GetAltSpelling()
592 rnChgLen = sal::static_int_cast< sal_Int16 >(nPosR - nPosL + 1); in GetAltSpelling()
595 sal_Int32 nTxtStart = nPosL; in GetAltSpelling()
596 sal_Int32 nTxtLen = nAltPosL - nPosL + 1; in GetAltSpelling()

Completed in 18 milliseconds