summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
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
2016-04-07sw: replace boost::noncopyable with C++11 deleteMichael Stahl8-18/+44
2016-04-07notebookbar: Reduce the vertical space between buttons.Jan Holesovsky1-22/+0
2016-04-07notebookbar: More Writer's notebookbar.ui tweaks.Jan Holesovsky1-12/+36
2016-04-07updated notebookbar.ui in the WriterSzymon Kłos1-42/+3022
2016-04-07tdf#99120 DOC import: fix lack of first share after odd section breakMiklos Vajna4-1/+12
2016-04-07drop double check of the sameDouglas Mencken1-3/+3
2016-04-07Avoid reserved identifiersStephan Bergmann1-2/+2
2016-04-06Elide const varStephan Bergmann1-2/+2
2016-04-06loplugin:stringconstantStephan Bergmann1-1/+1
2016-04-06convert blob's hex bytes to ascii symbolsDouglas Mencken1-22/+20
2016-04-06Avoid reserved identifierStephan Bergmann1-1/+1
2016-04-06Indentation fixesMiklos Vajna1-6/+6
2016-04-06Avoid bad downcast from SwViewShell to SwEditShellStephan Bergmann1-3/+3
2016-04-06sw: fix typoMichael Stahl1-3/+3
2016-04-06tdf#99100 DOC import: handle subset of STYLEREF nativelyMiklos Vajna4-2/+51
2016-04-05tdf#97361 Fix check_table and remove = None assignmentsslideon7-24/+17
2016-04-05tdf#32531 Fix for key movement in table cell of different directionalityJaskaran1-7/+0