Searched refs:nMatrixFlag (Results 1 – 4 of 4) sorted by relevance
/aoo4110/main/sc/source/filter/xml/ |
H A D | XMLChangeTrackingImportHelper.cxx | 49 nMatrixFlag(MM_NONE) in ScMyCellInfo() 66 nMatrixFlag(nTempMatrixFlag) in ScMyCellInfo() 85 pCell = new ScFormulaCell(pDoc, aPos, sFormula, eGrammar, nMatrixFlag); in CreateCell() 776 sal_uInt8 nMatrixFlag = static_cast<ScFormulaCell*>(pCell)->GetMatrixFlag(); in SetNewCell() local 789 if ( nMatrixFlag != MM_NONE ) in SetNewCell() 799 …ell = new ScFormulaCell(pDoc, aAddress, sFormula2,formula::FormulaGrammar::GRAM_ODFF, nMatrixFlag); in SetNewCell() 802 if (nMatrixFlag == MM_FORMULA) in SetNewCell()
|
H A D | XMLTrackedChangesContext.cxx | 116 sal_uInt8 nMatrixFlag; member in ScXMLCellContentDeletionContext 299 sal_uInt8& nMatrixFlag, sal_Int32& nMatrixCols, sal_Int32& nMatrixRows); 330 sal_uInt8 nMatrixFlag; member in ScXMLPreviousContext 792 nMatrixFlag(MM_NONE), in ScXMLCellContentDeletionContext() 849 nMatrixFlag, nMatrixCols, nMatrixRows)); in EndElement() 1118 sal_uInt8& nMatrixFlag, sal_Int32& nMatrixCols, sal_Int32& nMatrixRows ) : in ScXMLChangeCellContext() argument 1206 nMatrixFlag = MM_REFERENCE; in ScXMLChangeCellContext() 1208 nMatrixFlag = MM_FORMULA; in ScXMLChangeCellContext() 1340 nMatrixFlag(MM_NONE) in ScXMLPreviousContext() 1372 …ddress, sFormula, sFormulaNmsp, eGrammar, sInputString, fValue, nType, nMatrixFlag, nMatrixCols, n… in CreateChildContext() [all …]
|
H A D | XMLChangeTrackingImportHelper.hxx | 53 sal_uInt8 nMatrixFlag; member 57 …const double& fValue, const sal_uInt16 nType, const sal_uInt8 nMatrixFlag, const sal_Int32 nMatrix…
|
H A D | XMLChangeTrackingExportHelper.cxx | 398 sal_uInt8 nMatrixFlag(pFormulaCell->GetMatrixFlag()); in WriteFormulaCell() local 399 if (nMatrixFlag) in WriteFormulaCell() 401 if (nMatrixFlag == MM_FORMULA) in WriteFormulaCell()
|
Completed in 40 milliseconds