Home
last modified time | relevance | path

Searched refs:fValue (Results 1 – 25 of 229) sorted by last modified time

12345678910

/trunk/main/xmloff/source/forms/
H A Dpropertyexport.cxx583 double fValue = 0; in implConvertAny() local
591 fValue = aToolsDate.GetDate(); in implConvertAny()
595fValue = ((aTime.Hours * 60 + aTime.Minutes) * 60 + aTime.Seconds) * 100 + aTime.HundredthSeconds; in implConvertAny()
596 fValue = fValue / 8640000.0; in implConvertAny()
603fValue = ((aDateTime.Hours * 60 + aDateTime.Minutes) * 60 + aDateTime.Seconds) * 100 + aDateTime.H… in implConvertAny()
604 fValue = fValue / 8640000.0; in implConvertAny()
606 fValue += aToolsDateTime.GetDate(); in implConvertAny()
617 m_rContext.getGlobalContext().GetMM100UnitConverter().convertDouble(aBuffer, fValue); in implConvertAny()
/trunk/main/filter/source/flash/
H A Dswfwriter2.cxx418 sal_uInt32 swf::getFixed( double fValue ) in getFixed() argument
420 sal_Int16 nUpper = (sal_Int16)floor(fValue); in getFixed()
421 sal_uInt16 nLower = (sal_uInt16)((fValue - floor(fValue))*0x10000); in getFixed()
H A Dswfwriter.hxx115 sal_uInt32 getFixed( double fValue );
/trunk/main/sc/source/core/tool/
H A Dinterpr5.cxx1939 double lcl_GetSign(double fValue) in lcl_GetSign() argument
1941 return (fValue >= 0.0 ? 1.0 : -1.0 ); in lcl_GetSign()
H A Dinterpr2.cxx2783 inline void lclSplitBlock( double& rfInt, sal_Int32& rnBlock, double fValue, double fSize ) in lclSplitBlock() argument
2785 rnBlock = static_cast< sal_Int32 >( modf( (fValue + 0.1) / fSize, &rfInt ) * fSize + 0.1 ); in lclSplitBlock()
2878 double fValue = GetDouble(); in ScBahtText() local
2886 bool bMinus = fValue < 0.0; in ScBahtText()
2887 fValue = fabs( fValue ); in ScBahtText()
2890 fValue = ::rtl::math::approxFloor( fValue * 100.0 + 0.5 ); in ScBahtText()
2895 lclSplitBlock( fBaht, nSatang, fValue, 100.0 ); in ScBahtText()
/trunk/main/basegfx/source/inc/
H A Dstringconversiontools.hxx95 double fValue ) in lcl_putNumberChar() argument
97 rStr.append( fValue ); in lcl_putNumberChar()
101 double fValue,
/trunk/main/basegfx/source/tools/
H A Dstringconversiontools.cxx227 double fValue, in lcl_putNumberCharWithSpace() argument
232 fValue -= fOldValue; in lcl_putNumberCharWithSpace()
238 fValue >= 0.0 ) in lcl_putNumberCharWithSpace()
244 lcl_putNumberChar(rStr, fValue); in lcl_putNumberCharWithSpace()
/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx2614 double fValue = nValue; in ApplyCustomShapeGeometryAttributes() local
2615 fValue /= 65536; in ApplyCustomShapeGeometryAttributes()
2616 aAdjustmentSeq[ nAdjustmentValues ].Value <<= fValue; in ApplyCustomShapeGeometryAttributes()
/trunk/main/sd/source/filter/ppt/
H A Dpptinanimations.cxx913 double fValue = 0.0; in convertAnimationValue() local
914 rValue >>= fValue; in convertAnimationValue()
915 rValue <<= (sal_Int16)fValue; in convertAnimationValue()
/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/xls/
H A Dunitconverter.cxx173 double UnitConverter::scaleValue( double fValue, Unit eFromUnit, Unit eToUnit ) const in scaleValue() argument
175 …return (eFromUnit == eToUnit) ? fValue : (fValue * getCoefficient( eFromUnit ) / getCoefficient( e… in scaleValue()
178 sal_Int32 UnitConverter::scaleToMm100( double fValue, Unit eUnit ) const in scaleToMm100() argument
180 return static_cast< sal_Int32 >( fValue * getCoefficient( eUnit ) + 0.5 ); in scaleToMm100()
H A Dsheetdatacontext.cxx487 double fValue = rStrm.readDouble(); in importCellDouble() local
491 mrSheetData.setValueCell( maCellData, fValue ); in importCellDouble()
/trunk/main/basegfx/inc/basegfx/numeric/
H A Dftools.hxx165 inline double copySign(double fValue, double fSignCarrier) in copySign() argument
168 return _copysign(fValue, fSignCarrier); in copySign()
170 return copysign(fValue, fSignCarrier); in copySign()
/trunk/main/accessibility/source/standard/
H A Dvclxaccessiblebox.cxx535 ::rtl::OUString fValue; in setCurrentValue()
536 sal_Bool bValid = (aNumber >>= fValue); in setCurrentValue()
/trunk/main/odk/examples/DevelopersGuide/Charts/
H A DJavaSampleChartAddIn.java362 private int getAxisPosition( XShape aAxis, double fValue, boolean bVertical ) in getAxisPosition() argument
378 if( fMin <= fValue && fValue <= fMax && in getAxisPosition()
385 (1.0 - (( fValue - fMin ) / fRange ))); in getAxisPosition()
391 (( fValue - fMin ) / fRange )); in getAxisPosition()
/trunk/main/offapi/com/sun/star/i18n/
H A DXCharacterClassification.idl207 fValue = rRes.Value;
/trunk/main/xmloff/source/text/
H A Dtxtflde.cxx2364 double fValue, /// float content; possibly invalid in ProcessValueAndType() argument
2399 GetExport(), nFormatKey, fValue, bExportValue); in ProcessValueAndType()
H A Dtxtvfldi.cxx1272 fValue(0.0), in XMLValueImportHelper()
1342 fValue = fTmp; in ProcessAttribute()
1353 fValue = fTmp; in ProcessAttribute()
1365 fValue = fTmp; in ProcessAttribute()
1376 fValue = (bTmp ? 1.0 : 0.0); in ProcessAttribute()
1384 fValue = fTmp; in ProcessAttribute()
1465 aAny <<= fValue; in PrepareField()
/trunk/main/scaddins/source/analysis/
H A Danalysishelper.cxx1757 double fValue; in Append() local
1758 if( rAnyConv.getDouble( fValue, rAny ) ) in Append()
1759 Append( fValue ); in Append()
1809 sal_Bool ScaDoubleListGT0::CheckInsert( double fValue ) const throw( uno::RuntimeException, lang::I… in CheckInsert()
1811 if( fValue < 0.0 ) in CheckInsert()
1813 return fValue > 0.0; in CheckInsert()
1822 if( fValue < 0.0 ) in CheckInsert()
3050 double fValue = 0.0; in convertToDouble() local
3055 fValue = xFormatter->convertStringToNumber( nDefaultFormat, rString ); in convertToDouble()
3066 fValue = ::rtl::math::stringToDouble( rString, '.', ',', &eStatus, &nEnd ); in convertToDouble()
[all …]
/trunk/main/xmloff/inc/
H A Dtxtflde.hxx343 double fValue, /// float content; possibly invalid
/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx859 if( fValue < 0.0 ) in appendDouble()
862 fValue=-fValue; in appendDouble()
865 sal_Int64 nInt = (sal_Int64)fValue; in appendDouble()
866 fValue -= (double)nInt; in appendDouble()
868 if( fValue == 1.0 || log10( 1.0-fValue ) <= -nPrecision ) in appendDouble()
871 fValue = 0.0; in appendDouble()
874 if( fValue ) in appendDouble()
876 fValue *= pow( 10.0, (double)nPrecision ); in appendDouble()
877 nFrac = (sal_Int64)fValue; in appendDouble()
1421 double fValue = pixelToPoint(rPoint.getX()); in appendPixelPoint() local
[all …]
/trunk/main/forms/source/component/
H A DFormattedField.cxx1114 double fValue = 0; in translateExternalValueToControlValue() local
1115 OSL_VERIFY( _rExternalValue >>= fValue ); in translateExternalValueToControlValue()
1116 aControlValue <<= fValue; in translateExternalValueToControlValue()
1153 double fValue = 0; in translateControlValueToExternalValue() local
1154 OSL_VERIFY( aControlValue >>= fValue ); in translateControlValueToExternalValue()
1158 aExternalValue <<= (sal_Bool)( fValue ? sal_True : sal_False ); in translateControlValueToExternalValue()
1164 double fValue = 0; in translateControlValueToExternalValue() local
1165 OSL_VERIFY( aControlValue >>= fValue ); in translateControlValueToExternalValue()
1172 aExternalValue <<= DBTypeConversion::toDate( fValue, m_aNullDate ); in translateControlValueToExternalValue()
1176 aExternalValue <<= DBTypeConversion::toTime( fValue ); in translateControlValueToExternalValue()
[all …]
/trunk/main/xmloff/source/transform/
H A DStyleOASISTContext.cxx547 const double fValue = ((double)nValue) / 100.0; in StartElement() local
548 pAttrList->AddAttribute( rAttrName, OUString::valueOf( fValue ) ); in StartElement()
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()
/trunk/main/xmloff/source/xforms/
H A DSchemaRestrictionContext.cxx180 double fValue; in lcl_double() local
181 bool bSuccess = SvXMLUnitConverter::convertDouble( fValue, rValue ); in lcl_double()
182 return bSuccess ? makeAny( fValue ) : Any(); in lcl_double()

Completed in 297 milliseconds

12345678910