summaryrefslogtreecommitdiff
path: root/sd
AgeCommit message (Expand)AuthorFilesLines
2015-02-02callcatcher: remove some unused methodsCaolán McNamara9-43/+0
2015-02-02coverity#735323 Unchecked return valueCaolán McNamara1-2/+2
2015-01-30coverity#1267671 Dereference after null checkCaolán McNamara1-1/+1
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara32-337/+0
2015-01-28remove unused typedefsNoel Grandin3-9/+0
2015-01-26Fix types of functions called via pointer (-fsanitze=function)Stephan Bergmann1-2/+2
2015-01-26Visible function type RTTI for Clang -fsanitize=functionStephan Bergmann2-0/+4
2015-01-26sal,sd: Windows SDK 8.1 deprecates inet_addr()Michael Stahl1-0/+11
2015-01-26followup code removal after changing virtual methods to non-virtualNoel Grandin7-56/+15
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin44-148/+107
2015-01-24coverity#1265802 Dereference null return valueCaolán McNamara1-3/+2
2015-01-24coverity#1265803 Dereference null return valueCaolán McNamara1-3/+3
2015-01-24coverity#1265806 Dereference null return valueCaolán McNamara1-2/+5
2015-01-24coverity#1265809 Dereference null return valueCaolán McNamara1-2/+7
2015-01-24coverity#1265810 Dereference null return valueCaolán McNamara1-2/+5
2015-01-24coverity#1265811 Dereference null return valueCaolán McNamara1-3/+9
2015-01-24coverity#1265808 Dereference null return valueCaolán McNamara1-2/+5
2015-01-24coverity#1265801 Dereference null return valueCaolán McNamara1-2/+4
2015-01-24coverity#1265798 Dereference null return valueCaolán McNamara2-8/+8
2015-01-24coverity#1265797 Dereference null return valueCaolán McNamara1-2/+2
2015-01-24coverity#1265795 Dereference null return valueCaolán McNamara1-4/+4
2015-01-24coverity#704751 Explicit null dereferencedCaolán McNamara1-13/+16
2015-01-23typo: langugage -> languageAndras Timar1-1/+1
2015-01-22loplugin:cstylecast (MACOSX)Stephan Bergmann1-1/+1
2015-01-21Some more loplugin:cstylecast: sdStephan Bergmann16-37/+37
2015-01-21has_focus is not implemented, remove usesCaolán McNamara1-3/+30
2015-01-20Related: ooo#34420-1.sxi concealed divide by zeroCaolán McNamara1-2/+5
2015-01-20font cache gets broken on adding an embedded fontCaolán McNamara1-0/+0
2015-01-19use supersampling in Impress if fast opengl scaling is availableLuboš Luňák2-4/+4
2015-01-17rhbz#1136013: svx: try to make the ExternalToolEdit not crash all the timeMichael Stahl3-29/+8
2015-01-16fdo#88339 Fixed Draw/Impress constrained image movementTrent MacAlpine1-2/+2
2015-01-16remove unnecessary parenthesesNoel Grandin5-107/+107
2015-01-15Resolves: fdo#32664 pass keyboard media keys through to the OSCaolán McNamara2-4/+11
2015-01-13simplify Date/Time/DateTime conversion codeNoel Grandin1-1/+1
2015-01-12convert SETTINGS_ #defines to 'enum class'Noel Grandin4-7/+7
2015-01-12fdo#84938: replace DATACHANGED_ constants with 'enum class'Noel Grandin5-18/+18
2015-01-09Work around -fsanitize=nullStephan Bergmann5-21/+21
2015-01-09Revert "Use SVLIBRARY instead of gb_Library_get_runtime_filename"Matúš Kukan2-1/+2
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl22-28/+28
2015-01-08Fraction fiasco: avoid assert on clicking "master pages" in impress sidebarCaolán McNamara1-3/+3
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin15-538/+3
2015-01-07Resolves: fdo#87003 - Kill BOOST_FOREACHPieter Adriaensen3-3/+0
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin21-45/+43
2015-01-07fdo#84938: convert VCL_INPUT_ #defines to 'enum class'Noel Grandin1-1/+1
2015-01-06Use SVLIBRARY instead of gb_Library_get_runtime_filenameStephan Bergmann2-2/+1
2015-01-05fdo#84938: replace NUMBERFORMAT_INT_ constants with 'enum class'Noel Grandin1-1/+1
2015-01-05fdo#67343 Arrange Help button in a secondary groupAdolfo Jayme Barrientos12-15/+24
2015-01-05Resolves: fdo#87003 Kill BOOST_FOREACH on masterNathan Yee1-1/+1
2015-01-05fdo#84909 remove insert image button from shapes toolbarYousuf Philips1-1/+0
2015-01-04boost::unordered_map->std::unordered_mapCaolán McNamara16-34/+31