summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/excform8.cxx
AgeCommit message (Expand)Author
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl
2016-07-13loplugin:singlevalfields in sc(part3)Noel Grandin
2016-04-22Avoid reserved identifiersStephan Bergmann
2016-04-12conditional format formulas don't support 3d refs in xls, tdf#62770Markus Mohrhard
2016-04-12better variable names for range name case in xls formula importMarkus Mohrhard
2016-03-18Resolves: tdf#96915 implement other-sheet-local named expressionsEike Rathke
2016-01-15-Werror=unused-but-set-variableNoel Grandin
2016-01-15loplugin:unusedmethods unused return value in scNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-03-10Also relative row references need to wrap around, like fdo#84556 for columnsTor Lillqvist
2014-12-30relative refs wrap around in xls, fdo#84556Markus Mohrhard
2014-12-29handle relative refs correctly in xls import, fdo#80091Markus Mohrhard
2014-12-23coverity#1260333 Unused valueCaolán McNamara
2014-12-19remove operator>> methodsNoel Grandin
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-11-03fdo#39468 Translate German Comments - final bits of sc/source/filter/Christian M. Heller
2014-06-25remove whitespaceMarkus Mohrhard
2014-06-17coverity#736887 Unintended sign extensionCaolán McNamara
2014-06-17coverity#706041 Unintended sign extensionCaolán McNamara
2014-04-23sc: sal_Bool->boolNoel Grandin
2014-04-14fdo#76294: Properly intern string literals in formula on xls import.Kohei Yoshida
2014-04-06whitespace cleanup in scMarkus Mohrhard
2014-03-03Remove visual noise from scAlexander Wilms
2014-02-14sal_Bool->boolNoel Grandin
2014-01-28bool improvementsStephan Bergmann
2014-01-22bool improvements (related to mixing bool/sal_Bool in &=, |=, ^=)Stephan Bergmann
2013-10-18convert remaining String in SC to OUStringNoel Grandin
2013-10-08convert sc/source/filter/excel/*.cxx from String to OUStringNoel Grandin
2013-10-04convert source/filter/inc/*.hxx from String to OUStringNoel Grandin
2013-10-04convert sc/source/filter/inc/xi*.hxx from String to OUStringNoel Grandin
2013-10-01Related: fdo#38838 remove UniString::AssignAsciiCaolán McNamara
2013-08-12Fix import of negative relative row reference from xls.Kohei Yoshida
2013-07-30Now nobody accesses reference members directly. Make them private.Kohei Yoshida
2013-07-30More of the same. Will this ever end, I'm starting to wonder...Kohei Yoshida
2013-07-30More on the ref object.Kohei Yoshida
2013-07-30More on removing direct access to reference position members.Kohei Yoshida
2013-07-24These static_cast's are very significant. Don't remove these.Kohei Yoshida
2013-07-24Work on remving direct access to ScSingleRefData's data members.Kohei Yoshida
2013-07-24More on removing CalcRelFromAbs().Kohei Yoshida
2013-07-12String.AppendAscii() cleanup in scRicardo Montania
2013-05-03no longer needed CREATE_STRING macroMiklos Vajna
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-28Move ScFormulaCell into its own header source files: formulacell.?xx.Kohei Yoshida
2013-02-22fdo#38838 search replace for String::CreateFromInt32().Jean-Noël Rouvignac
2012-12-04re-base on ALv2 code. Includes:Michael Meeks
2012-11-24don't make 2D refs 3D refs in the cond format import, fdo#36379Markus Mohrhard
2012-11-24sal_Bool to boolMarkus Mohrhard
2012-01-10fdo#42624: Defer formula token conversion for defined names (xls import).Kohei Yoshida
2011-11-27remove include of pch header from scNorbert Thiebaud