Home
last modified time | relevance | path

Searched refs:getUnitConverter (Results 1 – 12 of 12) sorted by relevance

/trunk/main/oox/source/xls/
H A Dworkbookhelper.cxx176 inline UnitConverter& getUnitConverter() const { return *mxUnitConverter; } in getUnitConverter() function in oox::xls::WorkbookGlobals
831 UnitConverter& WorkbookHelper::getUnitConverter() const in getUnitConverter() function in oox::xls::WorkbookHelper
833 return mrBookGlob.getUnitConverter(); in getUnitConverter()
H A Dpivotcachebuffer.cxx332 case XLS_TOKEN( e ): rItem.readError( rAttribs, getUnitConverter() ); break; in importItem()
617 …maFieldGroupModel.maStartDate = getUnitConverter().calcDateTimeFromSerial( maFieldGroupModel.mfSta… in importPCDFRangePr()
618 …maFieldGroupModel.maEndDate = getUnitConverter().calcDateTimeFromSerial( maFieldGroupModel.mfEnd… in importPCDFRangePr()
789 …aGroupInfo.Start = getUnitConverter().calcSerialFromDateTime( maFieldGroupModel.maStartDat… in createDateGroupField()
790 …aGroupInfo.End = getUnitConverter().calcSerialFromDateTime( maFieldGroupModel.maEndDate … in createDateGroupField()
H A Dexternallinkfragment.cxx84 …setCellValue( Any( BiffHelper::calcDoubleFromError( getUnitConverter().calcBiffErrorCode( rChars )… in onCharacters()
266 …mxExtName->appendResultValue( BiffHelper::calcDoubleFromError( getUnitConverter().calcBiffErrorCod… in onEndElement()
H A Dpagesettings.cxx1149 const UnitConverter& rUnitConv = getUnitConverter(); 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.cxx800 const UnitConverter& rUnitConv = getUnitConverter(); 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 Dsheetdatabuffer.cxx383 double fSerial = getUnitConverter().calcSerialFromDateTime( rDateTime ); in setDateTimeCell()
400 setErrorCell( rModel, getUnitConverter().calcBiffErrorCode( rErrorCode ) ); in setErrorCell()
H A Ddrawingbase.cxx296 const UnitConverter& rUnitConv = getUnitConverter(); in calcCellAnchorEmu()
H A Dpivotcachefragment.cxx252 case XLS_TOKEN( e ): aItem.readError( rAttribs, getUnitConverter() ); break; in onCreateContext()
H A Dworkbooksettings.cxx356 getUnitConverter().finalizeNullDate( getNullDate() ); in setDateMode()
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()
3304 getUnitConverter().finalizeImport(); in finalizeImport()
H A Ddrawingfragment.cxx494 …sal_Int32 nFontHeightHmm = getUnitConverter().scaleToMm100( pFontModel->monSize.get( 160 ), UNIT_T… in createAndInsertClientXShape()
/trunk/main/oox/inc/oox/xls/
H A Dworkbookhelper.hxx239 UnitConverter& getUnitConverter() const;

Completed in 86 milliseconds