Searched refs:pScrArray (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/sw/source/core/txtnode/ |
H A D | fntcache.cxx | 1482 sal_Int32* pScrArray = new sal_Int32[ rInf.GetLen() ]; in DrawText() local 1483 rInf.GetOut().GetTextArray( rInf.GetText(), pScrArray, in DrawText() 1554 pScrArray[ nI ] += nSpaceSum; in DrawText() 1595 nScrPos = pScrArray[ 0 ]; in DrawText() 1678 ASSERT( pScrArray, "Where is the screen array?" ) in DrawText() 1680 nScr = pScrArray[ i ] - pScrArray[ i - 1 ]; in DrawText() 1882 delete[] pScrArray; in DrawText() 2033 sal_Int32* pScrArray = new sal_Int32[ rInf.GetLen() ]; in GetTextSize() local 2036 nScrPos = pScrArray[ 0 ]; in GetTextSize() 2056 nScr = pScrArray[ i ] - pScrArray[ i - 1 ]; in GetTextSize() [all …]
|
/aoo41x/main/sw/source/core/text/ |
H A D | porlay.cxx | 1879 sal_Int32* pScrArray, in KashidaJustify() argument 1950 if ( pScrArray ) in KashidaJustify() 1951 pScrArray[ nArrayPos ] += nKashAdd; in KashidaJustify() 2193 sal_Int32* pScrArray, xub_StrLen nStt, in ThaiJustify() argument 2224 if ( pScrArray ) pScrArray[ nI ] += nSpaceSum; in ThaiJustify()
|
/aoo41x/main/sw/source/core/inc/ |
H A D | scriptinfo.hxx | 267 sal_uInt16 KashidaJustify( sal_Int32* pKernArray, sal_Int32* pScrArray, 340 sal_Int32* pScrArray, xub_StrLen nIdx,
|
Completed in 55 milliseconds