summaryrefslogtreecommitdiffstats
path: root/writerperfect/source
Commit message (Expand)AuthorAgeFilesLines
* sal: clean up public headers with include-what-you-useMichael Stahl2014-11-171-0/+2
* Revert "use the new OUString::fromUtf8 method"Stephan Bergmann2014-11-061-4/+4
* use the new OUString::fromUtf8 methodNoel Grandin2014-11-061-4/+4
* fdo#84168 change writerperfect filters to use a new base class templateTakeshi Abe2014-10-2419-338/+87
* fdo#84168 change writerperfect filters to use a new base class templateTakeshi Abe2014-10-2211-317/+59
* Add a filter for AppleWork's presentation file...osnola2014-10-208-180/+623
* Update to last libmwaw versionosnola2014-10-162-3/+9
* coverity#1240260 Operands don't affect resultCaolán McNamara2014-10-101-2/+2
* convert wpftcalc to use ImportFilter base classDavid Tardon2014-09-177-308/+45
* pass media descriptor to import functionsDavid Tardon2014-09-1724-24/+30
* pass the whole descriptor instead of filter nameDavid Tardon2014-09-1710-16/+24
* can actually manage to ask createStream for missing streamsCaolán McNamara2014-08-191-3/+2
* use consistent style for writerperfectDavid Tardon2014-08-1545-781/+860
* fdo#81787 attrs are already XML-encoded by libodfgenosnola2014-08-131-1/+102
* make keynote detection a bit more robustDavid Tardon2014-07-161-1/+8
* fdo#81113 always run the actual detectionDavid Tardon2014-07-161-18/+18
* integrate libpagemakerDavid Tardon2014-06-274-0/+141
* oops, libwpd -> librevengeDavid Tardon2014-06-071-2/+2
* Fix memory leakStephan Bergmann2014-06-051-0/+3
* ensure writerperfect::DirectoryStream only works for dirsDavid Tardon2014-06-041-4/+8
* add convenience functions to handle dirsDavid Tardon2014-06-041-0/+41
* drop useless const_castDavid Tardon2014-06-031-2/+2
* drop useless const_castDavid Tardon2014-06-031-1/+1
* getDataStream() returns non-const ptr nowDavid Tardon2014-06-032-5/+5
* reading from a stream must start at the beginningDavid Tardon2014-05-301-0/+2
* generalize this for Zip tooDavid Tardon2014-05-301-6/+18
* fix creation of substreams for OLE2alonso2014-05-301-3/+7
* Add new libmwaw's database/spreadsheet formats...osnola2014-05-294-0/+252
* Try to add support for WKS/WDB files...osnola2014-05-296-0/+496
* use the right XML import serviceDavid Tardon2014-05-291-1/+1
* fix return value for libe-book import filterDavid Tardon2014-05-291-6/+11
* add new libmwaw drawing formats (forgotten files)osnola2014-05-294-0/+18
* Add new libmwaw drawing format...osnola2014-05-292-0/+244
* enable new handlersalonso2014-05-293-11/+54
* rebase all import libsDavid Tardon2014-05-2629-139/+181
* coverity#1215311 Uncaught exceptionCaolán McNamara2014-05-232-2/+2
* writerperfect: remove SAL_INFO's that only mark function entryNoel Grandin2014-05-1410-90/+0
* writerperfect: sal_Bool->boolNoel Grandin2014-05-024-14/+14
* refactor to decrease the amount of copypastaDavid Tardon2014-04-2510-825/+401
* Sprinkle SAL_OVERRIDETor Lillqvist2014-04-244-8/+8
* WaE: class 'PropertyValue' was previously declared as a structTor Lillqvist2014-04-241-1/+1
* refactor to decrease the amount of copypastaDavid Tardon2014-04-2414-1097/+412
* change libwriterperfect to shared libraryDavid Tardon2014-04-2418-175/+86
* Explicitly mark overriding destructors as "virtual"Stephan Bergmann2014-04-011-1/+1
* Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann2014-03-275-47/+47
* First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2014-03-2610-73/+73
* remove unnecessary util dirDavid Tardon2014-03-232-0/+77
* Call it noncopyableTakeshi Abe2014-03-011-5/+2
* catch exception by const refTakeshi Abe2014-03-011-2/+2
* Drop useless constTakeshi Abe2014-03-011-2/+2