Lines Matching refs:nStartCol

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()
1661 SCCOL nCol = nStartCol; in AutoFormat()
1668 … AutoFormatArea(nStartCol, nStartRow + 1, nStartCol, nEndRow - 1, *pPatternAttrs[4], nFormatNo); in AutoFormat()
1711 for (nCol = nStartCol + 1; nCol < nEndCol; nCol++) in AutoFormat()
1722 for (nCol = nStartCol + 1; nCol < nEndCol; nCol++) in AutoFormat()
1732 …AutoFormatArea(nStartCol + 1, nStartRow + 1, nEndCol-1, nEndRow - 1, *pPatternAttrs[5], nFormatNo); in AutoFormat()
1738 for (nCol = nStartCol + 1; nCol < nEndCol; nCol++) in AutoFormat()
1750 for (nCol = nStartCol + 1; nCol < nEndCol; nCol++) 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()
1872 … GetAutoFormatFrame(nStartCol, nStartRow + 2, LF_LEFT | LF_RIGHT | LF_BOTTOM, 8, rData); in GetAutoFormatData()
1876 GetAutoFormatAttr(nStartCol, nEndRow, 12, rData); in GetAutoFormatData()
1877 GetAutoFormatFrame(nStartCol, nEndRow, LF_ALL, 12, 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()
1896 if (nEndCol - nStartCol >= 4) in GetAutoFormatData()
1897 … GetAutoFormatFrame(nStartCol + 2, nStartRow, LF_TOP | LF_BOTTOM | LF_RIGHT, 2, rData); in GetAutoFormatData()
1901 GetAutoFormatAttr(nStartCol + 1, nEndRow, 13, rData); in GetAutoFormatData()
1902 GetAutoFormatAttr(nStartCol + 2, nEndRow, 14, rData); in GetAutoFormatData()
1903 GetAutoFormatFrame(nStartCol + 1, nEndRow, LF_TOP | LF_BOTTOM | LF_RIGHT, 13, rData); in GetAutoFormatData()
1904 if (nEndCol - nStartCol >= 4) in GetAutoFormatData()
1905 … GetAutoFormatFrame(nStartCol + 2, nEndRow, LF_TOP | LF_BOTTOM | LF_RIGHT, 14, 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()