Home
last modified time | relevance | path

Searched refs:pFormulaCell (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/sc/source/filter/xml/
H A DXMLChangeTrackingExportHelper.cxx386 ScFormulaCell* pFormulaCell = static_cast<ScFormulaCell*>(pBaseCell); in WriteFormulaCell() local
387 if (pFormulaCell) in WriteFormulaCell()
391 …ScRangeStringConverter::GetStringFromAddress(sAddress, pFormulaCell->aPos, pDoc, ::formula::Formul… in WriteFormulaCell()
396 pFormulaCell->GetFormula(sFormula, eGrammar); in WriteFormulaCell()
398 sal_uInt8 nMatrixFlag(pFormulaCell->GetMatrixFlag()); in WriteFormulaCell()
405 pFormulaCell->GetMatColsRows(nColumns, nRows); in WriteFormulaCell()
426 if (pFormulaCell->IsValue()) in WriteFormulaCell()
428 SetValueAttributes(pFormulaCell->GetValue(), sValue); in WriteFormulaCell()
435 pFormulaCell->GetString(sCellValue); in WriteFormulaCell()
H A Dxmlexprt.cxx2956 ScFormulaCell* pFormulaCell((ScFormulaCell*) pBaseCell); in WriteCell() local
2961 pFormulaCell->GetFormula(sFormula, eGrammar);//ange scope name support in WriteCell()
2972 if (pFormulaCell->IsValue()) in WriteCell()
2981 pFormulaCell->GetStandardFormat(*pDoc->GetFormatTable(), 0), in WriteCell()

Completed in 49 milliseconds