Home
last modified time | relevance | path

Searched refs:nScWidth (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sc/source/filter/excel/
H A Dimpop.cxx606 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 Dxltools.cxx333 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 Dxetable.cxx1596 sal_uInt16 nScWidth = rDoc.GetColWidth( nScCol, nScTab ); in XclExpColinfo() local
1597 mnWidth = XclTools::GetXclColumnWidth( nScWidth, GetCharWidth() ); in XclExpColinfo()
/trunk/main/sc/source/filter/inc/
H A Dxltools.hxx150 static sal_uInt16 GetXclColumnWidth( sal_uInt16 nScWidth, long nScCharWidth );

Completed in 39 milliseconds