summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xeformula.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-01-04use the correct tab for sheet local names, fdo#81195Markus Mohrhard1-2/+2
2014-10-23Remove ScToken from the formula::FormulaToken hierarchyStephan Bergmann1-7/+7
2014-10-23Make ScToken::GetSingleRef etc. return * instead of &Stephan Bergmann1-6/+6
2014-06-25remove whitespaceMarkus Mohrhard1-2/+0
2014-04-06whitespace cleanup in scMarkus Mohrhard1-18/+0
2014-03-03Remove visual noise from scAlexander Wilms1-1/+1
2014-02-23Remove unneccessary commentsAlexander Wilms1-10/+10
2014-02-22loplugin:pointertoboolStephan Bergmann1-2/+2
2014-02-21fdo#74345: Some shared formulas cannot be exported as shared formulas.Kohei Yoshida1-9/+18
2014-02-13Drop unnecessary #includeTakeshi Abe1-1/+0
2013-12-04resolved fdo#72288 made case insensitive matrix string query work againEike Rathke1-3/+3
2013-11-02resolved fdo#67536 export internal equivalents as add-in to .xlsEike Rathke1-3/+13
2013-10-11Formula tokens, formula cells and formula interpreters to use shared strings.Kohei Yoshida1-13/+14
2013-10-08convert sc/source/filter/excel/*.cxx from String to OUStringNoel Grandin1-21/+21
2013-10-04warning C4701: potentially uninitialized local variablesMichael Stahl1-2/+2
2013-07-30Now nobody accesses reference members directly. Make them private.Kohei Yoshida1-3/+12
2013-07-30More on removing direct access to reference data members.Kohei Yoshida1-4/+4
2013-07-30More on removing direct access to reference position members.Kohei Yoshida1-11/+15
2013-07-24More on replacing CalcAbsIfRel() with toAbs().Kohei Yoshida1-6/+6
2013-07-24Start replacing CalcAbsIfRel() with toAbs().Kohei Yoshida1-13/+14
2013-07-01Reduce dependency on the matrix header.Kohei Yoshida1-0/+1
2013-05-06fix typos (wich instead of which)Philipp Riemer1-1/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-2/+2
2013-01-30resolved fdo#60087 corrected .xlsx export of functionsEike Rathke1-17/+29
2013-01-25resolved fdo#59819 write correct OOXML function name mappingEike Rathke1-1/+8
2012-12-15calcishmakkica: #i117283# support new functions in Excel filtersDaniel Rentz [dr]1-1/+4
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-25/+15
2012-10-06get rid of CREATE_OUSTRINGDavid Tardon1-7/+2
2012-07-10changes to "Replaced deprecated tools/String with OUString in ScAddInCol"Eike Rathke1-1/+1
2012-07-10Replaced deprecated tools/String with OUString in ScAddInColSören Möller1-2/+2
2011-11-28dr78: #i111413# export secant functions to BIFFEike Rathke1-0/+8
2011-11-27remove include of pch header from scNorbert Thiebaud1-2/+0
2011-10-17WaE: potentially uninitialized local variable usedTor Lillqvist1-1/+1
2011-08-24replace ScNameToken with proper FormulaIndexTokenEike Rathke1-1/+1
2011-05-28String to rtl::OUString in the external ref manager code.Kohei Yoshida1-1/+1
2011-05-27Replace DBG_* with OSL_* in sc/source/filterJacek Wolszczak1-21/+21
2011-04-28support export of anonymous db data to OOXMLMarkus Mohrhard1-8/+0
2011-03-23Useless comments--, FIXME--Katarina Machalkova1-5/+2
2011-03-23Fixed binary import/export of formulasKatarina Machalkova1-10/+12
2011-03-23Calc xlsx export row limit++ (bnc#504623, fdo#32106)Katarina Machalkova1-2/+4
2011-03-18Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky1-10/+14
2011-03-11Properly export sheet local range names to XLS.Kohei Yoshida1-1/+6
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida1-10/+14
2011-03-01Remove bogus comments.Guillaume Poussel1-1/+1
2011-02-08Removed unused functions and classes form calc 3lastAlfonso Eusebio1-12/+0
2011-01-21removetooltypes01: Rebase to DEV300m98Carsten Driesner1-1/+5
2011-01-17removetooltypes01: #i112600# remove tooltypes from scMikhail Voytenko1-11/+11
2010-12-21Quick-fixing dbgutil sc build breakageThorsten Behrens1-1/+0
2010-12-16Merge branch 'master' into feature/calc-matrix-reworkKohei Yoshida1-7/+7
2010-12-09Remove another DECLARE_LIST() from CalcJoseph Powers1-3/+3