Home
last modified time | relevance | path

Searched refs:fValue (Results 76 – 100 of 229) sorted by relevance

12345678910

/trunk/main/chart2/source/inc/
H A DExplicitCategoriesProvider.hxx60 : fValue(1.0) in DatePlusIndex()
66 : fValue(_fValue) in DatePlusIndex()
71 double fValue; member
/trunk/main/basegfx/inc/basegfx/range/
H A Db2drange.hxx245 void grow(double fValue) in grow() argument
247 maRangeX.grow(fValue); in grow()
248 maRangeY.grow(fValue); in grow()
/trunk/main/basegfx/source/polygon/
H A Db2dpolygontools.cxx1239 double fValue = (rPoint.getY() - rEdgeStart.getY()) / rEdgeDelta.getY(); in isPointOnEdge() local
1241 if(fTools::more(fValue, fZero) && fTools::less(fValue, fOne)) in isPointOnEdge()
1245 *pCut = fValue; in isPointOnEdge()
1259 if(fTools::more(fValue, fZero) && fTools::less(fValue, fOne)) in isPointOnEdge()
1263 *pCut = fValue; in isPointOnEdge()
1280 double fValue = (fTOne + fTTwo) / 2.0; in isPointOnEdge() local
1282 if(fTools::more(fValue, fZero) && fTools::less(fValue, fOne)) in isPointOnEdge()
1287 *pCut = fValue; in isPointOnEdge()
2947 if(0.0 != fValue) in growInNormalDirection()
2953 return growInNormalDirection(aCandidate, fValue); in growInNormalDirection()
[all …]
/trunk/main/sc/inc/
H A Ddpglobal.hxx113 double fValue; member in ScDPItemData
121 ScDPItemData() : nNumFormat( 0 ), fValue(0.0), mbFlag( 0 ){} in ScDPItemData()
122 …nst String & rS, double fV, sal_uInt8 bF ):nNumFormat(nNF), aString(rS), fValue(fV), mbFlag( bF ){} in ScDPItemData()
/trunk/main/sc/source/filter/excel/
H A Dxistream.cxx786 float fValue(0.0); in ReadFloat() local
787 operator>>( fValue ); in ReadFloat()
788 return fValue; in ReadFloat()
793 double fValue(0.0); in ReadDouble() local
794 operator>>( fValue ); in ReadDouble()
795 return fValue; in ReadDouble()
H A Dxipivot.cxx89 void lclSetValue( const XclImpRoot& rRoot, const ScAddress& rScPos, double fValue, short nFormatTyp… in lclSetValue() argument
92 rDoc.SetValue( rScPos.Col(), rScPos.Row(), rScPos.Tab(), fValue ); in lclSetValue()
113 double fValue = rRoot.GetDoubleFromDateTime( *pDateTime ); in WriteToSource() local
115 double fFrac = modf( fValue, &fInt ); in WriteToSource()
118 lclSetValue( rRoot, rScPos, fValue, nFormatType ); in WriteToSource()
122 double fValue; in WriteToSource() local
125 XclTools::ErrorToEnum( fValue, EXC_BOOLERR_ERROR, nErrCode ) ); in WriteToSource()
127 pCell->SetHybridDouble( fValue ); in WriteToSource()
H A Dimpop.cxx314 double fValue; in ReadNumber() local
315 maStrm >> fValue; in ReadNumber()
318 GetDoc().PutCell( aScPos, new ScValueCell( fValue ) ); in ReadNumber()
370 double fValue; in ReadBoolErr() local
371 const ScTokenArray* pScTokArr = ErrorToFormula( nType, nValue, fValue ); in ReadBoolErr()
373 pCell->SetHybridDouble( fValue ); in ReadBoolErr()
/trunk/main/svx/source/fmcomp/
H A Dgridcell.cxx1009 double fValue = 0; in GetValue() local
1014 fValue = _rxField->getDouble(); in GetValue()
1023 fValue = _rxField->getDouble(); in GetValue()
1036 return fValue; in GetValue()
2013 _rField.SetValue( fValue ); in lcl_setFormattedNumeric_nothrow()
2059 aVal <<= (double)fValue; in commitControl()
2131 fValue = ::rtl::math::pow10Exp(fValue, m_nScale); in GetCurrency()
2132 fValue = ::rtl::math::round(fValue, 0); in GetCurrency()
2134 return fValue; in GetCurrency()
2151 _rField.SetValue( fValue ); in lcl_setFormattedCurrency_nothrow()
[all …]
/trunk/main/oox/source/xls/
H A Dexternallinkfragment.cxx134 double fValue = (rStrm.readuInt8() == 0) ? 0.0 : 1.0; in importExtCellBool() local
135 setCellValue( Any( fValue ) ); in importExtCellBool()
484 double fValue = (rStrm.readuInt8() == 0) ? 0.0 : 1.0; in importCrn() local
485 setCellValue( aBinAddr, Any( fValue ) ); in importCrn()
H A Dautofilterbuffer.cxx165 void ApiFilterSettings::appendField( bool bAnd, sal_Int32 nOperator, double fValue ) in appendField() argument
172 rFilterField.NumericValue = fValue; in appendField()
573 double fValue = 0.0; in finalizeImport() local
574 aIt->maValue >>= fValue; in finalizeImport()
575 aSettings.appendField( mbAnd, nOperator, fValue ); in finalizeImport()
/trunk/main/sc/source/ui/miscdlgs/
H A Dsolveroptions.cxx489 void ScSolverValueDialog::SetValue( double fValue ) in SetValue() argument
491 maEdValue.SetText( rtl::math::doubleToUString( fValue, in SetValue()
502 double fValue = rtl::math::stringToDouble( aInput, in GetValue() local
506 return fValue; in GetValue()
H A Doptsolver.cxx909 double fValue = 0.0; in CallSolver() local
910 … if ( mpDoc->GetFormatTable()->IsNumberFormat( aConstrIter->aRightStr, nFormat, fValue ) ) in CallSolver()
911 aConstraint.Right <<= fValue; in CallSolver()
957 double fValue = 0.0; in CallSolver() local
958 if ( mpDoc->GetFormatTable()->IsNumberFormat( aValStr, nFormat, fValue ) ) in CallSolver()
959 aConstraint.Right <<= fValue; in CallSolver()
/trunk/main/basegfx/source/inc/
H A Dhommatrixtemplate.hxx565 double fValue(0.0); in doMulMatrix() local
571 fValue = 0.0; in doMulMatrix()
574 fValue += aCopy.get(c, b) * rMat.get(a, c); in doMulMatrix()
576 set(a, b, fValue); in doMulMatrix()
/trunk/main/chart2/source/view/charttypes/
H A DVSeriesPlotter.cxx383 , double fValue in getLabelTextForValue() argument
412 nNumberFormatKey, fValue, nLabelCol, bColChanged ); in getLabelTextForValue()
418 … aNumber = ::rtl::math::doubleToUString( fValue, rtl_math_StringFormat_G /*rtl_math_StringFormat*/ in getLabelTextForValue()
427 , double fValue in createDataLabel() argument
522 , nPointIndex, fValue, false /*bAsPercentage*/ ) ); in createDataLabel()
536 fValue /= fSumValue; in createDataLabel()
537 if( fValue < 0 ) in createDataLabel()
538 fValue*=-1.0; in createDataLabel()
541 , nPointIndex, fValue, true /*bAsPercentage*/ ) ); in createDataLabel()
1203 … Date aPrevious(aNullDate); aPrevious+=static_cast<long>(rtl::math::approxFloor(aIt->fValue)); in calculateTimeResolutionOnXAxis()
[all …]
/trunk/main/sw/source/core/fields/
H A Dfldbas.cxx585 fValue(fVal) in SwValueField()
591 fValue(rFld.GetValue()) in SwValueField()
707 return fValue; in GetValue()
712 fValue = rVal; in SetValue()
/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()
/trunk/main/offapi/com/sun/star/util/
H A DXNumberFormatter.idl98 [in] double fValue );
107 [in] double fValue,
136 [in] double fValue );
/trunk/main/sc/source/ui/vba/
H A Dvbawsfunction.cxx50 double fValue = rAny.get< double >(); in lclConvertDoubleToBoolean() local
51 if( fValue == 0.0 ) in lclConvertDoubleToBoolean()
53 else if( fValue == 1.0 ) in lclConvertDoubleToBoolean()
/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/vbahelper/source/vbahelper/
H A Dvbafontbase.cxx190 double fValue = 0.0; in getBold() local
191 mxFont->getPropertyValue( VBAFONTBASE_PROPNAME( "CharWeight", "FontWeight" ) ) >>= fValue; in getBold()
192 return uno::makeAny( fValue == awt::FontWeight::BOLD ); in getBold()
/trunk/main/sd/source/ui/func/
H A Dfumorph.cxx489 double fValue(0.0); in ImpMorphPolygons() local
493 fValue += fFactor; in ImpMorphPolygons()
494 …:basegfx::B2DPolyPolygon* pNewPolyPoly2D = ImpCreateMorphedPolygon(rPolyPoly1, rPolyPoly2, fValue); in ImpMorphPolygons()
498 const ::basegfx::B2DPoint aRealS(aStartCenter + (aDelta * fValue)); in ImpMorphPolygons()
/trunk/main/sc/workben/
H A Daddin.cxx355 double SAL_CALL ScTestAddIn::addOne( double fValue ) throw(::com::sun::star::uno::RuntimeException) in addOne() argument
357 return fValue + 1.0; in addOne()
370 …uno::Reference< ::com::sun::star::beans::XPropertySet >& xCaller, double fValue ) throw(::com::sun… in getDateString() argument
383 aNewDate += (long)(fValue+0.5); in getDateString()
/trunk/main/sccomp/source/solver/
H A Dsolver.cxx126 const table::CellAddress& rPos, double fValue ) in lcl_SetValue() argument
128 lcl_GetCell( xDoc, rPos )->setValue( fValue ); in lcl_SetValue()
351 double fValue = lcl_GetValue( mxDoc, aCellsIter->first ); in solve() local
352 … aCellsIter->second.push_back( fValue ); // store as first element, as-is in solve()
/trunk/main/chart2/source/tools/
H A DExplicitCategoriesProvider.cxx428 return ( aFirst.fValue < aSecond.fValue ); in operator ()()
495 if( bIsDate && (aAny >>= aDatePlusIndex.fValue) ) in lcl_fillDateCategories()
501 ::rtl::math::setNan( &aDatePlusIndex.fValue ); in lcl_fillDateCategories()
/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 208 milliseconds

12345678910