summaryrefslogtreecommitdiff
path: root/writerperfect/source
AgeCommit message (Expand)AuthorFilesLines
2013-12-20Simplify this condition a bitFridrich Štrba1-4/+3
2013-12-20Buffered WPXSvInputStreamFridrich Štrba1-32/+125
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann1-2/+2
2013-12-13handle Keynote package format tooDavid Tardon3-15/+415
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin10-21/+21
2013-11-18enable more formats supported by libmwawDavid Tardon1-3/+34
2013-11-11bundle libebookDavid Tardon3-0/+345
2013-11-03add config. for formats newly supported by libmwawDavid Tardon1-1/+1
2013-11-03update libmwaw to 0.2.0David Tardon1-802/+29
2013-10-31BIPU Freehand importerFridrich Štrba3-0/+303
2013-10-30integrate Apple Keynote import filterDavid Tardon4-0/+373
2013-10-30fdo#54938: Convert package, writerfilter and writerperfectMarcos Paulo de Souza15-130/+34
2013-10-21Remove comphelper::ComponentContextStephan Bergmann8-24/+32
2013-08-29convert include/sfx2/passwd.hxx from String to OUStringNoel Grandin1-1/+1
2013-08-08fix seek behind end of streamDavid Tardon1-1/+1
2013-07-25Use inconditionally the libwpd >= 0.9.5 pathFridrich Štrba1-4/+0
2013-07-12More SAL_INFO in writerperfectFridrich Štrba5-180/+60
2013-05-06WRITER_DEBUG_MSG -> SAL_[INFO/WARN]Fridrich Štrba6-65/+36
2013-05-02Splitting writerperfect into serializer and libodfgenFridrich Štrba36-5261/+51
2013-05-02simplify writerperfect structure and prepare for libodfgenFridrich Štrba36-51/+33
2013-04-18PImpl the WPXSvInputStream classFridrich Štrba2-25/+87
2013-03-27HanMac J import is really really initial :)Fridrich Štrba1-1/+1
2013-03-27-Wunused-macrosStephan Bergmann1-2/+0
2013-03-26Some fixes for mwaw-based filtersLaurent Alonso1-2/+2
2013-03-19::rtl::OUString -> OUString in writerperfectFridrich Štrba18-106/+82
2013-03-15Add typedetection and configuration for MWAW based filtersFridrich Štrba1-0/+67
2013-03-14spurious warning C4701: potentially uninitialized local variableMichael Stahl1-1/+1
2013-03-14First step for a MWAWImportFilterFridrich Štrba5-3/+1107
2013-03-11Improve lists generationLaurent Alonso1-14/+82
2013-03-11Support some new parametersLaurent Alonso4-3/+33
2013-03-06fdo#60148 Clean up warnings from the Clang compiler pluginnccuong1-1/+0
2013-03-05doubled usingThomas Arnhold5-20/+0
2013-03-04OopsFridrich Štrba1-1/+1
2013-03-04Save some getLength callsFridrich Štrba7-10/+10
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold1-2/+2
2013-03-03loplugin: unused variables and commented codeThomas Arnhold6-8/+0
2013-03-01Simplify a bit the boilerplate codeFridrich Štrba7-67/+17
2013-02-22We need to escape special characters in slide namesFridrich Štrba1-4/+2
2013-02-19Allow specifying of page namesFridrich Štrba1-2/+7
2013-02-19coverity#983356 ressource leakNorbert Thiebaud1-1/+7
2013-02-18Writerperfect: Improve list codeLaurent Alonso3-54/+44
2012-11-28clean-up a lone lost 'String' in writerperfectNorbert Thiebaud1-10/+7
2012-10-08Remove more useless code inside "#if 0" blocksMarcos Paulo de Souza2-45/+0
2012-09-23The upcoming libwpd 0.9.5 has also WPX_SEEK_END seek typeFridrich Štrba1-0/+6
2012-09-14Improvement on previous commit, UCB clean upStephan Bergmann2-2/+2
2012-09-03No explicit rtl::OUString ctors needed, sberg dixitFridrich Štrba7-17/+17
2012-08-31-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann1-1/+0
2012-08-23Iterate the utf8 correctly + handle tabs tooFridrich Štrba1-7/+14
2012-08-23Move writerperfect newline-handling logic to OdgGenerator::insertTextBrennan Vincent2-29/+30
2012-08-21Fix writerperfect ignoring newlines.Brennan Vincent1-4/+27