summaryrefslogtreecommitdiff
path: root/hwpfilter/source
AgeCommit message (Expand)AuthorFilesLines
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
2011-01-18disambiguate between two different SkipBlocksCaolán McNamara4-7/+7
2011-01-06cppunit: prefer prefix variantCaolán McNamara1-2/+2
2010-12-23cppcheck: prefer prefix variantCaolán McNamara1-2/+2
2010-12-09cppcheck: unit membersCaolán McNamara1-14/+8
2010-12-03RTL_CONSTASCII_USTRINGPARAM in filters 19Gert Faller1-7/+7
2010-11-28RTL_CONSTASCII_USTRINGPARAM in filters 13Gert Faller1-3/+3
2010-11-27RTL_CONSTASCII_USTRINGPARAM in filters 11 (build problem in sal ?)Gert Faller1-3/+3
2010-11-27RTL_CONSTASCII_USTRINGPARAM in filters 7Gert Faller1-3/+3
2010-11-27RTL_CONSTASCII_USTRINGPARAM in filters 2Gert Faller1-16/+16
2010-11-25cppcheck: methods can be constCaolán McNamara2-2/+2
2010-11-17remove archaic SGI header guardsCaolán McNamara1-2/+0
2010-11-08cppcheck release memory on some more early return pathsCaolán McNamara1-23/+25