/aoo4110/main/sc/source/filter/lotus/ |
H A D | op.cxx | 104 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 D | lotimpop.cxx | 257 new ScValueCell( fVal ), (sal_Bool)sal_True ); in Numbercell() 270 new ScValueCell( SnumToDouble( nVal ) ), ( sal_Bool ) sal_True ); in Smallnumcell()
|
H A D | expop.cxx | 376 fVal = ( ( ScValueCell * ) pCell)->GetValue(); in Write()
|
/aoo4110/main/sc/inc/ |
H A D | cell.hxx | 196 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()
|
/aoo4110/main/sc/source/core/data/ |
H A D | cell.cxx | 67 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 D | column3.cxx | 883 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 D | table4.cxx | 235 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 D | validat.cxx | 462 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 D | dociter.cxx | 354 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 D | table3.cxx | 310 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 D | dbdocutl.cxx | 173 pCell = new ScValueCell( nVal ); in PutData()
|
/aoo4110/main/sc/source/filter/qpro/ |
H A D | qpro.cxx | 90 ScValueCell* pInteger = new ScValueCell( ( double ) nValue ); in readSheet() 100 ScValueCell* pFloat = new ScValueCell( nValue ); in readSheet()
|
/aoo4110/main/sc/source/core/tool/ |
H A D | chartarr.cxx | 264 nVal = ((ScValueCell*)pCell)->GetValue(); in CreateMemChartSingle() 427 nVal = ((ScValueCell*)pCell)->GetValue(); in CreateMemChartMulti() 460 nVal = ((ScValueCell*)pCell)->GetValue(); in CreateMemChartMulti()
|
H A D | cellform.cxx | 78 double nValue = ((ScValueCell*)pCell)->GetValue(); in GetString() 195 double nValue = ((ScValueCell*)pCell)->GetValue(); in GetInputString()
|
H A D | interpr4.cxx | 182 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 D | interpr2.cxx | 1626 pVCell = new ScValueCell( fSaveVal ); in ScBackSolver() 1641 ScValueCell* pValue = (ScValueCell*) pVCell; in ScBackSolver()
|
H A D | rangeseq.cxx | 262 return ((ScValueCell&)rCell).GetValue(); in lcl_GetValueFromCell()
|
/aoo4110/main/sc/source/filter/xcl97/ |
H A D | XclImpChangeTrack.cxx | 227 rpCell = new ScValueCell( fValue ); in ReadCell() 235 rpCell = new ScValueCell( fValue ); in ReadCell() 250 rpCell = new ScValueCell( fValue ); in ReadCell()
|
/aoo4110/main/sc/source/filter/excel/ |
H A D | impop.cxx | 301 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()
|
/aoo4110/main/sc/source/filter/dif/ |
H A D | difimp.cxx | 179 pCell = new ScValueCell( aDifParser.fVal ); in ScImportDif() 186 pCell = new ScValueCell( aDifParser.fVal ); in ScImportDif()
|
H A D | difexp.cxx | 180 fVal = ( ( ScValueCell * ) pAkt )->GetValue(); in ScExportDif()
|
/aoo4110/main/sc/source/filter/xml/ |
H A D | XMLChangeTrackingExportHelper.cxx | 327 const ScValueCell* pValueCell = static_cast<const ScValueCell*>(pCell); in WriteValueCell()
|
/aoo4110/main/sc/source/ui/view/ |
H A D | tabvwsh5.cxx | 333 nCellValue = ((ScValueCell*)pCell)->GetValue(); in MakeNumberInfoItem()
|
/aoo4110/main/sc/source/ui/miscdlgs/ |
H A D | optsolver.cxx | 1033 aFunc.PutCell( aCellPos, new ScValueCell( aSolution[nVarPos] ), sal_True ); in CallSolver() 1068 aFunc.PutCell( aCellPos, new ScValueCell( aOldValues[nVarPos] ), sal_True ); in CallSolver()
|
/aoo4110/main/sc/source/ui/docshell/ |
H A D | externalrefmgr.cxx | 186 mpDoc->PutCell(aPos, new ScValueCell(fVal)); in operator ()() 1312 double fVal = static_cast<ScValueCell*>(pCell)->GetValue(); in lcl_convertToToken() 1416 double fVal = static_cast<ScValueCell*>(pCell)->GetValue(); in lcl_convertToTokenArray()
|