summaryrefslogtreecommitdiff
path: root/writerperfect/source
AgeCommit message (Expand)AuthorFilesLines
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann1-4/+4
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin1-4/+4
2014-10-24fdo#84168 change writerperfect filters to use a new base class templateTakeshi Abe19-338/+87
2014-10-22fdo#84168 change writerperfect filters to use a new base class templateTakeshi Abe11-317/+59
2014-10-20Add a filter for AppleWork's presentation file...osnola8-180/+623
2014-10-16Update to last libmwaw versionosnola2-3/+9
2014-10-10coverity#1240260 Operands don't affect resultCaolán McNamara1-2/+2
2014-09-17convert wpftcalc to use ImportFilter base classDavid Tardon7-308/+45
2014-09-17pass media descriptor to import functionsDavid Tardon24-24/+30
2014-09-17pass the whole descriptor instead of filter nameDavid Tardon10-16/+24
2014-08-19can actually manage to ask createStream for missing streamsCaolán McNamara1-3/+2
2014-08-15use consistent style for writerperfectDavid Tardon45-781/+860
2014-08-13fdo#81787 attrs are already XML-encoded by libodfgenosnola1-1/+102
2014-07-16make keynote detection a bit more robustDavid Tardon1-1/+8
2014-07-16fdo#81113 always run the actual detectionDavid Tardon1-18/+18
2014-06-27integrate libpagemakerDavid Tardon4-0/+141
2014-06-07oops, libwpd -> librevengeDavid Tardon1-2/+2
2014-06-05Fix memory leakStephan Bergmann1-0/+3
2014-06-04ensure writerperfect::DirectoryStream only works for dirsDavid Tardon1-4/+8
2014-06-04add convenience functions to handle dirsDavid Tardon1-0/+41
2014-06-03drop useless const_castDavid Tardon1-2/+2
2014-06-03drop useless const_castDavid Tardon1-1/+1
2014-06-03getDataStream() returns non-const ptr nowDavid Tardon2-5/+5
2014-05-30reading from a stream must start at the beginningDavid Tardon1-0/+2
2014-05-30generalize this for Zip tooDavid Tardon1-6/+18
2014-05-30fix creation of substreams for OLE2alonso1-3/+7
2014-05-29Add new libmwaw's database/spreadsheet formats...osnola4-0/+252
2014-05-29Try to add support for WKS/WDB files...osnola6-0/+496
2014-05-29use the right XML import serviceDavid Tardon1-1/+1
2014-05-29fix return value for libe-book import filterDavid Tardon1-6/+11
2014-05-29add new libmwaw drawing formats (forgotten files)osnola4-0/+18
2014-05-29Add new libmwaw drawing format...osnola2-0/+244
2014-05-29enable new handlersalonso3-11/+54
2014-05-26rebase all import libsDavid Tardon29-139/+181
2014-05-23coverity#1215311 Uncaught exceptionCaolán McNamara2-2/+2
2014-05-14writerperfect: remove SAL_INFO's that only mark function entryNoel Grandin10-90/+0
2014-05-02writerperfect: sal_Bool->boolNoel Grandin4-14/+14
2014-04-25refactor to decrease the amount of copypastaDavid Tardon10-825/+401
2014-04-24Sprinkle SAL_OVERRIDETor Lillqvist4-8/+8
2014-04-24WaE: class 'PropertyValue' was previously declared as a structTor Lillqvist1-1/+1
2014-04-24refactor to decrease the amount of copypastaDavid Tardon14-1097/+412
2014-04-24change libwriterperfect to shared libraryDavid Tardon18-175/+86
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-1/+1
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann5-47/+47
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann10-73/+73
2014-03-23remove unnecessary util dirDavid Tardon2-0/+77
2014-03-01Call it noncopyableTakeshi Abe1-5/+2
2014-03-01catch exception by const refTakeshi Abe1-2/+2
2014-03-01Drop useless constTakeshi Abe1-2/+2
2014-03-01Remove unused structTakeshi Abe1-9/+0