Date: prev next · Thread: first prev next last
2013 Archives by date, by thread · List index


Hi,

I have submitted a patch for review:

    https://gerrit.libreoffice.org/1920

To pull it, you can do:

    git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/20/1920/1

resolved fdo#60043 write correct IM* function names

Prefixed with _xlfn. instead of programmatic Add-In name.

Change-Id: I4f119f92096329432488503f36df670a4ce19b42
(cherry picked from commit d701e808782f5849f22c112311a9553f08c8d553)
---
M sc/source/filter/oox/formulabase.cxx
1 file changed, 8 insertions(+), 0 deletions(-)



diff --git a/sc/source/filter/oox/formulabase.cxx b/sc/source/filter/oox/formulabase.cxx
index ebbad45..929e6b0 100644
--- a/sc/source/filter/oox/formulabase.cxx
+++ b/sc/source/filter/oox/formulabase.cxx
@@ -729,6 +729,14 @@
 static const FunctionData saFuncTable2013[] =
 {
     { "IFNA",                   "IFNA",                 NOID,   NOID,   2,  2,  V, { VO, RO }, 
FUNCFLAG_MACROCALL_NEW },
+    { "IMCOSH",                 "IMCOSH",               NOID,   NOID,   1,  1,  V, { VR }, 
FUNCFLAG_MACROCALL_NEW | FUNCFLAG_EXTERNAL },
+    { "IMCOT",                  "IMCOT",                NOID,   NOID,   1,  1,  V, { VR }, 
FUNCFLAG_MACROCALL_NEW | FUNCFLAG_EXTERNAL },
+    { "IMCSC",                  "IMCSC",                NOID,   NOID,   1,  1,  V, { VR }, 
FUNCFLAG_MACROCALL_NEW | FUNCFLAG_EXTERNAL },
+    { "IMCSCH",                 "IMCSCH",               NOID,   NOID,   1,  1,  V, { VR }, 
FUNCFLAG_MACROCALL_NEW | FUNCFLAG_EXTERNAL },
+    { "IMSEC",                  "IMSEC",                NOID,   NOID,   1,  1,  V, { VR }, 
FUNCFLAG_MACROCALL_NEW | FUNCFLAG_EXTERNAL },
+    { "IMSECH",                 "IMSECH",               NOID,   NOID,   1,  1,  V, { VR }, 
FUNCFLAG_MACROCALL_NEW | FUNCFLAG_EXTERNAL },
+    { "IMSINH",                 "IMSINH",               NOID,   NOID,   1,  1,  V, { VR }, 
FUNCFLAG_MACROCALL_NEW | FUNCFLAG_EXTERNAL },
+    { "IMTAN",                  "IMTAN",                NOID,   NOID,   1,  1,  V, { VR }, 
FUNCFLAG_MACROCALL_NEW | FUNCFLAG_EXTERNAL },
 };
 
 /** Functions defined by OpenFormula, but not supported by Calc or by Excel. */

-- 
To view, visit https://gerrit.libreoffice.org/1920
To unsubscribe, visit https://gerrit.libreoffice.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I4f119f92096329432488503f36df670a4ce19b42
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: libreoffice-4-0
Gerrit-Owner: Eike Rathke <erack@redhat.com>

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.