Searched refs:nRepeatedRows (Results 1 – 4 of 4) sorted by relevance
/trunk/main/sc/source/filter/xml/ |
H A D | xmlrowi.cxx | 69 nRepeatedRows(1), in ScXMLTableRowContext() 97 nRepeatedRows = std::max( sValue.toInt32(), (sal_Int32) 1 ); in ScXMLTableRowContext() 135 rLName, xAttrList, sal_False, nRepeatedRows in CreateChildContext() 145 rLName, xAttrList, sal_True, nRepeatedRows in CreateChildContext() 161 if (!bHasCell && nRepeatedRows > 1) in EndElement() 163 for (sal_Int32 i = 0; i < nRepeatedRows - 1; ++i) //one row is always added in EndElement() 173 sal_Int32 nFirstRow(nCurrentRow - nRepeatedRows + 1); in EndElement()
|
H A D | xmlcelli.cxx | 111 nRepeatedRows(nTempRepeatedRows), in ScXMLTableRowCellContext() 571 sal_Int32 nBottom = aCellAddress.Row + nRepeatedRows - 1; in SetCellProperties() 778 if (aCellPos.Column > 0 && nRepeatedRows > 1) in EndElement() 779 aCellPos.Row -= (nRepeatedRows - 1); in EndElement() 797 if (CellExists(aCellPos) && ((nCellsRepeated > 1) || (nRepeatedRows > 1))) in EndElement() 837 for (sal_Int32 j = 0; j < nRepeatedRows; ++j) in EndElement() 1026 for (sal_Int32 j = 1; j < nRepeatedRows; ++j) in EndElement() 1033 if (nCellsRepeated > 1 || nRepeatedRows > 1) in EndElement() 1040 …SCROW nEndRow(aCellPos.Row + nRepeatedRows - 1 < MAXROW ? static_cast<SCROW>(aCellPos.Row + nRepea… in EndElement() 1072 …DBG_ASSERT(((nCellsRepeated == 1) && (nRepeatedRows == 1)), "repeated cells with formula not possi… in EndElement()
|
H A D | xmlcelli.hxx | 61 sal_Int32 nRepeatedRows; member in ScXMLTableRowCellContext 106 const sal_Bool bIsCovered, const sal_Int32 nRepeatedRows );
|
H A D | xmlrowi.hxx | 35 sal_Int32 nRepeatedRows; member in ScXMLTableRowContext
|
Completed in 19 milliseconds