summaryrefslogtreecommitdiff
path: root/writerperfect
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 Tardon11-825/+402
2014-04-24Sprinkle SAL_OVERRIDETor Lillqvist4-8/+8
2014-04-24WaE: class 'PropertyValue' was previously declared as a structTor Lillqvist1-1/+1
2014-04-24add missing libraryDavid Tardon1-0/+1
2014-04-24the static lib does not exist anymoreDavid Tardon1-4/+0
2014-04-24refactor to decrease the amount of copypastaDavid Tardon15-1097/+413
2014-04-24change libwriterperfect to shared libraryDavid Tardon25-214/+112
2014-04-12Unnecessary to mention dependency on icudata as only libicuuc directly uses itTor Lillqvist2-2/+0
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-1/+1
2014-03-31speed up the import testsDavid Tardon1-21/+27
2014-03-30-Werror,-Wmismatched-tagsStephan Bergmann1-1/+1
2014-03-30TypoStephan Bergmann1-1/+1
2014-03-30close the opened document correctlyDavid Tardon1-1/+40
2014-03-30sync cxx file names with class namesDavid Tardon6-3/+3
2014-03-30reduce the amount of copypastaDavid Tardon10-323/+281
2014-03-30move the writerperfect import tests to slowcheckDavid Tardon1-1/+4
2014-03-30add a smoketest for wpftdraw import libraryDavid Tardon21-0/+177
2014-03-30add a smoketest for wpftwriter import libraryDavid Tardon49-0/+2832
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 Bergmann11-76/+76
2014-03-24whitespaceDavid Tardon1-12/+12
2014-03-24some included headers need boostDavid Tardon1-0/+4
2014-03-23add a smoketest for wpftimpress import libDavid Tardon9-0/+168
2014-03-23remove unnecessary util dirDavid Tardon4-2/+2
2014-03-23put all targets into one gb_Module_add_targets callDavid Tardon1-10/+1
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-27add test for structured contentDavid Tardon4-0/+60
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 Štrba6-28/+321
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