summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xeformula.cxx
AgeCommit message (Expand)Author
2014-06-25remove whitespaceMarkus Mohrhard
2014-04-06whitespace cleanup in scMarkus Mohrhard
2014-03-03Remove visual noise from scAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-22loplugin:pointertoboolStephan Bergmann
2014-02-21fdo#74345: Some shared formulas cannot be exported as shared formulas.Kohei Yoshida
2014-02-13Drop unnecessary #includeTakeshi Abe
2013-12-04resolved fdo#72288 made case insensitive matrix string query work againEike Rathke
2013-11-02resolved fdo#67536 export internal equivalents as add-in to .xlsEike Rathke
2013-10-11Formula tokens, formula cells and formula interpreters to use shared strings.Kohei Yoshida
2013-10-08convert sc/source/filter/excel/*.cxx from String to OUStringNoel Grandin
2013-10-04warning C4701: potentially uninitialized local variablesMichael Stahl
2013-07-30Now nobody accesses reference members directly. Make them private.Kohei Yoshida
2013-07-30More on removing direct access to reference data members.Kohei Yoshida
2013-07-30More on removing direct access to reference position members.Kohei Yoshida
2013-07-24More on replacing CalcAbsIfRel() with toAbs().Kohei Yoshida
2013-07-24Start replacing CalcAbsIfRel() with toAbs().Kohei Yoshida
2013-07-01Reduce dependency on the matrix header.Kohei Yoshida
2013-05-06fix typos (wich instead of which)Philipp Riemer
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-01-30resolved fdo#60087 corrected .xlsx export of functionsEike Rathke
2013-01-25resolved fdo#59819 write correct OOXML function name mappingEike Rathke
2012-12-15calcishmakkica: #i117283# support new functions in Excel filtersDaniel Rentz [dr]
2012-12-04re-base on ALv2 code. Includes:Michael Meeks
2012-10-06get rid of CREATE_OUSTRINGDavid Tardon
2012-07-10changes to "Replaced deprecated tools/String with OUString in ScAddInCol"Eike Rathke
2012-07-10Replaced deprecated tools/String with OUString in ScAddInColSören Möller
2011-11-28dr78: #i111413# export secant functions to BIFFEike Rathke
2011-11-27remove include of pch header from scNorbert Thiebaud
2011-10-17WaE: potentially uninitialized local variable usedTor Lillqvist
2011-08-24replace ScNameToken with proper FormulaIndexTokenEike Rathke
2011-05-28String to rtl::OUString in the external ref manager code.Kohei Yoshida
2011-05-27Replace DBG_* with OSL_* in sc/source/filterJacek Wolszczak
2011-04-28support export of anonymous db data to OOXMLMarkus Mohrhard
2011-03-23Useless comments--, FIXME--Katarina Machalkova
2011-03-23Fixed binary import/export of formulasKatarina Machalkova
2011-03-23Calc xlsx export row limit++ (bnc#504623, fdo#32106)Katarina Machalkova
2011-03-18Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky
2011-03-11Properly export sheet local range names to XLS.Kohei Yoshida
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida
2011-03-01Remove bogus comments.Guillaume Poussel
2011-02-08Removed unused functions and classes form calc 3lastAlfonso Eusebio
2011-01-21removetooltypes01: Rebase to DEV300m98Carsten Driesner
2011-01-17removetooltypes01: #i112600# remove tooltypes from scMikhail Voytenko
2010-12-21Quick-fixing dbgutil sc build breakageThorsten Behrens
2010-12-16Merge branch 'master' into feature/calc-matrix-reworkKohei Yoshida
2010-12-09Remove another DECLARE_LIST() from CalcJoseph Powers
2010-11-19Replace ScfRef with boost::shared_ptr in calc filter code.Nigel Hawkins
2010-11-06Fixed all build breakages.Kohei Yoshida
2010-10-21dr77: #i108420# store required hidden parameter for EXTERN.CALL functions wit...Daniel Rentz [dr]