summaryrefslogtreecommitdiffstats
path: root/lotuswordpro/source/filter/lwpfilter.cxx
Commit message (Collapse)AuthorAgeFilesLines
* Reduce scope of #include <tools/stream.hxx>Matteo Casalin2015-10-271-0/+1
| | | | Change-Id: I0752cbb0cb2e0f89607d81d9eda7ce7091449fd6
* boost->stdCaolán McNamara2015-09-171-7/+7
| | | | Change-Id: Ifde84627578283bd057d7393eb7e5578ef5c029a
* redundant castCaolán McNamara2015-04-291-1/+1
| | | | Change-Id: Ib812a7cafabc4820946da67fb3f8896b6aad1461
* lotuswordpro: std::auto_ptr -> std::unique_ptrStephan Bergmann2014-09-301-1/+1
| | | | Change-Id: I205b84f6dcb996935bd59ac9927313c6a88066b4
* lwp: remove using namespace css from headersThomas Arnhold2014-05-191-2/+1
| | | | Change-Id: I0461ef7af824e1fda04135154682fc4dba8a8693
* unusedcode.easy: remove LWPFilterReader::LWPFilterReader()Thomas Arnhold2014-05-131-34/+0
| | | | Change-Id: Iefbf36d2ce0f98c61a0d9f5d04b77a3505980e80
* lotuswordpro: sal_Bool->boolNoel Grandin2014-04-231-9/+9
| | | | Change-Id: I017d284a2fbc8d50a9928c9d934ffe710b0c652f
* Unused functionsTor Lillqvist2014-04-181-66/+0
| | | | Change-Id: I6c1f8dc33e3ba3257044889d7aae1223572590e9
* callcatcher: update unused codeCaolán McNamara2014-04-181-151/+0
| | | | Change-Id: Ia88d83a209113fa4c351c0300d407da0c71baeac
* Remove unused codeStephan Bergmann2014-04-141-13/+0
| | | | Change-Id: I4e1e9f8c9b98fa77c8149fc5f876a2e7777b19e8
* lotuswordpro: prefer passing OUString by referenceNoel Grandin2014-03-171-2/+2
| | | | Change-Id: Ic94616a7bc34ec5a85ea84178c7d798194201ebe
* Remove visual noise from lotuswordproAlexander Wilms2014-02-261-4/+2
| | | | | | | Change-Id: Ie161a2aa1a434d0778e1937a833819c934ed1889 Reviewed-on: https://gerrit.libreoffice.org/8281 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2014-02-261-9/+9
| | | | Change-Id: I56e32131b7991ee9948ce46765632eb823d463b3
* convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin2014-02-121-1/+1
| | | | | | | | | | | First, I updated the clang rewriter to do the conversion. Then I lightly hand-tweaked the output for the few places where the rewriter messed up, mostly when dealing with calls on "this". Change-Id: I40a6a977959cd97415c678eafc8507de8aa3b1a9 Reviewed-on: https://gerrit.libreoffice.org/7879 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
* remove unnecessary use of OUString constructorNoel Grandin2013-11-111-4/+4
| | | | Change-Id: Ifb220af71857ddacd64e8204fb6d3e4aad8eef71
* fdo#54938: Adapt supportsService implementations..Marcos Paulo de Souza2013-10-221-9/+3
| | | | | | | | | to cppu::supportsService Change-Id: I0b03d3910f094f2183bf9859db9d5bcaf35d1f14 Reviewed-on: https://gerrit.libreoffice.org/6370 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-071-9/+8
| | | | | | | | Modules sal, salhelper, cppu, cppuhelper, codemaker (selectively) and odk have kept them, in order not to break external API (the automatic using declaration is LO-internal). Change-Id: I588fc9e0c45b914f824f91c0376980621d730f09
* loplugin: unused variablesThomas Arnhold2013-02-251-1/+0
| | | | Change-Id: I63553a09eec81e5ae28aa79ee1d3281053b23d06
* targeted string re-workNorbert Thiebaud2012-05-291-10/+10
| | | | Change-Id: Ie527fc87d2ef18e60524ef235c1332fdd02be829
* Removed unused SfxMedium::bDirectStephan Bergmann2012-05-241-1/+1
| | | | | | | | See the TODO comment in sfx2/inc/sfx2/docfile.hxx about a temporary SfxMedium ctor overload to find not yet adapted uses of another overload, to be removed again in due time. Change-Id: Ie22c33c32f8870ce6ebf6d500abc7a4e33d97183
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-061-7/+7
| | | | | | Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\)) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
* Avoid temporary rtl::OUStringJulien Nabet2012-03-031-8/+8
|
* WaE: unreachable codeTor Lillqvist2012-02-131-1/+0
|
* use standard copy-ctor signatures, assignments, etcCaolán McNamara2011-08-291-1/+0
|
* regenerate listCaolán McNamara2011-08-251-5/+0
|
* callcatcher: remove various unused methodsCaolán McNamara2011-08-241-9/+0
|
* fix up endianness of lowhanging QuickReadsCaolán McNamara2011-05-221-1/+1
|
* fix what there is to fixCaolán McNamara2011-04-111-53/+39
|
* convert tools type in lotuswordproNorbert Thiebaud2011-03-131-1/+1
|
* Remove useless comments in filters.Guillaume Poussel2011-03-041-4/+0
| | | | Signed-off-by: Luboš Luňák <l.lunak@suse.cz>
* RTL_CONSTASCII_USTRINGPARAM in filters 17Gert Faller2010-11-301-4/+4
|
* RTL_CONSTASCII_USTRINGPARAM in filters 13Gert Faller2010-11-281-10/+10
|
* remove non-compiled codePovilas Kanapickas2010-10-181-64/+0
|
* Remove redundant include directives & commentsJ. Graeme Lingard2010-10-131-1/+0
|
* remove first chunk of lotuswordpro warningsCaolán McNamara2010-10-131-7/+5
|
* Add vim/emacs modelines to all source filesSebastian Spaeth2010-10-131-0/+3
| | | | | | | | Fixes #fdo30794 Based on bin/add-modelines script (originally posted in mail 1286706307.1871.1399280959@webmail.messagingengine.com) Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
* Port of Lotus Word Pro filter, by Fong Lin and Noel PowerFong Lin2010-10-081-0/+593