Home
last modified time | relevance | path

Searched refs:convertDouble (Results 1 – 25 of 46) sorted by relevance

12

/trunk/main/xmloff/source/core/
H A Dxmluconv.cxx712 SvXMLUnitConverter::convertDouble(rBuffer, fNumber, in convertDouble()
746 sal_Bool SvXMLUnitConverter::convertDouble(double& rValue, in convertDouble() function in SvXMLUnitConverter
753 return SvXMLUnitConverter::convertDouble(rValue, rString, in convertDouble()
763 sal_Bool SvXMLUnitConverter::convertDouble(double& rValue, in convertDouble() function in SvXMLUnitConverter
1452 convertDouble(rBuffer, rVector.getX()); in convertB3DVector()
1454 convertDouble(rBuffer, rVector.getY()); in convertB3DVector()
1456 convertDouble(rBuffer, rVector.getZ()); in convertB3DVector()
1480 convertDouble( rBuffer, rPosition.PositionX, sal_True ); in convertPosition3D()
1482 convertDouble( rBuffer, rPosition.PositionY, sal_True ); in convertPosition3D()
1484 convertDouble( rBuffer, rPosition.PositionZ, sal_True ); in convertPosition3D()
[all …]
/trunk/main/sax/inc/sax/tools/
H A Dconverter.hxx119 static void convertDouble( ::rtl::OUStringBuffer& rBuffer,
126 static void convertDouble( ::rtl::OUStringBuffer& rBuffer, double fNumber);
130 static bool convertDouble( double& rValue,
136 static bool convertDouble(double& rValue, const ::rtl::OUString& rString);
139 static bool convertDouble(double& rValue, const ::rtl::OUString& rString, sal_Int16 nTargetUnit );
/trunk/main/xmloff/inc/xmloff/
H A Dxmluconv.hxx256 void convertDouble(::rtl::OUStringBuffer& rBuffer,
261 static void convertDouble( ::rtl::OUStringBuffer& rBuffer,
265 static void convertDouble( ::rtl::OUStringBuffer& rBuffer, double fNumber);
268 …sal_Bool convertDouble(double& rValue, const ::rtl::OUString& rString, sal_Bool bLookForUnits) con…
272 static sal_Bool convertDouble(double& rValue,
276 static sal_Bool convertDouble(double& rValue, const ::rtl::OUString& rString);
/trunk/main/xmloff/source/draw/
H A Dshapeexport4.cxx521 rUnitConverter.convertDouble( aStrBuffer, fTextRotateAngle ); in ImpExportEnhancedGeometry()
551 …rUnitConverter.convertDouble( aStrBuffer, fExtrusionBrightness, sal_False, MAP_RELATIVE, MAP_RELAT… in ImpExportEnhancedGeometry()
566 rExport.GetMM100UnitConverter().convertDouble( aStrBuffer, fDepth, sal_True ); in ImpExportEnhancedGeometry()
579 …rUnitConverter.convertDouble( aStrBuffer, fExtrusionDiffusion, sal_False, MAP_RELATIVE, MAP_RELATI… in ImpExportEnhancedGeometry()
622 …rUnitConverter.convertDouble( aStrBuffer, fExtrusionFirstLightLevel, sal_False, MAP_RELATIVE, MAP_… in ImpExportEnhancedGeometry()
634 …rUnitConverter.convertDouble( aStrBuffer, fExtrusionSecondLightLevel, sal_False, MAP_RELATIVE, MAP… in ImpExportEnhancedGeometry()
728 …rUnitConverter.convertDouble( aStrBuffer, fExtrusionShininess, sal_False, MAP_RELATIVE, MAP_RELATI… in ImpExportEnhancedGeometry()
752 …rUnitConverter.convertDouble( aStrBuffer, fExtrusionSpecularity, sal_False, MAP_RELATIVE, MAP_RELA… in ImpExportEnhancedGeometry()
1029 rUnitConverter.convertDouble( aStrBuffer, fValue ); in ImpExportEnhancedGeometry()
H A Danimationexport.cxx597 SvXMLUnitConverter::convertDouble( sTmp, fDuration ); in exportTransitionNode()
782 SvXMLUnitConverter::convertDouble( sTmp, fTemp ); in exportNode()
832 SvXMLUnitConverter::convertDouble( sTmp, fTemp ); in exportNode()
839 SvXMLUnitConverter::convertDouble( sTmp, fTemp ); in exportNode()
858 SvXMLUnitConverter::convertDouble( sTmp, fTemp ); in exportNode()
873 SvXMLUnitConverter::convertDouble( sTmp, fTemp ); in exportNode()
1362 SvXMLUnitConverter::convertDouble( sTmp, fVolume ); in exportAudio()
H A Dxexptran.cxx233 rConv.convertDouble(fRetval, sNumberString.makeStringAndClear(), true); in Imp_GetDoubleChar()
235 rConv.convertDouble(fRetval, sNumberString.makeStringAndClear()); in Imp_GetDoubleChar()
244 SvXMLUnitConverter::convertDouble(sStringBuffer, fValue); in Imp_PutDoubleChar()
254 rConv.convertDouble(sStringBuffer, fValue, true); in Imp_PutDoubleChar()
256 rConv.convertDouble(sStringBuffer, fValue); in Imp_PutDoubleChar()
H A Dximpcustomshape.cxx114 if ( SvXMLUnitConverter::convertDouble( fAttrDouble, rValue ) ) in GetDouble()
128 if ( SvXMLUnitConverter::convertDouble( fAttrDouble, rValue, eSrcUnit, MAP_100TH_MM ) ) in GetDistance()
398 if ( SvXMLUnitConverter::convertDouble( fAttrDouble, aNumber ) ) in GetNextParameter()
460 if ( !SvXMLUnitConverter::convertDouble( fAttrDouble, aToken ) ) in GetDoubleSequence()
/trunk/main/xmloff/source/chart/
H A DXMLAxisPositionPropertyHdl.cxx75 bResult = SvXMLUnitConverter::convertDouble( fDblValue, rStrImpValue ); in importXML()
95 SvXMLUnitConverter::convertDouble( sValueBuffer, fValue ); in exportXML()
115 SvXMLUnitConverter::convertDouble( sValueBuffer, 0.0 ); in exportXML()
H A DPropertyMaps.cxx393 SvXMLUnitConverter::convertDouble( sValueBuffer, fVal ); in handleSpecialItem()
539 SvXMLUnitConverter::convertDouble( fVal, rValue ); in handleSpecialItem()
/trunk/main/sax/source/tools/
H A Dconverter.cxx614 void Converter::convertDouble( OUStringBuffer& rBuffer, in convertDouble() function in sax::Converter
640 void Converter::convertDouble( ::rtl::OUStringBuffer& rBuffer, double fNumber) in convertDouble() function in sax::Converter
646 bool Converter::convertDouble(double& rValue, in convertDouble() function in sax::Converter
651 return convertDouble(rValue, rString, nSourceUnit, nTargetUnit ); in convertDouble()
655 bool Converter::convertDouble(double& rValue, in convertDouble() function in sax::Converter
673 bool Converter::convertDouble(double& rValue, const ::rtl::OUString& rString) in convertDouble() function in sax::Converter
/trunk/main/xmloff/source/style/
H A Dchrhghdl.cxx61 if( SvXMLUnitConverter::convertDouble( fSize, rStrImpValue, eSrcUnit, MAP_POINT )) in importXML()
78 SvXMLUnitConverter::convertDouble( aOut, (double)fSize, sal_True, MAP_POINT, MAP_POINT ); in exportXML()
H A Dxmlbahdl.cxx620 sal_Bool bRet = SvXMLUnitConverter::convertDouble( fDblValue, rStrImpValue ); in importXML()
634 SvXMLUnitConverter::convertDouble( aOut, fValue ); in exportXML()
/trunk/main/xmloff/source/forms/
H A Dcontrolpropertyhdl.cxx348 SvXMLUnitConverter::convertDouble(fValue, _rStrImpValue); in importXML()
367 SvXMLUnitConverter::convertDouble(sValue, ((double)fAngle) / 10); in exportXML()
H A Dpropertyimport.cxx169 _rImporter.GetMM100UnitConverter().convertDouble(nValue, _rReadCharacters); in convertString()
197 _rImporter.GetMM100UnitConverter().convertDouble(nValue, _rReadCharacters); in convertString()
H A Dpropertyexport.cxx558 … m_rContext.getGlobalContext().GetMM100UnitConverter().convertDouble(aBuffer, getDouble(_rValue)); in implConvertAny()
617 m_rContext.getGlobalContext().GetMM100UnitConverter().convertDouble(aBuffer, fValue); in implConvertAny()
/trunk/main/reportdesign/source/filter/xml/
H A DxmlControlProperty.cxx244 rImporter.GetMM100UnitConverter().convertDouble(nValue, _rReadCharacters); in convertString()
275 rImporter.GetMM100UnitConverter().convertDouble(nValue, _rReadCharacters); in convertString()
/trunk/main/starmath/source/
H A Dmathmlexport.cxx1321 SvXMLUnitConverter::convertDouble(sStrBuf, in ExportFont()
1326 SvXMLUnitConverter::convertDouble(sStrBuf, in ExportFont()
1331 SvXMLUnitConverter::convertDouble(sStrBuf, in ExportFont()
1355 SvXMLUnitConverter::convertDouble(sStrBuf,mytest); in ExportFont()
/trunk/main/xmloff/source/transform/
H A DStyleOASISTContext.cxx342 SvXMLUnitConverter::convertDouble( fIntervalMajor, rAttrValue ); in StartElement()
600 SvXMLUnitConverter::convertDouble( aBuf, fIntervalMinor ); in StartElement()
H A DStyleOOoTContext.cxx723 SvXMLUnitConverter::convertDouble( fIntervalMajor, sAttrValue ); in StartElement()
726 SvXMLUnitConverter::convertDouble( fIntervalMinor, sAttrValue ); in StartElement()
/trunk/main/sc/source/filter/xml/
H A DXMLExportDDELinks.cxx85 rExport.GetMM100UnitConverter().convertDouble(sBuffer, fValue); in WriteCell()
H A Dxmldpimp.cxx1665 GetScImport().GetMM100UnitConverter().convertDouble(fStart, sValue); in ScXMLDataPilotGroupsContext()
1675 GetScImport().GetMM100UnitConverter().convertDouble(fEnd, sValue); in ScXMLDataPilotGroupsContext()
1680 GetScImport().GetMM100UnitConverter().convertDouble(fStep, sValue); in ScXMLDataPilotGroupsContext()
H A Dxmlcelli.cxx176 rXMLImport.GetMM100UnitConverter().convertDouble(fValue, sValue); in ScXMLTableRowCellContext()
218 rXMLImport.GetMM100UnitConverter().convertDouble(fValue, sValue); in ScXMLTableRowCellContext()
/trunk/main/dbaccess/source/filter/xml/
H A DxmlDataSourceSetting.cxx247 rImporter.GetMM100UnitConverter().convertDouble(nValue, _rReadCharacters); in convertString()
/trunk/main/xmloff/source/text/
H A Dtxtvfldi.cxx1339 sal_Bool bRet = SvXMLUnitConverter::convertDouble(fTmp,sAttrValue); in ProcessAttribute()
1381 bRet = SvXMLUnitConverter::convertDouble(fTmp,sAttrValue); in ProcessAttribute()
/trunk/main/xmloff/source/xforms/
H A DSchemaRestrictionContext.cxx181 bool bSuccess = SvXMLUnitConverter::convertDouble( fValue, rValue ); in lcl_double()

Completed in 137 milliseconds

12