summaryrefslogtreecommitdiff
path: root/sw/source/core/docnode
AgeCommit message (Expand)AuthorFilesLines
2016-10-10tdf#89307: Removed SvRef::operator T*()Jacek Fraczek1-4/+4
2016-10-05convert MapUnit to scoped enumNoel Grandin1-9/+9
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann2-2/+2
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke3-3/+0
2016-09-23coverity#1373351 make SetTabRows the same as SetTabColsCaolán McNamara1-4/+10
2016-09-23Replace SWRECTFN macro with a classMike Kaganski2-50/+50
2016-09-21tdf#102233: avoid infinite loop recursion in IsProtect node methodJulien Nabet1-2/+6
2016-09-15sw: clean up useless dbglevel=2 code in swbaslnkMiklos Vajna1-10/+0
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2-3/+3
2016-09-08loplugin:constantparam in swNoel Grandin2-28/+6
2016-09-08loplugin:constantparam in swNoel Grandin3-7/+6
2016-09-08convert nsRedlineMode_t to typed_flagsNoel Grandin3-17/+17
2016-09-01coverity#1093229 Dereference null return valueCaolán McNamara1-1/+1
2016-09-01coverity#1372379 this can be a real assert cause we deref it afterwardsCaolán McNamara1-1/+1
2016-09-01coverity#1372376 assert can't have Division or modulo by zeroCaolán McNamara1-3/+3
2016-08-30Revert "fftester: empty tabbox protection"Michael Stahl1-2/+1
2016-08-30Revert "fftester: non-contiguous cells"Michael Stahl1-12/+2
2016-08-30fftester: non-contiguous cellsCaolán McNamara1-2/+12
2016-08-30Let OUStringLiteral1 take its arg as ctor arg, not template argStephan Bergmann2-3/+3
2016-08-29Get rid of pointless indirect function pointer variablesTor Lillqvist2-5/+5
2016-08-29Adapt loplugin:stringconstant to improved OUStringLiteral1Stephan Bergmann2-3/+3
2016-08-29Fix SwDoc::AppendDoc for trailing sectionsJan-Marek Glogowski1-15/+24
2016-08-27fftester: empty tabbox protectionCaolán McNamara1-0/+2
2016-08-18cppcheck: noCopyConstructorCaolán McNamara1-0/+4
2016-08-18cppcheck: passedByValueCaolán McNamara1-2/+2
2016-08-16GSoC Writer Table Styles; Update by exampleJakub Trzebiatowski1-0/+29
2016-08-10GSoC Writer Table Styles; Create by example; fix undoJakub Trzebiatowski1-0/+58
2016-07-29sw undo: implement SfxUndoAction::GetViewShellId() interfaceMiklos Vajna1-2/+2
2016-07-19clang-tidy performance-unnecessary-value-param in swStephan Bergmann2-2/+2
2016-07-08loplugin:redundantcast: redundant static_casts in swStephan Bergmann3-7/+7
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann2-2/+2
2016-06-27loplugin:singlevalfields in sw(part4)Noel Grandin1-1/+1
2016-05-30tdf#98226: fix undo of table AutoFormatMichael Stahl1-1/+6
2016-05-30editeng: rename misleading SvxBoxItem::GetDistance()/SetDistance()Michael Stahl2-2/+3
2016-05-27Convert GRAPHIC to scoped enumNoel Grandin1-4/+4
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