summaryrefslogtreecommitdiff
path: root/sw/source/core/unocore
AgeCommit message (Expand)AuthorFilesLines
2016-10-20loplugin:expandablemethodds in sw(part1)Noel Grandin1-1/+1
2016-10-20simplify some use of typeidNoel Grandin1-4/+2
2016-10-12convert PD_ constants to typed_flagsNoel Grandin1-1/+1
2016-10-12convert GET_POOLID constants to scoped enumNoel Grandin9-76/+76
2016-10-05convert MapUnit to scoped enumNoel Grandin3-10/+10
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-1/+1
2016-10-03Fix typosAndrea Gelmini1-2/+2
2016-10-03loplugin:countusersofdefaultparams in sw..vclNoel Grandin2-3/+3
2016-09-28fftester: cut out middle man in deref null ptr and get addressCaolán McNamara1-4/+4
2016-09-28GetSvxShape does the same checks, so use it directlyCaolán McNamara1-7/+2
2016-09-28Resolves: tdf#102358 writer cannot save 3d shape inserted from drawCaolán McNamara1-6/+3
2016-09-26remove unused ICoreParagraphStyleNoel Grandin1-10/+0
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke1-8/+4
2016-09-22loplugin:unusedmethods in sc..vclNoel Grandin1-6/+0
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann7-14/+14
2016-09-12fftester: break as soon as an exception is requiredCaolán McNamara1-1/+1
2016-09-08loplugin:constantparam in swNoel Grandin4-7/+5
2016-09-08convert nsRedlineMode_t to typed_flagsNoel Grandin2-10/+10
2016-09-08loplugin:constantparam in swNoel Grandin1-5/+4
2016-09-08tdf#101712 Writer Table Style; odf export; remove parent export for cell styleJakub Trzebiatowski1-1/+2
2016-09-07cosmetic, substitute text::HoriOrientation::NONE for 0Caolán McNamara1-3/+3
2016-09-06if we throw in sw on HoriOrientation::NONE then don't pass it in from rtfCaolán McNamara1-1/+1
2016-09-01use SfxItemPool::IsWhich instead of custom implementationJochen Nitschke1-2/+2
2016-08-31convert SW_SERVICE constants to scoped enumNoel Grandin4-551/+552
2016-08-31Get rid of a pointless indirect function pointer variableNoel Grandin1-2/+2
2016-08-31Get rid of a pointless indirect function pointer variableNoel Grandin4-26/+26
2016-08-30Revert "fftester: non-contiguous cells"Michael Stahl1-10/+13
2016-08-30Let OUStringLiteral1 take its arg as ctor arg, not template argStephan Bergmann3-11/+11
2016-08-29Get rid of a pointless indirect function pointer variableTor Lillqvist1-2/+2
2016-08-29Get rid of pointless indirect function pointer variablesTor Lillqvist12-51/+51
2016-08-29Adapt loplugin:stringconstant to improved OUStringLiteral1Stephan Bergmann2-10/+11
2016-08-29Switch isTextBox to use the format pointersJan-Marek Glogowski5-45/+14
2016-08-25convert DataAccessDescriptorProperty to scoped enumNoel Grandin1-2/+2
2016-08-24convert ShapeProperty to scoped enumNoel Grandin1-1/+1
2016-08-23Remaining clang-tidy misc-move-constructor-initStephan Bergmann1-2/+2
2016-08-23convert SdrIterMode to scoped enumNoel Grandin1-1/+1
2016-08-21coverity#1371619 Uncaught exceptionCaolán McNamara1-1/+1
2016-08-21coverity#1371620 Uncaught exceptionCaolán McNamara1-1/+1
2016-08-19sw redlines: expose description as part of the UNO/LOK APIMiklos Vajna2-1/+10
2016-08-19sw lok: add callbacks for redline table insertion / removalMiklos Vajna1-4/+4
2016-08-19Resolves: coverity#705366 Mixing enum typesCaolán McNamara3-14/+14
2016-08-19loplugin:countusersofdefaultparams in swNoel Grandin1-1/+1
2016-08-18coverity#1371135 this is surely all wrongCaolán McNamara1-6/+5
2016-08-18cppcheck: noCopyConstructorCaolán McNamara2-0/+7
2016-08-18cppcheck: passedByValueCaolán McNamara1-1/+1
2016-08-17convert SvxTabAdjust to scoped enumNoel Grandin1-2/+2
2016-07-27GSoC Writer Table Styles; Import bugfixJakub Trzebiatowski1-9/+203
2016-07-18sw: prefix members of SwXTextSearchMiklos Vajna1-62/+62
2016-07-15GSoC Writer Table Styles; Cell Style XPropertyStateJakub Trzebiatowski1-2/+118
2016-07-15new loplugin unnecessary overrideNoel Grandin1-7/+0