diff options
author | Jean-Pierre Ledure <jp@ledure.be> | 2025-02-26 14:51:06 +0100 |
---|---|---|
committer | Jean-Pierre Ledure <jp@ledure.be> | 2025-02-26 16:37:09 +0100 |
commit | 2953ff4682333cd81f4d53a56dd67175a5fedb18 (patch) | |
tree | f7e10afedf2972b81895841eeb1aaa9f570072b8 /xmloff/source/transform/PropertyActionsOOo.cxx | |
parent | 26773186b57e5b8a4338294f0d3f858144d5a8dc (diff) |
ScriptForge (SF_Calc) formatting, case-sensitive arguments
Next methods:
AlignRange() => TMBLCR
BorderRange() => LTRBUDHV
DecorateFont() => BUSI
receive a string argument describing
what they have to do.
Those arguments become case-sensitive: only
upper-case characters are considered.
Now:
calc.DecorateFont(range, decoration := "BI")
may be written as:
calc.DecorateFont(range, _
decoration := "Bold+Italic")
which improves the readability of user's scripts.
The functionality is available both in
Basic and Python scripts.
To be considered in the 25.8 documentation.
Change-Id: If241f7aef2e8cbfa5b7dd240e26489790a8cca13
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/182232
Reviewed-by: Jean-Pierre Ledure <jp@ledure.be>
Tested-by: Jenkins
Diffstat (limited to 'xmloff/source/transform/PropertyActionsOOo.cxx')
0 files changed, 0 insertions, 0 deletions