summaryrefslogtreecommitdiff
path: root/sw/source/core/docnode
AgeCommit message (Expand)AuthorFilesLines
2017-12-18convert ND constants to o3tl::typed_flagsNoel Grandin5-71/+72
2017-12-18tdf#42949 Remove unused uno headers from /sw/source/coreBartosz Kosiorek2-2/+0
2017-12-05Fix typosAndrea Gelmini1-1/+1
2017-08-11Resolves: tdf#99286 for jpeg dpi use apis that know about MapUnit::MapPixelCaolán McNamara1-15/+3
2017-02-17tdf#104032: use correct text lengthMike Kaganski1-1/+1
2017-01-26tdf#101828 handle rtf/richtext correctlyOliver Specht1-0/+1
2016-12-13crashtesting: assert on loading certain rtfCaolán McNamara1-1/+1
2016-12-13Resolves: tdf#103938 replace fix for tdf#78599/tdf#87977Caolán McNamara1-2/+14
2016-11-18includes should be at the top of the fileNoel Grandin1-2/+1
2016-11-16make the element names in dumpAsXml match the class namesNoel Grandin2-3/+3
2016-11-15loplugin:constantparamNoel Grandin1-6/+4
2016-10-27loplugin:expandablemethods in swNoel Grandin1-1/+1
2016-10-20simplify some use of typeidNoel Grandin1-2/+2
2016-10-19coverity#1371301 Missing move assignment operatorCaolán McNamara2-2/+2
2016-10-18tdf#89307: Removed T* SvRef::opeartor &()Jacek Fraczek1-6/+6
2016-10-12convert PD_ constants to typed_flagsNoel Grandin1-2/+2
2016-10-12convert GET_POOLID constants to scoped enumNoel Grandin2-3/+3
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