Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/xml/
H A DXMLTrackedChangesContext.cxx113 sal_Int32 nMatrixRows; member in ScXMLCellContentDeletionContext
299 sal_uInt8& nMatrixFlag, sal_Int32& nMatrixCols, sal_Int32& nMatrixRows);
327 sal_Int32 nMatrixRows; member in ScXMLPreviousContext
790 nMatrixRows(0), in ScXMLCellContentDeletionContext()
849 nMatrixFlag, nMatrixCols, nMatrixRows)); in EndElement()
1118 sal_uInt8& nMatrixFlag, sal_Int32& nMatrixCols, sal_Int32& nMatrixRows ) : in ScXMLChangeCellContext() argument
1165 SvXMLUnitConverter::convertNumber(nMatrixRows, sValue); in ScXMLChangeCellContext()
1207 else if (bIsMatrix && nMatrixRows && nMatrixCols) in ScXMLChangeCellContext()
1337 nMatrixRows(0), in ScXMLPreviousContext()
1372 …rmula, sFormulaNmsp, eGrammar, sInputString, fValue, nType, nMatrixFlag, nMatrixCols, nMatrixRows); in CreateChildContext()
[all …]
H A DXMLChangeTrackingImportHelper.hxx50 sal_Int32 nMatrixRows; member
58 const sal_Int32 nMatrixRows);
H A DXMLChangeTrackingImportHelper.cxx46 nMatrixRows(0), in ScMyCellInfo()
63 nMatrixRows(nTempMatrixRows), in ScMyCellInfo()
86 …ulaCell*>(pCell)->SetMatColsRows(static_cast<SCCOL>(nMatrixCols), static_cast<SCROW>(nMatrixRows)); in CreateCell()
H A Dxmlcelli.cxx163 nMatrixRows = sValue.toInt32(); in ScXMLTableRowCellContext()
1091 if (nMatrixCols > 0 && nMatrixRows > 0) in EndElement()
1096 aCellPos.Row + nMatrixRows - 1, in EndElement()
H A Dxmlcelli.hxx60 sal_Int32 nMatrixRows, nMatrixCols; member in ScXMLTableRowCellContext
/trunk/main/starmath/source/
H A Dmathtype.cxx792 sal_uInt8 nVariation, int nMatrixRows,int nMatrixCols) in HandleRecords() argument
1430 HandleMatrixSeperator(nMatrixRows,nMatrixCols, 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
1931 if (nMatrixRows!=0) in HandleMatrixSeperator()
1935 if (rCurRow != nMatrixRows-1) in HandleMatrixSeperator()
1937 if (nMatrixRows!=-1) in HandleMatrixSeperator()
1946 if (nMatrixRows!=-1) in HandleMatrixSeperator()
H A Dmathtype.hxx96 void HandleMatrixSeperator(int nMatrixRows,int nMatrixCols,int &rCurCol,
H A Dnode.cxx2693 void SmMatrixNode::SetRowCol(sal_uInt16 nMatrixRows, sal_uInt16 nMatrixCols) in SetRowCol() argument
2695 nNumRows = nMatrixRows; in SetRowCol()
/trunk/main/starmath/inc/
H A Dnode.hxx822 void SetRowCol(sal_uInt16 nMatrixRows, sal_uInt16 nMatrixCols);

Completed in 79 milliseconds