summaryrefslogtreecommitdiff
path: root/writerperfect/source/common
AgeCommit message (Collapse)Author
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin
Change-Id: Ie80dfb003118d40741549c41ebcc7eda4819f05b
2015-08-25astyleDavid Tardon
Change-Id: I597c007e4636f6b05873f24ef3e89c0a7c2c3670
2015-07-17formatting of public/private/protected section qualifiersNoel Grandin
make it consistent across the codebase, no space between keyword and the colon Change-Id: Idca61ddfc74ad2460fb05fe417499324b05e5de5 Reviewed-on: https://gerrit.libreoffice.org/17148 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-06-19clean upStephan Bergmann
Change-Id: Ife8c272d2ac110c44908b0e248f0c53c0f477c06
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin
Idea originally from caolan. Found using the following command: find . -name *.cxx | xargs /opt/local/bin/grep -zlP '(?m)if\s*\(\s*\w+\s*\)\s*delete\s+\w+\;' Change-Id: I3338f4e22193a6dfd6219c8c75835224a3392763
2015-06-10writerperfect: fix gcc-4.7 buildMiklos Vajna
error: could not convert '(const char*)"..."' from 'const char*' to 'const rtl::OUString' Change-Id: Ia8569aed46e571bd98489fd91b9708d0fe5df4c0
2015-05-25cppcheck: noExplicitConstructorCaolán McNamara
Change-Id: I62076450ab77472bfd09b3fb9824f54b6ea1e0f7
2015-05-22loplugin:constantfunctionNoel Grandin
Change-Id: I7cb5b0c2cf9ade557173ca596ea5d42d853ff448
2015-05-19Move module-local includes to writerperfect/incStephan Bergmann
Change-Id: I8e90a95d6ab8d8a696d4666e2ab4ddd9584b60f0
2015-05-19Clean up WPFTEncodingDialog ctor paramsStephan Bergmann
Change-Id: I28304671deb4e619e76f9ad5d8a2f9a9ec3a0d4f
2015-05-19Fix wpftencodingdialog.uiStephan Bergmann
Change-Id: I03430895a9289331bcbbd1f4a442dabddab5e751
2015-05-19loplugin:vclwidgetsStephan Bergmann
Change-Id: Id6f15ca62c6ba32ea462e45a51e4cea597dae73d
2015-05-19loplugin:cstylecastStephan Bergmann
Change-Id: I0ef11bcb30bcfbecf5afe5c4c38391acc7b72968
2015-05-19upload libwps 0.4.0osnola
Change-Id: I9da61333b7c46d20cf7010553929b141ec011d84
2015-05-17astyleDavid Tardon
Change-Id: I733f1f777bbe30f3ce8b15b60fe56b8dba240ffd
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann
Change-Id: I2986cc33a29bdb9a388ce6ac715a3b25502eb556
2015-05-07Unwind SotStorageStreamRef typedefStephan Bergmann
Change-Id: If7652a7c0251b741660365848a717c06954ca419
2015-05-07Unwind SotStorageRef typedefStephan Bergmann
Change-Id: I8d5363bb2ad813ef29b4078848914f4b0989b9f1
2015-04-23loplugin:staticmethodsNoel Grandin
Change-Id: Id7fc12bc61c6e803f45cc60556d9cf54ac2e529f
2015-03-24loplugin:constantfunction: variousNoel Grandin
Change-Id: I6eddda9f4b31c7ce413c328b6a857a81bd222eed
2015-01-22writerperfect: convert assert on invalid input to SAL_WARNMichael Stahl
lp502369-3.doc contains several StgEntry that are invalid and have type 0 (STG_EMPTY). Not sure if sot Storage::FillInfoList() should filter these out. Change-Id: I493cbb346723a3be4f8bc93de1030e68c1216b50
2015-01-21Some more loplugin:cstylecast: writerperfectStephan Bergmann
Change-Id: I5bdc5f147e507d4ac1626133e653bdc9addb5571
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara
you can get debug stl this way Change-Id: Ia70a3e7c7c452390e8bee34975d296c9318e4a19
2014-12-15writerperfect: Use appropriate OUString functions on string constantsStephan Bergmann
Change-Id: Ieb4b5ea8d7f6b19d4311892a11a11bef2acbdf8b
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann
This reverts commit 05050cdb23de586870bf479a9df5ced06828d498, not all places that use e.g. OStringToOUString to convert potential UTF-8 are guaranteed to fulfil the prerequisites necessary to use fromUtf8 (and some places like e.g. in codemaker are happy with the best-effort effect of OStringToOUString's OSTRING_TO_OUSTRING_CVTFLAGS).
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin
Change-Id: I771004b7ccab3344a67e827e45bc34c22ffa5f77
2014-10-10coverity#1240260 Operands don't affect resultCaolán McNamara
see can we silence these false positives coverity#1240259 Operands don't affect result coverity#1240254 Operands don't affect result coverity#1240264 Operands don't affect result coverity#1240267 Operands don't affect result Change-Id: Ieca40474c231e33a516b70f7693346ac73babd61
2014-08-19can actually manage to ask createStream for missing streamsCaolán McNamara
writerperfect::(anonymous namespace)::OLEStorageImpl::createStream(rtl::OUString const&) (WPXSvInputStream.cxx:260) writerperfect::WPXSvInputStreamImpl::getSubStreamByName(char const*) (WPXSvInputStream.cxx:201) MWAWInputStream::unzipStream() MWAWInputStream::MWAWInputStream valgrind + bff Change-Id: Iaecb8b7f05ed4369ddd37b34166dc3c3388ffb4d
2014-08-15use consistent style for writerperfectDavid Tardon
Change-Id: I47089586094b58c39a128e44e2671d69c2d50177
2014-08-13fdo#81787 attrs are already XML-encoded by libodfgenosnola
Change-Id: Icee62e1ec9cee71930bcd52dbab850396fc96efa
2014-06-07oops, libwpd -> librevengeDavid Tardon
Change-Id: I17562f0231d54ba46d009f3270af1d5e729f40a9
2014-06-05Fix memory leakStephan Bergmann
Change-Id: I74001eb033abd7ceb10da60ea707f876d9f22c08
2014-06-04ensure writerperfect::DirectoryStream only works for dirsDavid Tardon
Change-Id: I588d295d72a600710324ee936d0c2291872c1d73
2014-06-04add convenience functions to handle dirsDavid Tardon
Change-Id: I81c94565e09e0d839d95bf4f09b029838bb37ad5
2014-06-03drop useless const_castDavid Tardon
Change-Id: Ie5e6f519a511931b383b6131a4a188abb3396946
2014-06-03drop useless const_castDavid Tardon
Change-Id: I8a14faf56303b986c3e6c8e9bec53210ae86fc87
2014-05-30reading from a stream must start at the beginningDavid Tardon
Change-Id: I0c668244fffcda04a8fe34ef629754f5935cab4b
2014-05-30generalize this for Zip tooDavid Tardon
Change-Id: I9ca0676f056fe3f09821c208ff095beb1f3c19ac
2014-05-30fix creation of substreams for OLE2alonso
Change-Id: Idade93bcc1981543357e849b2faf075e7a021d3e
2014-05-26rebase all import libsDavid Tardon
Change-Id: I9e1fc613816c943f4fb1033185e34e3acf317f1d
2014-04-24change libwriterperfect to shared libraryDavid Tardon
There are already 3 libs linking with it and there will be another one in near future. It is time to stop the duplication :-) Change-Id: Ia7d24882c37a8bf49fa031b73fa1bd5296f78820
2014-03-26First batch of adding SAL_OVERRRIDE 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: I71fa20213e86be10de332ece0aa273239df7b61a
2014-03-01Call it noncopyableTakeshi Abe
Change-Id: If2e14b333868bb10867e54cd28c83d0d2c6a5e43
2014-03-01catch exception by const refTakeshi Abe
Change-Id: Id0a9e3b52cabff7be99a5bba6ddb0a108a325d42
2014-03-01Drop useless constTakeshi Abe
Change-Id: Ifcdd921b08af10ff17dc3da7b811b6aed74baf98
2014-03-01Remove unused structTakeshi Abe
Change-Id: I217620ea99c809b7f3bf1a403170168ac01ed06a
2014-01-28bool improvementsStephan Bergmann
Change-Id: Iae9e3840b89b6204fc458226ba0e046d5303dd52
2014-01-27fdo#73979 return 0 for unknown substreamsDavid Tardon
Change-Id: I8959891fc90544e2812651c0a2041f2760d90a83
2014-01-16css::packages::Packages is a wrong choiceDavid Tardon
Change-Id: I7d27e7f320633c176fb9fb0a5f64e891fff6c4d7
2014-01-16libodfgen produces strings in utf8 encodingFridrich Štrba
Change-Id: Iad17f4b4786473205669bd5b080b0a64d4a6a441 Reviewed-on: https://gerrit.libreoffice.org/7455 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>