diff options
author | Sahil Gautam <gautamsahil1947@gmail.com> | 2023-10-31 03:57:05 +0530 |
---|---|---|
committer | Mike Kaganski <mike.kaganski@collabora.com> | 2023-11-17 17:35:32 +0100 |
commit | 487e30bec174342fff07f1f8cc76c9beed4c4843 (patch) | |
tree | f61b03575127436631995f912ef79609c9727a67 /officecfg | |
parent | 39f83d3dc2fbcadab759b49f0f36b39b8dc266d8 (diff) |
tdf#33201 Highlight current row and column in spreadsheet
Highlighting functions added
Change-Id: I65335538e394d048731c13ac87535502ea97dfa0
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158680
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Calc.xcs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Calc.xcs b/officecfg/registry/schema/org/openoffice/Office/Calc.xcs index 3de756beac4e..aa58fc81a9a7 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Calc.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Calc.xcs @@ -121,6 +121,13 @@ </info> <value>false</value> </prop> + <prop oor:name="ColumnRowHighlighting" oor:type="xs:boolean" oor:nillable="false"> + <info> + <desc>Indicates whether the column/row highlight has been enabled or not.</desc> + <label>Column/row highlighting</label> + </info> + <value>false</value> + </prop> <prop oor:name="Anchor" oor:type="xs:boolean" oor:nillable="false"> <!-- UIHints: Tools - Options -Spreadsheets - Contents - [Section] Display --> <info> |