Home
last modified time | relevance | path

Searched refs:SetFormulaCell (Results 1 – 25 of 66) sorted by relevance

123

/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/data/
H A Dcellvalue.cxx126 … rColumn.SetFormulaCell(nRow, new ScFormulaCell(*rCell.mpFormula, rColumn.GetDoc(), aDestPos)); in commitToColumn()
420 rDoc.SetFormulaCell(rPos, mpFormula->Clone()); in commit()
454 rDoc.SetFormulaCell(rPos, mpFormula); in release()
484 rColumn.SetFormulaCell(nRow, mpFormula, eListenType); in release()
610 rDoc.SetFormulaCell(rPos, new ScFormulaCell(*mpFormula, rDoc, rPos)); in commit()
H A Ddocumen4.cxx298 pCell = maTabs[rTab]->SetFormulaCell(nCol1, nRow1, pCell); in InsertMatrixFormula()
303 maTabs[rTab]->SetFormulaCell( in InsertMatrixFormula()
350 pTab->SetFormulaCell(nCol, nRow, pCell); in InsertMatrixFormula()
449 maTabs[rTab]->SetFormulaCell( in InsertTableOp()
H A Dcolumn3.cxx1105 mrDestCol.SetFormulaCell( in insertRefCell()
1260 mrDestCol.SetFormulaCell( in operator ()()
1284 mrDestCol.SetFormulaCell( in operator ()()
1438 SetFormulaCell(nDestRow, new ScFormulaCell(rDocument, aDestPos, aArr)); in CopyFromClip()
2318 ScFormulaCell* ScColumn::SetFormulaCell( in SetFormulaCell() function in ScColumn
2337 void ScColumn::SetFormulaCell( in SetFormulaCell() function in ScColumn
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/data/
H A Dcellvalue.cxx126 … rColumn.SetFormulaCell(nRow, new ScFormulaCell(*rCell.mpFormula, *rColumn.GetDoc(), aDestPos)); in commitToColumn()
420 rDoc.SetFormulaCell(rPos, mpFormula->Clone()); in commit()
454 rDoc.SetFormulaCell(rPos, mpFormula); in release()
484 rColumn.SetFormulaCell(nRow, mpFormula, eListenType); in release()
610 rDoc.SetFormulaCell(rPos, new ScFormulaCell(*mpFormula, rDoc, rPos)); in commit()
H A Ddocumen4.cxx297 pCell = maTabs[rTab]->SetFormulaCell(nCol1, nRow1, pCell); in InsertMatrixFormula()
302 maTabs[rTab]->SetFormulaCell( in InsertMatrixFormula()
349 pTab->SetFormulaCell(nCol, nRow, pCell); in InsertMatrixFormula()
448 maTabs[rTab]->SetFormulaCell( in InsertTableOp()
H A Dcolumn3.cxx1089 mrDestCol.SetFormulaCell( in insertRefCell()
1244 mrDestCol.SetFormulaCell( in operator ()()
1268 mrDestCol.SetFormulaCell( in operator ()()
1422 SetFormulaCell(nDestRow, new ScFormulaCell(pDocument, aDestPos, aArr)); in CopyFromClip()
2295 ScFormulaCell* ScColumn::SetFormulaCell( in SetFormulaCell() function in ScColumn
2314 void ScColumn::SetFormulaCell( in SetFormulaCell() function in ScColumn
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/xml/
H A Dxmlcelli.hxx108 void SetFormulaCell ( ScFormulaCell* pFCell ) const;
H A Dxmlcelli.cxx979 void ScXMLTableRowCellContext::SetFormulaCell(ScFormulaCell* pFCell) const in SetFormulaCell() function in ScXMLTableRowCellContext
1128 SetFormulaCell(pFCell); in PutValueCell()
1375 SetFormulaCell(pNewCell); in PutFormulaCell()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/xml/
H A Dxmlcelli.hxx110 void SetFormulaCell ( ScFormulaCell* pFCell ) const;
H A Dxmlcelli.cxx994 void ScXMLTableRowCellContext::SetFormulaCell(ScFormulaCell* pFCell) const in SetFormulaCell() function in ScXMLTableRowCellContext
1143 SetFormulaCell(pFCell); in PutValueCell()
1390 SetFormulaCell(pNewCell); in PutFormulaCell()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/tool/
H A Dconsoli.cxx485 rDestDoc.SetFormulaCell(aDest, pCell); in OutputToDocument()
505 rDestDoc.SetFormulaCell(aDest, pCell); in OutputToDocument()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/tool/
H A Dconsoli.cxx485 pDestDoc->SetFormulaCell(aDest, pCell); in OutputToDocument()
505 pDestDoc->SetFormulaCell(aDest, pCell); in OutputToDocument()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/qpro/
H A Dqpro.cxx121 rDoc.SetFormulaCell(ScAddress(nCol,nRow,nTab), pFormula); in readSheet()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/qpro/
H A Dqpro.cxx121 pDoc->SetFormulaCell(ScAddress(nCol,nRow,nTab), pFormula); in readSheet()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/lotus/
H A Dop.cxx162 rContext.rDoc.SetFormulaCell(ScAddress(nCol, nRow, 0), pCell); in OP_Formula()
422 rContext.rDoc.SetFormulaCell(aAddress, pCell); in OP_Formula123()
H A Dlotimpop.cxx302 rD.SetFormulaCell(aAddr, pCell); in Formulacell()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/lotus/
H A Dop.cxx159 rContext.pDoc->SetFormulaCell(ScAddress(nCol, nRow, 0), pCell); in OP_Formula()
417 rContext.pDoc->SetFormulaCell(ScAddress(nCol,nRow,nTab), pCell); in OP_Formula123()
H A Dlotimpop.cxx281 pD->SetFormulaCell(aAddr, pCell); in Formulacell()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/inc/
H A Ddocfunc.hxx111 bool SetFormulaCell( const ScAddress& rPos, ScFormulaCell* pCell, bool bInteraction );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/inc/
H A Ddocfunc.hxx111 bool SetFormulaCell( const ScAddress& rPos, ScFormulaCell* pCell, bool bInteraction );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/StatisticsDialogs/
H A DTableFillingAndNavigationTools.cxx162 mpDocShell->GetDocFunc().SetFormulaCell(mCurrentAddress, in writeFormula()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/StatisticsDialogs/
H A DTableFillingAndNavigationTools.cxx162 mpDocShell->GetDocFunc().SetFormulaCell(mCurrentAddress, in writeFormula()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/inc/
H A Dcolumn.hxx338 ScFormulaCell* SetFormulaCell(
342 void SetFormulaCell(
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/inc/
H A Dcolumn.hxx337 ScFormulaCell* SetFormulaCell(
341 void SetFormulaCell(
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/unoobj/
H A Dfuncuno.cxx592 pFormula = pDoc->SetFormulaCell(aFormulaPos, pFormula); in callFunction()

123