Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/linguistic/source/
H A Dmisc.cxx445 sal_Int32 nPosL = 0, in GetAltSpelling() local
447 for (sal_Int16 i = 0 ; pWord[ nPosL ] == pAltWord[ nAltPosL ]; nPosL++, nAltPosL++, i++) in GetAltSpelling()
460 for ( ; nPosR >= nPosL && nAltPosR >= nAltPosL in GetAltSpelling()
465 rnChgPos = sal::static_int_cast< sal_Int16 >(nPosL); in GetAltSpelling()
466 rnChgLen = sal::static_int_cast< sal_Int16 >(nAltPosR - nPosL); in GetAltSpelling()
469 sal_Int32 nTxtStart = nPosL; in GetAltSpelling()
470 sal_Int32 nTxtLen = nAltPosR - nPosL + 1; in GetAltSpelling()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/linguistic/source/
H A Dmisc.cxx440 sal_Int32 nPosL = 0, in GetAltSpelling() local
442 for (sal_Int16 i = 0 ; pWord[ nPosL ] == pAltWord[ nAltPosL ]; nPosL++, nAltPosL++, i++) in GetAltSpelling()
455 for ( ; nPosR >= nPosL && nAltPosR >= nAltPosL in GetAltSpelling()
460 rnChgPos = sal::static_int_cast< sal_Int16 >(nPosL); in GetAltSpelling()
461 rnChgLen = sal::static_int_cast< sal_Int16 >(nAltPosR - nPosL); in GetAltSpelling()
464 sal_Int32 nTxtStart = nPosL; in GetAltSpelling()
465 sal_Int32 nTxtLen = nAltPosR - nPosL + 1; in GetAltSpelling()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/starmath/source/
H A Dview.cxx1622 sal_Int32 nPosL = aString.indexOf("encoding=\""); in Execute() local
1624 if ( nPosL >= 0 && nPosL +10 < aString.getLength() ) in Execute()
1626 nPosL += 10; in Execute()
1627 nPosU = aString.indexOf( '"',nPosL); in Execute()
1628 if (nPosU > nPosL) in Execute()
1635 … OUString aNewString = aString.replaceAt( nPosL,nPosU-nPosL,"UTF-16"); in Execute()
/dports/editors/libreoffice/libreoffice-7.2.6.2/starmath/source/
H A Dview.cxx1781 sal_Int32 nPosL = aString.indexOf("encoding=\""); in Execute() local
1783 if ( nPosL >= 0 && nPosL +10 < aString.getLength() ) in Execute()
1785 nPosL += 10; in Execute()
1786 nPosU = aString.indexOf( '"',nPosL); in Execute()
1787 if (nPosU > nPosL) in Execute()
1794 … OUString aNewString = aString.replaceAt( nPosL,nPosU-nPosL,"UTF-16"); in Execute()