Home
last modified time | relevance | path

Searched refs:nCutStart (Results 1 – 1 of 1) sorted by last modified time

/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx6001 xub_StrLen nCutStart, nCutStop, nOrgLen = nLen; in ImplLayout() local
6002 … bool bFiltered = mpGraphics->filterText( rOrigStr, aStr, nMinIndex, nLen, nCutStart, nCutStop ); in ImplLayout()
6006 if( bFiltered && nCutStop != nCutStart && pDXArray ) in ImplLayout()
6013 if( nCutStart > nMinIndex ) in ImplLayout()
6014 memcpy( pAry, pDXArray, sizeof(sal_Int32)*(nCutStart-nMinIndex) ); in ImplLayout()
6016 memcpy( pAry+nCutStart-nMinIndex, in ImplLayout()
6018 sizeof(sal_Int32)*(nLen - (nCutStart-nMinIndex)) ); in ImplLayout()

Completed in 38 milliseconds