Home
last modified time | relevance | path

Searched refs:nScCharWidth (Results 1 – 2 of 2) sorted by relevance

/aoo41x/main/sc/source/filter/excel/
H A Dxltools.cxx327 sal_uInt16 XclTools::GetScColumnWidth( sal_uInt16 nXclWidth, long nScCharWidth ) in GetScColumnWidth() argument
329 double fScWidth = static_cast< double >( nXclWidth ) / 256.0 * nScCharWidth + 0.5; in GetScColumnWidth()
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()
/aoo41x/main/sc/source/filter/inc/
H A Dxltools.hxx147 static sal_uInt16 GetScColumnWidth( sal_uInt16 nXclWidth, long nScCharWidth );
150 static sal_uInt16 GetXclColumnWidth( sal_uInt16 nScWidth, long nScCharWidth );

Completed in 15 milliseconds