Searched refs:nScWidth (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/sc/source/filter/excel/ |
H A D | impop.cxx | 606 sal_uInt16 nScWidth = XclTools::GetScColumnWidth( nColWidth, GetCharWidth() ); in Colwidth() local 607 pColRowBuff->SetWidthRange( nColFirst, nColLast, nScWidth ); in Colwidth() 665 …sal_uInt16 nScWidth = XclTools::GetScColumnWidth( limit_cast< sal_uInt16 >( fDefWidth ), GetCharWi… in DefColWidth() local 666 pColRowBuff->SetDefWidth( nScWidth ); in DefColWidth() 696 sal_uInt16 nScWidth = XclTools::GetScColumnWidth( nColWidth, GetCharWidth() ); in Colinfo() local 697 pColRowBuff->SetWidthRange( nColFirst, nColLast, nScWidth ); in Colinfo() 819 sal_uInt16 nScWidth = XclTools::GetScColumnWidth( maStrm.ReaduInt16(), GetCharWidth() ); in Standardwidth() local 820 pColRowBuff->SetDefWidth( nScWidth, sal_True ); in Standardwidth()
|
H A D | xltools.cxx | 333 sal_uInt16 XclTools::GetXclColumnWidth( sal_uInt16 nScWidth, long nScCharWidth ) in GetXclColumnWidth() argument 335 double fXclWidth = static_cast< double >( nScWidth ) * 256.0 / nScCharWidth + 0.5; in GetXclColumnWidth()
|
H A D | xetable.cxx | 1596 sal_uInt16 nScWidth = rDoc.GetColWidth( nScCol, nScTab ); in XclExpColinfo() local 1597 mnWidth = XclTools::GetXclColumnWidth( nScWidth, GetCharWidth() ); in XclExpColinfo()
|
/aoo41x/main/sc/source/filter/inc/ |
H A D | xltools.hxx | 150 static sal_uInt16 GetXclColumnWidth( sal_uInt16 nScWidth, long nScCharWidth );
|
Completed in 182 milliseconds