Home
last modified time | relevance | path

Searched refs:fVal (Results 101 – 125 of 128) sorted by relevance

123456

/trunk/main/sc/source/core/data/
H A Ddptablecache.cxx205 double fVal = pDoc->GetValue(ScAddress(nCol, nRow, nDocTab)); in ScDPItemData() local
211 fValue = fVal; in ScDPItemData()
H A Dcolumn3.cxx1769 double fVal = GetValueFromCell( pCell ); in FillDPCacheT() local
1772 pDPItemData = new ScDPItemData( nNumberFormat, str, fVal, bFlag ); in FillDPCacheT()
H A Ddocument.cxx2771 double fVal = pFCell->GetValue(); in GetStringForFormula() local
2775 pFormatter->GetInputLineString(fVal, nIndex, aStr); in GetStringForFormula()
2783 double fVal = static_cast<ScValueCell*>(pCell)->GetValue(); in GetStringForFormula() local
2787 pFormatter->GetInputLineString(fVal, nIndex, aStr); in GetStringForFormula()
H A Dcell.cxx1962 pFormatter->GetOutputString( pMatVal->fVal, nURLFormat, rURL, &pColor ); in GetURLResult()
/trunk/main/svx/source/svdraw/
H A Dsvdobj.cxx124 inline double ImplTwipsToMM(double fVal) { return (fVal * (127.0 / 72.0)); } in ImplTwipsToMM() argument
125 inline double ImplMMToTwips(double fVal) { return (fVal * (72.0 / 127.0)); } in ImplMMToTwips() argument
H A Dsvdopath.cxx64 inline double ImplTwipsToMM(double fVal) { return (fVal * (127.0 / 72.0)); } in ImplTwipsToMM() argument
65 inline double ImplMMToTwips(double fVal) { return (fVal * (72.0 / 127.0)); } in ImplMMToTwips() argument
H A Dsvdoashp.cxx93 inline double ImplTwipsToMM(double fVal) { return (fVal * (127.0 / 72.0)); } in ImplTwipsToMM() argument
94 inline double ImplMMToTwips(double fVal) { return (fVal * (72.0 / 127.0)); } in ImplMMToTwips() argument
/trunk/main/sw/source/ui/dbui/
H A Ddbinsdlg.cxx1163 double fVal = xColumn->getDouble(); in DataToDoc() local
1172 fVal += (aStandard - *rNumFmtr.GetNullDate()); in DataToDoc()
1174 aTblSet.Put( SwTblBoxValue( fVal )); in DataToDoc()
H A Ddbmgr.cxx1756 double fVal = xColumn->getDouble(); in GetDBField() local
1759 *pNumber = fVal; in GetDBField()
/trunk/main/sc/workben/
H A Dtest.cxx391 double fVal = xCell->getValue(); in lcl_DoCount() local
392 fVal += 1.0; in lcl_DoCount()
393 xCell->setValue( fVal ); in lcl_DoCount()
/trunk/main/filter/source/svg/
H A Dsvgwriter.hxx121 double ImplRound( double fVal, sal_Int32 nDecs = 3 );
/trunk/main/formula/inc/formula/
H A DFormulaCompiler.hxx234 void AppendDouble( rtl::OUStringBuffer& rBuffer, double fVal );
/trunk/main/sc/source/ui/view/
H A Ddbfunc3.cxx2160 double fVal; in ShowDataPilotSourceData() local
2163 else if (rAny >>= fVal) in ShowDataPilotSourceData()
2164 pInsDoc->SetValue(nCol, nRow, nNewTab, fVal); in ShowDataPilotSourceData()
H A Doutput2.cxx549 double fVal = (eType == CELLTYPE_VALUE) ? in SetTextToWidthOrHash() local
559 if (!pNumFormat->GetOutputString(fVal, nNumDigits, aString)) in SetTextToWidthOrHash()
579 if (aString.EqualsAscii("0") && fVal != 0.0) in SetTextToWidthOrHash()
593 if (!pNumFormat->GetOutputString(fVal, nNumDigits, aString)) in SetTextToWidthOrHash()
/trunk/main/sc/inc/
H A Dcompiler.hxx188 void SetDouble( double fVal );
/trunk/main/vcl/source/fontsubset/
H A Dcff.cxx2084 inline int dbl2str( char* pOut, double fVal, int nPrecision=6) in dbl2str() argument
2086 const int nLen = psp::getValueOfDouble( pOut, fVal, nPrecision); in dbl2str()
/trunk/main/sw/source/core/unocore/
H A Dunotbl.cxx4036 double fVal = fNan; in GetDataSequence() local
4038 fVal = lcl_getValue(*pXCell); in GetDataSequence()
4082 fVal = fTmp; in GetDataSequence()
4084 pDblData[nDtaCnt++] = fVal; in GetDataSequence()
/trunk/main/sc/source/core/tool/
H A Dcompiler.cxx2624 double fVal; in IsValue() local
2629 if (pDoc->GetFormatTable()->IsNumberFormat( rSym, nIndex, fVal ) ) in IsValue()
2658 aToken.SetDouble( fVal ); in IsValue()
5105 AppendDouble( rBuffer, pVal->fVal ); in CreateStringFromMatrix()
/trunk/main/sc/source/ui/unoobj/
H A Dcellsuno.cxx1133 double fVal(0.0); in lcl_PutDataArray() local
1134 rElement >>= fVal; in lcl_PutDataArray()
1135 pDoc->SetValue( nDocCol, nDocRow, nTab, fVal ); in lcl_PutDataArray()
1793 double fVal; in computeFunction() local
1796 if ( !pDoc->GetSelectionFunction( eFunc, aDummy, aMark, fVal ) ) in computeFunction()
1801 return fVal; in computeFunction()
3085 double fVal = pArray[nCol]; in setData() local
3086 if ( fVal == DBL_MIN ) in setData()
H A Dchart2uno.cxx2689 const double fVal = rItem.mfValue; in FillCacheFromExternalRef() local
2699 pFormatter->GetOutputString(fVal, nFmt, aStr, &pColor); in FillCacheFromExternalRef()
/trunk/main/sw/source/filter/ww8/
H A Dww8graf.cxx2184 double fVal = WW8ITEMVALUE(rOldSet, SDRATTR_GRAFGAMMA, in SetAttributesAtGrfNode() local
2186 pGrfNd->SetAttr(SwGammaGrf(fVal/100.)); in SetAttributesAtGrfNode()
/trunk/main/sc/source/filter/excel/
H A Dxehelper.cxx1133 rStrm << EXC_CACHEDVAL_DOUBLE << pMatVal->fVal; in Save()
/trunk/main/writerfilter/source/dmapper/
H A DDomainMapper.cxx2997 double fVal = double(nIntValue) / 2.; in sprmWithProps() local
2998 uno::Any aVal = uno::makeAny( fVal ); in sprmWithProps()
/trunk/main/sc/source/ui/docshell/
H A Ddocfunc.cxx1017 double fVal; in InterpretEnglishString() local
1018 if ( pFormatter->IsNumberFormat( rText, nEnglish, fVal ) ) in InterpretEnglishString()
1020 pNewCell = new ScValueCell( fVal ); in InterpretEnglishString()
/trunk/main/sd/source/filter/eppt/
H A Depptso.cxx2003 float fVal(0.0); in ImplGetPortionValues() local
2004 if ( mAny >>= fVal ) in ImplGetPortionValues()
2006 mnCharHeight = (sal_uInt16)( fVal + 0.5 ); in ImplGetPortionValues()

Completed in 426 milliseconds

123456