summaryrefslogtreecommitdiff
path: root/filter
AgeCommit message (Expand)AuthorFilesLines
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin10-25/+5
2014-06-05...which empirically shows that LateInitThread is uselessStephan Bergmann7-376/+2
2014-06-05Make warning more usefulStephan Bergmann1-5/+4
2014-06-05...and so m_lDetectServices is never readStephan Bergmann2-12/+0
2014-06-05impl_resolveItem4TypeRegistration can be staticStephan Bergmann1-0/+1
2014-06-05...and so m_lChangedDetectServices is alway emptyStephan Bergmann2-5/+0
2014-06-05...and E_DETECTSERVICE is just as unusedStephan Bergmann3-17/+1
2014-06-05E_CONTAINS_DETECTSERVICES does nothingStephan Bergmann2-5/+3
2014-06-05Simplify SAL_WARNStephan Bergmann1-10/+4
2014-06-05coverity#705169 Missing break in switch, assuming its intentionalCaolán McNamara1-0/+2
2014-06-05coverity#705164 Missing break in switch, assuming its intentionalCaolán McNamara1-0/+3
2014-06-05coverity#705162 Missing break in switch, assuming its intentionalCaolán McNamara1-0/+2
2014-06-04coverity#705168 Missing break in switchCaolán McNamara1-0/+1
2014-06-04coverity#705172 Missing break in switchCaolán McNamara1-0/+3
2014-06-04DeInitVCL at end of testsStephan Bergmann8-0/+8
2014-06-03convert some sal_uInt8 fields to boolNoel Grandin1-5/+5
2014-06-01Typo: hanlde->handleJulien Nabet1-1/+1
2014-05-30Fix leakStephan Bergmann1-0/+1
2014-05-30add dummy extensionDavid Tardon1-1/+1
2014-05-30fix filter namesDavid Tardon2-2/+2
2014-05-30coverity#706003 Unintended sign extensionCaolán McNamara1-2/+2
2014-05-30coverity#706004 Unintended sign extensionCaolán McNamara1-2/+2
2014-05-30coverity#706005 Unintended sign extensionCaolán McNamara2-2/+2
2014-05-29fix copypastaDavid Tardon3-6/+6
2014-05-29Add new libmwaw's database/spreadsheet formats...osnola13-0/+364
2014-05-29Make the wdb/wks and GreatWorks(draw) workosnola2-3/+3
2014-05-29Try to add support for WKS/WDB files...osnola3-0/+61
2014-05-29add new libmwaw drawing formats (forgotten files)osnola1-2/+15
2014-05-29Add new libmwaw drawing format...osnola12-0/+352
2014-05-28coverity#704475 Division or modulo by float zeroCaolán McNamara1-4/+4
2014-05-28fdo#68849: Add header guards to all include filesJens Carl4-0/+17
2014-05-28Remove unnecessary #include againStephan Bergmann1-1/+0
2014-05-27Fix (small) memory leak (as observed with CppunitTest_filter_tiff_test)Stephan Bergmann1-7/+7
2014-05-27Fix memory leak (as observed with CppunitTest_filter_pcx_test)Stephan Bergmann1-8/+6
2014-05-27Fix memory leak (as observed with CppunitTest_filter_ras_test)Stephan Bergmann1-18/+14
2014-05-27remove unnecessary use of Reference constructor in throwNoel Grandin2-3/+3
2014-05-27Remove unnecessary semicolonsPeter Senna Tschudin3-7/+7
2014-05-25fix encoding: iso-8859-1 -> utf8Thomas Arnhold1-1/+1
2014-05-24cppcheck: redundantAssignmentThomas Arnhold1-1/+0
2014-05-24cppcheck: redundantAssignmentThomas Arnhold1-8/+4
2014-05-23Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet6-30/+29
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin1-1/+1
2014-05-23fdo#79078 restore transparency in SVG exportLászló Németh1-2/+2
2014-05-21Remove unnecessary GZCodec derivationStephan Bergmann2-4/+4
2014-05-19hrc and src files: squeeze multiple newlinesThomas Arnhold3-3/+0
2014-05-17Correct common misspellings, and remove some ASCII art along the way.Chris Laplante1-52/+4
2014-05-14Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part12Julien Nabet1-5/+3
2014-05-14remove external header guardsThomas Arnhold1-1/+1
2014-05-14filter: remove SAL_INFO's that only mark function entryNoel Grandin1-4/+0
2014-05-14Related: fdo#64161 ask pstoedit to mark out the bounding boxCaolán McNamara1-12/+31