Home
last modified time | relevance | path

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

/dports/devel/upp/upp/uppsrc/CtrlCore/
H A DParseRTF.cpp126 TableState() : textcol(0), stylecol(0) { cells.Add(); } in TableState()
131 int stylecol; member
1107 ts.stylecol = 0; in OpenTable()
1160 table_stack[itap - 1].stylecol = 0; in ReadTableStyle()
1165 ts0.textcol = ts0.stylecol = 0; in ReadTableStyle()
1171 ts.textcol = ts.stylecol = 0; in ReadTableStyle()
1251 CellInfoAt(ts.stylecol).shading = command_arg; in ReadTableStyle()
1257 CellAt(ts, ts.stylecol).merge = true; in ReadTableStyle()
1259 CellAt(ts, ts.stylecol).merge_first = true; in ReadTableStyle()
1263 int sx = ts.stylecol++; in ReadTableStyle()
[all …]