summaryrefslogtreecommitdiff
path: root/writerperfect/source
AgeCommit message (Expand)AuthorFilesLines
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
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann24-206/+206
2014-02-17comphelper: sal_Bool -> boolStephan Bergmann1-2/+2
2014-02-06coverity#1158271 Uncaught exceptionCaolán McNamara1-3/+10
2014-02-02fdo#54938 Convert basctl, mysqlc, sdext, svgio, writerp. to cppu::supportsSer.Alexandre Vicenzi1-23/+14
2014-01-28bool improvementsStephan Bergmann13-16/+16
2014-01-27fdo#73979 return 0 for unknown substreamsDavid Tardon1-4/+5
2014-01-16css::packages::Packages is a wrong choiceDavid Tardon1-52/+38
2014-01-16libodfgen produces strings in utf8 encodingFridrich Štrba1-4/+7
2014-01-15finish zip support in WPXSvInputStreamDavid Tardon1-19/+231
2014-01-15add BIPU support for zip to WPXSvInputStreamDavid Tardon1-5/+72
2014-01-14add a brief descriptionDavid Tardon1-4/+26
2014-01-14the stream is already owned by the root storageDavid Tardon1-4/+1
2014-01-14init membersDavid Tardon1-0/+2
2014-01-13AbiWord Import filterFridrich Štrba3-0/+315
2014-01-13prepare WPXSvInputStream for librevengeDavid Tardon2-77/+371
2014-01-06Avoid memcpy completelyFridrich Štrba1-7/+2
2014-01-06Avoid some memcpy when not necessaryFridrich Štrba1-4/+2
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