Lines Matching refs:nLen

1204 								sal_uInt16 nIndex, sal_uInt16 nLen ) :  in IMPL_META_ACTION()
1209 mnLen ( nLen ) in IMPL_META_ACTION()
1263 sal_uInt16 i, nLen = maStr.Len(); // version 2 in Write() local
1264 rOStm << nLen; in Write()
1265 for ( i = 0; i < nLen; i++ ) in Write()
1284 sal_uInt16 nLen; in Read() local
1285 rIStm >> nLen; in Read()
1286 sal_Unicode* pBuffer = maStr.AllocBuffer( nLen ); in Read()
1287 while ( nLen-- ) in Read()
1328 sal_uInt16 nLen ) : in MetaTextArrayAction() argument
1333 mnLen ( ( nLen == STRING_LEN ) ? rStr.Len() : nLen ) in MetaTextArrayAction()
1416 sal_uInt16 j, nLen = maStr.Len(); // version 2 in Write() local
1417 rOStm << nLen; in Write()
1418 for ( j = 0; j < nLen; j++ ) in Write()
1475 sal_uInt16 nLen; in Read() local
1476 rIStm >> nLen; in Read()
1477 sal_Unicode* pBuffer = maStr.AllocBuffer( nLen ); in Read()
1478 while ( nLen-- ) in Read()
1497 sal_uInt16 nIndex, sal_uInt16 nLen ) : in IMPL_META_ACTION()
1503 mnLen ( nLen ) in IMPL_META_ACTION()
1560 sal_uInt16 i, nLen = maStr.Len(); // version 2 in Write() local
1561 rOStm << nLen; in Write()
1562 for ( i = 0; i < nLen; i++ ) in Write()
1582 sal_uInt16 nLen; in Read() local
1583 rIStm >> nLen; in Read()
1584 sal_Unicode* pBuffer = maStr.AllocBuffer( nLen ); in Read()
1585 while ( nLen-- ) in Read()
1653 sal_uInt16 i, nLen = maStr.Len(); // version 2 in Write() local
1654 rOStm << nLen; in Write()
1655 for ( i = 0; i < nLen; i++ ) in Write()
1673 sal_uInt16 nLen; in Read() local
1674 rIStm >> nLen; in Read()
1675 sal_Unicode* pBuffer = maStr.AllocBuffer( nLen ); in Read()
1676 while ( nLen-- ) in Read()