Home
last modified time | relevance | path

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

/trunk/main/vcl/source/gdi/
H A Dcvtsvm.cxx930 sal_Int32* pTmpAry = new sal_Int32[nStrLen]; in ImplConvertFromSVM1() local
932 aFontVDev.GetTextArray( aStr, pTmpAry, (sal_uInt16) nIndex, (sal_uInt16) nLen ); in ImplConvertFromSVM1()
942 pDXAry[ nStrLen-1 ] = pDXAry[ nStrLen-2 ] + pTmpAry[ nStrLen-1 ] - pTmpAry[ nStrLen-2 ]; in ImplConvertFromSVM1()
944 pDXAry[ nStrLen-1 ] = pTmpAry[ nStrLen-1 ]; // len=1: 0th position taken to be 0 in ImplConvertFromSVM1()
946 delete[] pTmpAry; in ImplConvertFromSVM1()

Completed in 13 milliseconds