Home
last modified time | relevance | path

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

/dports/devel/upp/upp/uppsrc/RichEdit/
H A DCursor.cpp11 tablesel = 0; in FinishNF()
28 tablesel = anchorp.table; in FinishNF()
41 text.AdjustTableSel(tablesel, cells); in FinishNF()
46 tablesel = anchorp.table; in FinishNF()
51 text.AdjustTableSel(tablesel, cells); in FinishNF()
67 if(tablesel) in FinishNF()
222 if(select && tablesel) in CursorKey()
337 tablesel = 0; in CancelSelection()
349 if(tablesel) { in RemoveSelection()
351 SaveTable(tablesel); in RemoveSelection()
[all …]
H A DTable.cpp326 if(!(tablesel || cursorp.table && !IsSelection())) in CellProperties()
332 if(tablesel) { in CellProperties()
333 tab = tablesel; in CellProperties()
363 if(tablesel) { in CellProperties()
374 text.SetCellFormat(tab, a, fmt, !tablesel || !IsNull(dlg.keep), !tablesel || !IsNull(dlg.round)); in CellProperties()
380 if(!tablesel) in JoinCell()
383 SaveTable(tablesel); in JoinCell()
384 text.JoinCell(tablesel, cells); in JoinCell()
385 Move(text.GetCellPos(tablesel, cells.TopLeft()).pos); in JoinCell()
H A DModify.cpp115 if(tablesel) { in SaveFormat()
116 SaveTable(tablesel); in SaveFormat()
258 if(tablesel) { in GetSelection()
259 RichTable tab = text.CopyTable(tablesel, cells); in GetSelection()
363 if(!IsSelection() || tablesel) in ToPara()
H A DFormating.cpp17 if(tablesel) { in ApplyFormat()
19 SaveTable(tablesel); in ApplyFormat()
20 text.ApplyTableFormatInfo(tablesel, cells, f); in ApplyFormat()
178 if(tablesel) in ReadFormat()
179 formatinfo = text.GetTableFormatInfo(tablesel, cells); in ReadFormat()
389 if(tablesel) in SetParaFormat()
390 text.ApplyTableFormatInfo(tablesel, cells, f); in SetParaFormat()
H A DTool.cpp259 bar.Add(!IsReadOnly() && IsSelection() && !tablesel, t_("To single paragraph"), in ToParaTool()
405 if(tablesel) in SplitJoinCellTool()
416 bar.Add(cursorp.table && (!IsSelection() || tablesel) && !IsReadOnly(), in CellPropertiesTool()
H A DEditor.cpp132 if(tablesel) { in Paint()
133 pi.tablesel = tablesel; in Paint()
H A DMouse.cpp405 if(tablesel) in CursorImage()
H A DRichEdit.h246 int tablesel; variable
/dports/devel/upp/upp/uppsrc/RichText/
H A DTablePaint.cpp101 pi.tablesel -= cell.text.GetTableCount(); in RowPaint()
147 bool sel = pi.tablesel == 0; in Paint()
175 pi.tablesel = 0; in Paint()
H A DTxtPaint.cpp167 pi.tablesel--; in Paint()
172 pi.tablesel -= tab.GetTableCount(); in Paint()
H A DRichText.h273 int tablesel; member
H A DParaData.cpp47 tablesel = 0; in PaintInfo()