Searched refs:SvXMLExportHelper (Results 1 – 5 of 5) sorted by relevance
/aoo4110/main/xmloff/source/core/ |
H A D | xmlehelp.cxx | 41 void SvXMLExportHelper::AddLength( sal_Int32 nValue, MapUnit eValueUnit, in AddLength() 225 void SvXMLExportHelper::AddPercentage( sal_Int32 nValue, OUStringBuffer& rOut ) in AddPercentage() 231 double SvXMLExportHelper::GetConversionFactor(::rtl::OUStringBuffer& rUnit, in GetConversionFactor() 413 MapUnit SvXMLExportHelper::GetUnitFromString(const ::rtl::OUString& rString, MapUnit eDefaultUnit) in GetUnitFromString()
|
H A D | xmluconv.cxx | 434 SvXMLExportHelper::AddLength( nMeasure, eSrcUnit, in convertMeasure() 730 double fFactor = SvXMLExportHelper::GetConversionFactor(sUnit, eCoreUnit, eDstUnit); in convertDouble() 751 MapUnit eSrcUnit = SvXMLExportHelper::GetUnitFromString(rString, meCoreMeasureUnit); in convertDouble() 772 const double fFactor = SvXMLExportHelper::GetConversionFactor(sUnit, eCoreUnit, eSrcUnit); in convertDouble()
|
/aoo4110/main/xmloff/source/draw/ |
H A D | ximpcustomshape.cxx | 125 MapUnit eSrcUnit( SvXMLExportHelper::GetUnitFromString( rValue, MAP_100TH_MM ) ); in GetDistance() 162 MapUnit eSrcUnit = SvXMLExportHelper::GetUnitFromString( rValue, MAP_100TH_MM ); in GetDoublePercentage() 890 MapUnit eSrcUnit( SvXMLExportHelper::GetUnitFromString( rValue, MAP_100TH_MM ) ); in StartElement() 893 double fFactor = SvXMLExportHelper::GetConversionFactor( aUnitStr, MAP_100TH_MM, eSrcUnit ); in StartElement()
|
/aoo4110/main/xmloff/inc/ |
H A D | xmlehelp.hxx | 31 class SvXMLExportHelper class
|
/aoo4110/main/xmloff/source/style/ |
H A D | chrhghdl.cxx | 60 MapUnit eSrcUnit = SvXMLExportHelper::GetUnitFromString( rStrImpValue, MAP_POINT ); in importXML()
|
Completed in 56 milliseconds