Searched refs:GetAutoFormatFrame (Results 1 – 2 of 2) sorted by relevance
/trunk/main/sc/source/core/data/ |
H A D | table4.cxx | 1866 GetAutoFormatFrame(nStartCol, nStartRow, LF_ALL, 0, rData); in GetAutoFormatData() 1877 GetAutoFormatFrame(nStartCol, nEndRow, LF_ALL, 12, rData); in GetAutoFormatData() 1880 GetAutoFormatFrame(nEndCol, nStartRow, LF_ALL, 3, rData); in GetAutoFormatData() 1884 GetAutoFormatFrame(nEndCol, nStartRow + 1, LF_LEFT | LF_RIGHT | LF_BOTTOM, 7, rData); in GetAutoFormatData() 1891 GetAutoFormatFrame(nEndCol, nEndRow, LF_ALL, 15, rData); in GetAutoFormatData() 1895 GetAutoFormatFrame(nStartCol + 1, nStartRow, LF_TOP | LF_BOTTOM | LF_RIGHT, 1, rData); in GetAutoFormatData() 1903 GetAutoFormatFrame(nStartCol + 1, nEndRow, LF_TOP | LF_BOTTOM | LF_RIGHT, 13, rData); in GetAutoFormatData() 1913 GetAutoFormatFrame(nStartCol + 1, nStartRow + 1, LF_RIGHT | LF_BOTTOM, 5, rData); 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() [all …]
|
/trunk/main/sc/inc/ |
H A D | table.hxx | 822 …void GetAutoFormatFrame(SCCOL nCol, SCROW nRow, sal_uInt16 nFlags, sal_uInt16 nIndex, ScAutoForma…
|
Completed in 35 milliseconds