summaryrefslogtreecommitdiff
path: root/sc/util
AgeCommit message (Collapse)AuthorFilesLines
2012-05-13fdo#44456 added calc function DATEDIF as in ODF1.2Winfried Donkers1-0/+1
Change-Id: I082ea20d02bf37d515fc33d627281696fc48fcb6
2012-03-16move excel related oox bits to scNoel Power1-0/+7
2011-11-28dr78: #i111413# new ODFF interpreter functions SEC, SECH, CSC, CSCH; patch ↵Eike Rathke1-0/+4
from <regina>, slightly reworked # HG changeset patch # User Eike Rathke [er] <eike.rathke@oracle.com> # Date 1291394833 -3600 # Node ID ff05fcb4fe392f8c336466982a25fdfda207515a # Parent 4ca136c3f3c8eb330664884c2ff79e2027d8e4eb
2011-09-07BITxxx functions according to ODF 1.2 OpenFormulaWolfgang Pechlaner1-0/+5
Implements BITAND, BITOR, BITXOR, BITLSHIFT and BITRSHIFT as specified by OASIS OpenDocument Format 1.2 OpenFormula / ODFF. Changes made by the committer: * Original submission added the new functions to the Logical group, that group has only functions though that return a logical value 1/0/true/false. ODFF groups them under "Bit operation functions" that currently is not available in Calc. Added the functions to the Mathematical group instead. * Changed descriptions of functions in the Function Wizard. * One sal_uInt64 constant instead of several identical literal 281474976710655 values. * Replaced 'or' operators with || * Don't push two return values, if PushIllegalArgument() was used don't use PushDouble() thereafter. * Treat double values with ::rtl::math::approxFloor() to obtain integer values. * For BITLSHIFT and BITRSHIFT implemented a different algorithm following the ODFF specification that allows larger shift values. * Use our block braces style, respectively don't use block braces for one-line if-statements. * Fixed indentation levels. * Adapted RTL_LOGFILE_CONTEXT_AUTHOR to say "pechlaner". Credit to whom credit is due ;-)
2011-07-28add prefixes for component_getFactoryMatúš Kukan4-4/+4
2011-03-31Adding scfilt component entries for xlsx export.Muthu Subramanian1-0/+34
2011-03-29switch sc to gbuildNorbert Thiebaud4-396/+0
2011-03-28make old style match gnumake for vbaobj.uno.so so it matches scp2Michael Meeks1-2/+3
2011-03-25change location of image ressourcesNorbert Thiebaud1-3/+1
2011-03-14Fixed build breakage in sc/util.Kohei Yoshida2-7/+0
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida5-41/+211
2011-02-10CWS-TOOLING: integrate CWS hr75Jens-Heiner Rechtien [hr]1-777/+0
Notes: split repo tag: calc_ooo/DEV300_m100
2011-02-07hr75: #i116747#: remove pre-OSX Mac resoure fork definition files (*.r)Jens-Heiner Rechtien [hr]1-777/+0
2011-02-01Remove unused files.Thomas Arnhold2-913/+0
2011-01-28CWS gnumake3: kill ENABLE_VBAMathias Bauer1-16/+0
2011-01-28CWS gnumake3: more fixes for problems caused by crappy vbahelper headersMathias Bauer1-0/+1
2010-11-24.src cleanupJoseph Powers1-1/+0
2010-10-28CWS gnumake: resync to m91; conflicts unresolvedMathias Bauer5-33/+210
2010-10-25Finally, gut the vos module out of the buildNorbert Thiebaud1-2/+0
2010-10-25merge vosremoval-reference.diffNorbert Thiebaud1-0/+1
2010-10-13Merged xlsx-shared-xlsx-shared-import-and-export.diff from ooo-buildKatarina Machalkova1-0/+3
2010-10-13Merge branch 'vba' fix conflics, trailing ws & tab issuesNoel Power1-4/+6
additionally the following iz patches are rolled up with this commit i#113356, i#112998 i#113955 i#113358 i#113515 i#112531 i#112596 i#112530
2010-10-09CWS changehid: resync to m89Mathias Bauer4-0/+209
2010-10-06initial commit for vba blob ( not including container_control stuff )Noel Power1-1/+3
2010-09-10sb129: #i113189# change UNO components to use passive registrationsb4-0/+209
2010-07-13CWS gnumake2: resync to DEV300_m84Bjoern Michaelsen7-31/+7
2010-06-22CWS-TOOLING: integrate CWS mib16obo1-1/+1
2010-06-15mib16: contributed bugfixes and various new symbols in VBA compatibility ↵Daniel Rentz1-1/+1
implementation
2010-06-15calctabcolor: rebased to DEV300_m82.Kohei Yoshida1-1/+0
2010-05-11rebased to DEV300_m77.Kohei Yoshida7-29/+6
2010-05-11CWS-TOOLING: integrate CWS npower14miscfixesIvo Hinkelmann1-1/+0
Notes: split repo tag: calc_ooo/DEV300_m78
2010-04-21CWS gnumake2: various fixes after merging with DEV300_m76Bjoern Michaelsen1-1/+0
2010-04-17CWS gnumake2: rebase to DEV300_m76; fix build problemsMathias Bauer4-21/+13
2010-04-16CWS gnumake2: move delivered header files from sfx2/inc to sfx2/inc/sfx2; ↵Mathias Bauer1-2/+1
removed unused code; avoid delivering sfx.srs to solver
2010-04-16CWS-TOOLING: integrate CWS sb118Jens-Heiner Rechtien6-29/+4
2010-04-07sb118: merged in re/DEV300_next towards DEV300_m76sb1-0/+1
2010-03-22CWS-TOOLING: integrate CWS koheicsvimportVladimir Glazunov1-0/+1
2010-02-26npower14miscfixes: #i109644# don't load vba stuff for odf document ( untill ↵npower Developer1-1/+0
you go into vbamode in basic )
2010-02-26calctabcolor: rebased to m72.Kohei Yoshida4-20/+8
2010-02-25sb118: merged in DEV300_m72sb4-20/+8
2010-02-17CWS-TOOLING: integrate CWS changefileheader2Vladimir Glazunov4-19/+4
Notes: split repo tag: calc_ooo/DEV300_m72 split repo tag: calc_ooo/DEV300_m73
2010-02-17calctabcolor: rebased to m71.Kohei Yoshida1-0/+1
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien4-19/+4
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2010-02-08sb118: merged in DEV300_m71sb1-0/+1
2010-02-04CWS svxsplit: merge with m71Mathias Bauer1-0/+1
2010-01-29sb118: #i108776# changed addsym.awk to also export STLport num_put symbols, ↵sb6-29/+4
and simplified it by requiring that first section is labeled UDK_3_0_0; adapted map files accordingly, replacing many individual ones with solenv/src templates
2010-01-29CWS-TOOLING: integrate CWS koheidatapilot03Ivo Hinkelmann1-0/+1
2010-01-21resync to DEV300_m70Mathias Bauer1-4/+0
2010-04-12CWS-TOOLING: integrate CWS dr74Jens-Heiner Rechtien1-0/+1
2010-01-19rebased to DEV300_m69.Kohei Yoshida1-7/+7