offapi/com/sun/star/table/XCell.idl |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 12efeaf7b623e865e048fb4a8512a5f08f182760
Author:     Mike Kaganski <mike.kagan...@collabora.com>
AuthorDate: Tue Jul 8 19:31:27 2025 +0200
Commit:     Mike Kaganski <mike.kagan...@collabora.com>
CommitDate: Tue Jul 8 21:30:38 2025 +0200

    Document the grammar used in XCell::setFormula
    
    Change-Id: Icb7d24888943dc52aff4e880723f9a1bf0fbd119
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/187549
    Tested-by: Jenkins
    Reviewed-by: Mike Kaganski <mike.kagan...@collabora.com>

diff --git a/offapi/com/sun/star/table/XCell.idl 
b/offapi/com/sun/star/table/XCell.idl
index be626336496d..21e170beea72 100644
--- a/offapi/com/sun/star/table/XCell.idl
+++ b/offapi/com/sun/star/table/XCell.idl
@@ -46,6 +46,8 @@ published interface XCell: com::sun::star::uno::XInterface
         <p>When assigned, the string will be interpreted and a value, text
         or formula cell is created, depending on the text and the number
         format.</p>
+        <p>Formula must use API English with A1 reference style grammar.</p>
+        @see com::sun::star::sheet::FormulaLanguage::API
      */
     void setFormula( [in] string aFormula );
 

Reply via email to