Home
last modified time | relevance | path

Searched refs:scaleToMm100 (Results 1 – 6 of 6) sorted by relevance

/trunk/main/oox/source/xls/
H A Dunitconverter.cxx153 …nDigitWidth = ::std::max( nDigitWidth, scaleToMm100( xFont->getCharWidth( cChar ), UNIT_REFDEVX ) … in finalizeImport()
157 sal_Int32 nSpaceWidth = scaleToMm100( xFont->getCharWidth( ' ' ), UNIT_REFDEVX ); in finalizeImport()
178 sal_Int32 UnitConverter::scaleToMm100( double fValue, Unit eUnit ) const in scaleToMm100() function in oox::xls::UnitConverter
H A Dpagesettings.cxx1159 …aPropMap[ PROP_LeftMargin ] <<= rUnitConv.scaleToMm100( rModel.mfLeftMargin, UNIT_INCH … in writePageSettingsProperties()
1160 …aPropMap[ PROP_RightMargin ] <<= rUnitConv.scaleToMm100( rModel.mfRightMargin, UNIT_INCH… in writePageSettingsProperties()
1162 …aPropMap[ PROP_TopMargin ] <<= rUnitConv.scaleToMm100( maHeaderData.mbHasContent ? rMo… in writePageSettingsProperties()
1164 …aPropMap[ PROP_BottomMargin ] <<= rUnitConv.scaleToMm100( maFooterData.mbHasContent ? rMo… in writePageSettingsProperties()
1209 …orHFData.mnBodyDist = getUnitConverter().scaleToMm100( fPageMargin - fContentMargin, UNIT_INCH ) -… in convertHeaderFooterData()
1236 nHeight = getUnitConverter().scaleToMm100( fTotalHeight, UNIT_POINT ); in writeHeaderFooter()
H A Dworksheethelper.cxx802 …rUnitConv.scaleToMm100( nWidth, UNIT_DIGIT ) + rUnitConv.scaleToMm100( 5, UNIT_SCREENX ), UNIT_DIG… in setBaseColumnWidth()
1191 sal_Int32 nWidth = getUnitConverter().scaleToMm100( rModel.mfWidth, UNIT_DIGIT ); in convertColumns()
1237 sal_Int32 nHeight = getUnitConverter().scaleToMm100( fHeight, UNIT_POINT ); in convertRows()
H A Ddrawingfragment.cxx494 …sal_Int32 nFontHeightHmm = getUnitConverter().scaleToMm100( pFontModel->monSize.get( 160 ), UNIT_T… in createAndInsertClientXShape()
H A Dstylesbuffer.cxx1385 …case FILTER_OOXML: nIndent = getUnitConverter().scaleToMm100( 3.0 * maModel.mnIndent, UNIT_SPACE … in finalizeImport()
1386 …case FILTER_BIFF: nIndent = getUnitConverter().scaleToMm100( 10.0 * maModel.mnIndent, UNIT_POINT… in finalizeImport()
/trunk/main/oox/inc/oox/xls/
H A Dunitconverter.hxx83 sal_Int32 scaleToMm100( double fValue, Unit eUnit ) const;

Completed in 62 milliseconds