Searched refs:nMatrixCols (Results 1 – 9 of 9) sorted by relevance
/trunk/main/sc/source/filter/xml/ |
H A D | XMLTrackedChangesContext.cxx | 112 sal_Int32 nMatrixCols; member in ScXMLCellContentDeletionContext 299 sal_uInt8& nMatrixFlag, sal_Int32& nMatrixCols, sal_Int32& nMatrixRows); 326 sal_Int32 nMatrixCols; member in ScXMLPreviousContext 789 nMatrixCols(0), in ScXMLCellContentDeletionContext() 849 nMatrixFlag, nMatrixCols, nMatrixRows)); in EndElement() 1118 sal_uInt8& nMatrixFlag, sal_Int32& nMatrixCols, sal_Int32& nMatrixRows ) : in ScXMLChangeCellContext() argument 1160 SvXMLUnitConverter::convertNumber(nMatrixCols, sValue); in ScXMLChangeCellContext() 1207 else if (bIsMatrix && nMatrixRows && nMatrixCols) in ScXMLChangeCellContext() 1336 nMatrixCols(0), in ScXMLPreviousContext() 1372 …rmula, sFormulaNmsp, eGrammar, sInputString, fValue, nType, nMatrixFlag, nMatrixCols, nMatrixRows); in CreateChildContext() [all …]
|
H A D | XMLChangeTrackingImportHelper.hxx | 49 sal_Int32 nMatrixCols; member 57 …t double& fValue, const sal_uInt16 nType, const sal_uInt8 nMatrixFlag, const sal_Int32 nMatrixCols,
|
H A D | XMLChangeTrackingImportHelper.cxx | 45 nMatrixCols(0), in ScMyCellInfo() 62 nMatrixCols(nTempMatrixCols), in ScMyCellInfo() 86 …static_cast<ScFormulaCell*>(pCell)->SetMatColsRows(static_cast<SCCOL>(nMatrixCols), static_cast<SC… in CreateCell()
|
H A D | xmlcelli.cxx | 159 nMatrixCols = sValue.toInt32(); in ScXMLTableRowCellContext() 1091 if (nMatrixCols > 0 && nMatrixRows > 0) in EndElement() 1095 aCellPos.Column + nMatrixCols - 1, in EndElement()
|
H A D | xmlcelli.hxx | 60 sal_Int32 nMatrixRows, nMatrixCols; member in ScXMLTableRowCellContext
|
/trunk/main/starmath/source/ |
H A D | mathtype.cxx | 792 sal_uInt8 nVariation, int nMatrixRows,int nMatrixCols) in HandleRecords() argument 1430 HandleMatrixSeperator(nMatrixRows,nMatrixCols, in HandleRecords() 1832 if (nMatrixCols==0) in HandleRecords() 1853 HandleMatrixSeperator(nMatrixRows,nMatrixCols,nCurCol,nCurRow); in HandleRecords() 1859 HandleMatrixSeperator(nMatrixRows,nMatrixCols,nCurCol,nCurRow); in HandleRecords() 1928 void MathType::HandleMatrixSeperator(int nMatrixRows,int nMatrixCols, in HandleMatrixSeperator() argument 1933 if (rCurCol == nMatrixCols-1) in HandleMatrixSeperator()
|
H A D | mathtype.hxx | 96 void HandleMatrixSeperator(int nMatrixRows,int nMatrixCols,int &rCurCol,
|
H A D | node.cxx | 2693 void SmMatrixNode::SetRowCol(sal_uInt16 nMatrixRows, sal_uInt16 nMatrixCols) in SetRowCol() argument 2696 nNumCols = nMatrixCols; in SetRowCol()
|
/trunk/main/starmath/inc/ |
H A D | node.hxx | 822 void SetRowCol(sal_uInt16 nMatrixRows, sal_uInt16 nMatrixCols);
|
Completed in 89 milliseconds