Home
last modified time | relevance | path

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

/aoo4110/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()
2105 sal_uInt16 nCntKashEnd = nCntKash; in GetKashidaPositions() local
2106 while ( nCntKashEnd < CountKashida() ) in GetKashidaPositions()
2108 if ( nEnd <= GetKashida( nCntKashEnd ) ) in GetKashidaPositions()
2112 pKashidaPosition [ nCntKashEnd - nCntKash ] = GetKashida ( nCntKashEnd ); in GetKashidaPositions()
2113 nCntKashEnd++; in GetKashidaPositions()
[all …]

Completed in 23 milliseconds