summaryrefslogtreecommitdiff
path: root/filter/source/msfilter
AgeCommit message (Expand)Author
2014-07-11Clean up usage of 'this' and constness.Matúš Kukan
2014-07-10Head cleanup - use forward declarations.Kohei Yoshida
2014-07-08Include <algorithm> for std::min()Tor Lillqvist
2014-07-07DBG_ASSERT->assert when followed by dereferenceCaolán McNamara
2014-07-01Resolves: #i125187# more precision where the BLIP graphic is locatedArmin Le Grand
2014-06-26clang: Dead incrementCaolán McNamara
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin
2014-06-13loplugin:staticcallStephan Bergmann
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin
2014-06-05coverity#705169 Missing break in switch, assuming its intentionalCaolán McNamara
2014-06-04coverity#705168 Missing break in switchCaolán McNamara
2014-06-04coverity#705172 Missing break in switchCaolán McNamara
2014-06-03convert some sal_uInt8 fields to boolNoel Grandin
2014-06-01Typo: hanlde->handleJulien Nabet
2014-05-28fdo#68849: Add header guards to all include filesJens Carl
2014-05-27Remove unnecessary semicolonsPeter Senna Tschudin
2014-05-24cppcheck: redundantAssignmentThomas Arnhold
2014-05-23Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin
2014-05-10coverity#707836 Uninitialized pointer fieldCaolán McNamara
2014-05-10Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part8Julien Nabet
2014-04-30Many spelling fixes: directories a* - g*.Pedro Giffuni
2014-04-23coverity#707854 Uninitialized scalar fieldCaolán McNamara
2014-04-23coverity#707853 Uninitialized scalar fieldCaolán McNamara
2014-04-23coverity#707850 Uninitialized scalar fieldCaolán McNamara
2014-04-23coverity#707849 Uninitialized scalar fieldCaolán McNamara
2014-04-23coverity#707848 Uninitialized scalar fieldCaolán McNamara
2014-04-23coverity#707841 Uninitialized scalar fieldCaolán McNamara
2014-04-23Remove dead codeJulien Nabet
2014-04-22Use already found resultStephan Bergmann
2014-04-22Don't litter pCustomShapeTypeTranslationHashMap with dangling keysStephan Bergmann
2014-04-22filter: sal_Bool->boolNoel Grandin
2014-04-18handle strange brightness+contrast adjustment from msoffice (fdo#38410)Luboš Luňák
2014-04-16Related: #i124661# crash when loading and re-saving ppt file...Steve Yin
2014-04-14The entry points for these are hidden behind OSL_DEBUG_LEVEL > 1 too.Jan Holesovsky
2014-04-14typo: simpe -> simpleThomas Arnhold
2014-04-14typo: dependend -> dependentThomas Arnhold
2014-04-14remove static stringsThomas Arnhold
2014-04-14USED is never definedThomas Arnhold
2014-04-14Clean up function declarations and some unused functionsStephan Bergmann
2014-04-13handle .doc cropping also inside groups (fdo#38411)Luboš Luňák
2014-04-11coverity#707839 Uninitialized scalar fieldCaolán McNamara
2014-04-11coverity#707837 Uninitialized scalar fieldCaolán McNamara
2014-04-12Avoid possible memory leaks in case of exceptionsTakeshi Abe
2014-04-11Resolves: #i124661# secure possible out of bound access to vectorArmin Le Grand
2014-04-11Avoid possible memory leaks in case of exceptionsTakeshi Abe
2014-04-10It's "its", not "it's"Tor Lillqvist
2014-04-09Avoid possible memory leaks in case of exceptionsTakeshi Abe
2014-04-03filter/msfilter: sal_Bool->boolNoel Grandin
2014-03-29few more type fixesMatúš Kukan