Home
last modified time | relevance | path

Searched refs:ScValueCell (Results 1 – 25 of 42) sorted by relevance

12

/trunk/main/sc/source/filter/lotus/
H A Dop.cxx104 ScValueCell* pZelle = new ScValueCell( ( double ) nValue ); in OP_Integer()
125 ScValueCell* pZelle = new ScValueCell( fValue ); in OP_Number()
404 ScValueCell *pCell = new ScValueCell( fValue ); in OP_Number123()
445 ScValueCell *pCell = new ScValueCell(dValue); in OP_IEEENumber123()
H A Dlotimpop.cxx257 new ScValueCell( fVal ), (sal_Bool)sal_True ); in Numbercell()
270 new ScValueCell( SnumToDouble( nVal ) ), ( sal_Bool ) sal_True ); in Smallnumcell()
H A Dexpop.cxx376 fVal = ( ( ScValueCell * ) pCell)->GetValue(); in Write()
/trunk/main/sc/source/core/data/
H A Dcell.cxx67 const sal_uInt16 nMemPoolValueCell = (0x8000 - 64) / sizeof(ScValueCell);
71 IMPL_FIXEDMEMPOOL_NEWDEL( ScValueCell, nMemPoolValueCell, nMemPoolValueCell ) in IMPL_FIXEDMEMPOOL_NEWDEL() argument
111 return new ScValueCell( static_cast< const ScValueCell& >( rSrcCell ) ); in lclCloneCell()
161 delete (ScValueCell*) this; in Delete()
504 return ( ((const ScValueCell*)pCell1)->GetValue() == in CellEqual()
505 ((const ScValueCell*)pCell2)->GetValue() ); in CellEqual()
578 ScValueCell::ScValueCell() : in ScValueCell() function in ScValueCell
584 ScValueCell::ScValueCell( double fValue ) : in ScValueCell() function in ScValueCell
591 ScValueCell::~ScValueCell() in ~ScValueCell()
H A Dcolumn3.cxx883 pNew = new ScValueCell(nVal); in CloneCell()
1042 nVal1 = ((ScValueCell*)pSrc)->GetValue(); in MixData()
1046 nVal2 = ((ScValueCell*)pDest)->GetValue(); in MixData()
1073 pNew = new ScValueCell( nVal1 ); in MixData()
1361 pNewCell = new ScValueCell( nVal ); in SetString()
1416 pNewCell = new ScValueCell(nVal); in SetString()
1516 nValue = ((ScValueCell*)pCell)->GetValue(); in GetFilterEntries()
1672 pItems[nIndex].pCell = new ScValueCell( nVal ); in RemoveProtected()
1707 ScBaseCell* pCell = new ScValueCell(rVal); in SetValue()
1827 return ((ScValueCell*)pCell)->GetValue(); in GetValue()
H A Dtable4.cxx235 nVal = ((ScValueCell*)pFirstCell)->GetValue(); in FillAnalyse()
265 nVal = ((ScValueCell*)pCell)->GetValue(); in FillAnalyse()
311 double nVal1 = ((ScValueCell*)pFirstCell)->GetValue(); in FillAnalyse()
322 nVal2 = ((ScValueCell*)pCell)->GetValue(); in FillAnalyse()
778 nVal = ((ScValueCell*)pSrcCell)->GetValue(); in FillAuto()
816 … aCol[nCol].Insert(static_cast<SCROW>(nRow), new ScValueCell(nVal + nDelta)); in FillAuto()
1072 double nVal = ((ScValueCell*)pCell)->GetValue(); in GetAutoFillPreview()
1117 nStart = ((ScValueCell*)pCell)->GetValue(); in GetAutoFillPreview()
1411 nStartVal = ((ScValueCell*)pSrcCell)->GetValue(); in FillSeries()
H A Dvalidat.cxx462 pCell = new ScValueCell( nVal ); in IsDataValid()
470 ScValueCell aTmpCell( nLenVal ); in IsDataValid()
492 nVal = ((ScValueCell*)pCell)->GetValue(); in IsDataValid()
543 ScValueCell aTmpCell( nLenVal ); in IsDataValid()
H A Ddociter.cxx354 rValue = ((ScValueCell*)pCell)->GetValue(); in GetThis()
372 fNextValue = ((ScValueCell*)pCol->pItems[nColRow].pCell)->GetValue(); in GetThis()
600 rValue.mfValue = ((ScValueCell*)pCell)->GetValue(); in getCurrent()
1476 static_cast<ScValueCell*>(pCell)->GetValue(); in BinarySearch()
1518 nCellVal = static_cast<ScValueCell*>(pCell)->GetValue(); in BinarySearch()
1869 rValue = ((ScValueCell*)pCell)->GetValue(); in GetNext()
H A Dtable3.cxx310 nVal1 = ((ScValueCell*)pCell1)->GetValue(); in CompareCell()
316 nVal2 = ((ScValueCell*)pCell2)->GetValue(); in CompareCell()
973 nCellVal = ((ScValueCell*)pCell)->GetValue(); in ValidQuery()
1372 rEntry.nVal = ((ScValueCell*)pCell)->GetValue(); in TopTenQuery()
H A Ddbdocutl.cxx173 pCell = new ScValueCell( nVal ); in PutData()
/trunk/main/sc/inc/
H A Dcell.hxx196 class SC_DLLPUBLIC ScValueCell : public ScBaseCell class
200 DECL_FIXEDMEMPOOL_NEWDEL( ScValueCell )
202 ScValueCell();
203 explicit ScValueCell( double fValue );
206 ~ScValueCell();
507 return ((ScValueCell*)pCell)->GetValue(); in GetValueFromCell()
/trunk/main/sc/source/filter/qpro/
H A Dqpro.cxx90 ScValueCell* pInteger = new ScValueCell( ( double ) nValue ); in readSheet()
100 ScValueCell* pFloat = new ScValueCell( nValue ); in readSheet()
/trunk/main/sc/source/core/tool/
H A Dchartarr.cxx264 nVal = ((ScValueCell*)pCell)->GetValue(); in CreateMemChartSingle()
427 nVal = ((ScValueCell*)pCell)->GetValue(); in CreateMemChartMulti()
460 nVal = ((ScValueCell*)pCell)->GetValue(); in CreateMemChartMulti()
H A Dcellform.cxx78 double nValue = ((ScValueCell*)pCell)->GetValue(); in GetString()
195 double nValue = ((ScValueCell*)pCell)->GetValue(); in GetInputString()
H A Dinterpr4.cxx182 double ScInterpreter::GetValueCellValue( const ScAddress& rPos, const ScValueCell* pCell ) in GetValueCellValue()
448 fValue = ((ScValueCell*)pCell)->GetValue(); in GetCellValueOrZero()
519 double fVal = ((ScValueCell*) pCell)->GetValue(); in GetCellString()
582 nVal = GetValueCellValue( aAdr, (ScValueCell*)pCell ); in CreateDoubleArr()
778 nVal = GetValueCellValue( aAdr, (ScValueCell*)pCell ); in CreateCellArr()
2938 nVal = GetValueCellValue( rPos, (ScValueCell*)pCell ); in SetSbxVariable()
H A Dinterpr2.cxx1626 pVCell = new ScValueCell( fSaveVal ); in ScBackSolver()
1641 ScValueCell* pValue = (ScValueCell*) pVCell; in ScBackSolver()
H A Drangeseq.cxx262 return ((ScValueCell&)rCell).GetValue(); in lcl_GetValueFromCell()
/trunk/main/sc/source/filter/xcl97/
H A DXclImpChangeTrack.cxx227 rpCell = new ScValueCell( fValue ); in ReadCell()
235 rpCell = new ScValueCell( fValue ); in ReadCell()
250 rpCell = new ScValueCell( fValue ); in ReadCell()
/trunk/main/sc/source/filter/excel/
H A Dimpop.cxx301 GetDoc().PutCell( aScPos, new ScValueCell( nValue ) ); in ReadInteger()
318 GetDoc().PutCell( aScPos, new ScValueCell( fValue ) ); in ReadNumber()
391 GetDoc().PutCell( aScPos, new ScValueCell( XclTools::GetDoubleFromRK( nRk ) ) ); in ReadRk()
866 GetDoc().PutCell( aScPos, new ScValueCell( XclTools::GetDoubleFromRK( nRkNum ) ) ); in Mulrk()
/trunk/main/sc/source/filter/dif/
H A Ddifimp.cxx179 pCell = new ScValueCell( aDifParser.fVal ); in ScImportDif()
186 pCell = new ScValueCell( aDifParser.fVal ); in ScImportDif()
H A Ddifexp.cxx180 fVal = ( ( ScValueCell * ) pAkt )->GetValue(); in ScExportDif()
/trunk/main/sc/source/filter/xml/
H A DXMLChangeTrackingExportHelper.cxx327 const ScValueCell* pValueCell = static_cast<const ScValueCell*>(pCell); in WriteValueCell()
/trunk/main/sc/source/ui/miscdlgs/
H A Doptsolver.cxx1033 aFunc.PutCell( aCellPos, new ScValueCell( aSolution[nVarPos] ), sal_True ); in CallSolver()
1068 aFunc.PutCell( aCellPos, new ScValueCell( aOldValues[nVarPos] ), sal_True ); in CallSolver()
/trunk/main/sc/source/ui/view/
H A Dtabvwsh5.cxx333 nCellValue = ((ScValueCell*)pCell)->GetValue(); in MakeNumberInfoItem()
/trunk/main/sc/source/ui/docshell/
H A Dexternalrefmgr.cxx186 mpDoc->PutCell(aPos, new ScValueCell(fVal)); in operator ()()
1312 double fVal = static_cast<ScValueCell*>(pCell)->GetValue(); in lcl_convertToToken()
1417 double fVal = static_cast<ScValueCell*>(pCell)->GetValue(); in lcl_convertToTokenArray()

Completed in 225 milliseconds

12