Home
last modified time | relevance | path

Searched refs:nMatrixCols (Results 1 – 9 of 9) sorted by relevance

/aoo4110/main/sc/source/filter/xml/
H A DXMLTrackedChangesContext.cxx112 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 DXMLChangeTrackingImportHelper.hxx49 sal_Int32 nMatrixCols; member
57 …t double& fValue, const sal_uInt16 nType, const sal_uInt8 nMatrixFlag, const sal_Int32 nMatrixCols,
H A DXMLChangeTrackingImportHelper.cxx45 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 Dxmlcelli.cxx159 nMatrixCols = sValue.toInt32(); in ScXMLTableRowCellContext()
1091 if (nMatrixCols > 0 && nMatrixRows > 0) in EndElement()
1095 aCellPos.Column + nMatrixCols - 1, in EndElement()
H A Dxmlcelli.hxx60 sal_Int32 nMatrixRows, nMatrixCols; member in ScXMLTableRowCellContext
/aoo4110/main/starmath/source/
H A Dmathtype.cxx792 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 Dmathtype.hxx96 void HandleMatrixSeperator(int nMatrixRows,int nMatrixCols,int &rCurCol,
H A Dnode.cxx2653 void SmMatrixNode::SetRowCol(sal_uInt16 nMatrixRows, sal_uInt16 nMatrixCols) in SetRowCol() argument
2656 nNumCols = nMatrixCols; in SetRowCol()
/aoo4110/main/starmath/inc/
H A Dnode.hxx822 void SetRowCol(sal_uInt16 nMatrixRows, sal_uInt16 nMatrixCols);

Completed in 89 milliseconds