Home
last modified time | relevance | path

Searched refs:pKernArray (Results 1 – 5 of 5) sorted by path

/trunk/main/sw/source/core/inc/
H A Ddrawdev.hxx60 long *pKernArray = 0,
102 long *pKernArray, const sal_uInt16 nIdx, const sal_uInt16 nLen ) in DrawTextArray() argument
105 pOut->DrawTextArray( rStart, rTxt, pKernArray, nIdx, nLen ); in DrawTextArray()
107 pOut->DrawTextArray( rStart - *pPos, rTxt, pKernArray, nIdx, nLen ); in DrawTextArray()
H A Dfntcache.hxx100 long nHalfSpace, long* pKernArray, const sal_Bool bBidiPor);
H A Dscriptinfo.hxx247 long Compress( sal_Int32* pKernArray, xub_StrLen nIdx, xub_StrLen nLen,
267 sal_uInt16 KashidaJustify( sal_Int32* pKernArray, sal_Int32* pScrArray,
339 static sal_uInt16 ThaiJustify( const XubString& rTxt, sal_Int32* pKernArray,
/trunk/main/sw/source/core/text/
H A Dporlay.cxx1792 long nLast = nI ? pKernArray[ nI - 1 ] : 0; in Compress()
1804 if ( pKernArray[ nI ] - nLast < nMinWidth ) in Compress()
1815 nLast -= pKernArray[ nI ]; in Compress()
1836 nLast = pKernArray[ nI ]; in Compress()
1838 pKernArray[ nI - 1 ] += nMove; in Compress()
1839 pKernArray[ nI++ ] -= nSub; in Compress()
1858 nLast = pKernArray[ nI ]; in Compress()
1859 pKernArray[ nI++ ] -= nSub; in Compress()
1918 if ( !pKernArray ) in KashidaJustify()
1949 pKernArray[ nArrayPos ] += nKashAdd; in KashidaJustify()
[all …]
/trunk/main/sw/source/core/txtnode/
H A Dfntcache.cxx214 sal_Int32* pKernArray; member
1063 long nScr = pKernArray[ j ] - pKernArray[ j - 1 ]; in DrawText()
1214 pKernArray[i] = pKernArray[i] + nSpaceSum; in DrawText()
1689 lcl_Pos( 3, nScrPos, nScr, pKernArray[i-1], pKernArray[i] ); in DrawText()
1705 lcl_Pos( 6, nScrPos, nScr, pKernArray[i-1], pKernArray[i] ); in DrawText()
1714 lcl_Pos( 6, nScrPos, nScr, pKernArray[i-1], pKernArray[i] ); in DrawText()
1721 lcl_Pos( 0, nScrPos, nScr, pKernArray[i-1], pKernArray[i] ); in DrawText()
1735 pKernArray[i-1] = pKernArray[i-1] - nSpaceAdd; in DrawText()
2091 delete[] pKernArray; in GetTextSize()
2318 delete[] pKernArray; in GetCrsrOfst()
[all …]

Completed in 53 milliseconds