Searched refs:getUnitConverter (Results 1 – 12 of 12) sorted by relevance
/trunk/main/oox/source/xls/ |
H A D | workbookhelper.cxx | 176 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 D | pivotcachebuffer.cxx | 332 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 D | externallinkfragment.cxx | 84 …setCellValue( Any( BiffHelper::calcDoubleFromError( getUnitConverter().calcBiffErrorCode( rChars )… in onCharacters() 266 …mxExtName->appendResultValue( BiffHelper::calcDoubleFromError( getUnitConverter().calcBiffErrorCod… in onEndElement()
|
H A D | pagesettings.cxx | 1149 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 D | worksheethelper.cxx | 800 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 D | sheetdatabuffer.cxx | 383 double fSerial = getUnitConverter().calcSerialFromDateTime( rDateTime ); in setDateTimeCell() 400 setErrorCell( rModel, getUnitConverter().calcBiffErrorCode( rErrorCode ) ); in setErrorCell()
|
H A D | drawingbase.cxx | 296 const UnitConverter& rUnitConv = getUnitConverter(); in calcCellAnchorEmu()
|
H A D | pivotcachefragment.cxx | 252 case XLS_TOKEN( e ): aItem.readError( rAttribs, getUnitConverter() ); break; in onCreateContext()
|
H A D | workbooksettings.cxx | 356 getUnitConverter().finalizeNullDate( getNullDate() ); in setDateMode()
|
H A D | stylesbuffer.cxx | 1385 …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 D | drawingfragment.cxx | 494 …sal_Int32 nFontHeightHmm = getUnitConverter().scaleToMm100( pFontModel->monSize.get( 160 ), UNIT_T… in createAndInsertClientXShape()
|
/trunk/main/oox/inc/oox/xls/ |
H A D | workbookhelper.hxx | 239 UnitConverter& getUnitConverter() const;
|
Completed in 86 milliseconds