Home
last modified time | relevance | path

Searched refs:nColFirst (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sc/source/filter/excel/
H A Dexcform.cxx565 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 Dexcform8.cxx485 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 Dimpop.cxx597 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()
682 if( nColFirst > 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()
698 pColRowBuff->SetDefaultXF( nColFirst, nColLast, nXF ); in Colinfo()
/trunk/main/sc/source/filter/lotus/
H A Dlotattr.cxx277 void LotAttrTable::SetAttr( const SCCOL nColFirst, const SCCOL nColLast, const SCROW nRow, in SetAttr() argument
286 for( nColCnt = nColFirst ; nColCnt <= nColLast ; nColCnt++ ) in SetAttr()
/trunk/main/sc/source/filter/inc/
H A Dlotattr.hxx140 …void SetAttr( const SCCOL nColFirst, const SCCOL nColLast, const SCROW nRow, const LotAttrWK3& …

Completed in 28 milliseconds