Home
last modified time | relevance | path

Searched refs:fValue (Results 151 – 175 of 229) sorted by relevance

12345678910

/trunk/main/sc/source/core/data/
H A Dcell.cxx584 ScValueCell::ScValueCell( double fValue ) : in ScValueCell() argument
586 mfValue( fValue ) in ScValueCell()
1943 double fValue = GetValue(); in GetURLResult() local
1944 pFormatter->GetOutputString( fValue, nCellFormat, rCellText, &pColor ); in GetURLResult()
/trunk/main/oox/source/drawingml/
H A Dcustomshapegeometry.cxx103 double fValue = 0.0; in GetFormulaParameter() local
104 if ( rParameter.Value >>= fValue ) in GetFormulaParameter()
105 aRet = rtl::OUString::valueOf( fValue ); in GetFormulaParameter()
434 double fValue = ( static_cast< double >( nValue ) / 60000.0 ) * 360.0; in GetAdjAngle() local
435 aAngle.Value <<= fValue; in GetAdjAngle()
/trunk/main/chart2/source/view/inc/
H A DVSeriesPlotter.hxx335 , double fValue
343 , double fValue
H A DDateHelper.hxx50 static double RasterizeDateValue( double fValue, const Date& rNullDate, long TimeResolution );
/trunk/main/xmloff/source/core/
H A DDocumentSettingsContext.cxx669 double fValue(0.0); in EndElement() local
670 SvXMLUnitConverter::convertDouble(fValue, msValue); in EndElement()
671 mrAny <<= fValue; in EndElement()
H A DSettingsExportHelper.cxx254 void XMLSettingsExportHelper::exportDouble(const double fValue, const rtl::OUString& rName) const in exportDouble() argument
261 SvXMLUnitConverter::convertDouble(sBuffer, fValue); in exportDouble()
/trunk/main/xmloff/source/transform/
H A DStyleOOoTContext.cxx953 double fValue = sAttrValue.toDouble(); in StartElement() local
954 sal_Int32 nValue = (sal_Int32)((fValue * 100.0) + ( fValue > 0 ? 0.5 : - 0.5 ) ); in StartElement()
H A DStyleOASISTContext.cxx547 const double fValue = ((double)nValue) / 100.0; in StartElement() local
548 pAttrList->AddAttribute( rAttrName, OUString::valueOf( fValue ) ); in StartElement()
/trunk/main/sc/source/filter/excel/
H A Dxelink.cxx179 void WriteDouble( XclExpStream& rStrm, double fValue );
1157 void XclExpCrn::WriteDouble( XclExpStream& rStrm, double fValue ) in WriteDouble() argument
1159 if( ::rtl::math::isNan( fValue ) ) in WriteDouble()
1161 … static_cast< sal_uInt16 >( reinterpret_cast< const sal_math_Double* >( &fValue )->nan_parts.fract… in WriteDouble()
1166 rStrm << EXC_CACHEDVAL_DOUBLE << fValue; in WriteDouble()
/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShapeFunctionParser.cxx59 double fValue; in FillEquationParameter() local
60 if ( rSource.Value >>= fValue ) in FillEquationParameter()
61 nValue = (sal_Int32)fValue; in FillEquationParameter()
/trunk/main/sc/source/ui/inc/
H A Deditfield.hxx38 void SetValue( double fValue,
H A Dsolveroptions.hxx114 void SetValue( double fValue );
/trunk/main/testtools/source/cliversioning/
H A Dversion.cs334 double fValue ) in setValue() argument
337 0, 0 ).setValue( fValue ); in setValue()
/trunk/main/chart2/source/tools/
H A DCommonConverters.cxx496 double fValue = 0.0; in hasDoubleValue() local
497 if( rAny >>= fValue ) in hasDoubleValue()
/trunk/main/filter/source/msfilter/
H A Descherex.cxx2455 double fValue; in GetValueForEnhancedCustomShapeParameter() local
2456 if ( rParameter.Value >>= fValue ) in GetValueForEnhancedCustomShapeParameter()
2457 nValue = (sal_Int32)fValue; in GetValueForEnhancedCustomShapeParameter()
2504 double fValue; in GetValueForEnhancedCustomShapeHandleParameter() local
2505 if ( rParameter.Value >>= fValue ) in GetValueForEnhancedCustomShapeHandleParameter()
2506 nRetValue = (sal_Int32)fValue; in GetValueForEnhancedCustomShapeHandleParameter()
2684 double fValue(0.0); in GetAdjustmentValue() local
2685 rkProp.Value >>= fValue; in GetAdjustmentValue()
2687 fValue *= 65536.0; in GetAdjustmentValue()
2688 nValue = (sal_Int32)fValue; in GetAdjustmentValue()
/trunk/main/chart2/source/inc/
H A DRelativeSizeHelper.hxx37 double fValue,
/trunk/main/xmloff/source/draw/
H A Dshapeexport4.cxx1027 double fValue = 0.0; in ImpExportEnhancedGeometry() local
1028 rAdj.Value >>= fValue; in ImpExportEnhancedGeometry()
1029 rUnitConverter.convertDouble( aStrBuffer, fValue ); in ImpExportEnhancedGeometry()
/trunk/main/xmloff/source/chart/
H A DSchXMLTableContext.cxx154 m_rData[m_nIndex] = rCell.fValue; in operator ()()
788 aCell.fValue = fData; in StartElement()
862 rComplexLabel[0] = uno::makeAny( rCell.fValue ); in lcl_ApplyCellToComplexLabel()
/trunk/main/svtools/source/uno/
H A Dtreecontrolpeer.cxx1206 double fValue = 0.0; in getEntryString() local
1207 if( rValue >>= fValue ) in getEntryString()
1208 sValue = OUString::valueOf( fValue ); in getEntryString()
/trunk/main/sc/source/filter/xml/
H A DXMLChangeTrackingExportHelper.hxx66 void SetValueAttributes(const double& fValue, const String& sValue);
H A DXMLChangeTrackingExportHelper.cxx275 void ScChangeTrackingExportHelper::SetValueAttributes(const double& fValue, const String& sValue) in SetValueAttributes() argument
317 SvXMLUnitConverter::convertDouble(sBuffer, fValue); in SetValueAttributes()
/trunk/main/extensions/source/scanner/
H A Dsanedlg.hxx134 sal_Bool SetAdjustedNumericalValue( const char* pOption, double fValue, int nElement = 0 );
/trunk/main/chart2/source/view/charttypes/
H A DPieChart.cxx525 aPieLabelInfo.fValue = fLogicYValue; in createShapes()
613 : xTextShape(0), xLabelGroupShape(0), aFirstPosition(), aOrigin(), fValue(0.0) in PieLabelInfo()
/trunk/main/oox/inc/oox/xls/
H A Dformulaparser.hxx142 … ApiTokenSequence convertNumberToHyperlink( const ::rtl::OUString& rUrl, double fValue ) const;
/trunk/main/sc/inc/
H A Ddpcachetable.hxx106 explicit SingleFilter(String aString, double fValue, bool bHasValue);

Completed in 274 milliseconds

12345678910