summaryrefslogtreecommitdiff
path: root/writerperfect/source/writer/WordPerfectImportFilter.hxx
AgeCommit message (Collapse)Author
2014-08-15use consistent style for writerperfectDavid Tardon
Change-Id: I47089586094b58c39a128e44e2671d69c2d50177
2014-05-23coverity#1215311 Uncaught exceptionCaolán McNamara
Change-Id: Ic000d3a3920dddb8cc8585bb31127d14cfc35eb7
2014-05-02writerperfect: sal_Bool->boolNoel Grandin
Change-Id: Ic51f9ed2c2c2fced13c8b279912410f9c1638ff9
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
It appears that the C++ standard allows overriding destructors to be marked "override," but at least some MSVC versions complain about it, so at least make sure such destructors are explicitly marked "virtual." Change-Id: I0e1cafa7584fd16ebdce61f569eae2373a71b0a1
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
...mostly done with a rewriting Clang plugin, with just some manual tweaking necessary to fix poor macro usage. Change-Id: Ie656f9d653fc716f72ac175925272696d509038f
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
Change-Id: I56e32131b7991ee9948ce46765632eb823d463b3
2013-03-19::rtl::OUString -> OUString in writerperfectFridrich Štrba
Change-Id: I2d0f8868779e5ac4a802f3f061704d2de5826c5d
2012-07-05audit and re-license writerperfect.Fridrich Štrba
Written entirely by non-Oracle contributors to LibreOffice. Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
2012-04-20Monkey sberg's work for the other writerperfect libraryFridrich Štrba
2012-04-19Diminish the number of writerperfect librariesFridrich Štrba
Instead of a pleiade of libraries, one for graphic filters (wpftdraw) and one for text document filters (wpftwriter) to diminish duplicate static linking.