Home
last modified time | relevance | path

Searched refs:mpFormula (Results 1 – 25 of 108) sorted by relevance

12345

/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/data/
H A Dcellvalue.cxx103 return equalsFormulaCells(left.mpFormula, right.mpFormula); in equalsWithoutFormatImpl()
218 mpFormula = rCell.mpFormula->Clone(); in ScCellValue()
240 mpFormula = r.mpFormula->Clone(); in ScCellValue()
260 mpFormula = r.mpFormula; in ScCellValue()
284 delete mpFormula; in clear()
327 mpFormula = pFormula; in set()
350 mpFormula = aRefVal.mpFormula->Clone(); in assign()
395mpFormula = new ScFormulaCell(*rOther.mpFormula, rDestDoc, rOther.mpFormula->aPos, nCloneFlags); in assign()
531 mpFormula = rCell.mpFormula; in operator =()
639 return mpFormula->GetValue(); in getValue()
[all …]
H A Dclipcontext.cxx195 const ScTokenArray* pCode = rSrcCell.mpFormula->GetCode(); in setSingleCell()
209 FormulaError nErr = rSrcCell.mpFormula->GetErrCode(); in setSingleCell()
224 else if (rSrcCell.mpFormula->IsEmptyDisplayedAsString()) in setSingleCell()
229 else if (rSrcCell.mpFormula->IsValue()) in setSingleCell()
240 rSrcCell.set(rSrcCell.mpFormula->GetValue()); in setSingleCell()
244 svl::SharedString aStr = rSrcCell.mpFormula->GetString(); in setSingleCell()
253 if (rSrcCell.mpFormula->IsMultilineResult()) in setSingleCell()
258 rEngine.SetTextCurrentDefaults(rSrcCell.mpFormula->GetString().getString()); in setSingleCell()
264 rSrcCell.set(rSrcCell.mpFormula->GetString()); in setSingleCell()
H A Ddociter.cxx442 if (aCell.mpFormula->IsValue()) in getCurrent()
444 rValue.mfValue = aCell.mpFormula->GetValue(); in getCurrent()
448 rValue.mnError = aCell.mpFormula->GetErrCode(); in getCurrent()
455 rValue.maString = aCell.mpFormula->GetString().getString(); in getCurrent()
457 rValue.mnError = aCell.mpFormula->GetErrCode(); in getCurrent()
1006 aRet.mpFormula = maCurCell.mpFormula->Clone(); in getCellValue()
1881 fLastInRangeValue = aCell.mpFormula->GetValue(); in BinarySearch()
2369 rErr = pCell->mpFormula->GetErrCode(); in GetNext()
2370 if (rErr != FormulaError::NONE || pCell->mpFormula->IsValue()) in GetNext()
2372 rValue = pCell->mpFormula->GetValue(); in GetNext()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/data/
H A Dcellvalue.cxx103 return equalsFormulaCells(left.mpFormula, right.mpFormula); in equalsWithoutFormatImpl()
218 mpFormula = rCell.mpFormula->Clone(); in ScCellValue()
240 mpFormula = r.mpFormula->Clone(); in ScCellValue()
260 mpFormula = r.mpFormula; in ScCellValue()
284 delete mpFormula; in clear()
327 mpFormula = pFormula; in set()
350 mpFormula = aRefVal.mpFormula->Clone(); in assign()
395mpFormula = new ScFormulaCell(*rOther.mpFormula, rDestDoc, rOther.mpFormula->aPos, nCloneFlags); in assign()
531 mpFormula = rCell.mpFormula; in operator =()
639 return mpFormula->GetValue(); in getValue()
[all …]
H A Dclipcontext.cxx195 const ScTokenArray* pCode = rSrcCell.mpFormula->GetCode(); in setSingleCell()
209 FormulaError nErr = rSrcCell.mpFormula->GetErrCode(); in setSingleCell()
224 else if (rSrcCell.mpFormula->IsEmptyDisplayedAsString()) in setSingleCell()
229 else if (rSrcCell.mpFormula->IsValue()) in setSingleCell()
240 rSrcCell.set(rSrcCell.mpFormula->GetValue()); in setSingleCell()
244 svl::SharedString aStr = rSrcCell.mpFormula->GetString(); in setSingleCell()
253 if (rSrcCell.mpFormula->IsMultilineResult()) in setSingleCell()
258 rEngine.SetText(rSrcCell.mpFormula->GetString().getString()); in setSingleCell()
264 rSrcCell.set(rSrcCell.mpFormula->GetString()); in setSingleCell()
H A Ddociter.cxx442 if (aCell.mpFormula->IsValue()) in getCurrent()
444 rValue.mfValue = aCell.mpFormula->GetValue(); in getCurrent()
448 rValue.mnError = aCell.mpFormula->GetErrCode(); in getCurrent()
455 rValue.maString = aCell.mpFormula->GetString().getString(); in getCurrent()
457 rValue.mnError = aCell.mpFormula->GetErrCode(); in getCurrent()
1006 aRet.mpFormula = maCurCell.mpFormula->Clone(); in getCellValue()
1875 fLastInRangeValue = aCell.mpFormula->GetValue(); in BinarySearch()
2364 rErr = pCell->mpFormula->GetErrCode(); in GetNext()
2365 if (rErr != FormulaError::NONE || pCell->mpFormula->IsValue()) in GetNext()
2367 rValue = pCell->mpFormula->GetValue(); in GetNext()
/dports/editors/libreoffice/libreoffice-7.2.6.2/slideshow/source/engine/activities/
H A Dactivitiesfactory.cxx111 return FormulaTraits<ValueType>::getPresentationValue( rVal, mpFormula); in getPresentationValue()
154 mpFormula( rParms.mpFormula ), in FromToByActivity()
355 std::shared_ptr<ExpressionNode> mpFormula; member in slideshow::internal::__anon0331e5850111::FromToByActivity
483 rVal, mpFormula ); in getPresentationValue()
516 mpFormula( rParms.mpFormula ), in ValuesActivity()
591 std::shared_ptr<ExpressionNode> mpFormula; member in slideshow::internal::__anon0331e5850111::ValuesActivity
688 aActivityParms.mpFormula = in createActivity()
H A Dactivityparameters.hxx91 mpFormula(), in ActivityParameters()
112 std::shared_ptr<ExpressionNode> mpFormula; member
/dports/editors/libreoffice6/libreoffice-6.4.7.2/slideshow/source/engine/activities/
H A Dactivitiesfactory.cxx112 return FormulaTraits<ValueType>::getPresentationValue( rVal, mpFormula); in getPresentationValue()
155 mpFormula( rParms.mpFormula ), in FromToByActivity()
356 std::shared_ptr<ExpressionNode> mpFormula; member in slideshow::internal::__anon15c715dd0111::FromToByActivity
485 rVal, mpFormula ); in getPresentationValue()
518 mpFormula( rParms.mpFormula ), in ValuesActivity()
593 std::shared_ptr<ExpressionNode> mpFormula; member in slideshow::internal::__anon15c715dd0111::ValuesActivity
691 aActivityParms.mpFormula = in createActivity()
H A Dactivityparameters.hxx92 mpFormula(), in ActivityParameters()
113 std::shared_ptr<ExpressionNode> mpFormula; member
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/xml/
H A DXMLChangeTrackingImportHelper.cxx62 maCell.mpFormula = new ScFormulaCell(rDoc, aPos, sFormula, eGrammar, nMatrixFlag); in CreateCell()
63 …maCell.mpFormula->SetMatColsRows(static_cast<SCCOL>(nMatrixCols), static_cast<SCROW>(nMatrixRows)); in CreateCell()
680 ScMatrixMode nMatrixFlag = aCell.mpFormula->GetMatrixFlag(); in SetNewCell()
686 aCell.mpFormula->GetFormula(sFormula, formula::FormulaGrammar::GRAM_ODFF); in SetNewCell()
702 …aNewCell.mpFormula = new ScFormulaCell(rDoc, aAddress, sFormula2,formula::FormulaGrammar::GRAM_ODF… in SetNewCell()
707 aCell.mpFormula->GetMatColsRows(nCols, nRows); in SetNewCell()
708 aNewCell.mpFormula->SetMatColsRows(nCols, nRows); in SetNewCell()
710 aNewCell.mpFormula->SetInChangeTrack(true); in SetNewCell()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/xml/
H A DXMLChangeTrackingImportHelper.cxx62 maCell.mpFormula = new ScFormulaCell(pDoc, aPos, sFormula, eGrammar, nMatrixFlag); in CreateCell()
63 …maCell.mpFormula->SetMatColsRows(static_cast<SCCOL>(nMatrixCols), static_cast<SCROW>(nMatrixRows)); in CreateCell()
679 ScMatrixMode nMatrixFlag = aCell.mpFormula->GetMatrixFlag(); in SetNewCell()
685 aCell.mpFormula->GetFormula(sFormula, formula::FormulaGrammar::GRAM_ODFF); in SetNewCell()
701 …aNewCell.mpFormula = new ScFormulaCell(pDoc, aAddress, sFormula2,formula::FormulaGrammar::GRAM_ODF… in SetNewCell()
706 aCell.mpFormula->GetMatColsRows(nCols, nRows); in SetNewCell()
707 aNewCell.mpFormula->SetMatColsRows(nCols, nRows); in SetNewCell()
709 aNewCell.mpFormula->SetInChangeTrack(true); in SetNewCell()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/inc/
H A Dcellvalue.hxx42 ScFormulaCell* mpFormula; member
110 ScFormulaCell* mpFormula; member
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/inc/
H A Dcellvalue.hxx43 ScFormulaCell* mpFormula; member
111 ScFormulaCell* mpFormula; member
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/dif/
H A Ddifexp.cxx171 if (aCell.mpFormula->GetErrCode() != FormulaError::NONE) in ScExportDif()
173 else if (aCell.mpFormula->IsValue()) in ScExportDif()
182 aString = aCell.mpFormula->GetString().getString(); in ScExportDif()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/dif/
H A Ddifexp.cxx171 if (aCell.mpFormula->GetErrCode() != FormulaError::NONE) in ScExportDif()
173 else if (aCell.mpFormula->IsValue()) in ScExportDif()
182 aString = aCell.mpFormula->GetString().getString(); in ScExportDif()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/tool/
H A Dcellform.cxx56 ScFormulaCell* pFCell = rCell.mpFormula; in GetString()
132 ScFormulaCell* pFC = rCell.mpFormula; in GetInputString()
H A Dinterpr4.cxx134 nErr = rCell.mpFormula->GetErrCode(); in GetCellNumberFormat()
194 ScFormulaCell* pFCell = rCell.mpFormula; in GetCellValueOrZero()
254 ScFormulaCell* pFCell = rCell.mpFormula; in GetCellString()
323 if (aCell.mpFormula->IsValue()) in CreateDoubleArr()
510 if (aCell.mpFormula->IsValue()) in CreateCellArr()
696 nErr = aCell.mpFormula->GetErrCode(); in PushCellResultToken()
3538 nErr = aCell.mpFormula->GetErrCode(); in SetSbxVariable()
3541 if (aCell.mpFormula->IsValue()) in SetSbxVariable()
3598 aCell.mpFormula->SetTableOpDirty(); in ScTableOp()
3611 aCell.mpFormula->SetDirtyVar(); in ScTableOp()
[all …]
H A Dchgtrack.cxx1378 rCell.mpFormula = new ScFormulaCell( in SetValueString()
1381 rCell.mpFormula->SetInChangeTrack(true); in SetValueString()
1455 rCell.mpFormula->GetMatColsRows( nC, nR ); in GetRefString()
1585 rCell.mpFormula->GetFormula(rStr); in GetStringOfCell()
1601 switch (rCell.mpFormula->GetMatrixFlag()) in GetContentCellType()
1701 rCell.mpFormula->SetInChangeTrack(true); in SetCell()
1732 GetFormulaString(rStr, rCell.mpFormula); in GetValueString()
1800 rCell.mpFormula->GetMatColsRows(nC, nR); in PutValueToDoc()
2566 rOldCell.mpFormula->GetMatColsRows(nC1, nR1); in IsMatrixFormulaRangeDifferent()
2569 rNewCell.mpFormula->GetMatColsRows(nC1, nR1); in IsMatrixFormulaRangeDifferent()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/tool/
H A Dcellform.cxx58 ScFormulaCell* pFCell = rCell.mpFormula; in GetString()
134 ScFormulaCell* pFC = rCell.mpFormula; in GetInputString()
H A Dinterpr4.cxx140 nErr = rCell.mpFormula->GetErrCode(); in GetCellNumberFormat()
200 ScFormulaCell* pFCell = rCell.mpFormula; in GetCellValueOrZero()
260 ScFormulaCell* pFCell = rCell.mpFormula; in GetCellString()
329 if (aCell.mpFormula->IsValue()) in CreateDoubleArr()
516 if (aCell.mpFormula->IsValue()) in CreateCellArr()
702 nErr = aCell.mpFormula->GetErrCode(); in PushCellResultToken()
3538 nErr = aCell.mpFormula->GetErrCode(); in SetSbxVariable()
3541 if (aCell.mpFormula->IsValue()) in SetSbxVariable()
3598 aCell.mpFormula->SetTableOpDirty(); in ScTableOp()
3611 aCell.mpFormula->SetDirtyVar(); in ScTableOp()
[all …]
H A Dchgtrack.cxx1409 rCell.mpFormula = new ScFormulaCell( in SetValueString()
1412 rCell.mpFormula->SetInChangeTrack(true); in SetValueString()
1486 rCell.mpFormula->GetMatColsRows( nC, nR ); in GetRefString()
1616 rCell.mpFormula->GetFormula(rStr); in GetStringOfCell()
1632 switch (rCell.mpFormula->GetMatrixFlag()) in GetContentCellType()
1732 rCell.mpFormula->SetInChangeTrack(true); in SetCell()
1763 GetFormulaString(rStr, rCell.mpFormula); in GetValueString()
1831 rCell.mpFormula->GetMatColsRows(nC, nR); in PutValueToDoc()
2589 rOldCell.mpFormula->GetMatColsRows(nC1, nR1); in IsMatrixFormulaRangeDifferent()
2592 rNewCell.mpFormula->GetMatColsRows(nC1, nR1); in IsMatrixFormulaRangeDifferent()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/view/
H A Dtabvwsh5.cxx343 if (aCell.mpFormula->IsValue()) in MakeNumberInfoItem()
345 nCellValue = aCell.mpFormula->GetValue(); in MakeNumberInfoItem()
H A Dtabvwsh.cxx114 aCell.mpFormula->GetFormula( sFormula); in GetFormula()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/view/
H A Dtabvwsh5.cxx343 if (aCell.mpFormula->IsValue()) in MakeNumberInfoItem()
345 nCellValue = aCell.mpFormula->GetValue(); in MakeNumberInfoItem()

12345