Lines Matching refs:nStartRow

1627 void ScTable::AutoFormatArea(SCCOL nStartCol, SCROW nStartRow, SCCOL nEndCol, SCROW nEndRow,  in AutoFormatArea()  argument
1638 ApplyPatternArea(nStartCol, nStartRow, nEndCol, nEndRow, rAttr); in AutoFormatArea()
1643 void ScTable::AutoFormat( SCCOL nStartCol, SCROW nStartRow, SCCOL nEndCol, SCROW nEndRow, in AutoFormat() argument
1646 if (ValidColRow(nStartCol, nStartRow) && ValidColRow(nEndCol, nEndRow)) in AutoFormat()
1662 SCROW nRow = nStartRow; in AutoFormat()
1668 … AutoFormatArea(nStartCol, nStartRow + 1, nStartCol, nEndRow - 1, *pPatternAttrs[4], nFormatNo); in AutoFormat()
1672 for (nRow = nStartRow + 1; nRow < nEndRow; nRow++) in AutoFormat()
1687 nRow = nStartRow; in AutoFormat()
1692 … AutoFormatArea(nEndCol, nStartRow + 1, nEndCol, nEndRow - 1, *pPatternAttrs[7], nFormatNo); in AutoFormat()
1696 for (nRow = nStartRow + 1; nRow < nEndRow; nRow++) in AutoFormat()
1709 nRow = nStartRow; in AutoFormat()
1732 …AutoFormatArea(nStartCol + 1, nStartRow + 1, nEndCol-1, nEndRow - 1, *pPatternAttrs[5], nFormatNo); in AutoFormat()
1740 … AutoFormatArea(nCol, nStartRow + 1, nCol, nEndRow - 1, *pPatternAttrs[nIndex], nFormatNo); in AutoFormat()
1752 for (nRow = nStartRow + 1; nRow < nEndRow; nRow++) in AutoFormat()
1858 void ScTable::GetAutoFormatData(SCCOL nStartCol, SCROW nStartRow, SCCOL nEndCol, SCROW nEndRow, ScA… in GetAutoFormatData() argument
1860 if (ValidColRow(nStartCol, nStartRow) && ValidColRow(nEndCol, nEndRow)) in GetAutoFormatData()
1862 if ((nEndCol - nStartCol >= 3) && (nEndRow - nStartRow >= 3)) in GetAutoFormatData()
1865 GetAutoFormatAttr(nStartCol, nStartRow, 0, rData); in GetAutoFormatData()
1866 GetAutoFormatFrame(nStartCol, nStartRow, LF_ALL, 0, rData); in GetAutoFormatData()
1868 GetAutoFormatAttr(nStartCol, nStartRow + 1, 4, rData); in GetAutoFormatData()
1869 GetAutoFormatAttr(nStartCol, nStartRow + 2, 8, rData); in GetAutoFormatData()
1870 GetAutoFormatFrame(nStartCol, nStartRow + 1, LF_LEFT | LF_RIGHT | LF_BOTTOM, 4, rData); in GetAutoFormatData()
1871 if (nEndRow - nStartRow >= 4) in GetAutoFormatData()
1872 … GetAutoFormatFrame(nStartCol, nStartRow + 2, LF_LEFT | LF_RIGHT | LF_BOTTOM, 8, rData); in GetAutoFormatData()
1879 GetAutoFormatAttr(nEndCol, nStartRow, 3, rData); in GetAutoFormatData()
1880 GetAutoFormatFrame(nEndCol, nStartRow, LF_ALL, 3, rData); in GetAutoFormatData()
1882 GetAutoFormatAttr(nEndCol, nStartRow + 1, 7, rData); in GetAutoFormatData()
1883 GetAutoFormatAttr(nEndCol, nStartRow + 2, 11, rData); in GetAutoFormatData()
1884 GetAutoFormatFrame(nEndCol, nStartRow + 1, LF_LEFT | LF_RIGHT | LF_BOTTOM, 7, rData); in GetAutoFormatData()
1885 if (nEndRow - nStartRow >= 4) in GetAutoFormatData()
1886 … GetAutoFormatFrame(nEndCol, nStartRow + 2, LF_LEFT | LF_RIGHT | LF_BOTTOM, 11, rData); in GetAutoFormatData()
1893 GetAutoFormatAttr(nStartCol + 1, nStartRow, 1, rData); in GetAutoFormatData()
1894 GetAutoFormatAttr(nStartCol + 2, nStartRow, 2, rData); in GetAutoFormatData()
1895 GetAutoFormatFrame(nStartCol + 1, nStartRow, LF_TOP | LF_BOTTOM | LF_RIGHT, 1, rData); in GetAutoFormatData()
1897 … GetAutoFormatFrame(nStartCol + 2, nStartRow, LF_TOP | LF_BOTTOM | LF_RIGHT, 2, rData); in GetAutoFormatData()
1909 GetAutoFormatAttr(nStartCol + 1, nStartRow + 1, 5, rData); in GetAutoFormatData()
1910 GetAutoFormatAttr(nStartCol + 2, nStartRow + 1, 6, rData); in GetAutoFormatData()
1911 GetAutoFormatAttr(nStartCol + 1, nStartRow + 2, 9, rData); in GetAutoFormatData()
1912 GetAutoFormatAttr(nStartCol + 2, nStartRow + 2, 10, rData); in GetAutoFormatData()
1913 GetAutoFormatFrame(nStartCol + 1, nStartRow + 1, LF_RIGHT | LF_BOTTOM, 5, rData); in GetAutoFormatData()
1914 if ((nEndCol - nStartCol >= 4) && (nEndRow - nStartRow >= 4)) in GetAutoFormatData()
1916 GetAutoFormatFrame(nStartCol + 2, nStartRow + 1, LF_RIGHT | LF_BOTTOM, 6, rData); in GetAutoFormatData()
1917 GetAutoFormatFrame(nStartCol + 1, nStartRow + 2, LF_RIGHT | LF_BOTTOM, 9, rData); in GetAutoFormatData()
1918 GetAutoFormatFrame(nStartCol + 2, nStartRow + 2, LF_RIGHT | LF_BOTTOM, 10, rData); in GetAutoFormatData()