Home
last modified time | relevance | path

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

/AOO41X/main/vcl/source/gdi/
H A Dcvtsvm.cxx908 sal_Int32 nIndex, nLen, nAryLen; in ImplConvertFromSVM1() local
910 rIStm >> aPt >> nIndex >> nLen >> nTmp >> nAryLen; in ImplConvertFromSVM1()
916 if( nAryLen > 0L ) in ImplConvertFromSVM1()
920 pDXAry = new sal_Int32[ Max( nAryLen, nStrLen ) ]; in ImplConvertFromSVM1()
922 for( long j = 0L; j < nAryLen; j++ ) in ImplConvertFromSVM1()
926 if( nAryLen != nStrLen ) in ImplConvertFromSVM1()
928 if( nAryLen+1 == nStrLen ) in ImplConvertFromSVM1()
1768 sal_uLong nAryLen; in ImplWriteActions() local
1785 nAryLen = 0; in ImplWriteActions()
1787 nAryLen = nLen; // #105987# Write out all of DX array in ImplWriteActions()
[all …]
H A Dmetaact.cxx1313 const sal_uLong nAryLen = mnLen; in MetaTextArrayAction() local
1315 mpDXAry = new sal_Int32[ nAryLen ]; in MetaTextArrayAction()
1316 memcpy( mpDXAry, rAction.mpDXAry, nAryLen * sizeof( sal_Int32 ) ); in MetaTextArrayAction()
1335 const sal_uLong nAryLen = pDXAry ? mnLen : 0; in MetaTextArrayAction() local
1337 if( nAryLen ) in MetaTextArrayAction()
1339 mpDXAry = new sal_Int32[ nAryLen ]; in MetaTextArrayAction()
1340 memcpy( mpDXAry, pDXAry, nAryLen * sizeof( sal_Int32 ) ); in MetaTextArrayAction()
1404 const sal_uInt32 nAryLen = mpDXAry ? mnLen : 0; in Write() local
1411 rOStm << nAryLen; in Write()
1413 for( sal_uLong i = 0UL; i < nAryLen; i++ ) in Write()
[all …]
/AOO41X/main/filter/source/msfilter/
H A Descherex.cxx1488 sal_uInt32 nAryLen = aSeq.getLength(); in CreateGraphicProperties() local
1493 if ( pAry && nAryLen ) in CreateGraphicProperties()
1496 SvMemoryStream aTemp( (void*)pAry, nAryLen, STREAM_READ ); in CreateGraphicProperties()