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()1795 rOStm << (sal_Int32) nAryLen; in ImplWriteActions()[all …]
1313 const sal_uLong nAryLen = mnLen; in MetaTextArrayAction() local1315 mpDXAry = new sal_Int32[ nAryLen ]; in MetaTextArrayAction()1337 if( nAryLen ) in MetaTextArrayAction()1339 mpDXAry = new sal_Int32[ nAryLen ]; in MetaTextArrayAction()1411 rOStm << nAryLen; in Write()1413 for( sal_uLong i = 0UL; i < nAryLen; i++ ) in Write()1429 sal_uInt32 nAryLen; in Read() local1438 rIStm >> nAryLen; in Read()1447 if( nAryLen ) in Read()1450 if ( mnLen >= nAryLen ) in Read()[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()
Completed in 60 milliseconds