summaryrefslogtreecommitdiff
path: root/formula
AgeCommit message (Collapse)Author
2014-07-14Resync to trunk, windows non-pro buildaoo/aw080Armin Le Grand
2014-03-23aw080 resync to trunk, win build working, no checks yetArmin Le Grand
2013-11-27resync to trunk (after accessibility integration)Armin Le Grand
2013-07-27resync to trunk (close to AOO400)Armin Le Grand
2012-10-10#i121120 AOO doesn't support RightB(), LeftB(),LenB() and MidB() in formula Wang Lei
Patch by: Zhang Lu Review by: Wang Lei Notes: merged as: 0946de1e2fbf8bd5ad3919429f648359d4464eca
2012-09-05calcishmakkica: #i90269# #i95144# #i101466# implement SUMIFS, AVERAGEIFS, ↵Andrew Rist
COUNTIFS; patch from <makkica> From: Eike Rathke <erack@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 Notes: merged as: f2cb873631b8b21b54a55beaba532f4bd616a9c6
2012-09-05calcishmakkica: #i114428# implement XORAndrew Rist
From: Eike Rathke <erack@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 1284060031 -7200 # Node ID 528da6bfd0daed4355d745590d5ac3a319b08fb4 # Parent 237cb91dd986ff11eb100cc631206cda102e91f7 Notes: merged as: 07df025a730be05d087559b939858260df003b97
2012-09-05calcishmakkica: #i101466# implement AVERAGEIF; slightly reworked patch by ↵Andrew Rist
<makkica> From: Eike Rathke <erack@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> # HG changeset patch # User Eike Rathke [er] <eike.rathke@oracle.com> # Date 1284055400 -7200 # Node ID 237cb91dd986ff11eb100cc631206cda102e91f7 # Parent 1c32319bb02fdf173de6a609fca9f2e9c9f4c73a Notes: merged as: fff5031898f743c3adf5fcc35bc95fff48094ebb
2012-03-29Update headers to Alv2 headersAndrew Rist
2012-03-24Update headers to Alv2 headersAndrew Rist
2012-03-23Update headers to Alv2 headersAndrew Rist
2012-02-18i118923 - OS/2 port: new link system now uses unix style.Yuri Dario
2012-01-10Update headers to Alv2 headersAndrew Rist
2012-01-10Update headers to Alv2 headersAndrew Rist
2012-01-10Update headers to Alv2 headersAndrew Rist
2011-11-30Update headers to Alv2 headersAndrew Rist
2011-11-30Update headers to Alv2 headersAndrew Rist
2011-11-30Update headers to Alv2 headersAndrew Rist
2011-11-06Update headers to Alv2 headersAndrew Rist
2011-11-06Update headers to Alv2 headersAndrew Rist
2011-09-08calc68: #i117806# fixed negated condition, made jump matrix work againEike Rathke
Original committer: Eike Rathke [er] <eike.rathke@oracle.com>
2011-03-28CWS-TOOLING: integrate CWS calc66Ivo Hinkelmann
2011-03-10dr78: #i111413# removed all translation relevant strings from SEC, CSC, SECH ↵Eike Rathke [er]
and CSCH. As CWS dr78 didn't make it before translation freeze, string changes would pollute translation data. The core feature is still available, documents containing the functions can be loaded and saved, but the UI function names are non-translatable English names and function wizard resource is not available. TODO: undo this change for the next release.
2011-03-04calc66: mergeNiklas Nebel
2011-03-04calc66: #i103331# make OFFSET with external references work againEike Rathke [er]
+ Introduced FormulaSubroutineToken to hold a FormulaTokenArray. * INDIRECT in case of external reference returns FormulaSubroutineToken instead of directly pushing the token array to code and signalling its presence to ScInterpreter::Interpret(). * ScInterpreter::ScExternalRef() checks if an external reference is used with OFFSET and if so does not resolve it but pushes it so it can be handled within OFFSET. + OFFSET recognizes external reference and creates an external reference of the new area and returns that as subroutine to be resolved by ScExternalRef(). * Interpret() pushes the subroutine to code and rememberes the token and array for late destruction.
2011-02-28dr78: rebase to DEV300_m101Daniel Rentz [dr]
2011-02-15accfixes: merged to m100Malte Timmermann [mt]
2011-01-21removetooltypes01: #i112600# Fix build problems on non-proCarsten Driesner
2011-01-19accfixes: added more accessibility informationMalte Timmermann [mt]
2011-01-19accfixes: fixed tab orderMalte Timmermann [mt]
2011-01-14removetooltypes01: #i112600# remove tooltypes from formulaMikhail Voytenko
2010-12-29dr78: rebase to DEV300m96Daniel Rentz [dr]
2010-12-03dr78: #i111413# new ODFF interpreter functions SEC, SECH, CSC, CSCH; patch ↵Eike Rathke [er]
from <regina>, slightly reworked
2010-11-19sb131: merged in re/DEV300_next towards DEV300_m94sb
2010-11-08CWS-TOOLING: integrate CWS dba34aVladimir Glazunov
2010-10-22sb131: #i115124# $(XSLTPROC) implies LIBXSLT:libxsltsb
2010-10-11CWS changehid: generate former auto hids into src filesMathias Bauer
2010-10-09CWS changehid: resync to m89Mathias Bauer
2010-09-10sb129: #i113189# change UNO components to use passive registrationsb
2010-09-03dba34a: removed SvLBox'es (and friends) Set/GetWindowBits. They were used in ↵Frank Schoenheit [fs]
parallel to Window's Set/GetStyle, with WB_* values which overlapped with existing (generic) WB_* bits. Since this overlapping has been removed, there's no need to have both Style and WindowBits at those classes. Should remove some source of confusion and error (and, well, perhaps introduce some new errors :) ).
2010-07-19CWS changehid: #i111784#: use mhids.pl to generate conversion list for HIDsMathias Bauer
2010-07-16calc56: #i108385# make TEXT return text if text was passed, handling text ↵Eike Rathke [er]
formats that include a @ code
2010-07-13CWS changehid: resync to m84Mathias Bauer
2010-07-10CWS changehid: #i111874#: change code to support HelpIds as byte stringsMathias Bauer
2010-06-17mib16: rebase to m82Daniel Rentz
2010-06-15mib16: contributed bugfixes and various new symbols in VBA compatibility ↵Daniel Rentz
implementation
2010-06-04changehid: #i111874# remove SmartId, make HID of type rtl::OString, fill in ↵Philipp Lohmann [pl]
dummies for all explicit help ids
2010-04-29calc53: merge with DEV300_m77Niklas Nebel
2010-04-28calc53: #i111231# some spring cleaningNiklas Nebel
2010-04-16CWS-TOOLING: integrate CWS sb118Jens-Heiner Rechtien