Home
last modified time | relevance | path

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

/aoo4110/main/sw/source/core/txtnode/
H A Dfntcache.cxx1482 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 …]
/aoo4110/main/sw/source/core/text/
H A Dporlay.cxx1879 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()
/aoo4110/main/sw/source/core/inc/
H A Dscriptinfo.hxx267 sal_uInt16 KashidaJustify( sal_Int32* pKernArray, sal_Int32* pScrArray,
340 sal_Int32* pScrArray, xub_StrLen nIdx,

Completed in 35 milliseconds