summaryrefslogtreecommitdiffstats
path: root/sc/util
Commit message (Collapse)AuthorAgeFilesLines
* dr78: #i111413# new ODFF interpreter functions SEC, SECH, CSC, CSCH; patch ↵Eike Rathke2011-11-281-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
* BITxxx functions according to ODF 1.2 OpenFormulaWolfgang Pechlaner2011-09-071-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 ;-)
* add prefixes for component_getFactoryMatúš Kukan2011-07-284-4/+4
|
* Adding scfilt component entries for xlsx export.Muthu Subramanian2011-03-311-0/+34
|
* switch sc to gbuildNorbert Thiebaud2011-03-294-396/+0
|
* make old style match gnumake for vbaobj.uno.so so it matches scp2Michael Meeks2011-03-281-2/+3
|
* change location of image ressourcesNorbert Thiebaud2011-03-251-3/+1
|
* Fixed build breakage in sc/util.Kohei Yoshida2011-03-142-7/+0
|
* Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida2011-03-105-41/+211
|\
| * CWS-TOOLING: integrate CWS hr75Jens-Heiner Rechtien [hr]2011-02-101-777/+0
| |\
| | * hr75: #i116747#: remove pre-OSX Mac resoure fork definition files (*.r)Jens-Heiner Rechtien [hr]2011-02-071-777/+0
| | |
| * | CWS gnumake3: kill ENABLE_VBAMathias Bauer2011-01-281-16/+0
| | |
| * | CWS gnumake3: more fixes for problems caused by crappy vbahelper headersMathias Bauer2011-01-281-0/+1
| |/
| * CWS gnumake: resync to m91; conflicts unresolvedMathias Bauer2010-10-285-33/+210
| |\
| | * CWS changehid: resync to m89Mathias Bauer2010-10-094-0/+209
| | |\
| | | * sb129: #i113189# change UNO components to use passive registrationsb2010-09-104-0/+209
| | | |
| | * | CWS changehid: #i111784#: use mhids.pl to generate conversion list for HIDsMathias Bauer2010-07-191-33/+1
| | |/
| * | CWS gnumake2: resync to DEV300_m84Bjoern Michaelsen2010-07-137-31/+7
| |\|
| * | CWS gnumake2: various fixes after merging with DEV300_m76Bjoern Michaelsen2010-04-211-1/+0
| | |
| * | CWS gnumake2: rebase to DEV300_m76; fix build problemsMathias Bauer2010-04-174-21/+13
| |\ \
| * | | CWS gnumake2: move delivered header files from sfx2/inc to sfx2/inc/sfx2; ↵Mathias Bauer2010-04-161-2/+1
| | | | | | | | | | | | | | | | removed unused code; avoid delivering sfx.srs to solver
* | | | Remove unused files.Thomas Arnhold2011-02-012-913/+0
| | | |
* | | | .src cleanupJoseph Powers2010-11-241-1/+0
| | | |
* | | | Finally, gut the vos module out of the buildNorbert Thiebaud2010-10-251-2/+0
| | | |
* | | | merge vosremoval-reference.diffNorbert Thiebaud2010-10-251-0/+1
| | | |
* | | | Merged xlsx-shared-xlsx-shared-import-and-export.diff from ooo-buildKatarina Machalkova2010-10-131-0/+3
| | | |
* | | | Merge branch 'vba' fix conflics, trailing ws & tab issuesNoel Power2010-10-131-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
| * | | initial commit for vba blob ( not including container_control stuff )Noel Power2010-10-061-1/+3
|/ / /
* | | CWS-TOOLING: integrate CWS mib16obo2010-06-221-1/+1
|\ \ \
| * | | mib16: contributed bugfixes and various new symbols in VBA compatibility ↵Daniel Rentz2010-06-151-1/+1
| | | | | | | | | | | | | | | | implementation
* | | | calctabcolor: rebased to DEV300_m82.Kohei Yoshida2010-06-151-1/+0
|\| | |
| * | | CWS-TOOLING: integrate CWS npower14miscfixesIvo Hinkelmann2010-05-111-1/+0
| |\ \ \
| | * | | npower14miscfixes: #i109644# don't load vba stuff for odf document ( untill ↵npower Developer2010-02-261-1/+0
| | | | | | | | | | | | | | | | | | | | you go into vbamode in basic )
* | | | | rebased to DEV300_m77.Kohei Yoshida2010-05-117-29/+6
|\| | | |
| * | | | CWS-TOOLING: integrate CWS sb118Jens-Heiner Rechtien2010-04-166-29/+4
| |\ \ \ \
| | * \ \ \ sb118: merged in re/DEV300_next towards DEV300_m76sb2010-04-071-0/+1
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | * | | | sb118: merged in DEV300_m72sb2010-02-254-20/+8
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | * | | | sb118: merged in DEV300_m71sb2010-02-081-0/+1
| | |\ \ \ \
| | * | | | | sb118: #i108776# changed addsym.awk to also export STLport num_put symbols, ↵sb2010-01-296-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
| * | | | | CWS-TOOLING: integrate CWS dr74Jens-Heiner Rechtien2010-04-121-0/+1
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | dr74: merge with DEV300_m69Daniel Rentz2010-01-151-7/+7
| | |\| | |
| | * | | | dr74: migrate changes to hgDaniel Rentz2010-01-151-0/+1
| | | | | |
| * | | | | CWS-TOOLING: integrate CWS koheicsvimportVladimir Glazunov2010-03-221-0/+1
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | Rebased to DEV300_m69.Kohei Yoshida2010-01-191-7/+7
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | * | | | rebased to DEV300_m60.Kohei Yoshida2009-09-291-1/+0
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | * | | | rebased to DEV300_m57.Kohei Yoshida2009-09-101-1/+5
| | |\ \ \ \
| | * | | | | Change the identity of the import option dialog.Kohei Yoshida2009-08-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change the identity of the import option dialog from lang chooser to text import options, since the dialog now contains more than just the language option.
| | * | | | | #i102141# initial port of patches from ooo-build, to implement a newKohei Yoshida2009-07-271-0/+1
| | | | | | | | | | | | | | | | | | | | | HTML option dialog & associated changes in the core.
* | | | | | | calctabcolor: rebased to m72.Kohei Yoshida2010-02-264-20/+8
|\| | | | | |
| * | | | | | CWS-TOOLING: integrate CWS changefileheader2Vladimir Glazunov2010-02-174-19/+4
| |\ \ \ \ \ \