summaryrefslogtreecommitdiff
path: root/hwpfilter/source
AgeCommit message (Expand)AuthorFilesLines
2012-03-10write unsigned char[] contents as numbers rather than string literalLuboš Luňák1-1/+1
2012-03-10mark static data that is const as constLuboš Luňák3-17/+18
2012-03-05WaE: calling delete on the wrong thingCaolán McNamara1-6/+24
2012-03-05Kill LinkedList in hwpfilterSzabolcs Dezsi11-219/+310
2012-03-03Avoid temporary rtl::OUStringJulien Nabet1-1/+1
2012-03-01WaE: function 'yyinput' is not needed and will not be emittedTor Lillqvist1-81/+0
2012-03-01#pragma interface and #pragma implementation are obsolete and pointlessTor Lillqvist6-24/+0
2012-02-21WaE: duplicateBranchThomas Arnhold1-4/+1
2012-02-13EasyHack: Removed gcc conditionalsAlexander Bergmann1-4/+2
2012-02-13Fix typos in commentsElton Chung1-1/+1
2012-02-06Add missing operator++/-- overloads to kludge class.Thorsten Behrens1-0/+16
2012-02-06Fixed some cppcheck messagesPKEuS3-14/+14
2011-11-27remove include of pch header from hwpfilterNorbert Thiebaud2-4/+0
2011-10-02valgrind: fix leakCaolán McNamara1-15/+7
2011-09-09WaE: constify these (worrying-looking) font name tablesCaolán McNamara1-1/+1
2011-09-09I see no immediate reason for this #ifndef __MINGW32__Tor Lillqvist1-4/+2
2011-07-12Remove component_getImplementationEnvironmentMatúš Kukan1-11/+0
2011-06-27Fix Windows buildTor Lillqvist1-1/+2
2011-06-21use size_t hereCaolán McNamara3-8/+9
2011-06-14return the correct return codeCaolán McNamara1-4/+2
2011-06-14ditch MyDataSink and use comphelper::MediaDescriptor::addInputStreamCaolán McNamara2-68/+7
2011-06-13gbuildize hwpfilterCaolán McNamara26-133/+8
2011-06-13survive missing writer component for testing purposesCaolán McNamara4-30/+34
2011-06-13valgrind: linenumber uninitedCaolán McNamara2-29/+16
2011-06-13it's c++ not cCaolán McNamara1-3/+3
2011-06-13#i49123# implement typedetection for supported .hwp format versionsCaolán McNamara4-29/+70
2011-06-12Code cleanupKorrawit Pruegsanusak4-79/+6
2011-06-09Some cppcheck cleaningJulien Nabet5-16/+15
2011-06-01restore Korean comments that were smashed to just ? by 6dfe3457faf4bef4b7080d...Christian Lohmaier2-141/+141
2011-05-30Code Cleanup in filtersKorrawit Pruegsanusak4-85/+4
2011-05-18do not leak memoryDavid Tardon1-1/+3
2011-05-16make_keyword expects the buffer size is >=256BDavid Tardon1-1/+1
2011-05-16do not leak memoryDavid Tardon1-3/+24
2011-05-16do not leak memoryDavid Tardon1-0/+1
2011-04-20Easyhack: Add visibility markup to all component_get* functionsJulien Nabet1-2/+2
2011-03-18Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky3-27/+43
2011-03-10unroll this to help out simple minded compilerCaolán McNamara1-6/+12
2011-03-09Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Norbert Thiebaud3-27/+43
2011-03-04Remove useless comments in filters.Guillaume Poussel1-6/+2
2011-02-24Remove TURBOC supportThomas Arnhold1-9/+0
2011-02-24Remove MSDOS supportThomas Arnhold1-14/+0
2011-02-16Remove HPUX supportThomas Arnhold1-7/+0
2011-02-07Remove dead codeThomas Arnhold1-2/+0
2011-02-03fix copy ctor and assignment sigsCaolán McNamara2-4/+6
2011-02-01Clean up makefilesThomas Arnhold1-1/+0
2011-01-31Remove RCS lines.Thomas Arnhold19-41/+0
2011-01-30Remove TEST, DEBUG and dead code.Thomas Arnhold1-17/+2
2011-01-24WaE: gcc 4.6.0 various warningsCaolán McNamara1-9/+5
2011-01-24WaE: gcc 4.6.0 various warningsCaolán McNamara2-2/+2
2011-01-22Remove some dead code.Thomas Arnhold7-197/+1