Home
last modified time | relevance | path

Searched refs:mnNumCols (Results 1 – 4 of 4) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/starmath/source/
H A Dnode.cxx2218 for (size_t j = 0; j < mnNumCols; ++j) in CreateTextFromNode()
2220 SmNode *pNode = GetSubNode(i * mnNumCols + j); in CreateTextFromNode()
2223 if (j != mnNumCols - 1U) in CreateTextFromNode()
2239 std::vector<long> aColWidth(mnNumCols); in Arrange()
2249 int nCol = nIdx % mnNumCols; in Arrange()
2263 std::vector<long> aColLeft(mnNumCols); in Arrange()
2265 for (size_t j = 0; j < mnNumCols; ++j) in Arrange()
2276 for (size_t j = 0; j < mnNumCols; ++j) in Arrange()
2278 SmNode *pTmpNode = GetSubNode(i * mnNumCols + j); in Arrange()
2321 for (size_t j = 0; j < mnNumCols; ++j) in Arrange()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/starmath/inc/
H A Dnode.hxx2013 mnNumCols; member in SmMatrixNode
2019 , mnNumCols(0) { } in SmMatrixNode()
2031 sal_uInt16 GetNumCols() const {return mnNumCols;} in GetNumCols()
2040 { mnNumRows = nMatrixRows; mnNumCols = nMatrixCols; } in SetRowCol()
/dports/editors/libreoffice/libreoffice-7.2.6.2/starmath/source/
H A Dnode.cxx1955 std::vector<tools::Long> aColWidth(mnNumCols); in Arrange()
1965 int nCol = nIdx % mnNumCols; in Arrange()
1979 std::vector<tools::Long> aColLeft(mnNumCols); in Arrange()
1981 for (size_t j = 0; j < mnNumCols; ++j) in Arrange()
1992 for (size_t j = 0; j < mnNumCols; ++j) in Arrange()
1994 SmNode *pTmpNode = GetSubNode(i * mnNumCols + j); in Arrange()
2037 for (size_t j = 0; j < mnNumCols; ++j) in Arrange()
2039 if (nullptr != (pNode = GetSubNode(i * mnNumCols + j))) in Arrange()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/starmath/inc/
H A Dnode.hxx1083 mnNumCols; member in SmMatrixNode
1089 , mnNumCols(0) in SmMatrixNode()
1094 sal_uInt16 GetNumCols() const {return mnNumCols;} in GetNumCols()