Searched refs:nRowLast (Results 1 – 2 of 2) sorted by relevance
| /trunk/main/sc/source/filter/excel/ |
| H A D | excform.cxx | 564 sal_uInt16 nRowFirst, nRowLast; in Convert() local 569 aIn >> nRowFirst >> nRowLast >> nColFirst >> nColLast; in Convert() 578 ExcRelToScRel( nRowLast, nColLast, aCRD.Ref2, bRangeName ); in Convert() 582 else if( IsComplRowRange( nRowFirst, nRowLast ) ) in Convert() 634 sal_uInt16 nRowFirst, nRowLast; in Convert() local 643 aIn >> nRowFirst >> nRowLast >> nColFirst >> nColLast; in Convert() 646 ExcRelToScRel( nRowLast, nColLast, aCRD.Ref2, bRNorSF ); in Convert() 650 else if( IsComplRowRange( nRowFirst, nRowLast ) ) in Convert() 780 sal_uInt16 nTabFirst, nTabLast, nRowFirst, nRowLast; in Convert() local 786 aIn >> nTabFirst >> nTabLast >> nRowFirst >> nRowLast in Convert() [all …]
|
| H A D | excform8.cxx | 484 sal_uInt16 nRowFirst, nRowLast; in Convert() local 489 aIn >> nRowFirst >> nRowLast >> nColFirst >> nColLast; in Convert() 498 ExcRelToScRel8( nRowLast, nColLast, aCRD.Ref2, bRangeName ); in Convert() 502 else if( IsComplRowRange( nRowFirst, nRowLast ) ) in Convert() 567 sal_uInt16 nRowFirst, nRowLast; in Convert() local 576 aIn >> nRowFirst >> nRowLast >> nColFirst >> nColLast; in Convert() 579 ExcRelToScRel8( nRowLast, nColLast, aCRD.Ref2, bRNorSF ); in Convert() 583 else if( IsComplRowRange( nRowFirst, nRowLast ) ) in Convert() 1013 sal_uInt16 nRowFirst, nRowLast; in Convert() local 1018 aIn >> nRowFirst >> nRowLast >> nColFirst >> nColLast; in Convert() [all …]
|