summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2016-04-26CppunitTest_sw_rtfimport: disable testTdf90097 on OS XMiklos Vajna1-1/+1
2016-04-26update loplugin stylepolice to check local pointers varsNoel Grandin25-149/+146
2016-04-26tdf#90097 RTF import: handle fRelFlipV property for line shapesMiklos Vajna2-0/+181
2016-04-25There is no css::uno::Sequence<sal_uInt8> in UNOStephan Bergmann1-1/+1
2016-04-25Some more sal_Bool -> boolStephan Bergmann11-37/+37
2016-04-25Cannot extract Any to sal_uInt8Stephan Bergmann1-1/+1
2016-04-25tdf#42949: clean up includes in include/oox/core using iwyuJorenz Paragas1-0/+1
2016-04-22tdf#81833: form protection can be modified as compatibility optionOliver Specht4-7/+33
2016-04-22Avoid reserved identifiersStephan Bergmann333-2938/+2938
2016-04-22Elide const varsStephan Bergmann1-7/+4
2016-04-21Fix typosAndrea Gelmini1-1/+1
2016-04-21lokit: add getPartHashHenry Castro3-0/+26
2016-04-21Related: tdf#65642 RTF filter: import \pgnlcrmMiklos Vajna2-0/+29
2016-04-21new plugin stylepoliceNoel Grandin18-90/+88
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann79-248/+248
2016-04-20clang-tidy clang-analyzer-deadcode.DeadStoresNoel Grandin20-71/+7
2016-04-20character spacing control possible to use outside sidebarSzymon Kłos1-0/+2
2016-04-19drawinglayer, sw: indentation fixesMiklos Vajna4-5/+5
2016-04-19cppcheck: silence known condition warning in sw ww8Jochen Nitschke1-51/+47
2016-04-19cppcheck: silence known conditions warnings in sw annotshJochen Nitschke1-13/+6
2016-04-18cppcheck: silence known condition warning in sw undobjJochen Nitschke1-1/+1
2016-04-18Fix commentStephan Bergmann1-1/+1
2016-04-18Avoid reserved identifier (_CreateShape -> CreateShape)Stephan Bergmann2-4/+4
2016-04-18Avoid reserved identifier (_CreateSdrObject -> CreateSdrObject_)Stephan Bergmann2-3/+3
2016-04-18tdf#99352 - Some VclPtrs leak past DeInitVCLNoel Grandin4-8/+9
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin48-156/+116
2016-04-18clean-up: unused using declarations and includesJochen Nitschke6-14/+0
2016-04-18Remove the hardly used SyntaxLineSet typedefRyan McCoskrie1-3/+1
2016-04-15clang-tidy misc-forward-declaration-namespaceNoel Grandin1-1/+0
2016-04-15RtfAttributeOutput::StartRuby: guard against nullptr pRubyTextMiklos Vajna1-1/+1
2016-04-14-Werror=logical-op (GCC 6)Stephan Bergmann1-1/+1
2016-04-14Related: tdf#65642 RTF filter: import \pgnucrmMiklos Vajna2-0/+29
2016-04-14loplugin:passstuffbyref in swNoel Grandin80-169/+169
2016-04-12Avoid reserved identifiersStephan Bergmann40-84/+84
2016-04-12Avoid reserved identifiersStephan Bergmann3-38/+38
2016-04-12Avoid reserved identifierStephan Bergmann1-10/+10
2016-04-12Avoid reserved identifiersStephan Bergmann1-16/+16
2016-04-12Avoid reserved identifierStephan Bergmann5-9/+9
2016-04-12tdf#99135 VML import: handle image cropMiklos Vajna2-0/+6
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke14-19/+0
2016-04-12Add other tests to check_change_colorslideon1-0/+7
2016-04-12clang-tidy performance-unnecessary-value-param in swNoel Grandin18-24/+24
2016-04-11tdf#99161 Change Index/ToC dialog title and tabYousuf Philips1-2/+2
2016-04-09valgrind: leak on export of ooo98646-1.doc to docxCaolán McNamara1-9/+8
2016-04-09coverity#1358391 Inferred misuse of enumCaolán McNamara1-1/+1
2016-04-08tdf#99140 DOCX import: fix table horizontal aligment to be 'from left' ...Miklos Vajna1-0/+6
2016-04-08tdf#99140 DOCX import: fix table at the bottom of the page to span over ...Miklos Vajna2-0/+9
2016-04-08lok context menu: Expose context menuPranav Kant2-3/+10
2016-04-08SfxTabDialog: rename members missing their prefixesMiklos Vajna3-4/+4
2016-04-07sw: replace boost::noncopyable with C++11 deleteMichael Stahl7-17/+27