Searched refs:nAryLen (Results 1 – 3 of 3) sorted by relevance
908 sal_Int32 nIndex, nLen, nAryLen; in ImplConvertFromSVM1() local910 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() local1785 nAryLen = 0; in ImplWriteActions()1787 nAryLen = nLen; // #105987# Write out all of DX array in ImplWriteActions()[all …]
1313 const sal_uLong nAryLen = mnLen; in MetaTextArrayAction() local1315 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() local1337 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() local1411 rOStm << nAryLen; in Write()1413 for( sal_uLong i = 0UL; i < nAryLen; i++ ) in Write()[all …]
1488 sal_uInt32 nAryLen = aSeq.getLength(); in CreateGraphicProperties() local1493 if ( pAry && nAryLen ) in CreateGraphicProperties()1496 SvMemoryStream aTemp( (void*)pAry, nAryLen, STREAM_READ ); in CreateGraphicProperties()