Searched refs:nCutStart (Results 1 – 1 of 1) sorted by relevance
/trunk/main/vcl/source/gdi/ |
H A D | outdev3.cxx | 6001 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 45 milliseconds