summaryrefslogtreecommitdiff
path: root/sc/util
AgeCommit message (Collapse)AuthorFilesLines
2013-04-10drop unused scriptDavid Tardon1-58/+0
Change-Id: I892d2856c28536a7828c292c8fb3cd8b30fe8ecb
2013-02-06remove obsolete hidother.src filesAndras Timar1-489/+0
Change-Id: Ieb30afd81d16d184e0276ce7699b848f26a00013
2013-02-05Skeleton for new excel biff format detector service.Kohei Yoshida1-0/+3
Not used yet. Change-Id: I1d3c28c46ec3b1830b8d0c656717e95677df9508
2013-02-02fdo#57180 add calc function NUMBERVALUE as defined in ODFF1.2Winfried Donkers1-0/+1
Conflicts: sc/source/filter/excel/xlformula.cxx sc/source/filter/oox/formulabase.cxx Change-Id: I6ee01764ae9fc27854fd3bd8a630b9d3560192e5 Reviewed-on: https://gerrit.libreoffice.org/1477 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2013-01-11fdo#56124 add functions IFERROR and IFNA to calc as in ODFF1.2Winfried Donkers1-0/+2
Change-Id: I6403b51ac8c710ad3b8d2625e1482971f50e6b1d
2012-12-15calcishmakkica: #i90269# #i95144# #i101466# implement SUMIFS, AVERAGEIFS, ↵Marina Plakalovic1-0/+3
COUNTIFS Merged from Apache OO with adaptions. http://svn.apache.org/viewvc?rev=1381447&view=rev Original Apache OO committer: Andrew Rist <arist@apache.org> Original Author: Marina Plakalovic <makkica@openoffice.org> Original Committer: Eike Rathke [er] <eike.rathke@oracle.com> # HG changeset patch # User Eike Rathke [er] <eike.rathke@oracle.com> # Date 1288810126 -3600 # Node ID 02cf226fcde498f6fd926d45df497e9fb412fe0f # Parent 528da6bfd0daed4355d745590d5ac3a319b08fb4 Change-Id: I08754653cd2ff20536ad3e9f260f747cb127ccdd
2012-12-15calcishmakkica: #i101466# implement AVERAGEIFMarina Plakalovic1-3/+4
Merged from Apache OO with adaptions. http://svn.apache.org/viewvc?rev=1381445&view=rev Original Apache OO committer: Andrew Rist <arist@apache.org> Original Author: Marina Plakalovic <makkica@openoffice.org> Original Author: Eike Rathke [er] <eike.rathke@oracle.com> Original Committer: Eike Rathke [er] <eike.rathke@oracle.com> slightly reworked patch by <makkica> # HG changeset patch # User Eike Rathke [er] <eike.rathke@oracle.com> # Date 1284055400 -7200 # Node ID 237cb91dd986ff11eb100cc631206cda102e91f7 # Parent 1c32319bb02fdf173de6a609fca9f2e9c9f4c73a Change-Id: Id168462272dc8d618513319ebab41fde5c728b08
2012-12-04re-base on ALv2 code. Includes:Michael Meeks5-127/+82
Patches contributed by Herbert Duerr i#118735 prevent endless loop if vlookup/hlookup doesn't find anything http://svn.apache.org/viewvc?view=revision&revision=1239673 Patches contributed by Andre Fischer remove lp_solver http://svn.apache.org/viewvc?view=revision&revision=1199180 i#118160: Added external CoinMP library. http://svn.apache.org/viewvc?view=revision&revision=1233909 Patches contributed by Armin Le-Grand i#118485 - Styles for OLEs are not saved. http://svn.apache.org/viewvc?view=revision&revision=1182166 i#118524: apply patch, followup fixes to 118485 http://svn.apache.org/viewvc?view=revision&revision=1186077 Patches contributed by lihuiibm i#108860 - Fix range validation. http://svn.apache.org/viewvc?view=revision&revision=1242846 i#118954 Chart data will lost after copy to different file http://svn.apache.org/viewvc?view=revision&revision=1301345 Patches contributed by Ariel Constenla-Haile Fix Linux build breaker: extra qualification on member http://svn.apache.org/viewvc?view=revision&revision=1301591 i#118696 - i#118697 - Fix some Sheet Tab Color API issues http://svn.apache.org/viewvc?view=revision&revision=1225428 i#118697 - Fix uninitialized variable http://svn.apache.org/viewvc?view=revision&revision=1225859 i#118771 - ScUndoImportTab should preserve tab background color http://svn.apache.org/viewvc?view=revision&revision=1230356 i#118921 - Repaint linked sheet tab background color after updating link http://svn.apache.org/viewvc?view=revision&revision=1245177 i#118927 - Undo/Redo "Update Link" does not reset sheet tab color http://svn.apache.org/viewvc?view=revision&revision=1245241 i#118747 - Copy tab color when transferring sheets across documents http://svn.apache.org/viewvc?view=revision&revision=1230355 Patch contributed by Oliver Rainer-Wittman i#118012 - methods <ScBroadcastAreaSlot::AreaBroadcast(..)> and <ScBroadcastAreaSlot::AreaBroadcastInRange(..)> adapt stl-container iteration in order to avoid destroyed iterators during iteration. http://svn.apache.org/viewvc?view=revision&revision=1297916 Patches contributed by Mathias Bauer gnumake4 work variously http://svn.apache.org/viewvc?view=revision&revision=1394707 http://svn.apache.org/viewvc?view=revision&revision=1394326 http://svn.apache.org/viewvc?view=revision&revision=1396797 http://svn.apache.org/viewvc?view=revision&revision=1397315 Patch contributed by Daniel Rentz calc69: #i116936# fix VBA symbol Cells http://svn.apache.org/viewvc?view=revision&revision=1172135 Patches contributed by leiw: i#118546 CPU 100% on switched off AutoCalculate with Conditional Formatting on date values http://svn.apache.org/viewvc?view=revision&revision=1301380 Re-add new function documentation. Many various cleanups. Add missing calc66: #o11817313# also look at formula result number format, remove redundant binaries.
2012-06-21re-base on ALv2 code.Michael Meeks1-21/+12
Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
2012-06-12fdo#51017 ODFF: implement missing imaginary functions [AOO i111609 r1348096]Regina Henschel1-0/+8
Adds IMTAN, IMSEC, IMCSC, IMCOT, IMSINH, IMCOSH, IMSECH, IMCSCH spreadsheet functions. Change-Id: I04ce0b1fdf787c3d8b2301cd92400e54049494bf
2012-06-12fdo#50822 add function XOR to calc as in ODFF1.2Winfried Donkers1-0/+1
Change-Id: I994119c0520658775d07f776237d31a03f53ab52
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