Searched refs:nColLast (Results 1 – 5 of 5) sorted by relevance
/aoo41x/main/sc/source/filter/excel/ |
H A D | excform.cxx | 565 sal_uInt8 nColFirst, nColLast; in Convert() local 580 if( IsComplColRange( nColFirst, nColLast ) ) in Convert() 635 sal_uInt8 nColFirst, nColLast; in Convert() local 648 if( IsComplColRange( nColFirst, nColLast ) ) in Convert() 782 sal_uInt8 nColFirst, nColLast; in Convert() local 787 >> nColFirst >> nColLast; in Convert() 1068 sal_uInt8 nColFirst, nColLast; in Convert() local 1083 if( IsComplColRange( nColFirst, nColLast ) ) in Convert() 1133 sal_uInt8 nColFirst, nColLast; in Convert() local 1235 sal_uInt8 nColFirst, nColLast; in Convert() local [all …]
|
H A D | excform8.cxx | 485 sal_uInt16 nColFirst, nColLast; in Convert() local 489 aIn >> nRowFirst >> nRowLast >> nColFirst >> nColLast; in Convert() 500 if( IsComplColRange( nColFirst, nColLast ) ) in Convert() 568 sal_uInt16 nColFirst, nColLast; in Convert() local 576 aIn >> nRowFirst >> nRowLast >> nColFirst >> nColLast; in Convert() 581 if( IsComplColRange( nColFirst, nColLast ) ) in Convert() 1014 sal_uInt16 nColFirst, nColLast; in Convert() local 1018 aIn >> nRowFirst >> nRowLast >> nColFirst >> nColLast; in Convert() 1029 if( IsComplColRange( nColFirst, nColLast ) ) in Convert() 1086 sal_uInt16 nColFirst, nColLast; in Convert() local [all …]
|
H A D | impop.cxx | 597 sal_uInt8 nColFirst, nColLast; in Colwidth() local 600 aIn >> nColFirst >> nColLast >> nColWidth; in Colwidth() 607 pColRowBuff->SetWidthRange( nColFirst, nColLast, nScWidth ); in Colwidth() 677 sal_uInt16 nColFirst, nColLast, nColWidth, nXF; in Colinfo() local 680 aIn >> nColFirst >> nColLast >> nColWidth >> nXF >> nOpt; in Colinfo() 685 if( nColLast > MAXCOL ) in Colinfo() 686 nColLast = static_cast<sal_uInt16>(MAXCOL); in Colinfo() 691 pColOutlineBuff->SetLevelRange( nColFirst, nColLast, nLevel, bCollapsed, bHidden ); in Colinfo() 694 pColRowBuff->HideColRange( nColFirst, nColLast ); in Colinfo() 697 pColRowBuff->SetWidthRange( nColFirst, nColLast, nScWidth ); in Colinfo() [all …]
|
/aoo41x/main/sc/source/filter/lotus/ |
H A D | lotattr.cxx | 277 void LotAttrTable::SetAttr( const SCCOL nColFirst, const SCCOL nColLast, const SCROW nRow, in SetAttr() argument 286 for( nColCnt = nColFirst ; nColCnt <= nColLast ; nColCnt++ ) in SetAttr()
|
/aoo41x/main/sc/source/filter/inc/ |
H A D | lotattr.hxx | 140 …void SetAttr( const SCCOL nColFirst, const SCCOL nColLast, const SCROW nRow, const LotAttrWK3& …
|
Completed in 48 milliseconds