source/text/sbasic/shared/03/sf_calc.xhp | 17 +++++++++++++++++ 1 file changed, 17 insertions(+)
New commits: commit f557d02eea8cdee59c6b0107a2377eddd3677f3b Author: Jean-Pierre Ledure <[email protected]> AuthorDate: Thu Dec 11 15:50:16 2025 +0100 Commit: Jean-Pierre Ledure <[email protected]> CommitDate: Thu Dec 11 17:06:35 2025 +0100 ScriptForge add calc.XRectangle property sf_calc.xhp is updated according to https://gerrit.libreoffice.org/c/core/+/180140 Change-Id: I72ace08f35d47b468d047d84737f442aa3ceeee2 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/195471 Reviewed-by: Jean-Pierre Ledure <[email protected]> Tested-by: Jenkins diff --git a/source/text/sbasic/shared/03/sf_calc.xhp b/source/text/sbasic/shared/03/sf_calc.xhp index 475cf0f496..521315e153 100644 --- a/source/text/sbasic/shared/03/sf_calc.xhp +++ b/source/text/sbasic/shared/03/sf_calc.xhp @@ -485,6 +485,23 @@ <paragraph id="par_id321592315404430" role="tablecontent" xml-lang="en-US">A <literal>com.sun.star.Table.XCellRange</literal> UNO object.</paragraph> </tablecell> </tablerow> + <tablerow> + <tablecell> + <paragraph id="par_id691591234404547" role="tablecontent" xml-lang="en-US" localize="false">XRectangle</paragraph> + </tablecell> + <tablecell> + <paragraph id="par_id393214315404944" role="tablecontent" xml-lang="en-US">Yes</paragraph> + </tablecell> + <tablecell> + <paragraph id="par_id1001592316547525" role="tablecontent" xml-lang="en-US">RangeName As String</paragraph> + </tablecell> + <tablecell> + <paragraph id="par_id7715923984241" role="tablecontent" xml-lang="en-US" localize="false">Object</paragraph> + </tablecell> + <tablecell> + <paragraph id="par_id321592315406565" role="tablecontent" xml-lang="en-US">A <literal>com.sun.star.awt.Rectangle</literal> UNO structure, describing, in pixels, the area on the screen where the range is located.</paragraph> + </tablecell> + </tablerow> <tablerow> <tablecell> <paragraph id="par_id961592315565332" role="tablecontent" localize="false">XSheetCellCursor</paragraph>
