summaryrefslogtreecommitdiff
path: root/sw/source/core/bastyp/calc.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-06-07sw user field type: fix locale of string -> float conversionMiklos Vajna1-0/+5
2016-05-12clang-tidy modernize-loop-convert in swNoel Grandin1-2/+2
2016-05-11Add SAL_FALLTHROUGH, where apparently appropriateStephan Bergmann1-1/+1
2016-04-22Avoid reserved identifiersStephan Bergmann1-22/+22
2016-04-01tdf#97966 Drop 'static' keywordsWastack1-1/+1
2016-02-29loplugin:unuseddefaultparam in sw (part3)Noel Grandin1-15/+4
2016-02-22loplugin:commaoperator in sw/Noel Grandin1-4/+16
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon1-4/+4
2015-11-25tdf#61228: formatting and commentingMike Kaganski1-8/+10
2015-11-24tdf#61228: Wrong function names in Formula Writer are considered as SUMJulien Nabet1-9/+14
2015-11-22Revert "tdf#95687: Wrong function names in Formula Writer are considered as SUM"Julien Nabet1-10/+1
2015-11-22tdf#95687: Wrong function names in Formula Writer are considered as SUMJulien Nabet1-1/+10
2015-11-22Revert "tdf#95687: Wrong function names in Formula Writer are considered as SUM"Julien Nabet1-1/+1
2015-11-21tdf#95687: Wrong function names in Formula Writer are considered as SUMJulien Nabet1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-9/+9
2015-10-24cppcheck: invalidPrintfArgType_sintCaolán McNamara1-2/+2
2015-10-19loplugin:defaultparamsStephan Bergmann1-2/+2
2015-08-20loplugin: defaultparamsNoel Grandin1-2/+2
2015-08-17sw: use std::unique_ptr<> in bastypMiklos Vajna1-2/+2
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-2/+2
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-17/+17
2015-05-06convert USER_OPT constants to scoped enumNoel Grandin1-4/+4
2015-04-17convert SCRIPTTYPE_ constants to scoped enumNoel Grandin1-1/+1
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann1-11/+11
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-2/+2
2015-01-22Some more loplugin:cstylecast: swStephan Bergmann1-2/+2
2015-01-07sal_uInt16 to more proper typesMatteo Casalin1-9/+8
2014-12-18sw: Use appropriate OUString functions on string constantsStephan Bergmann1-1/+1
2014-11-25loplugin: cstylecastNoel Grandin1-13/+13
2014-11-16sal_True/sal_False to true/false in sw comments (also delete obsolete ones)Matteo Casalin1-1/+1
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-1/+1
2014-11-10loplugin: cstylecastNoel Grandin1-16/+16
2014-08-12Refactored IDocumentStatistics our of SwDoc.Valentin Kettner1-1/+2
2014-08-12Refactored IDocumentFieldsAccess out of SwDoc.Valentin Kettner1-1/+2
2014-05-02Rename SwDBMgr -> SwDBManager.Jan Holesovsky1-2/+2
2014-04-30sw: sal_Bool->boolNoel Grandin1-10/+10
2014-04-22There is nothing "new" with SwNewDBMgr any moreTor Lillqvist1-2/+2
2014-04-22More hacking on --disable-database-connectivityTor Lillqvist1-0/+6
2014-04-22I see no reason why <stdlib.h> would be needed on OS XTor Lillqvist1-4/+0
2014-04-22There is nothing "new" with SwNewDBMgr any moreTor Lillqvist1-2/+2
2014-03-27basic: sal_Bool->boolNoel Grandin1-3/+3
2014-02-25Replace deprecated std::auto_ptr with boost::scoped_ptrTakeshi Abe1-1/+2
2014-02-07fdo#74474: sw: fix Label wizard document creation harderMichael Stahl1-2/+1
2014-02-06fix debug=2Caolán McNamara1-2/+2
2014-01-15starting chopping out aEmptyOUStrCaolán McNamara1-3/+3
2014-01-15Related: #i17171# big xub_Strlen -> sal_Int32 changesCaolán McNamara1-1/+1
2013-10-26sw: ViewShell -> SwViewShell renameMiklos Vajna1-1/+1
2013-10-18converting remaining usage of String in SW to OUStringNoel Grandin1-34/+34
2013-10-15convert sw/inc/calc.hxx from String to OUStringNoel Grandin1-23/+23
2013-10-11CID#1103739 unintialized membersCaolán McNamara1-6/+9