Home
last modified time | relevance | path

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

/AOO41X/main/sw/source/core/text/
H A Dporlay.cxx1902 sal_uInt16 nCntKashEnd = nCntKash; in KashidaJustify() local
1903 while ( nCntKashEnd < CountKashida() ) in KashidaJustify()
1905 if ( nEnd <= GetKashida( nCntKashEnd ) ) in KashidaJustify()
1908 nCntKashEnd++; in KashidaJustify()
1911 sal_uInt16 nActualKashCount = nCntKashEnd - nCntKash; in KashidaJustify()
1912 for ( sal_uInt16 i = nCntKash; i < nCntKashEnd; ++i ) in KashidaJustify()
1925 while ( ! IsKashidaValid ( nCntKash ) && nCntKash < nCntKashEnd ) in KashidaJustify()
1938 while ( ! IsKashidaValid ( nCntKash ) && nCntKash < nCntKashEnd ) in KashidaJustify()
2105 sal_uInt16 nCntKashEnd = nCntKash; in GetKashidaPositions() local
2106 while ( nCntKashEnd < CountKashida() ) in GetKashidaPositions()
[all …]