summaryrefslogtreecommitdiff
path: root/sw/source/core/docnode
AgeCommit message (Expand)AuthorFilesLines
2016-06-07tdf#98226: fix undo of table AutoFormatMichael Stahl1-1/+6
2016-05-23clang-tidy clang-analyzer-deadcode.DeadStoresNoel Grandin1-1/+0
2016-05-12clang-tidy modernize-loop-convert in swNoel Grandin1-3/+3
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann2-2/+2
2016-04-28tdf#97087 Give comprehensible, unique names to idlesMuhammet Kara1-1/+1
2016-04-22Avoid reserved identifiersStephan Bergmann7-76/+76
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin2-4/+2
2016-04-12Avoid reserved identifierStephan Bergmann1-2/+2
2016-04-06Avoid reserved identifierStephan Bergmann1-1/+1
2016-03-31tdf#84938 convert FRM_ constants to scoped enumNoel Grandin1-1/+1
2016-03-31loplugin:constantparam in swNoel Grandin2-10/+8
2016-03-22loplugin:constantparam in swNoel Grandin4-12/+10
2016-03-15loplugin:constantparamNoel Grandin1-1/+1
2016-03-09loplugin:constantparam in swNoel Grandin3-14/+12
2016-03-04loplugin:unuseddefaultparam in swNoel Grandin2-5/+5
2016-02-29loplugin:unuseddefaultparam in sw (part3)Noel Grandin4-21/+11
2016-02-22loplugin:commaoperator in sw/Noel Grandin1-1/+4
2016-02-09Remove excess newlinesChris Sherlock1-1/+0
2016-01-21loplugin: unused return valuesNoel Grandin1-2/+1
2016-01-10Fix typosAndrea Gelmini4-4/+4
2015-12-20loplugin:cstylecastStephan Bergmann1-1/+1
2015-12-18tdf#33477: added support of property VertOrient to cell rangeOliver Specht1-0/+14
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon9-692/+692
2015-11-17use unique_ptr for pImpl in sw/Noel Grandin1-3/+2
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin1-2/+1
2015-11-115th step to remove tools/rtti.hxxOliver Specht3-4/+0
2015-11-11new loplugin: memoryvarNoel Grandin2-10/+8
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann12-419/+419
2015-11-06com::sun::star->css in sw/source/coreNoel Grandin8-19/+19
2015-11-04Make number recognition work in writer tables againNiklas Johansson1-1/+1
2015-11-02sw: prefix members of SwContentNodeMiklos Vajna1-9/+9
2015-10-30sw: prefix members of SwNodeMiklos Vajna4-88/+88
2015-10-29sw: prefix members of SwNodesMiklos Vajna2-54/+54
2015-10-29sw: prefix members of SwStartNodeMiklos Vajna3-11/+11
2015-10-27sw: prefix members of SwTableFormulaUpdateMiklos Vajna1-14/+14
2015-10-27sw: prefix members of SwTableNodeMiklos Vajna1-8/+8
2015-10-20loplugin:defaultparamsStephan Bergmann2-3/+3
2015-10-19loplugin:defaultparamsStephan Bergmann1-2/+2
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann3-8/+8
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-2/+2
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht7-23/+23
2015-10-02loplugin:unusedmethodsNoel Grandin1-30/+0
2015-10-02Fix typosAndrea Gelmini1-1/+1
2015-09-29Renamed wrongly prefixed boolean variablesStefan Heinemann1-9/+9
2015-09-29Nobody would go down the corridor anymoreMiklos Vajna1-1/+1
2015-09-27sw table styles: Direct formatting takes precedence over table style.Jan Holesovsky2-34/+36
2015-09-27sw table styles: Insert column, split table, delete row/column.Jan Holesovsky1-0/+17
2015-09-17boost->stdCaolán McNamara3-6/+6
2015-09-08loplugin:mergeclasses merge SwpHintsArray with SwpHintsNoel Grandin1-2/+2
2015-09-07sw: convert boost::ptr_vector to std::vector<std::unique_ptr>Michael Stahl2-10/+7